body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* 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;
}

/* Header (Desktop) */
header.desktop  {
    background: #ffffff;
}

header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-currencies-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}

header.desktop .h-contact .social-media a:hover{
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

header .icon-open i{
    font-size: 22px;
    margin-right: 15px;
}

header.desktop .logo a img {
    max-height: 80px;
}

header.desktop .search {
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form input::placeholder {
    color: #666;
}

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;
    border-width: 0;
    color: #000;
    right: 0px;
    border-radius: 0;
    font-size: 20px;
    top: 0px;
    transition: all var(--transition-time);
}

header.desktop .easy-autocomplete-container {
    top: 47px;
}

header.desktop .menu {
    background: #faf2f2;
    height: 70px;
    /* border: 1px solid #ebebeb; */
    border-right: 0;
    border-left: 0;
    box-shadow: rgb(250 242 242) 0px 2px 2px 2px, rgb(250 242 242) 0px 1px 9px 0px;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    display: flex;
    height: 70px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

header.desktop .mega-menu .nav-item {
    /* flex: 1; */
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    flex-direction: column;
    align-content: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:-1px;
    right:0;
    top:66px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}

header.desktop .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat{
    margin-bottom: 15px;
}

.mega-menu-container .sub-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}

.mega-menu-container .sub-title:hover{
    color: var(--main-color);
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-container ul li a:hover {
    color: var(--main-color);
}




/* Mega Menu Side */

.mega-menu.side .mega-menu-container ul li{
    display: inline-block;
}

.mega-menu.side .mega-menu-container .comma{
    margin-right:4px;
}

.mega-menu.side .mega-menu-container ul li:last-child .comma{
    display:none;
}
/* Single Menu */
.single-menu-container{
    display: block;
}
.single-menu-container .single-menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}

.single-menu-container .single-menu li:first-child{
    margin-left: 0;
}

.single-menu-container .single-menu li{
    display: inline-block;
    position: relative;
    z-index: 100;
}

.single-menu-container .single-menu li .sub-single-item{
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a{
    border: 1px solid #ebebeb;
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 20px 15px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}

.single-menu-container .single-menu ul li a:hover,.single-menu ul li:hover>a {
    color: var(--main-color);
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}


.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 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: #a92222;
    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: #faf2f2;
    font-size: 15px;
    font-weight: 600;
}

.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: #e8ddd8;
}

footer .bb {
    padding: 20px 0;
    background-color: #ffffff;
}

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: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

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: #000000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    line-height: 25px;
    transition: all var(--transition-time);
}

footer .info ul li a:hover {
   text-decoration: underline;
}

footer .bar {
    padding: 22px 0 0 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    color: #fff;
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img{
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child{
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size:12px;
}

.sidebar-menu-type-2 .mobile-search i{
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1{
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2{
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu-sidebar-button{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}

.nav-mobile {
  background: #446cb3;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  box-shadow: 0 5px 5px -5px #333;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile svg {
  height: 45px;
  width: 65px;
  padding: 9px;
}
.nav-mobile svg path {
  fill: #fff;
}
.nav-mobile svg.icon-close {
  display: none;
  padding: 15px;
}
.nav-mobile li {
  width: 100%;
  height: 45px;
  line-height: 46px;
  text-align: center;
  float: left;
}
.nav-mobile li a {
  display: flex;
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
}
.nav-mobile img{
    height: 35px;
    margin-right: 7px;
}
.nav-mobile .menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
}
.nav-mobile .menu-button:after {
  opacity: 0;
  top: 45px;
  content: "";
  width: 100vw;
  display: block;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.1s;
}
.nav-mobile .menu-sidebar.active{
  transform: translateX(0) !important;
  transition: all .4s;
}
.nav-mobile .menu-container {
  width: 65px;
  float: left;
  cursor: pointer;
  position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
  box-shadow: 5px 0 5px -5px #333;
  display: block;
  width: 65vw;
  bottom: 0;
  background: white;
  color: #333;
  position: fixed;
  transform: translateX(-405px);
  transition: all .4s;
  top: 0px;
  z-index: 1002;
  list-style-type: none;
  padding: 0;
  max-width: 400px;
  left: 0;
  overflow: auto;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #555;
  top: 0;
  z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: white;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 0px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title .submenu-label{
  padding: 10px 20px;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
  width: 65vw;
  visibility: visible;
  z-index: 1;
  transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
  height: 100vw;
  overflow-y: scroll;
}

/* Custom */

.product-details-tab-product-details-tab-colorful{
    margin-bottom: 20px;
}

.product-body .customer-action{
    column-count: 4;
}

.product-body .customer-action .action i{
    width: 30px;
    height: 30px;
    display: inline-flex;
    /* border: 1px solid #ebebeb; */
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.product-body .customer-action .action{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    margin-bottom: 10px;
}

.product-profile-info li {
    margin: 8px 0;
    font-weight: 600;
}

.product-profile-info li .value{
    font-weight: 400;
}

.variant-box ul li .name{
    font-weight: 600;
}

.product-body .hr-line{
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    margin: 15px 0;
}

.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    border-radius: 5px;
}

.product-profile-1 .carousel .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border: none;
    /* border-radius: 10px; */
    margin-bottom: 5px;
    max-width: 100px;
}

.product-body .p-g-mod-base-content{
    border: 0 !important;
}

.product-profile-1 h1.title {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 0;
}

.product-profile-1 .carousel .carousel-inner {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 2px 0px 0 rgb(255 255 255 / 20%), 0 1px 6px 0 rgb(86 86 86 / 19%);
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    padding-left: 15px;
    padding-bottom: 20px;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 14px 15px;
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    /* letter-spacing: .5px; */
}

.card-product .card-product-inner .image-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.card-product{
    /* border: 0 !important; */
}

.card-product .card-product-inner{
    padding: 0 !important;
}

footer .footer-contact,
footer .footer-contact *{
    color: #000000 !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: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    /* border-top: 1px solid #ebebeb; */
    padding: 20px 0;
    background-color: #faf2f2;
    margin-top: 10px;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 40px;
    margin-right: 25px;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.login-body .p-g-mod-t-4{
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: #fff!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: #fff!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    margin-top: 10px;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop{
    display: inline-block;
    width: 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 #ffffff !important;
    border-radius: 8px;
    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 #ffffff;
    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: #faf2f2;
    border-radius: 9px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}

.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left:0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.category-filter-order-mobile{
    display: none;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header{
    border-bottom: 0;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: normal;
}

.card-product-content{
    text-align: center;
    color: #555;
}

.card-product .card-product-inner .product-label img {
    max-height: 35px;
}

.category-filter-order .list-wrap .list li .lag-checkbox{
    transition: all var(--transition-time);
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--main-color);
    color: #fff;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #492f23;
    border-color: #492f23;
    width: 100%;
    font-size: 14px;
    margin: 0 !important;
    border-radius: 6px;
    padding: 10px 0;
    font-weight: 600;
}

.categories-body .p-g-mod-t-cat-filter{
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fafafa;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    transition: var(--transition-time);
    border-bottom:2px solid transparent;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active{
    border-bottom:2px solid var(--main-color2);
    color: var(--main-color2);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover{
    color: var(--main-color2);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    /* border: 1px solid #ebebeb; */
    border-top: 0;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    /* border-color: var(--main-color); */
}

.product-badges .p-badge {
    height: 90px;
    width: 32%;
    /* border-radius: 5px; */
}

.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: #b5afab;
}

.contact-info .contact-item i{
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a{
    color: #000000;
    font-weight: 500;
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount{
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price{
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price{
    font-weight: 500;
    font-size: 15px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgb(181 181 181 / 50%);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}

.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    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;
}



.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;
}


.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.subtitle-img img {
    max-height: 25px;
    margin-bottom: 3px;
}

header.desktop .mega-menu .nav-link{
    flex:none;
    margin-top: 0;
    height: auto;
}

.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;
}


.e404-body{
    background: repeating-linear-gradient(45deg,transparent, transparent 10px,
        #f8f8f8 10px, #f8f8f8 20px),linear-gradient(to bottom,#fff, #fff
     );
}

.e404-btn{
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.e404-btn:hover{
    color:var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}


.e404-content .e404-logo img{
    max-height: 100px;
    border: none !important;
}

.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-1 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

.e404-description{
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}
    

.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;
}


footer .mobile-app-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
}

footer .mobile-app img{
    max-height: 40px;
}


.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;
}


.product-transfer-discount{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}


.newsletter-content .newsletter-title{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}
    
.newsletter-input{
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.newsletter-form{
    position: relative;
    width: 100%;
}


.sms-newsletter-content .newsletter-title{
    color: #fff;
    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: 14px;
    font-weight: 600;
    color: #fff;
}

footer .social-media a{
    color: #000;
    font-size: 20px;
    margin-right: 20px;
    color: #000000;
}

footer .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price{
    text-decoration: line-through;
}

/* Buttons */

.card-blog,
.card-brand,
.card-category,
.card-product {
    /* border: 1px solid #e0e0e0; */
    border-radius: 15px;
    margin: 5px;
    background-color: #F5F8F7;
    /* padding: 15px; */
    box-shadow: 0 2px 0px 0 rgb(255 255 255 / 20%), 0 1px 6px 0 rgb(86 86 86 / 19%);
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    background: #009688;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.card-product .down-to-top .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}

.card-product .down-to-top .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.product-buttons .btn-cart{
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    border-radius: 0;
    flex: 1;
}

.product-buttons .btn-cart:hover{
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}

.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    border-radius: 0;
    flex: 1;
}

.product-buttons .btn-fast-buy:hover{
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}


.payment-final-buttons-1 .btn-complete{
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}

.payment-final-buttons-1 .btn-complete:hover{
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart{
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product-favourite-kart a{
    font-size: 20px;
}
/* Header  */

header.desktop .header-bar .bar-link .icon{
    position:relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name{
    transition: all var(--transition-time);
    font-size: 13px;
    font-weight: 600;
}

header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name{
    color: var(--main-color2);
}

header.desktop .header-bar .bar-user .link a .name{
    color: #222 !important;    
}

header.desktop .header-bar .bar-user .link a:hover .name{
    color: var(--main-color2) !important;    
}

header.desktop .header-bar .bar-link{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    flex: 1;
    transition: all var(--transition-time);
    flex-direction: row;
    flex-wrap: nowrap;
}

header.desktop .header-bar .bar-link a{
    color: #222;
    font-size: 13px;
    font-weight: 600;
}

header.desktop .header-bar .bar-user .link{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

header.desktop .header-bar .bar-link i{
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #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{
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color:#000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.4s;
    background: transparent;
    z-index: 9;
    margin: 0 auto;
}

.card-product .right-to-left .button-group{
    background: transparent;
}

.card-product .right-to-left .cart-group{
    display: flex;
    flex-direction: row;
}

.card-product .right-to-left .cart-group a{
    padding: 0;
    background: var(--main-color2);
    margin: 0 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
}

.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{
    background: var(--main-color);
}

.card-product:hover .right-to-left{
    opacity:1;
    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:3px 0;
}

/* Product Detail */
.product-carousel-mobile{
    display: none;
}
.video-play{
    position: relative;
}
.video-play i{
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent:1px;
}


/* Responsive */
@media (max-width: 991px) {
    
    .product-body .customer-action {
        column-count: 2;
    }
    
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 70px;
    }
    
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    
    .category-filter-order-desktop{
        display: none;
    }
    
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav{
        height: auto;
    }
    
    .product-profile-1 .product-quantity{
        margin-right: 10px;
    }
    
    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }
    
    .product-buttons .btn-fast-buy {
        flex: 1;
    }
    
    .product-buttons .btn-cart{
        flex:1;
        margin-left:0;
    }
    
    .product-buttons .btn-wp {
        width: 100%;
    }
    
    .card-product .right-to-left{
        display: none !important;
    }
    
    .product-view-select{
        display: none;
    }
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }
    
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    
    footer .bar .right-image {
        justify-content: center;
    }
    
    footer .bb .pr-5{
        padding-right: 10px !important;
    }
    
    footer .mobile-app{
        margin-bottom: 20px;
    }
    
    .product-carousel-desktop.normal{
        display: none;
    }
    .product-carousel-mobile{
        display: block;
    }
    
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }
    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #fff;
        border: 1px solid #fff;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #fff;
        margin-bottom: 15px;
        color: #fff !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #fff !important;
    }

    footer .info ul li a {
        color: #fff;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}

  
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom: 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .header-cart-hover:hover .dropdown-menu, 
header.desktop .header-cart-hover .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: 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;
	font-weight: 600;
}

.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 (max-width: 991px){
    .product-profile-1 h1.title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }


.p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    width: auto;
    height: auto !important;
    background-size: cover;
    box-shadow: 0 2px 0px 0 rgb(255 0 0 / 0%), 0 1px 6px 0 rgb(234 81 81 / 51%);
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 14px;
    font-weight: 500;
    display: none;
    color: #000;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px;
    width: 50%;
}

    .info-bar-1 .icons {
        display: flex;
        align-items: center;
        color: #000;
        padding: 10px 0;
        flex-direction: row;
        flex-wrap: wrap;
        /* width: 85%; */
        justify-content: space-between;
    }

footer .bar {
    padding: 20px 0 20px 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    color: #fff;
}

footer .bb {
        border-top: 0;
        border-bottom: 0;
        display: none;
    }

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    z-index: 5;
    display: none;
}

.pattern-group {
    padding: 0 !important;
}

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}


.card-product .card-product-inner .c-p-i-link {
	width: 100%
}

.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%;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.card-product .card-product-inner .free-cargo-badge {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    border-radius: 15px 2px 2px 2px;
    font-weight: 600;
    height: 31px;
    justify-content: center;
    left: 0;
    line-height: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100px;
    z-index: 1;
}

.card-product .card-product-inner .image-wrapper .image img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    display: block;
    width: 100%;
    border-radius: 15px;
    height: auto;
    object-fit: cover;
}

.p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    width: auto;
    height: 443px;
    background-size: cover;
    box-shadow: 0 2px 0px 0 rgb(255 0 0 / 0%), 0 1px 6px 0 rgb(234 81 81 / 29%);
}

.p-g-mod-t-44 .ban-type .image img {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    align-self: center;
    margin: 10px 0 5px 0;
}

.kargo .p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    width: auto !important;
    height: auto !important;
    background-size: cover;
}

.pattern-group{
     padding: 0;
}

.homeheader.pattern-group{
    padding:0 !important;
}

.product-profile-1{
    /* padding: 20px; */
}

.p-g-mod-base-content{
    border-radius: 15px;
}

.product-profile-1 .carousel .carousel-inner img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.product-quantity .btn {
    align-items: center;
    background: #faf2f2;
    border-color: transparent !important;
    color: #484848;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    padding: 0;
    width: 35px;
}

.product-quantity input {
    align-items: center;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 0;
    border-top: 2px solid #bfbfbf;
    border-color: #faf2f2 !important;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 40px;
}

.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    border-radius: 5px;
    flex: 1;
}

.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    border-radius: 5px;
    flex: 1;
}

.pattern-group .p-g-mod {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 15px;
}

.yorumyap .pattern-group .p-g-mod {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0 0 15px 15px !important;
}

.bread .pattern-group-body{
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.breadcrumb-wrapper .breadcrumb {
    background: none;
    color: #8e8e8e;
    margin-top: 20px;
    font-size: 13px;
    margin-left: 20px;
    font-weight: 500;
    padding: 0;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #000000;
    font-size: 14px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #000000;
    font-size: 14px;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item:before {
    color: #8e8e8e;
    content: "-";
}

.product-price-group .discount {
    align-items: center;
    background: #f6000d;
    color: #fff;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

header.desktop .header-bar .bar-link.bar-user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    flex: 1;
    transition: all var(--transition-time);
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-body .customer-action .action.compare {
    display: none;
}

.product-badges .p-badge i {
    color: #222;
    font-size: 24px;
}

.product-badges .p-badge span {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 0px 0 rgb(255 0 0 / 0%), 0 1px 6px 0 rgb(234 81 81 / 16%);
}

.faq .btn-block {
    display: block;
    width: 100%;
    text-align: left;
}

.card-product .right-to-left .cart-group a.btn-preview {
    display: none;
}

@media(max-width: 991px){
    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
} 

@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}



/* =============================================
   VESLERA â€” REVÄ°ZYON v2
   Font deÄŸiÅŸikliÄŸi YOK Â· YumuÅŸak hatlar Â· Logo renkleri
   ============================================= */

/* --- Logo'dan alÄ±nan ana renkler --- */
:root {
    --veslera-tan:      #C9A882;   /* Logo aÃ§Ä±k bej/bronz */
    --veslera-brown:    #3D2314;   /* Logo koyu kahve */
    --veslera-cream:    #FAF7F3;   /* Ana arka plan */
    --veslera-light:    #F3EDE5;   /* Hafif bej panel */
    --veslera-border:   #E8DDD0;   /* Kenar rengi */
    --veslera-muted:    #A8937E;   /* Soluk ton â€” alt metinler */
    --veslera-hover:    #B08A68;   /* Hover tonu */
}

/* =============================================
   BODY & GENEL ARKA PLAN
   ============================================= */

body {
    background-color: var(--veslera-cream);
    color: #2A1A0E;
}

/* =============================================
   HEADER â€” Ãœst Bilgi Ã‡ubuÄŸu
   ============================================= */

header.desktop .h-contact {
    background: var(--veslera-brown);
    border-bottom: none;
}

header.desktop .h-contact .info .item {
    color: #D4BC9E;
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: 300;
}

header.desktop .h-contact .info .item:hover {
    color: #ffffff;
}

header.desktop .h-contact .social-media a {
    color: #D4BC9E;
}

header.desktop .h-contact .social-media a:hover {
    color: #ffffff;
}

/* Ana header */
header.desktop {
    background: #ffffff;
    border-bottom: 1px solid var(--veslera-border);
}

header.desktop .header-area {
    height: 100px;
}

/* Arama kutusu */
header.desktop .search {
    border-bottom: 1.5px solid var(--veslera-tan);
    max-width: 400px;
    border-radius: 0;
}

header.desktop .search form input::placeholder {
    color: var(--veslera-muted);
    font-size: 13px;
    letter-spacing: 0.04em;
}

header.desktop .search:hover,
header.desktop .search:focus-within {
    border-color: var(--veslera-brown);
}

/* Arama butonu */
header.desktop .search form .btn-send {
    color: var(--veslera-tan);
    transition: color 0.25s;
}

header.desktop .search form .btn-send:hover {
    color: var(--veslera-brown);
}

/* =============================================
   HEADER â€” MenÃ¼ Ã‡ubuÄŸu
   ============================================= */

header.desktop .menu {
    background: var(--veslera-light);
    height: 58px;
    border-top: 1px solid var(--veslera-border);
    border-bottom: 1px solid var(--veslera-border);
    box-shadow: 0 2px 12px rgba(61, 35, 20, 0.04);
}

header.desktop .mega-menu .navbar-nav {
    height: 58px;
}

header.desktop .mega-menu .nav-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--veslera-brown);
    padding: 0 16px;
    position: relative;
}

/* MenÃ¼ hover â€” yumuÅŸak alt Ã§izgi */
header.desktop .mega-menu .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: var(--veslera-tan);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

header.desktop .mega-menu .nav-link:hover::before {
    transform: scaleX(1);
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--veslera-tan);
}

/* =============================================
   HEADER â€” SaÄŸ Ä°kon Grubu
   ============================================= */

header.desktop .header-bar .bar-link {
    color: var(--veslera-brown);
}

header.desktop .header-bar .bar-link i {
    font-size: 22px;
    margin-right: 0;
}

header.desktop .header-bar .bar-link .name {
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: var(--veslera-brown);
}

header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name {
    color: var(--veslera-tan);
}

header.desktop .header-bar .bar-cart .icon .count {
    background: var(--veslera-tan);
}

/* =============================================
   INFO BAR
   ============================================= */

.info-bar-1 {
    background: var(--veslera-light);
    padding: 24px 0;
    margin-top: 0;
    border-top: 1px solid var(--veslera-border);
    border-bottom: 1px solid var(--veslera-border);
}

.info-bar-1 .icons .icon-group i {
    font-size: 32px;
    margin-right: 20px;
    color: var(--veslera-tan);
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    color: var(--veslera-brown);
    letter-spacing: 0.04em;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    color: var(--veslera-muted);
    font-weight: 400;
}

/* =============================================
   ÃœRÃœN KARTLARI â€” YumuÅŸak Hatlar
   ============================================= */

.card-product,
.card-blog,
.card-brand,
.card-category {
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid var(--veslera-border);
    box-shadow: 0 2px 12px rgba(61, 35, 20, 0.05);
    margin: 6px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.card-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(61, 35, 20, 0.10);
    border-color: var(--veslera-tan);
}

/* ÃœrÃ¼n gÃ¶rseli */
.card-product .card-product-inner .image-wrapper .image img {
    border-radius: 16px 16px 0 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-product:hover .card-product-inner .image-wrapper .image img {
    transform: scale(1.05);
}

/* ÃœrÃ¼n baÅŸlÄ±ÄŸÄ± */
.card-product .card-product-inner .title {
    font-size: 14px;
    font-weight: 500;
    color: var(--veslera-brown);
    line-height: 20px;
    height: 40px;
    margin: 12px 14px 6px;
    letter-spacing: 0.01em;
}

/* Fiyat */
.card-product .card-product-inner .price-group {
    padding-left: 14px;
    padding-bottom: 14px;
    height: auto;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--veslera-brown);
    letter-spacing: 0.02em;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 13px;
    color: var(--veslera-muted);
    font-weight: 400;
}

/* Kargo etiketi */
.card-product .card-product-inner .free-cargo-badge {
    background: var(--veslera-tan);
    border-radius: 12px 0 12px 0;
    font-size: 11px;
    font-weight: 600;
    height: 26px;
    width: auto;
    padding: 0 12px;
}

/* Kart hover butonlarÄ± */
.card-product .right-to-left .cart-group a {
    background: var(--veslera-tan);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin: 0 6px;
    transition: background 0.25s, transform 0.25s;
}

.card-product .right-to-left .cart-group a:hover {
    background: var(--veslera-brown);
    transform: scale(1.08);
}

/* Alt buton alanÄ± */
.card-product .down-to-top .button-group {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--veslera-border);
    border-radius: 0 0 16px 16px;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    height: 38px;
    letter-spacing: 0.04em;
}

/* =============================================
   SECTION BAÅžLIKLARI
   ============================================= */

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--veslera-brown);
    letter-spacing: 0.02em;
}

.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--veslera-brown);
    letter-spacing: 0.02em;
}

/* =============================================
   BANNER GÃ–RSELLER
   ============================================= */

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    border-radius: 6px !important;
    height: 560px;
    object-fit: cover;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(201, 168, 130, 0.5);
    border: none;
    transition: all 0.3s;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active {
    background: var(--veslera-tan);
    width: 24px;
    border-radius: 4px;
}

.p-g-mod-t-44 .banner-item .image img {
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(61, 35, 20, 0.10);
}

.p-g-mod-t-44 .banner-item {
    overflow: hidden;
    border-radius: 20px;
}

.p-g-mod-t-44 .banner-item:hover .image img {
    transform: scale(1.03);
}

/* =============================================
   ÃœRÃœN DETAY SAYFASI
   ============================================= */

.product-profile-1 h1.title {
    font-size: 24px;
    font-weight: 700;
    color: var(--veslera-brown);
    letter-spacing: 0.02em;
}

.product-profile-1 .carousel .carousel-inner {
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(61, 35, 20, 0.08);
    border: 1px solid var(--veslera-border);
}

.product-profile-1 .carousel .carousel-inner img {
    border-radius: 18px;
}

/* Fiyat kutusu */
.product-profile-info .sale-price-discount {
    border: 1.5px solid var(--veslera-tan);
    border-radius: 12px;
    background: var(--veslera-light);
    padding: 14px 18px;
}

.product-profile-info .sale-price-discount .sale-price {
    font-size: 26px;
    font-weight: 700;
    color: var(--veslera-brown);
}

/* Ä°ndirim badge */
.product-price-group .discount {
    background: var(--veslera-tan);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    width: 56px;
    height: 56px;
    color: #ffffff;
}

/* Detay ButonlarÄ± */
.product-buttons .btn-cart {
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0.04em;
}

.product-buttons .btn-fast-buy {
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0.04em;
}

/* Miktar seÃ§ici */
.product-quantity .btn {
    background: var(--veslera-light);
    border: 1.5px solid var(--veslera-border);
    border-radius: 20px;
    color: var(--veslera-brown);
    height: 48px;
    width: 44px;
    font-weight: 600;
}

.product-quantity input {
    border-color: var(--veslera-border) !important;
    border-radius: 10px;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    color: var(--veslera-brown);
}

/* =============================================
   PATTERN GROUP CONTAINER
   ============================================= */

.pattern-group .p-g-mod {
    border-radius: 20px;
    background: #ffffff;
    /* box-shadow: 0 2px 16px rgba(61, 35, 20, 0.04); */
    margin-bottom: 30px;
}

.p-g-mod-base-content {
    border-radius: 16px;
    border: 1px solid var(--veslera-border);
}

/* Sekme nav */
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: var(--veslera-brown);
    border-bottom: 2px solid var(--veslera-tan);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--veslera-tan);
}

/* =============================================
   FÄ°LTRE ALANI
   ============================================= */

.category-filter-order .list-wrap {
    background: var(--veslera-light);
    border-radius: 14px;
    border: 1px solid var(--veslera-border);
}

.category-filter-order-desktop {
    border-radius: 20px;
    border: 1.5px solid var(--veslera-border) !important;
    background-color: #ffffff;
    color: var(--veslera-brown) !important;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--veslera-tan);
    color: #fff;
    border-radius: 6px;
}

/* =============================================
   SEPETÄ° HOVER DROPDOWN
   ============================================= */

header.desktop .header-cart-hover .dropdown-menu {
    border-radius: 16px;
    border: 1.5px solid var(--veslera-border);
    box-shadow: 0 12px 40px rgba(61, 35, 20, 0.10);
}

header.desktop .header-cart-hover .dropdown-menu .top-header {
    background: var(--veslera-light);
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid var(--veslera-border);
}

header.desktop .header-cart-hover .btn-remove {
    background: var(--veslera-light);
    border-radius: 50%;
    color: var(--veslera-brown);
    border: 1px solid var(--veslera-border);
}

/* =============================================
   MOBÄ°L HEADER
   ============================================= */

header.mobile {
    background: #ffffff;
    box-shadow: 0 1px 0 var(--veslera-border);
    height: 64px;
}

header.mobile .icon-group {
    color: var(--veslera-brown);
}

header.mobile .icon-group .badge {
    background: var(--veslera-tan);
}

/* =============================================
   MOBÄ°L SÄ°DEBAR MENÃœ
   ============================================= */

.sidebar-menu-type-2 .categories ul li a {
    color: var(--veslera-brown);
    border-bottom: 1px solid var(--veslera-border);
    font-weight: 500;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: var(--veslera-muted);
}

.sidebar-menu-type-2 .mobil-area-title {
    color: var(--veslera-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 600;
}

/* =============================================
   FOOTER
   ============================================= */

footer {
    background: var(--veslera-brown);
}

footer .title {
    font-size: 13px;
    font-weight: 700;
    color: var(--veslera-tan);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 18px;
}

footer .info ul li a {
    color: #C4AB91;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.25s;
}

footer .info ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .info ul li {
    color: #C4AB91;
}

footer .bb {
    background: #2A1A0E;
    border-top: 1px solid #4A2C1A;
}

footer .bar {
    background: #2A1A0E;
    border-top: 1px solid #4A2C1A;
    padding: 18px 0;
}

footer .bar p {
    color: #7A6050;
    font-size: 12px;
    font-weight: 400;
}

footer .social-media a {
    color: var(--veslera-tan);
    font-size: 18px;
    transition: color 0.25s, transform 0.25s;
}

footer .social-media a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

footer .social-media .social-media-title {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--veslera-tan);
    font-weight: 600;
}

footer .footer-contact,
footer .footer-contact * {
    color: #C4AB91 !important;
}

/* =============================================
   BREADCRUMB
   ============================================= */

.breadcrumb-wrapper .breadcrumb a {
    color: var(--veslera-muted);
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: var(--veslera-brown);
    font-weight: 600;
}

/* =============================================
   OVERLAY / LOADING
   ============================================= */

.overlay {
    background: rgba(250, 247, 243, 0.88);
    backdrop-filter: blur(6px);
}

.overlay .spin {
    color: var(--veslera-tan);
}

/* =============================================
   EKSTRA â€” KÃ¼Ã§Ã¼k DokunuÅŸlar
   ============================================= */

/* Sidebar user title */
.sidebar-user .title {
    background: var(--veslera-brown);
}

.sidebar-user .title-alt {
    background: var(--veslera-light);
    color: var(--veslera-brown);
}

/* ÃœrÃ¼n transfer indirimi */
.product-transfer-discount {
    background: var(--veslera-light);
    border-left: 4px solid var(--veslera-tan);
    border-radius: 0 10px 10px 0;
}

/* BÃ¶lÃ¼m geÃ§iÅŸ Ã§izgisi */
.product-body .hr-line {
    background: var(--veslera-border);
}

/* Autocomplete */
.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    color: var(--veslera-brown);
}

/* =============================================
   MENÃœ â€” Yeniden TasarÄ±m
   ============================================= */

header.desktop .menu {
    background: #ffffff;
    height: 54px;
    border-top: 1px solid var(--veslera-border);
    border-bottom: 1px solid var(--veslera-border);
    box-shadow: 0 4px 16px rgba(61, 35, 20, 0.04);
}

header.desktop .mega-menu .navbar-nav {
    height: 54px;
    justify-content: center;
    gap: 0;
}

header.desktop .mega-menu .nav-item {
    position: relative;
}

header.desktop .mega-menu .nav-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5C3D2A;
    padding: 0 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color 0.25s ease;
    white-space: nowrap;
    -webkit-line-clamp: unset;
    overflow: visible;
}

/* AyÄ±rÄ±cÄ± Ã§izgi â€” nav item'lar arasÄ± */
header.desktop .mega-menu .nav-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background: var(--veslera-border);
}

header.desktop .mega-menu .nav-item:last-child::after {
    display: none;
}

/* Hover efekti â€” bronz pill arka plan */
header.desktop .mega-menu .nav-link::before {
    content: '';
    position: absolute;
    inset: 10px 12px;
    background: var(--veslera-tan);
    border-radius: 20px;
    opacity: 0;
    transform: scaleX(0.85) scaleY(0.8);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: -1;
}

header.desktop .mega-menu .nav-link:hover::before {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}

header.desktop .mega-menu .nav-link:hover {
    color: #5C3D2A;
}

/* Aktif / seÃ§ili kategori */
header.desktop .mega-menu .nav-item.active .nav-link {
    color: var(--veslera-tan);
}

header.desktop .mega-menu .nav-item.active .nav-link::before {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    background: var(--veslera-brown);
}

header.desktop .mega-menu .nav-item.active .nav-link {
    color: #ffffff;
}

/* Dropdown menÃ¼ */
header.desktop .mega-menu .dropdown-menu {
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--veslera-border);
    border-top: 2px solid var(--veslera-tan);
    box-shadow: 0 12px 32px rgba(61, 35, 20, 0.10);
    top: 52px;
}

.mega-menu-container .sub-title {
    color: var(--veslera-brown);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-menu-container .sub-title:hover {
    color: var(--veslera-tan);
}

.mega-menu-container ul li a {
    color: #7A6050;
    font-size: 13px;
    transition: color 0.2s, padding-left 0.2s;
}

.mega-menu-container ul li a:hover {
    color: var(--veslera-brown);
    padding-left: 4px;
}

/* =============================================
   BREADCRUMB â€” Yeniden TasarÄ±m
   ============================================= */

.bread .pattern-group-body {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
}

.breadcrumb-wrapper {
    padding: 10px 0 6px;
}

.breadcrumb-wrapper .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 0;
}

.breadcrumb-wrapper .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb a {
    color: var(--veslera-muted);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    transition: color 0.2s;
    text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb a:hover {
    color: var(--veslera-tan);
}

/* Son eleman â€” bold, koyu */
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: var(--veslera-brown);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
}

/* AyÄ±rÄ±cÄ± â€” kÃ¼Ã§Ã¼k bronz nokta */
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--veslera-tan);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.7;
}

/* Breadcrumb sarmalayÄ±cÄ± ÅŸerit */
.breadcrumb-section {
    border-bottom: 1px solid var(--veslera-border);
    background: #ffffff;
    padding: 12px 0;
}

/* =============================================
   ÃœRÃœN KARTI â€” SEPETE EKLE BUTONU
   ============================================= */

/* --- Liste / Kart Ã¼zerindeki buton --- */
.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1.5px solid var(--veslera-tan);
    color: var(--veslera-brown);
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 40px;
    padding: 0 20px;
    transition: color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Dolum animasyonu â€” fill efekti */
.card-product .card-product-inner .buttons .btn-cart::before,
.modal-content .buttons .btn-cart::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--veslera-tan);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.card-product .card-product-inner .buttons .btn-cart:hover::before,
.modal-content .buttons .btn-cart:hover::before {
    transform: scaleX(1);
}

.card-product .card-product-inner .buttons .btn-cart span,
.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart span,
.modal-content .buttons .btn-cart i {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover {
    color: #ffffff;
    border-color: var(--veslera-tan);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i {
    font-size: 14px;
    margin-right: 0;
}

/* --- Hover'da alt panel Ã§Ä±kan sepet butonu (down-to-top) --- */
.card-product .down-to-top .btn-cart {
    background: #ffffff;
    border: 1.5px solid var(--veslera-tan);
    color: var(--veslera-brown);
    border-radius: 22px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    height: 38px;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.card-product .down-to-top .btn-cart:hover {
    background: var(--veslera-tan);
    color: #ffffff;
    border-color: var(--veslera-tan);
    transform: scale(1.02);
}

/* --- SaÄŸ ikon grubu (right-to-left hover) --- */
.card-product .right-to-left .cart-group a {
    background: #ffffff;
    border: 1.5px solid var(--veslera-tan);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--veslera-tan);
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(61, 35, 20, 0.12);
}

.card-product .right-to-left .cart-group a i {
    font-size: 16px;
    color: var(--veslera-tan);
    transition: color 0.25s;
}

.card-product .right-to-left .cart-group a:hover {
    background: var(--veslera-tan);
    border-color: var(--veslera-tan);
    transform: scale(1.1);
}

.card-product .right-to-left .cart-group a:hover i {
    color: #ffffff;
}

/* --- Stok bitti butonu --- */
.card-product .it-over {
    background: rgba(250, 247, 243, 0.95);
    color: var(--veslera-muted);
    border: 1px solid var(--veslera-border);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: 0 0 16px 16px;
}

/* =============================================
   ÃœRÃœN DETAY â€” SEPETE EKLE (BÃ¼yÃ¼k buton)
   ============================================= */

.product-buttons .btn-cart {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 52px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-buttons .btn-cart::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15);
    opacity: 0;
    transition: opacity 0.25s;
}

.product-buttons .btn-cart:hover::after {
    opacity: 1;
}

/* Hemen satÄ±n al */
.product-buttons .btn-fast-buy {
    border-radius: 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 52px;
}

/* =============================================
   HEADER CART SUMMARY â€” Mini sepet butonlarÄ±
   ============================================= */

.header-cart-summary-1 .buttons .btn {
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 0 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    /* height: 36px; */
    transition: all 0.25s;
}

/* â”€â”€ VESLERA Ã¶zelleÅŸtirmeleri â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
    --veslera-tan:    #C9A882;
    --veslera-brown:  #3D2314;
    --veslera-cream:  #FAF7F3;
    --veslera-light:  #F3EDE5;
    --veslera-border: #E8DDD0;
    --veslera-muted:  #A8937E;
}

body { background-color: var(--veslera-cream); color: #2A1A0E; }

header.desktop .h-contact { background: var(--veslera-brown); border-bottom: none; }
header.desktop .h-contact .info .item { color: #D4BC9E; font-size: 12px; }
header.desktop .h-contact .info .item:hover { color: #fff; }
header.desktop .h-contact .social-media a { color: #D4BC9E; }
header.desktop .h-contact .social-media a:hover { color: #fff; }
header.desktop {
    background: #fff;
    border-bottom: 1px solid var(--veslera-border);
    margin: 0;
    padding: 0;
}
header.desktop .h-contact {
    margin: 0;
    padding: 0;
}
header.desktop .search { border-bottom: 1.5px solid var(--veslera-tan); }
header.desktop .search:hover, header.desktop .search:focus-within { border-color: var(--veslera-brown); }
header.desktop .search form .btn-send { color: var(--veslera-tan); }
header.desktop .search form input::placeholder { color: var(--veslera-muted); }

/* Logo boyutu */
header.desktop .logo a img {
    max-height: 45px;
}

/* Header orta alan yÃ¼ksekliÄŸi â€” boÅŸluÄŸu azalt */
header.desktop .header-area {
    height: 80px;
}

/* MenÃ¼ Ã§ubuÄŸu */
header.desktop .menu {
    background: #fff;
    height: 55px;
    border-top: 1px solid var(--veslera-border);
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
header.desktop .mega-menu .navbar-nav {
    height: 55px;
    justify-content: space-between;
}
header.desktop .mega-menu .nav-item {
    position: relative;
    flex: 1;
}
header.desktop .mega-menu .nav-item::after {
    content: '';
    position: absolute;
    right: 0; top: 25%;
    height: 50%; width: 1px;
    background: var(--veslera-border);
}
header.desktop .mega-menu .nav-item:last-child::after { display: none; }
header.desktop .mega-menu .nav-link {
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5C3D2A;
    padding: 0 8px;
    white-space: nowrap;
    overflow: visible;
    -webkit-line-clamp: unset;
    text-decoration: none;
    transition: text-decoration-color 0.25s ease;
}
header.desktop .mega-menu .nav-link::after {
    display: none !important;
}
header.desktop .mega-menu .nav-link:hover {
    color: #5C3D2A;
    text-decoration: none;
}
header.desktop .mega-menu .dropdown-menu {
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--veslera-border);
    border-top: 2px solid var(--veslera-tan);
    box-shadow: 0 12px 32px rgba(61,35,20,0.10);
    top: 52px;
}

header.desktop .header-bar .bar-link { color: var(--veslera-brown); }
header.desktop .header-bar .bar-link .name {color: var(--veslera-brown);font-size: 12px;}
header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name { color: var(--veslera-tan); }
header.desktop .header-bar .bar-cart .icon .count { background: var(--veslera-tan); }

header.desktop .header-cart-hover .dropdown-menu {
    border-radius: 16px;
    border: 1.5px solid var(--veslera-border);
    box-shadow: 0 12px 40px rgba(61,35,20,0.10);
}
header.desktop .header-cart-hover .dropdown-menu .top-header {
    background: var(--veslera-light);
    border-radius: 16px 16px 0 0;
}

.breadcrumb-wrapper .breadcrumb { background: none; margin: 0; padding: 0; font-size: 12px; }
.breadcrumb-wrapper .breadcrumb a { color: var(--veslera-muted); font-size: 12px; font-weight: 400; text-decoration: none; transition: color 0.2s; }
.breadcrumb-wrapper .breadcrumb a:hover { color: var(--veslera-tan); }
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a { color: var(--veslera-brown); font-weight: 700; }
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 4px; height: 4px;
    background: var(--veslera-tan);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.7;
}
.bread .pattern-group-body {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
}

.card-product, .card-blog, .card-brand, .card-category {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid var(--veslera-border);
    box-shadow: 0 2px 12px rgba(61,35,20,0.05);
    margin: 6px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1);
    overflow: hidden;
}
.card-product:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(61,35,20,0.10); border-color: var(--veslera-tan); }
.card-product .card-product-inner .image-wrapper .image img { border-radius: 16px 16px 0 0; transition: transform 0.5s; }
.card-product:hover .card-product-inner .image-wrapper .image img { transform: scale(1.05); }
.card-product .card-product-inner .title { font-size: 14px; font-weight: 500; color: var(--veslera-brown); }
.card-product .card-product-inner .price-group .prices .sale-price { font-size: 15px; font-weight: 700; color: var(--veslera-brown); }
.card-product .card-product-inner .price-group .prices .list-price { color: var(--veslera-muted); }
.card-product .card-product-inner .free-cargo-badge { background: var(--veslera-tan); border-radius: 12px 0 12px 0; }
.card-product .it-over { background: rgba(250,247,243,0.95); color: var(--veslera-muted); border: 1px solid var(--veslera-border); border-radius: 0 0 16px 16px; }

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid var(--veslera-tan);
    color: var(--veslera-brown);
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 40px;
    transition: color 0.3s ease;
}
.card-product .card-product-inner .buttons .btn-cart::before,
.modal-content .buttons .btn-cart::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--veslera-tan);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
}
.card-product .card-product-inner .buttons .btn-cart:hover::before,
.modal-content .buttons .btn-cart:hover::before { transform: scaleX(1); }
.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover { color: #fff; border-color: var(--veslera-tan); }
.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i { position: relative; z-index: 1; margin-right: 0; }

.card-product .down-to-top .btn-cart {
    background: #fff;
    border: 1.5px solid var(--veslera-tan);
    color: var(--veslera-brown);
    border-radius: 22px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    height: 38px;
    transition: all 0.25s ease;
    width: 100%;
}
.card-product .down-to-top .btn-cart:hover { background: var(--veslera-tan); color: #fff; transform: scale(1.02); }

.card-product .right-to-left .cart-group a {
    background: #fff;
    border: 1.5px solid var(--veslera-tan);
    border-radius: 50%;
    color: var(--veslera-tan);
    transition: all 0.25s ease;
}
.card-product .right-to-left .cart-group a i { color: var(--veslera-tan); }
.card-product .right-to-left .cart-group a:hover { background: var(--veslera-tan); }
.card-product .right-to-left .cart-group a:hover i { color: #fff; }

.product-profile-1 h1.title { font-size: 24px; font-weight: 700; color: var(--veslera-brown); }
.product-profile-1 .carousel .carousel-inner {
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(61,35,20,0.08);
    border: 1px solid var(--veslera-border);
}
.product-profile-info .sale-price-discount {
    border: 1.5px solid var(--veslera-tan);
    border-radius: 12px;
    background: var(--veslera-light);
}
.product-profile-info .sale-price-discount .sale-price { font-size: 26px; font-weight: 700; color: var(--veslera-brown); }
.product-price-group .discount { background: var(--veslera-tan); border-radius: 12px; color: #fff; }

.product-buttons .btn-cart { border-radius: 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; height: 52px; }
.product-buttons .btn-fast-buy { border-radius: 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; height: 52px; }

.product-quantity .btn {background: #f3ede500;border: 1.5px solid var(--veslera-border);border-radius: 20px;color: var(--veslera-brown);}
.product-quantity input { border-color: var(--veslera-border) !important; border-radius: 10px; font-weight: 700; color: var(--veslera-brown); }

.info-bar-1 { background: var(--veslera-light); border-top: 1px solid var(--veslera-border); border-bottom: 1px solid var(--veslera-border); }
.info-bar-1 .icons .icon-group i { color: var(--veslera-tan); }
.info-bar-1 .icons .icon-group .inf .name { color: var(--veslera-brown); font-weight: 600; }
.info-bar-1 .icons .icon-group .inf .description { color: var(--veslera-muted); }

.pattern-group .p-g-mod {border-radius: 16px;/* background: #fff; */}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title { color: var(--veslera-brown); }
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title { color: var(--veslera-brown); }
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active { color: var(--veslera-brown); border-bottom: 2px solid var(--veslera-tan); }
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover { color: var(--veslera-tan); }

.category-filter-order .list-wrap { background: var(--veslera-light); border: 1px solid var(--veslera-border); border-radius: 14px; }
.category-filter-order-desktop { border-radius: 20px; border: 1.5px solid var(--veslera-border) !important; background-color: #fff; color: var(--veslera-brown) !important; }
.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox { background: var(--veslera-tan); color: #fff; border-radius: 6px; }

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li { width: 8px; height: 8px; border-radius: 50%; background: rgba(201,168,130,0.5); border: none; }
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active { background: var(--veslera-tan); width: 24px; border-radius: 4px; }
.p-g-mod-t-44 .banner-item { overflow: hidden; border-radius: 20px; }

header.mobile { background: #fff; box-shadow: 0 1px 0 var(--veslera-border); }
header.mobile .icon-group { color: var(--veslera-brown); }
header.mobile .icon-group .badge { background: var(--veslera-tan); }

.sidebar-menu-type-2 .categories ul li a { color: var(--veslera-brown); border-bottom: 1px solid var(--veslera-border); }
.sidebar-user .title { background: var(--veslera-brown); }
.sidebar-user .title-alt { background: var(--veslera-light); color: var(--veslera-brown); }

footer { background: var(--veslera-brown); }
footer .title { font-size: 13px; font-weight: 700; color: var(--veslera-tan); letter-spacing: 0.08em; text-transform: uppercase; text-align: left; margin-bottom: 18px; }
footer .info ul li a { color: #C4AB91; font-size: 13px; font-weight: 400; transition: color 0.25s; }
footer .info ul li a:hover { color: #fff; text-decoration: none; }
footer .info ul li { color: #C4AB91; }
footer .bb { background: #2A1A0E; border-top: 1px solid #4A2C1A; }
footer .bar { background: #2A1A0E; border-top: 1px solid #4A2C1A; padding: 18px 0; }
footer .bar p {color: rgba(255, 255, 255, 0.65) !important;font-size: 12px;font-weight: 400;}
footer .social-media a { color: var(--veslera-tan); font-size: 18px; transition: color 0.25s, transform 0.25s; }
footer .social-media a:hover { color: #fff; transform: translateY(-2px); }
footer .social-media .social-media-title { color: var(--veslera-tan); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
footer .footer-contact, footer .footer-contact * { color: #C4AB91 !important; }

.overlay { background: rgba(250,247,243,0.88); backdrop-filter: blur(6px); }
.overlay .spin { color: var(--veslera-tan); }
.product-transfer-discount { background: var(--veslera-light); border-left: 4px solid var(--veslera-tan); border-radius: 0 10px 10px 0; }
.product-body .hr-line { background: var(--veslera-border); }

/* ============================================================
   VESLERA â€” Ã–zel CSS (Quka platformu)
   TÃ¼m deÄŸiÅŸiklikler bu dosyaya eklenmiÅŸtir.
   ============================================================ */

/* â”€â”€ Renk deÄŸiÅŸkenleri â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
    --veslera-tan:    #C9A882;
    --veslera-brown:  #3D2314;
    --veslera-cream:  #FAF7F3;
    --veslera-light:  #F3EDE5;
    --veslera-border: #E8DDD0;
    --veslera-muted:  #A8937E;
}

/* â”€â”€ Genel zemin â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body {
    background-color: var(--veslera-cream) !important;
    color: var(--veslera-brown) !important;
}

/* â”€â”€ Header / Ãœst Ã§ubuk â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.desktop {
    background: #ffffff !important;
    border-bottom: 1px solid var(--veslera-border) !important;
    box-shadow: none !important;
}

header.desktop .top-menu {
    background: var(--veslera-light) !important;
    border-bottom: 1px solid var(--veslera-border) !important;
}

header.desktop .top-menu a,
header.desktop .top-menu span {
    color: var(--veslera-muted) !important;
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
}

/* â”€â”€ MenÃ¼ nav linkleri â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.desktop .mega-menu .nav-link {
    position: relative;
    color: #5C3D2A !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    transition: box-shadow 0.25s ease !important;
}

header.desktop .mega-menu .nav-link::before {
    display: none !important;
    content: none !important;
}

header.desktop .mega-menu .nav-link:hover::before {
    display: none !important;
}

header.desktop .mega-menu .nav-link:hover {
    color: #5C3D2A !important;
    box-shadow: inset 0 -3px 0 var(--veslera-tan);
}

/* MenÃ¼ Ã¶ÄŸeleri arasÄ± dikey Ã§izgi */
header.desktop .mega-menu .nav-item + .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background: var(--veslera-border);
}

/* â”€â”€ Mega menÃ¼ dropdown â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.desktop .mega-menu .dropdown-menu {
    border: 1px solid var(--veslera-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(61,35,20,0.10) !important;
    background: #ffffff !important;
    padding: 20px !important;
}

header.desktop .mega-menu .dropdown-item {
    color: var(--veslera-brown) !important;
    border-radius: 10px !important;
    transition: background 0.2s ease !important;
}

header.desktop .mega-menu .dropdown-item:hover {
    background: var(--veslera-light) !important;
    color: var(--veslera-brown) !important;
}

/* â”€â”€ Header ikonlar (sepet, favoriler, arama) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.desktop .header-icons a,
header.desktop .header-icons button {
    color: var(--veslera-brown) !important;
    transition: color 0.2s ease !important;
}

header.desktop .header-icons a:hover,
header.desktop .header-icons button:hover {
    color: var(--veslera-tan) !important;
}

/* â”€â”€ Breadcrumb â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.breadcrumb-wrapper {
    background: transparent !important;
    padding: 10px 0 !important;
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.breadcrumb-wrapper .breadcrumb-item a {
    color: var(--veslera-muted) !important;
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.breadcrumb-wrapper .breadcrumb-item a:hover {
    color: var(--veslera-tan) !important;
}

.breadcrumb-wrapper .breadcrumb-item.active {
    color: var(--veslera-brown) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
}

/* AyraÃ§: bronz nokta */
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--veslera-tan);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.8;
}

/* â”€â”€ ÃœrÃ¼n kartlarÄ± â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card-product {
    border: 1px solid var(--veslera-border) !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.card-product:hover {
    box-shadow: 0 8px 28px rgba(61,35,20,0.10) !important;
    transform: translateY(-3px) !important;
}

.card-product .card-product-inner {
    border-radius: 20px !important;
}

/* ÃœrÃ¼n adÄ± */
.card-product .product-name,
.card-product .card-product-name {
    color: var(--veslera-brown) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Fiyat */
.card-product .price,
.card-product .new-price {
    color: var(--veslera-brown) !important;
    font-weight: 700 !important;
}

.card-product .old-price {
    color: var(--veslera-muted) !important;
    text-decoration: line-through !important;
}

/* Ä°ndirim etiketi */
.card-product .discount-badge,
.card-product .badge-discount {
    background: var(--veslera-tan) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

/* â”€â”€ Sepete Ekle butonu â€” kart Ã¼zerinde â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
    border: 1.5px solid var(--veslera-tan) !important;
    color: var(--veslera-brown) !important;
    border-radius: 22px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    height: 40px !important;
    transition: color 0.35s ease !important;
    z-index: 1;
}

.card-product .card-product-inner .buttons .btn-cart::before,
.modal-content .buttons .btn-cart::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--veslera-tan);
    border-radius: 22px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.card-product .card-product-inner .buttons .btn-cart:hover::before {
    transform: scaleX(1);
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    color: #ffffff !important;
}

/* Down-to-top (hover'da Ã§Ä±kan alan) sepete ekle */
.card-product .down-to-top .btn-cart {
    background: var(--veslera-tan) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    transition: background 0.25s ease, transform 0.25s ease !important;
}

.card-product .down-to-top .btn-cart:hover {
    background: var(--veslera-brown) !important;
    transform: scale(1.03) !important;
}

/* Stok bitti */
.card-product .it-over {
    background: rgba(250,247,243,0.85) !important;
    color: var(--veslera-muted) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    border-radius: 20px !important;
}

/* â”€â”€ ÃœrÃ¼n detay sayfasÄ± â€” butonlar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-buttons .btn-cart {
    background: var(--veslera-tan) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}

.product-buttons .btn-cart:hover {
    background: var(--veslera-brown) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(201,168,130,0.35) !important;
}

.product-buttons .btn-fast-buy {
    background: transparent !important;
    border: 1.5px solid var(--veslera-brown) !important;
    color: var(--veslera-brown) !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    transition: background 0.25s ease, color 0.25s ease !important;
}

.product-buttons .btn-fast-buy:hover {
    background: var(--veslera-brown) !important;
    color: #ffffff !important;
}

/* Favori butonu */
.product-buttons .btn-fav,
.btn-wishlist {
    border: 1.5px solid var(--veslera-border) !important;
    border-radius: 50% !important;
    color: var(--veslera-muted) !important;
    transition: border-color 0.2s ease, color 0.2s ease !important;
}

.product-buttons .btn-fav:hover,
.btn-wishlist:hover {
    border-color: var(--veslera-tan) !important;
    color: var(--veslera-tan) !important;
}

/* â”€â”€ Filtre alanÄ± â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.filter-area,
.sidebar-filter {
    background: #ffffff !important;
    border: 1px solid var(--veslera-border) !important;
    border-radius: 20px !important;
    padding: 20px !important;
}

.filter-area .filter-title,
.sidebar-filter .filter-title {
    color: var(--veslera-brown) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.filter-area .form-check-input:checked,
.sidebar-filter .form-check-input:checked {
    background-color: var(--veslera-tan) !important;
    border-color: var(--veslera-tan) !important;
}

/* SÄ±ralama seÃ§ici */
.sort-select,
.order-select {
    border: 1px solid var(--veslera-border) !important;
    border-radius: 20px !important;
    color: var(--veslera-brown) !important;
    font-size: 12px !important;
    padding: 8px 16px !important;
    background: #ffffff !important;
}

/* â”€â”€ Sepet dropdown â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cart-dropdown,
.basket-dropdown {
    border: 1px solid var(--veslera-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(61,35,20,0.10) !important;
    background: #ffffff !important;
}

.cart-dropdown .cart-item,
.basket-dropdown .basket-item {
    border-bottom: 1px solid var(--veslera-border) !important;
    padding: 12px 0 !important;
}

.cart-dropdown .btn-checkout,
.basket-dropdown .btn-checkout {
    background: var(--veslera-tan) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    transition: background 0.25s ease !important;
}

.cart-dropdown .btn-checkout:hover,
.basket-dropdown .btn-checkout:hover {
    background: var(--veslera-brown) !important;
}

/* â”€â”€ Genel butonlar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn-primary {
    background: var(--veslera-tan) !important;
    border-color: var(--veslera-tan) !important;
    color: #ffffff !important;
    border-radius: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    transition: background 0.25s ease, transform 0.2s ease !important;
}

.btn-primary:hover {
    background: var(--veslera-brown) !important;
    border-color: var(--veslera-brown) !important;
    transform: translateY(-1px) !important;
}

.btn-outline-primary {
    border-color: var(--veslera-tan) !important;
    color: var(--veslera-tan) !important;
    border-radius: 22px !important;
    font-weight: 700 !important;
}

.btn-outline-primary:hover {
    background: var(--veslera-tan) !important;
    color: #ffffff !important;
}

/* â”€â”€ Slider / Banner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.slider-area .slider-caption h1,
.slider-area .slider-caption h2 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

.slider-area .slider-caption .btn {
    background: var(--veslera-tan) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 12px 28px !important;
}

/* â”€â”€ Kategori kartlarÄ± â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.category-card {
    border-radius: 20px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.category-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(61,35,20,0.12) !important;
}

.category-card .category-name {
    background: rgba(255,255,255,0.92) !important;
    color: var(--veslera-brown) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 0 0 20px 20px !important;
}

/* â”€â”€ Sayfalama â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pagination .page-link {
    border: 1px solid var(--veslera-border) !important;
    color: var(--veslera-brown) !important;
    border-radius: 12px !important;
    margin: 0 3px !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.pagination .page-link:hover {
    background: var(--veslera-light) !important;
    color: var(--veslera-brown) !important;
}

.pagination .page-item.active .page-link {
    background: var(--veslera-tan) !important;
    border-color: var(--veslera-tan) !important;
    color: #ffffff !important;
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
    background: var(--veslera-brown) !important;
    color: rgba(255,255,255,0.75) !important;
    border-top: none !important;
}

footer a {
    color: rgba(255,255,255,0.65) !important;
    transition: color 0.2s ease !important;
}

footer a:hover {
    color: var(--veslera-tan) !important;
    text-decoration: none !important;
}

footer .footer-title,
footer h5, footer h6 {
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12) !important;
    color: rgba(255,255,255,0.45) !important;
    font-size: 11px !important;
}

/* â”€â”€ Mobil header â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
header.mobile {
    background: #ffffff !important;
    border-bottom: 1px solid var(--veslera-border) !important;
    box-shadow: 0 2px 10px rgba(61,35,20,0.06) !important;
}

header.mobile .mobile-menu-icon span {
    background: var(--veslera-brown) !important;
}

/* â”€â”€ Mobil sidebar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.mobile-sidebar,
.offcanvas {
    background: #ffffff !important;
}

.mobile-sidebar .nav-link,
.offcanvas .nav-link {
    color: var(--veslera-brown) !important;
    border-bottom: 1px solid var(--veslera-border) !important;
    padding: 14px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.mobile-sidebar .nav-link:hover,
.offcanvas .nav-link:hover {
    color: var(--veslera-tan) !important;
}

/* â”€â”€ Scroll-bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--veslera-cream);
}

::-webkit-scrollbar-thumb {
    background: var(--veslera-border);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--veslera-tan);
}

/* â”€â”€ SeÃ§im rengi â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
::selection {
    background: var(--veslera-tan);
    color: #ffffff;
}

/* â”€â”€ Input / Form alanlarÄ± â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.form-control,
.form-select {
    border: 1px solid var(--veslera-border) !important;
    border-radius: 6px !important;
    color: var(--veslera-brown) !important;
    background: #ffffff !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--veslera-tan) !important;
    box-shadow: 0 0 0 3px rgba(201,168,130,0.18) !important;
}

/* â”€â”€ Arama alanÄ± â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.search-form .form-control,
.search-box input {
    border-radius: 25px !important;
    border: 1.5px solid var(--veslera-border) !important;
    background: var(--veslera-light) !important;
    color: var(--veslera-brown) !important;
    padding-left: 20px !important;
}

.search-form .form-control:focus,
.search-box input:focus {
    border-color: var(--veslera-tan) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(201,168,130,0.15) !important;
}

.search-form .btn,
.search-box button {
    background: var(--veslera-tan) !important;
    border-color: var(--veslera-tan) !important;
    color: #ffffff !important;
    border-radius: 25px !important;
}

/* â”€â”€ Alert / Bildirimler â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.alert-success {
    background: rgba(201,168,130,0.12) !important;
    border-color: var(--veslera-tan) !important;
    color: var(--veslera-brown) !important;
    border-radius: 16px !important;
}

/* â”€â”€ Toast / Popup bildirimleri â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.toast,
.notification-popup {
    border-radius: 16px !important;
    border: 1px solid var(--veslera-border) !important;
    box-shadow: 0 8px 24px rgba(61,35,20,0.10) !important;
}

/* â”€â”€ Responsive: Tablet â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 992px) {
    .card-product {
        border-radius: 16px !important;
    }

    .filter-area,
    .sidebar-filter {
        border-radius: 16px !important;
    }
}

/* â”€â”€ Responsive: Mobil â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 576px) {
    .card-product {
        border-radius: 14px !important;
    }

    .product-buttons .btn-cart,
    .product-buttons .btn-fast-buy {
        border-radius: 20px !important;
        padding: 12px 20px !important;
        font-size: 11px !important;
    }

    .breadcrumb-wrapper .breadcrumb-item a,
    .breadcrumb-wrapper .breadcrumb-item.active {
        font-size: 10px !important;
    }
}

/* â”€â”€ SEPETE EKLE BUTONU â€” Kesin Override â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    background: var(--veslera-brown) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    height: 44px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: background 0.25s ease !important;
    position: static !important;
    overflow: visible !important;
}

.card-product .card-product-inner .buttons .btn-cart::before,
.card-product .card-product-inner .buttons .btn-cart::after,
.modal-content .buttons .btn-cart::before,
.modal-content .buttons .btn-cart::after {
    display: none !important;
    content: none !important;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover {
    background: var(--veslera-tan) !important;
    color: #ffffff !important;
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i {
    font-size: 15px !important;
    position: static !important;
    z-index: auto !important;
}

.card-product .card-product-inner .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
}

/* â”€â”€ ÃœrÃ¼n adÄ± sol â€” fiyat saÄŸ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card-product .card-product-inner > .c-p-i-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
    gap: 8px !important;
}

.card-product .card-product-inner > .c-p-i-link .title {
    flex: 1 !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--veslera-brown) !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: left !important;
}

.card-product .card-product-inner > .c-p-i-link .card-product-content {
    display: none !important;
}

.card-product .card-product-inner > .c-p-i-link .price-group {
    flex-shrink: 0 !important;
    padding: 0 !important;
    height: auto !important;
    text-align: right !important;
}

.card-product .card-product-inner > .c-p-i-link .price-group .sale-price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--veslera-brown) !important;
    white-space: nowrap !important;
}

.card-product .card-product-inner > .c-p-i-link .price-group .list-price {
    font-size: 11px !important;
    color: var(--veslera-muted) !important;
    text-decoration: line-through !important;
    white-space: nowrap !important;
}

/* â”€â”€ BREADCRUMB â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.breadcrumb-wrapper {
    padding: 10px 0 !important;
    background: transparent !important;
}

.breadcrumb-wrapper .breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    gap: 0 !important;
}

/* Her Ã¶ÄŸe */
.breadcrumb-wrapper .breadcrumb-item {
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* Linkler ve span iÃ§i yazÄ± */
.breadcrumb-wrapper .breadcrumb-item a {
    color: var(--veslera-muted) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    font-size: 12px !important;
}

.breadcrumb-wrapper .breadcrumb-item a span {
    color: inherit !important;
    font-size: 12px !important;
}

.breadcrumb-wrapper .breadcrumb-item a:hover,
.breadcrumb-wrapper .breadcrumb-item a:hover span {
    color: var(--veslera-tan) !important;
}

/* Son Ã¶ÄŸe â€” aktif sayfa */
.breadcrumb-wrapper .breadcrumb-item:last-child a,
.breadcrumb-wrapper .breadcrumb-item:last-child a span {
    color: var(--veslera-brown) !important;
    font-weight: 600 !important;
}

/* AyÄ±rÄ±cÄ± â€” bronz nokta */
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 8px !important;
    background: var(--veslera-tan) !important;
    border-radius: 50% !important;
    margin: 0 10px !important;
    vertical-align: middle !important;
    opacity: 0.7 !important;
    flex-shrink: 0 !important;
}

header.desktop .header-bar .bar-cart .name {
    color: var(--veslera-brown);
    font-size: 12px;
    margin-left: 10px;
}

.product-quantity .btn:hover {
    background: #d3d3d300;
}