/**
 * Created by lvntayn on 18.09.2018 s
 */
 
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #1c7ad2;
}

a:hover {
    text-decoration: none;
    color: #095c9b;
}

section [class*="copyright"] {
  display:none
}

/* 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: #1c7ad2;
    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: #fff;
    position: relative;
    z-index: 11;
}

header.desktop .h-contact {
}

header.desktop .h-contact .info {
    height: 28px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 12px;
    color: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .info .item:hover {
    color: #f3612f;
}

header.desktop .h-contact .social-media {
    height: 28px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: 80px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 105px;
    max-width: 135% !important;
}

header.desktop .search {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 5px;
    border: 2px solid #919191;
    background: #fff !important;
    height: 50px !important;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .icon { 
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, .3);
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 60px;
    padding-left: 35px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    background: transparent !important;
    border: 0 !important;
    height: 46px;
    border-radius: 0 !important;
    box-shadow: none;
}

header.desktop .search form input::placeholder {
    color: #999;
}

header.desktop .search:hover {
    border-color: #fd6120;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 46px;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 1px 1px 0;
    background: #919191;
    border-width: 0;
    font-weight: 500;
    color: #fff;
}

header.desktop .search:hover form .btn-send {
    background: #fd6120;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    width: 100%;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: 2px solid #919191;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    flex: 1;
}

header.desktop .header-bar .bar-user i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 20px;
    margin-right: 10px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #222;
    font-weight: 500;
    font-size: 13px;
    display: block;
}

header.desktop .header-bar .bar-user .link a:last-child {
    color: #666;
    font-weight: 500;
    font-size: 11px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #fff;
    background: #919191;
    height: 48px;
    border-radius: 5px;
    padding: 10px;
    flex: 1;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #fff;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .colorfulBand {
    display: flex;
    flex-direction: row;
}

.colorfulBand>div {
    height: 8px;
}

.colorfulBand .purple {
    width: 11%;
    background: #7622da;
}

.colorfulBand>div.lightBlue {
    width: 18%;
    background: #47c6eb;
}

.colorfulBand>div.orange {
    width: 31%;
    background: #ed5f1f;
}

.colorfulBand>div.yellow {
    width: 15%;
    background: #f59f28;
}

.colorfulBand>div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.colorfulBand>div.green {
    width: 12%;
    background: #45b794;
}

header.desktop .menu {
    height: 56px;
    background: #f5f5f5;
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 56px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: 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: #646464;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
    position: relative;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link::before {
    display: block;
    content: " ";
    background: #e5e5e5;
    width: 1px;
    top: 15px;
    bottom: 15px;
    right: 0;
    position: absolute;
}

header.desktop .mega-menu .nav-item:first-child .nav-link::after {
    display: block;
    content: " " !important;
    background: #e5e5e5;
    width: 1px !important;
    top: 15px;
    bottom: 15px;
    left: 0;
    position: absolute;
    margin-left: 0 !important;
    border: 0 !important;
}

header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    background: #fff;
    color: #fd6120;
}

header.desktop .mega-menu .dropdown:hover .nav-link::after,
header.desktop .mega-menu .nav-link:hover::after,
header.desktop .mega-menu .dropdown:hover .nav-link::before,
header.desktop .mega-menu .nav-link:hover::before {
    display: none;
}

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-top: 0;
    border-radius: 0;
    background-color: #fff;
    width:200%;
    left:0;
    right:0;
    top:54px;
    position: absolute;
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }
 
 /* All Categories Button */
.btn-categories {
    min-width: 200px;
}

.btn-categories i {
    margin-right: 10px;
}

.dropdown-category {
    position: relative;
    height: 56px;
}

header.desktop .mega-menu .dropdown-category:hover .btn-categories{
    background: var(--header-all-cats-bg) !important;
}

header.desktop  .mega-menu .dropdown-category  .nav-link{
    color:#646464 !important;
    flex-direction: row;
}

.dropdown-category .menu-left {
    display: none;
    z-index: 99;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-top: 0;
    height: 415px;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 260px;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li:hover {
    background: var(--menu-bg-color);
    border-color: var(--menu-bg-color);
    transition: all .4s;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box-2 {
    display: block !important;
}


/* başlangıç */

.menu-left ul.f-ul li.f-li a.f-item {
    display: flex;
    justify-content: space-between; /* ok sağda kalır */
    align-items: center;

    color: #000;
    font-size: 10px; /* yazı büyüdü */
    font-weight: 600;

    padding: 10px 1px; /* sola daha yakın */
    text-align: left;

    text-transform: uppercase;
    letter-spacing: 0.5px;

    gap: 5px;
    transition: background 0.25s ease;
}

/* kategori yazısı */
.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 100%;
    font-size: 14px; /* yazı büyüklüğü */
    text-align: left;
}

/* hover */
.menu-left ul.f-ul li.f-li:hover {
    background: #fff7f2;
}

.menu-left ul.f-ul li.f-li:hover a.f-item .name {
    color: #ff6a00;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    display: none;
}




/* sonnnnnnn */


.menu-deep-box-2 .cat-groups {
    display: flex;
    padding: 20px;
}
.menu-deep-box-2 img.subtitle-img {
    max-width: 75px;
}

.menu-left ul.f-ul li.f-li a.f-item:hover {
    background: #f2f2f2;
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: #000;
}

.menu-left ul.f-ul li.f-li:last-child a.f-item {
    border-bottom: 0;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 80%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    padding-top: 3px;
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 15px;
}


/* Deep Menu */
.menu-deep-box-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 100%;
    box-sizing: border-box;
    width: 950px;
    z-index: 99;
    height: 100%;
    display: none;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
}

.menu-deep-box-2 .cat-groups {
   
}

.menu-deep-box-2 .cat-groups .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 7px 0;
    text-align: left;
}

.menu-deep-box-2 .cat-groups .title span {
    display: block
}

.menu-deep-box-2 .cat-groups .title img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.menu-deep-box-2 .cat-groups .title:hover {
    color: #3b414c;
}

.menu-deep-box-2 .cat-groups .childs a {
    display: block;
    text-align: left;
    color: #333;
    transition: all var(--transition-time);
}

.menu-deep-box-2 .cat-groups .childs a:hover{
    color: var(--menu-bg-color);
    transition: all var(--transition-time);
}

.menu-deep-box-2 .all-title {
    display: block;
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    font-size: 15px;
    color: #3b414c;
    font-weight: 600;
}


.menu-deep-box-2 .sub-titles {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
}

.menu-deep-box-2 .sub-titles:hover {
    color: #3b414c;
}


/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat.fix-height {
}

.mega-menu-container .sub-title {
    color: #f36130;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mega-menu-container ul li a {
    font-size: 12px;
    color: #555;
    font-weight: 400;
}

.mega-menu-container ul li a:hover {
    color: #fd6120;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

.mega-menu-container ul li:last-child span{
    display:none !important;
}

/* 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-width: 150px;
    max-height: 60px;
}

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;
}

/* 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: #333;
    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-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
footer {
    padding-left:20px;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #333;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Custom */

.card-product .card-product-inner .buttons .btn-cart {
    background: transparent;
    border: 1px solid #ff7a24;
    color: #ff7a24;
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    background: #ff7a24;
    color: #000;
    box-shadow: 0 8px 20px rgba(255,122,36,0.25);
}


iframe{
    margin-right: 10px;
}

    .product-body-tag img{
        max-width: 75px;
        position: relative;
        top: 10px;
        right: 10px;
        z-index: 999999999;
    }
    .card-product .card-product-inner .product-label img {
        max-width: 50px;
        width: auto;
    }


    .all-sub-cat{
        display:block !important;
    }
    
    .all-sub-cat a{
        font-weight:500 !important;
        color:#000 !important;
    }

   .home-body .pattern-group-t-0 .p-g-mod{
       margin-bottom:0px;
   }
   
   
   .sub-cat{
       margin-bottom:15px;
   }
   
   
   .home-body .best-three .p-g-mod .p-g-mod-header .p-g-m-h-info{
           align-items: flex-start !important;
    }
    
    .home-body .best-three .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title::after {
        content: "";
        position: absolute;
        width: 170px;
        height: 1px;
        background: #62ab00;
        left: 0 !important;
        right: auto !important;
        bottom: -11px !important;
        margin: auto;
        max-width: 100%;
    }

    .home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info{
            position: relative;
            align-items: center;
    }

    .home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title::after{
            content: "";
            position: absolute;
            width: 170px;
            height: 2px;
            background: #62ab00;
            left: 0;
            right: 0;
            bottom: -1px;
            margin: auto;
            max-width: 100%;
    }
    
    .pattern-group .p-g-mod .p-g-mod-header{
        padding-left:0;
    }
    
    .pattern-group .p-g-mod .p-g-mod-body{
        padding-left:0;
    }
    
    .p-g-mod-t-10 .p-g-mod-body a, .p-g-mod-t-2 .p-g-mod-body a{
        padding-left:0;
    }

    .card-product .card-product-inner .price-group .prices .sale-price{
            color: #f68121;
            font-size:18px;
    }
    
    .card-product .card-product-inner .price-group .prices .list-price{
            font-size:13px;
            text-decoration:line-through;
    }
    
    .card-product .card-product-inner .price-group .discount{
            margin-left: 10px;
            margin-right:0;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price{
            color: #62ab00;
    }
    
/* Başlangıçta gizli */
.card-product .btn-cart {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    color: #000; /* Yazı siyah */
}

/* Ürünün üstüne gelince görünür */
.card-product:hover .btn-cart {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    color: #000 !important; /* Hover'da da siyah */
}

    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link{
            border-bottom: 3px solid #c5c5c5;
            border-top: 0;
            background: #fff;
    }
    
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active{
            border-bottom: 3px solid #f68121;
    }
    
    .card-list-product .card-list-product-inner .info .title{
        height:auto;
        max-height:55px;
    }
    
    .category-filter-list .list-wrap[data-simplebar]{
        max-height: 400px;
    }
    
    
    .category-filter-list .list-wrap .list li a {
        padding: 8px 10px 8px 0;
        border-bottom: 1px dashed #d7d7d7;
    }
    
    .category-filter-list .list-wrap .list li a:hover{
        color:#f68121;
        transition:all 0.4s;
    }

    .pattern-group .p-g-mod-t-21, .pattern-group .p-g-mod-t-22, .pattern-group .p-g-mod-t-23, .pattern-group .p-g-mod-t-24, .pattern-group .p-g-mod-t-25, .pattern-group .p-g-mod-t-26{
        border-bottom:0;
    }
    
    .pattern-group .p-g-mod-t-21 .p-g-mod-header .p-g-m-h-info, .pattern-group .p-g-mod-t-22 .p-g-mod-header .p-g-m-h-info , .pattern-group .p-g-mod-t-23 .p-g-mod-header .p-g-m-h-info , .pattern-group .p-g-mod-t-24 .p-g-mod-header .p-g-m-h-info ,.pattern-group .p-g-mod-t-25 .p-g-mod-header .p-g-m-h-info , .pattern-group .p-g-mod-t-26 .p-g-mod-header .p-g-m-h-info{
         border-bottom: 1px solid #f38124;
    }
    
    .page-item.active .page-link{
        color: #fff;
        background-color: #f68121;
        border-color: #f68121;
    }
    
    .page-item .page-link{
        color: #444;
    }


 /* Footer Bar 1 */
    .footer-bar-1 {
        background-color:#34ae6e;
        padding:30px;
    }
    
    .footer-bar-1 .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 10px 0;
    }
    
    .footer-bar-1 .icons .icon-group {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 5px;
        border-right: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
    }
    
    .footer-bar-1 .icons .icon-group:last-child {
        border-right: 0;
    }
    
    .footer-bar-1 .icons .icon-group i {
        font-size: 40px;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .footer-bar-1 .icons .icon-group .inf .name {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom:7px;
        display: block;
    }
    
    .footer-bar-1 .icons .icon-group .inf .description {
        font-size: 13px;
        font-weight: 500;
        color:#fff;
    }
    
    
    /* Up Scroll */

    .up-scroll {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    background: #1f1f1f;
    bottom: 80px;
    right: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
}

.up-scroll:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    
    

#social-sidebar {
	left: 0;
	position: fixed;
	z-index:9;
	bottom: 10%;
	text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }
 
#social-sidebar a {
	background: #dc3545;
	color: #fff;
    text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;  
	font-size: 24px;
	line-height: 50px;
	position: relative;
	text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
	left: 120%;
	opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	left: -100%;
	margin-top: -16px;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, left .4s;
	top: 50%;
	z-index: -1;
}
 
#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}
 

 
#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {background: #C13584;}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background: #FF0000;}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {background: #28a745;}


#social-sidebar a[class*="instagram"] {background: #C13584;}
#social-sidebar a[class*="youtube"] {background: #FF0000;}
#social-sidebar a[class*="whatsapp"] {background: #28a745;}
#social-sidebar a[class*="facebook"] {background: #3B5998;}


/* Custom End*/

/* Responsive */
@media (max-width: 991px) {
    #social-sidebar{
        display: none;
    }
    .iframe-title{
        display: none;
    }
    iframe{
    width: 100%;;
}
    .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: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

@media (max-width: 600px) {
    .footer-bar-1{
        display:none;
    }
}

.free-cargo-badge{
      background: #62ab00 !important;
    color: white !important;
    font-size: 12px !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    position: absolute;
    top: 5px;
    left: -75px;
    z-index: 9999;
    font-weight: 600;
}

/* =========================
   ÜRÜN KARTI TASARIMI
========================= */

.card-product .card-product-inner{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}

/* Hover efekti */
.card-product:hover .card-product-inner{
    border-color: #ff7a24;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}


/* =========================
   ÜRÜN BAŞLIK
========================= */

.card-product .title{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    min-height: 42px;
}

.card-product .title:hover{
    color: #ff7a24;
}


/* =========================
   FİYAT
========================= */

.card-product .price-group .sale-price{
    color: #ff7a24;
    font-size: 20px;
    font-weight: 700;
}

.card-product .price-group .list-price{
    color: #888;
    font-size: 13px;
    text-decoration: line-through;
}


/* =========================
   SEPETE EKLE BUTONU
========================= */

.card-product .card-product-inner .buttons .btn-cart{
    background: transparent;
    border: 2px solid #ff7a24;
    color: #ff7a24;
    border-radius: 30px;
    padding: 8px 18px;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover */
.card-product .card-product-inner .buttons .btn-cart:hover{
    background: #ff7a24;
    color: #fff;
    box-shadow: 0 8px 18px rgba(255,122,36,0.25);
}


/* =========================
   BUTON HOVER'DA GÖRÜNSÜN
========================= */

.card-product .btn-cart{
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.card-product:hover .btn-cart{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}





.menu-deep-box-2 img.subtitle-img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    object-fit: contain;
}




/* Mega Menü sağ kategori alanını sıkılaştır */
.menu-deep-box-2 .cat-groups {
    display: flex;
    align-items: center;
    padding: 1px 12px !important;
    margin-bottom: 4px;
}

/* Kategori başlığı */
.menu-deep-box-2 .cat-groups .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 2px 0 !important;
    margin-bottom: 2px !important;
}

/* Kategori görselleri */
.menu-deep-box-2 img.subtitle-img {
    width: 85px;
    max-width: 85px;
    height: auto;
    object-fit: contain;
}




img {
transition: transform 0.3s ease;
}

img:hover {
transform: scale(1.08);
}










/* Daha güçlü hover çözümü */
.megamenu a,
.mega-menu a,
.dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    padding: 10px 12px !important;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.megamenu a:hover,
.mega-menu a:hover,
.dropdown-menu a:hover {
    background-color: #e6e6e6 !important;
    color: #222 !important;
}

.megamenu a img,
.mega-menu a img,
.dropdown-menu a img {
    transition: transform 0.25s ease;
}

.megamenu a:hover img,
.mega-menu a:hover img,
.dropdown-menu a:hover img {
    transform: scale(1.08);
}


.header-logo img,
.logo img,
.site-logo img,
.navbar-brand img {
  position: relative;
  top: -14px;
}