body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: all .4s;
    font-family: 'Metropolis', sans-serif;
}  

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: var(--main-color);
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

.op-black-2 {
    background: rgba(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;
}

/* Language Popup */

.popup-area .logo {
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
}

#language-flag{
    width: 100%;
    height: 45px;
}

.dropdown-wrapper {
    margin-top: 15px;
}

.continue-button {
    background: #2ab700;
    color: #fff;
    padding: 6px 35px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ddd;
}

.continue-button:hover {
    background: #2dc400;
    color: #fff;
    transition: all var(--transition-time);
}

.language-area .flag-icon{
    font-size: 21px;
}

.flag-icon{
    line-height: inherit!important;
}

.popup-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: hsl(0deg 0% 39.5% / 90%);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.popup-area {
    background-color: #ffffff;
    width: 350px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 999;
    box-shadow: 0px 0px 50px -11px rgba(176,176,176,1);
    padding: 20px;
}

.popup-title .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Signika', sans-serif;
}

.popup-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #313131;
    border-radius: 8px 8px 0 0;
}

.dropdown-menu.language-area.show {
    text-align: center;
    width: 300px;
}

.popup-area .dropdown-toggle {
    display: block;
    position: relative;
    margin: 0 5px;
    text-align: center;
    background-color: #e4e4e4;
    color: var(--main-color);
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 7px;
    font-family: 'Signika', sans-serif;
}

.popup-area .dropdown-toggle:hover{
    background-color: #333;
    color: #fff;
    transition: all var(--transition-time);
}

.popup-area .secret {
    cursor: pointer;
    display: block;
    position: relative;
    margin: 5px 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    color: var(--main-color);
    text-decoration: none;
    padding: 4px 0;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 7px;
    font-family: 'Signika', sans-serif;
}

.popup-area .secret:hover{
    background: #ddd;
    transition: all var(--transition-time);
}



/* Header (Desktop) */
header.desktop  {
    background: #4bb1ff;
}

header.desktop .h-contact {
    background: #f5f5f5;
}

header.desktop .h-center {
    position: relative;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-currencies-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}

header.desktop .h-contact .social-media a:hover{
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}

header.desktop .header-area {
    height: 80px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: center;
    -webkit-align-items: center; 
}

header.desktop .logo a img {
    max-height: 95px;
}

header.desktop .search {
    background: #f2f2f2;
    border-radius: 50px;
    height: 40px;
    width: 350px;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 40px;
    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;
    transition: all var(--transition-time);
}

header.desktop .search form input::placeholder {
    color: #797979;
}

header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active{
    border-color: var(--main-color2);
}

header.desktop .search form .btn-send {
    position: absolute;
    color: #797979;
    right: 0;
    font-size: 16px;
    top: 2px;
}

header.desktop .easy-autocomplete-container {
    top: 55px;
}

header.desktop .menu {
    height: 70px;
    border-right: 0;
    border-left: 0;
    width: 100%;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 20px;
    height: 70px;
}

header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.dropdown-languages-1 .dropdown-toggle,
.dropdown-currencies-1 .dropdown-toggle{
    color: #fff!important;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 600;
    font-size: 13px;
    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);
    border-bottom: 1px solid transparent;
}

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.fixed-desktop .mega-menu .dropdown-menu{
    top: 60px!important;
}

.header-desktop .mega-menu .dropdown-menu:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #0000 #0000 #fff;
    border-style: solid;
    border-width: 0 10px 11px;
    z-index: 2;
}

header.desktop .mega-menu .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 72px;
    position: fixed;
    -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.fixed-top .mega-menu .dropdown-menu {
    top: 66px !important;
}

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: var(--main-color2);
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
    letter-spacing: 1px;
}

.mega-menu-container ul li a{
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
    transition: all var(--transition-time);
    letter-spacing: 2.8px;
}

.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: flex-start;
    margin-bottom: 0;
    height: 70px;
}

.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;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    letter-spacing: .9px;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a {
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 15px 20px 15px 20px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -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: 13px;
    font-weight: 600;
    display: block;
    color: #000;
    transition: var(--transition-time);
    text-align: left;
}

.single-menu-container .single-menu ul li a:hover,.single-menu ul li:hover>a {
    color: var(--main-color);
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}


.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

/* Mobile Header */

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

header.mobile .left {
    width: 48%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .right {
    width: 52%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 30px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

header.mobile .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-right: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */

footer {
    background: var(--main-color2);
    border-top: 1px solid #ebebeb;
}

footer .bb {
    padding: 20px 0 150px 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: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

footer .title-2 {
    color: #fff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #fff;
    font-size: 17px;
    
}

footer .secure .description {
    color: #fff;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
    line-height: 25px;
    transition: all var(--transition-time);
    font-weight: 400;
}

footer .bar {
    border-top: 1px solid #ebebeb;
    background: #fff;
    padding: 10px 0;
}

footer .social-media i {
    color: #fff;
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    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;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child{
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size:12px;
}

.sidebar-menu-type-2 .mobile-search i{
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1{
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2{
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom */
.product-buttons{
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.product-profile-1 .auto-date-info {
    color: #5d5d5d;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.social-media {
    background: #8bceff;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px;
}
footer .bb .fs {
    color: #fff;
}

.categories-body{
    background: #f5f5f5;
}

.four-banner .ban-type .ban-type-content{
    position: relative!important;
}

.four-banner .ban-type .ban-type-title{
    font-weight: 700;
}

.four-banner .ban-type .ban-type-btn:hover{
    background: #000;
    color: #fff;
}

.four-banner .ban-type .ban-type-btn {
    align-items: center;
    border-radius: 3px;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
    transition: all .4s;
    border: 2px solid #000;
    border-radius: 20px;
}

.home-headline {
    margin-top: 20px;
}

.home-headline .carousel-indicators{
    position: relative!important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li{
    margin-top: 10px;
    border: 1px solid #000;
}

.home-headline .carousel-type-1 .carousel-item a img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.home-body .p-g-mod-t-52 .row {
    justify-content: center;
}
.home-body .p-g-mod-t-52 .col-list-p-v-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    flex: auto;
    max-width: fit-content;
}
.p-g-mod-t-52 .card-category {
    border: none;
}
.card-attribute .title, .card-category .title {
    font-weight: 500;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 2.8vw;
    height: auto;
    position: relative;
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
}
.card-category{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 2.5rem;
}

.card-category::before,
.card-category::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.3s linear;
  background: #000;
}

.card-category .title::before,
.card-category .title::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}
.card-category:hover::before,
.card-category:hover::after {
  width: 100%;
}
.card-category:hover .title::before,
.card-category:hover .title::after {
  height: 100%;
}


.card-category::after {
  left: 0;
  top: 0;
  transition-delay: 0.6s;
}
.card-category .title::after {
  transition-delay: 0.4s;
  right: 0;
  top: 0;
}
.card-category::before {
  right: 0;
  bottom: 0;
  transition-delay: 0.2s;
}
.card-category .title::before {
  transition-delay: 0s;
  left: 0;
  bottom: 0;
}

.card-category:hover::after {
  transition-delay: 0s;
}
.card-category:hover .title::after {
  transition-delay: 0.2s;
}
.card-category:hover::before {
  transition-delay: 0.4s;
}
.card-category:hover .title::before {
  transition-delay: 0.6s;
}


.pattern-group.special-category .p-g-mod-t-52 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 16px;
    letter-spacing: 3px;
}

.pattern-group.special-category .p-g-mod-showcase .p-g-mod-header {
    padding: 15px;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 0px;
}

.pattern-group.special-category{
    margin-top: 150px;
    margin-bottom: 150px;
}

.h-contact marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-short-desc {
    margin-bottom: 10px;
    margin-top: 20px;
}
.short-desc {
    background: var(--main-color);
    color: #fff;
    position: relative;
    padding: 5px 20px;
    border-radius: 5px;
}
.swal-footer{
    text-align: center;
}

.addons-marquee-bar {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}



.kategori-filtre {
    opacity: 0;
    visibility: hidden;
}
.kategori-filtre.show {
    opacity: 1;
    visibility: visible;
}

.filtreleme-title .p-g-m-h-i-title {
    font-size: 22px!important;
    letter-spacing: 1.5px;
    font-weight: 700!important;
}

.kategori-filtre .col-lg-3 {
    position: fixed;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%); /* Başlangıçta gizli */
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 0 20px!important;
    z-index: 99999999;
    border-left: 1px solid #ebebeb;
    box-shadow: 6px 1px 20px 1px rgba(182,182,182,.5);
}

.kategori-filtre.show .col-lg-3{
    transform: translateX(0);
    right: 0;
    box-shadow: 6px 1px 20px 1px rgba(182,182,182,.5);
}

.kategori-filtre .p-g-b-c-inner {
    overflow-y: auto;
    height: 850px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.kategori-filtre .p-g-b-c-inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.p-g-mod-t-cat-filter .p-g-mod-body.p-g-mod-body-p-0{
    margin-right: 0!important;
}

.categories-body .close-btn {
    position: absolute;
    top: 18px;
    right: 35px;
    color: #222;
    font-size: 20px;
}

.kategori-filtre .p-g-mod.p-g-mod-t-26.p-g-mod-t-cat-display-0 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

.filtreleme-title .p-g-mod-body {
    padding: 0!important;
}

.filtreleme-title .p-g-mod-header {
    padding: 0!important;
}

.filtreleme-title {
    margin: 0!important;
    border-bottom: 1px solid #dddd;
}



/* Anasayfa Kayan Yazı Alanı */
.kayan-yazi .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description{
    animation: scroll-left 20s linear infinite both;
    transform:translateX(-100%);
    padding-left: 100%;
}


.kayan-yazi .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description span {
    position: relative;
    margin: 0 50px;
    line-height: 2.3em;
    color: #929292;
    font-size: 22px;
    -webkit-animation: 20s linear infinite scroll;
    -moz-animation: 20s linear infinite scroll;
    -o-animation: 20s linear infinite scroll;
    animation: 20s linear infinite scroll;
    font-weight: 600;
}
.scroll-left {
    height: 50px; 
    overflow: hidden;
    position: relative;
}

@keyframes scroll-left {
0% {
        transform: translateX(0%);
    }
100% {
    transform: translateX(-100%);
}
}
    
.kayan-yazi .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    position: absolute;
    width: 100%;
    white-space: nowrap;
}

header.desktop .h-center {
    display: block!important;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.card-product .card-product-inner .product-label.top-left img,
.product-profile-1 .product-label.top-left img{
    max-height: 75px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info{
    position: relative;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 45px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    background: #1c2529;
    bottom: 60px;
    right: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 19px;
    border-radius: 0;
}

.up-scroll:hover{
    background: #000000;
    transition: all 0.4s;
}

.up-scroll:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* Banner Hover Effect */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* Profile attributes */

.nitelik-degerler {
    flex: 1 1 calc(25% - 1rem);
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
}

.nitelik-wrapper span.value {
    color: #000;
    font-weight: 600;
}

.nitelik-wrapper {
    display: flex;
    flex-wrap: wrap; 
    gap: 1rem;
}

/* Profile Paylaş alanı */

.product-profile-1 #share-icon{
    width: 35px;
}

.product-profile-1 .st0 {
  fill: #666;
}

.product-profile-1 #share-icon {
  width: 50px;
  cursor: pointer;
}


.product-profile-1 #share-icon:hover path {
  fill:#14f7c1;
}

.product-profile-1 #share-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-profile-1 #share-panel-icons {
  white-space: nowrap;
  cursor: pointer;
}


.product-profile-1 .social-icon:before {
  color: #3b3b3a;
  font-size:24px;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-profile-1 .social-icon:hover:before {
  color: #14f7c1;
}

/* Banner tipleri Zoom*/

.banner-zoom .banner-item{
    position: relative;
    transition: all .4s;
}

.banner-zoom .banner-item .title {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 80%;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px #000;
}

.banner-zoom .banner-item .image{
    overflow: hidden;
}

.banner-zoom .banner-item .image img{
    transform: scale(1);
    transition: all .4s;
}

.banner-zoom .banner-item:hover .image img{
    transform: scale(1.1);
    transition: all .4s;
}

.banner-zoom .banner-item:hover .title{
    opacity: 0;
    transition: all .4s;
}

.categories-body .pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header, 
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header, 
.pattern-group .p-g-mod-t-26 .p-g-mod-header{
    height: 30px;
}

.h-center .col-md-8,
.h-center .col-md-4{
    padding: 0;
}

.product-body .pattern-group .p-g-tab-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.product-profile-1 .product-title-container .brand {
    color: #000;
    font-weight: 600;
    font-size: .9rem;
    margin: 30px 0;
}

.card-product .brand {
    color: #000;
    font-weight: 600;
}

.categories-body .pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23, 
.pattern-group .p-g-mod-t-24, 
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-35{
    border: 0;
}

.login-body .pattern-group .p-g-mod .p-g-mod-header{
    border: 0;
}

.kategori-filtre .p-g-mod .p-g-mod-body{
    padding: 0;
}

.kategori-filtre .p-g-mod .p-g-mod-header{
    padding: 0;
}

.pattern-group.bg-gray{
    background: whitesmoke;
    margin-top: 30px;
}

.carousel-type-1 i {
    width: 50px;
    background: transparent;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
}

.pattern-group-p-home .p-g-mod {
    margin-bottom: 0;
}

th.genel_toplam {
    color: red;
    font-size: 11px!important;
    font-weight: 600!important;
}

.iade-button1 {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}

.iade-button1:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all var(--transition-time);
}

.iade-button2 {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}

.iade-button2:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all var(--transition-time);
}

.mobile-banner{
    display: none;
}

.card-product {
    background: transparent;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px!important;
    border-radius: 20px!important;
    box-shadow: 0 0 #0000,0 0 #0000,0 4px 6px 5px #0000001a,0 2px 4px 1px #0000001a;
}

.card-product .card-product-inner .image-wrapper .image img{
    border-radius: 10px;
}

.card-product .card-product-inner .image-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.category-title .p-g-h-info {
    align-items: center!important;
}

.category-title .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.category-filter-list .lag-checkbox label {
    padding-left: 1.8rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.categories-body .list .lag-checkbox img {
    margin-right: 7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.card-product .card-product-inner{
    padding: 0px;
}

.categories-body .list .lag-checkbox img {
    margin-right: 5px;
    margin-top: -2px;
}

.faq .card{
    border: none;
}
.sss-button {
    border-bottom: 1px solid #5d5d5d;
}

.footer-yardim ul li a {
    color: #878787!important;
    font-size: 24px!important;
    line-height: 25px;
    font-weight: 600!important;
}

footer .ebulten {
    font-size: 72px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

li.dil-para {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;
}

.pattern-group .one-banner{
    margin-bottom: 0!important;
    padding: 0!important;
}

    
.footer-links {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    align-items: center;
    display: inline-flex;
}

.info-bar-1 .icons .icon-group i:hover{
    border-color: var(--main-color2);
    transition: all var(--transition-time);
}

.info-bar-1 .icons .icon-group .inf:hover .name,
.info-bar-1 .icons .icon-group .inf:hover .description{
    color: var(--main-color2);
    transition: all var(--transition-time);
}


.home-headline .col-list-p-v-1 {
    padding: 10px;
}


footer .column-right{
    margin-right: 100px;
}

.category-cover{
    margin-bottom: 10px;
}


.product-body .product-reviews {
    display: flex;
    line-height: 12px;
}

.product-profile-1 .variant-box {
    display: flex;
}

.product-profile-1 .variant-box ul li {
    margin: 10px 0;
    display: flex;
}

.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.product-body .product-favourite {
    font-size: 30px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-body .product-installments .col-lg-4{
    flex: 0 0 49% !important;
    max-width: 49% !important;
}

.accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}

.accordion-product  .card-header {
    padding:0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}
    
.accordion-product .card-body{
    padding:5px 0;
}    
    
.accordion-product .btn-link {
    color: #222;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.accordion-product .btn-link i{
    font-size: 14px;
    margin-right: 5px;
}

.accordion-product .btn-link:hover{
    text-decoration:none;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner{
    position: relative;
    overflow-y: scroll;
    height: 100vh;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b0b0b0;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    border-radius: 10px;
}

.mobile-header-space {
    height: 0;
}

.stories.carousel .story {
    margin: 0 30px !important;
}

.stories.carousel .story {
    display: inline-block;
    width: 130px !important;
    max-width: 130px !important;
    margin: 0 6px;
    vertical-align: top;
}

.stories.snapgram .story > .item-link > .item-preview {
    border-radius: 50%;
    padding: 4px !important;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.stories.snapgram .story > .item-link > .item-preview img {
    border-radius: 50%;
    border: 0 !important;
}

.stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 130px !important;
    height: 130px !important;
    overflow: hidden;
    transition: transform .2s;
    width: 130px !important;
    text-align: center;
}

.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  overflow: hidden;
}

.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}

.product-quantity input,
.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: 10px;
    flex-direction: column;
}

.product-body .product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    flex-wrap: wrap;
}

.product-profile-info li {
    margin: 0;
    border-right: 0;
    border-left: 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;
}

.product-price-group .prices .list-price{
    margin-right: 10px;
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
}

.product-price-group .prices .sale-price {
    font-size: 2rem;
    font-weight: 700;
    height: auto;
    text-align: center;
    border-radius: 15px;
    font-family: "DM Sans", sans-serif;
}

.product-body .product-rate{
        color: #333;
    font-size: 14px;
    font-weight: 500;
}

.product-reviews .stars .star {
    color: #fff;
    font-size: 13px;
}

.product-profile-1 h1.title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #070707;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
}

.product-profile-1 .product-code {
    color: #000;
    font-weight: 500;
}

.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 {
    background: var(--main-color);
    color: #fff;
}

.variant-box ul li .options a {
    border-radius: 0;
    border-color: #ddd;
    min-width: 60px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 45px;
    line-height: 35px;
}

.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: 2rem;
    font-weight:600;
    margin: 0;
    line-height: initial;
    position: relative;
    z-index: 9;
    background: #fff!important;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    position: relative;
    align-items: center;
    overflow-x: hidden;
}

.product-body .p-g-mod-base-content{
    border: 0;
}

.login-body .p-g-mod-base-content{
    border: 0!important;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
}

.product-profile-1 .carousel .carousel-indicators li {
    max-width: 90px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.page-link {
    color: #000 !important;
    box-shadow: none !important;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #040404;
    text-align: left;
    margin-left: 5px;
}


.card-product .card-product-inner .price-group .prices{
    display: flex;
    align-items: center;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    color: #333;
}

header .icon-open{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-bar-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-around;
    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;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 27px;
    margin-bottom: 25px;
    color: #000;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.footer-app-link{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

footer .footer-contact,
footer .footer-contact *{
    color:#000 !important;
}

.login-body .p-g-mod-t-4{
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    font-size: 16px;
    transition: all var(--transition-time);
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: #fff!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: #fff!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}


.login-body div#nav-tabContent {
    border: 1px solid #ddd;
    padding: 50px;
    border-top: 0;
    border-radius: 15px;
}

.login-body .pattern-group .p-g-mod .p-g-mod-body {
    padding: 0;
}

.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: -2px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 15px 15px 0 0;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
    padding: 20px 10px;
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link, .login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #000 !important;
    border-bottom: 0!important;
    padding: 20px 10px;
}

.login-body .pattern-group .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #14c759;
    border-color: #14c759;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #fff!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #ddd!important;
    color: #646464 !important;
    text-shadow: none!important;
    margin-right: 10px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 0!important;
    color: #fff;
    background: #1d488c;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link.active .giris_uye {
    border-bottom: 4px solid #14c759;
}

.login-body .p-g-mod-t-4 .btn-google-login {
     background: #fff!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #ddd!important;
    color: #646464 !important;
    text-shadow: none!important;
    margin-right: 10px;
}

.login-body .p-g-mod-t-4 .btn-google-login i {
    padding-right: 0!important;
    color: #fff;
    background: red;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0!important;
}

.social-media-login {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    margin-top: 10px;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop{
    display: inline-block;
    width: 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: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.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 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    height: auto;
    padding: 5px;
}

.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: transparent;
    color: #000!important;
}

.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: 16px !important;
    font-weight: 500 !important;
}

.categories-body .p-g-mod-t-cat-filter{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav{
    justify-content: flex-start;
}


.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    padding: 0;
}

.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-color2);
    border-bottom: 1px solid var(--main-color2);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #fff;
}

.product-badges .p-badge {
    height: 55px;
    flex-direction: row;
    padding: 0;
    border: 0;
    margin: 0;
    gap: 8px;
}

.product-badges .p-badge span{
    margin: 0;
    font-size: 14px;
}

.product-badges{
    flex-direction: column;
}

.p-g-mod-base-content{
    border: 1px solid #ebebeb;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a{
    transition: all var(--transition-time);
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item{
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
    color: #000;
}

.contact-info .contact-item i{
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a{
    color: #000;
}

.contact-info .contact-item:hover i{
    color: var(--main-color);
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev{
    width: 80px!important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount, .hizli-sepet .sale-price-discount {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 13px;
    background: #f44336;
    color: #fff;
    border-radius: 20px;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price{
    font-size: 16px;
    font-weight: 600;
}

.card-product .sale-price-basket,
.product-profile-1 .sale-price-discount{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin-top: 5px;
    background: #f44336;
    color: #fff;
    flex-direction: row;
    border-radius: 5px;
}

.card-product .sale-price-basket .sale-price,
.product-profile-1 .sale-price-discount .sale-price{
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-left: 5px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgb(181 181 181 / 50%);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}

.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.native-modal.show .hizli-sepet .modal-content .short-desc{
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}

.native-modal.show .hizli-sepet .carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}

.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}

.native-modal.show .hizli-sepet .product-favourite2{
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}

.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.native-modal .native-modal-close{
    z-index:9;
    outline:0;
}

.native-modal.show .hizli-sepet .fast-product-cart-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}

.native-modal.show .hizli-sepet .modal-body{
    padding:0 !important;
}


/* ÃƒÅ“rÃƒÂ¼n Detay - Birim */

.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}

.product-body .product-profile-1 .product-unit  input[type=checkbox],
.product-body .product-profile-1 .product-unit  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}

/* ÃƒÅ“rÃƒÂ¼n KartÃ„Â± - Adet SeÃƒÂ§imi */

.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    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;
}

.single-menu-container .subtitle-img {
    max-height: 25px;
    margin-right: 0;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 3px;
}

header.desktop .mega-menu .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

header.desktop .mega-menu .dropdown:hover .nav-link:after{
    display: block;
}

header.desktop .mega-menu .nav-link:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: downtoup ease .5s;
    -webkit-animation: downtoup ease .5s;
}

.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;
}

.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-app-link .mobile-app{
    display: flex;
    align-items: center;
}

.footer-app-link .mobile-app-title{
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
}

.footer-app-link .mobile-app a{
    color: #000;
    font-size: 20px;
}

/* MÃƒÂ¼Ã…Å¸teri EtkileÃ…Å¸im ButonlarÃ„Â± */

.product-customer-actions{
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}

/* Havale Ã„Â°ndirimi */

.product-transfer-discount{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}

/* E-BÃƒÂ¼lten */

.newsletter-wrapper .newsletter-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.newsletter-wrapper i.coreicon-envelope-3 {
    font-size: 40px;
    color: var(--main-color2);
}

.newsletter-wrapper input.form-control.newsletter-input {
    border-radius: 10px;
    border: 1px solid #ddd;
}

.newsletter-wrapper button.btn.btn-submit {
    color: #fff;
    background: var(--main-color2);
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.newsletter-wrapper .newsletter-form{
    width: 40%;
    position: relative;
}

.newsletter-wrapper .newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.newsletter-title .title-span {
    font-size: 19px;
    max-width: 60%;
    margin-left: 20px;
    font-weight: 700;
    color: var(--main-color2);
}


footer .newsletter-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* SMS BÃƒÂ¼lteni */

.sms-newsletter-content .newsletter-title{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}
    
.sms-newsletter-input{
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.sms-newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form{
    position: relative;
    width: 100%;
}

/* Footer Social Media*/

footer .social-media .social-media-title{
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

footer .social-media a{
    font-size: 20px;
    margin-right: 40px;
    color: #fff;
}

footer .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #858585;
    margin-right: 10px;
    text-decoration: line-through;
}

/* Buttons */

.card-blog,
.card-brand,
.card-category,
.card-product {
    border-radius: 5px;
    padding: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    right: inherit;
    top: 10px;
    width: 95px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #db2534;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 20px;
}

.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;
}

.advanced-product-search .aps-content .items .item .p-info .name{
    font-size: 12px;
}

.card-product .card-product-inner .buttons .btn-cart, 
.modal-content .buttons .btn-cart {
    background: var(--main-color2);
    color: #fff !important;
    transition: var(--transition-time);
    border: 0;
    width: 100%;
    height: 35px;
    font-weight: bold;
}

.card-product .card-product-inner .buttons .btn-cart{
    font-size: 1rem;
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}

.card-product .card-product-inner .button{
    margin-top: 10px!important;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.card-product .down-to-top .btn-cart {
    color: #222;
    transition: var(--transition-time);
    font-size: 13px;
    background-color: #ffffff99;
    border: 0;
    border-radius: 0;
    height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-buttons .btn-cart {
    background: #000000;
    height: 60px;
    border-radius: 30px!important;
    border-color: #000000;
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 5px;
    border: 1px solid var(--add-cart-detail-bg-hover);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}
.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: #ff1500;
    border-color: #ff1500;
    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: #fff;
    border-color: #fff;
    color: #33aa29;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
}

.product-buttons .btn-wp:hover {
    font-size: 14px;
    background: #fff;
    border-color: #fff;
    color: #2ecc71;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    transition: all var(--transition-time);
}


.payment-final-buttons-1 .btn-complete{
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}

.payment-final-buttons-1 .btn-complete:hover{
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart{
    position: absolute;
    right: 7px;
    z-index: 2;
    top: 7px;
}

.product-body {
    background: #9d9d9d0d;
}

.product-body .right-wrapper,
.product-body .left-wrapper{
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    height: 100%;
}

.product-body .product-favourite-kart {
    top: -9px!important;
}

.product-favourite-kart a {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 6px;
}

/* 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{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link.bar-user:hover,
header.desktop .header-bar .header-cart-hover:hover{
    background: #79c5ff;
}

header.desktop .header-bar .bar-link.bar-user{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: all var(--transition-time);
    border: 1px solid #fff;
    padding: 8px 18px;
    border-radius: 20px;
    margin-right: 20px;
}

header.desktop .header-bar .header-cart-hover{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: all var(--transition-time);
    border: 1px solid #fff;
    padding: 8px 18px;
    border-radius: 20px;
}

header.desktop .header-bar .bar-link a{
    color: #222;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: row;
}

header.desktop .header-bar .bar-link i{
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.desktop .header-bar .bar-search i{
    font-size: 15px;
    cursor: pointer;
}

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: 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 .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    transition:all .4s;
    margin: 0 ;
    padding: 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 */
@media (max-width: 991px) {
    .category-filter-order-desktop{
        width: 100%;
        margin-top: 30px;
    }
    .cat-responsive-popup .lag-checkbox{
        display: none;
    }
    .newsletter-title .title-span{
        max-width: 100%;
        font-size: 15px;
    }
    .newsletter-wrapper .newsletter-form{
        width: 100%;
    }
    .newsletter-wrapper .newsletter-content{
        flex-direction: column;
    }
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description span {
        position: relative;
        margin: 0px 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-align: center;
    }
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description{
        display: flex;
    }
    
    .card-product .sale-price-basket,
    .product-profile-1 .sale-price-discount{
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ebebeb;
        margin: 0;
        background: #f44336;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        flex-direction: column;
    }
    
    footer .social-media a{
        margin-right: 10px;
    }
    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
        font-size: 1.4rem;
    }
    .three-banner .col-list-p-v-1{
        padding: 0;
    }
    .carousel-type-1 i {
        width: 35px;
        background: transparent;
        height: 35px;
        line-height: 35px;
        border: 1px solid #fff;
        text-align: center;
        font-size: 15px;
    }
    .head-search form .btn {
        position: absolute;
        color: #000;
        left: 0;
        font-size: 16px;
        top: 111%;
        z-index: 999;
    }
    .head-search {
        width: 100%;
        background: #f2f2f2;
        border-radius: 50px;
        height: 50px;
        display: none;
    }
    
    .home-body .head-search{
        display: block;
    }
    .head-search form {
        width: 100%;
    }
    .head-search form .input-box {
        width: 100%;
        box-sizing: border-box;
    }
    .head-search form input {
        float: left;
        color: #666;
        font-weight: 500;
        width: 100%;
        font-size: 12px;
        display: none;
        border-color: transparent !important;
        border-width: 0 !important;
        background: transparent !important;
        height: 50px;
        border-right: 0;
        border-radius: 0;
        box-shadow: none;
        padding-left: 40px;
    }
    .home-body .head-search form input {
        display: block!important;
    }
    .card-product .card-product-inner .price-group .prices .sale-price{
        padding: 5px 0;
    }
    .card-product .card-product-inner .price-group .prices{
        flex-direction: row;
        align-items: center;
    }
    .mobile-banner{
        display: block;
    }
    
    .desktop-banner{
        display: none;
    }
    
    .nitelik-beden span{
    background: #fff;
    width: 25px;
    height: 20px;
    margin-bottom: 2px;
    font-size: 12px;
}
    
    .categories-body .p-g-mod-t-cat-filter {
    padding: 10px 20px !important;
    margin: 0 !important;
}
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    width: auto;
    border-radius: 3px;
}
    
    .product-view-select {
    display: none;
}
    
    .info-bar-1 {
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
}

    
    .home-body .mobile-header-space{
        min-height: 60px;
        height: auto;
    }
    
    header.desktop{
        display: none;
    }
    
    header.mobile{
        display: block;
    }
    
    footer .info{
        padding: 10px;
    }
    
    .info-bar-1 .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 10px 0;
    flex-direction: column;
    text-align: center;
    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.info-bar-1 .icons .icon-group .inf .name {
    margin-bottom: 9px;
}

.info-bar-1 .icons .icon-group{
    margin-bottom: 10px;
}

.info-bar-1 .icons .icon-group i {
    margin-bottom: 10px;
}
 footer .info .title {
        text-align: left!important;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 8px;
        position: relative;
    }
    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }
    footer .info .fs {
        display: none;
        text-align: left !important;
        border: 0;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }
    footer .info ul {
        margin: 0;
    }
    footer .info ul li {
        color: #fff !important;
    }
    footer .info ul li a {
        color: #fff;
    }
    footer .info ul li a:before {
        display: none;
    }
    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }
    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }
    
    footer .title{
        margin-top: 15px;
    }
    
    footer .info ul li a{
        line-height: 22px;
    }
    footer .info ul li{
        padding: 10px 0;
    }
    
    .footer-yardim ul li a{
        font-size: 15px !important;
    }
    
    header.desktop .header-bar .bar-link i {
    margin-right: 2px;
    font-size: 16px;
    }

header.desktop .header-bar .bar-user i {
    font-size: 15px !important;
    }
    
    footer .ebulten{
        font-size: 16px;
        margin-top: 20px;
    }
    footer .bb{
        padding: 20px 0;
    }
    footer .bb .col{
        flex-basis: auto;
    }
    
    .home-headline .col-list-p-v-1 {
        padding: 4px;
    }
    
    .card-product .card-product-inner .title {
        font-size: 13px;
        font-weight: 500;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 13px;
        font-weight: 600;
    }
    
    .card-product .card-product-inner .price-group .prices .list-price {
        font-size: 11px;
        color: #858585;
        margin-right: 5px;
        text-decoration: line-through;
    }
    
}

@media (max-width: 1300px) {
    header.desktop .search{
        max-width: 150px;
    }
}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}

  
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 22px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom: 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .header-cart-hover:hover .dropdown-menu, 
header.desktop .header-cart-hover .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn-color-2:hover{
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.sidebar-menu-type-2 .logo-area a img {
	max-height: 40px
}

.sidebar-menu-type-2 .mobil-area-title {
	font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
	font-size: 15px;
	font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
	font-size: 14px
}

.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
	display: block
}

@media (max-width: 991px){
	.product-profile-1 .carousel .carousel-indicators li {
    	max-width: 50px;
	}
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px){
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
} 

@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}

.card-product .card-product-inner .c-p-i-link {
    flex: 1;
}

.product-buttons .btn-all-combines {
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    background: rgb(12 175 115);
    color: #fff;
    border-color: rgb(12 175 115);
}

.combine-product-box .btn-buy {
    font-size: 14px;
    font-weight: 500
}

.combine-product-box .bpb-item .bpb-image {
    margin-right: 10px
}