@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');
body {
    background: #f7f8f9;
    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: #020202;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.fa-brands.fa-x-twitter {
	width: 1em;
	vertical-align: middle;
	font-size: 1.5em;
}

.model-label {
    display:block;
    width:100%;
    font-size:17px;
    margin-top:10px;
}

.footer-top-dv {
    background: url(images/header-row.png) repeat repeat center;
    padding: 15px 0;
}

.footer-bnk .item {
    margin-bottom:10px;
    font-size:15px;
}
.footer-bnk .item .bnk-title {
    color:#0370B8;
    font-weight:600;
    font-size:15px;
}

.line {
    height: 2px;
    flex: 1;
}

.blue-line {
    background-color: #1165B2;
}

.green-line {
    background-color: #00A651;
}

.logo-img {
    height: 50px;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #000000 !important;
}
.jssocials-share-twitter .jssocials-share-link:hover {
    background: #222 !important;
}

.t-left {text-align:left !important;}
.t-right {text-align: right !important;}

.footer-top-dv .social-media a {
    font-size:25px;
    margin-right:20px;
}

/* 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: #076ce0;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}

.footer-top-box {
    padding: 25px 5px 25px;
    border: 2px solid #69B3E7;
    background: #69B3E7;
    border-radius: 8px;
    transition: transform 0.3s ease;
    text-align: center;
    margin-bottom: 10px;
    color:#fff;
}
.footer-top-box:hover {
    transform: translateY(-5px);
    box-shadow: 2px 4px 12px -2px #69B3E7;
    background: #ffffff !important;
    color:#333;
}

.footer-top-box:hover i {
    color: #69B3E7;
}
.footer-top-box i {
    font-size:40px;
    color:#fff;
}
.footer-top-box .baslik {
    font-weight:600;
    font-size:17px;
}
.footer-top-box p {
    font-size:15px;
}

/* 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:fixed;
    top:0px;
    left:0;
    right:0;
    z-index:20;
}

header.desktop .h-contact {
    background: transparent;
}

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;
    color: #000;
    font-size: 12px;
}

header.desktop .h-contact .info a{
    color: #000;
    font-size: 12px;
}

header.desktop .h-contact .info .item {
    font-size: 12px;
    color: #000;
    margin-right: 20px;
    font-weight: 400;
}



header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 5px;
    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: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .h-center{
    position:relative;
}

header.desktop .h-center:before{
    background: url(images/header-row.png) repeat repeat center;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.5;
}

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: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 56px;
}

header.desktop .search {
    width: 90%;
    max-width: 90%;
    position: relative;
    border-radius: 28px;
    border: 2px solid #19a0cf;
    background: #f9f9f9 !important;
    height: 43px !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: 15px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #333;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    background: transparent !important;
    border: 0 !important;
    height: 41px;
    border-radius: 0 !important;
    box-shadow: none;
}

header.desktop .search form input::placeholder {
    color: #999;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 65px;
    height: 39px;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 18px 18px 0;
    background: #19a0cf;
    border-width: 0;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

header.desktop .easy-autocomplete-container {
    top: 38px;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 0px;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

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: 12px;
}

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-color: #F9F9F9 !important;*/
    background: #2493D4;
background: linear-gradient(90deg,rgba(36, 147, 212, 1) 0%, rgba(16, 100, 177, 1) 28%, rgba(57, 176, 45, 1) 100%);
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    margin-bottom:4px;
    margin-top:3px;
}

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: center;
    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: #195679;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    position: relative;
    transition:all .4s;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link .cat-img{
    height:20px;
    margin-right:5px;
}

header.desktop .mega-menu-container .cat-img2{
    max-height:500px;
}

header.desktop .mega-menu .nav-link::before {
    display: block;
    content: " ";
    background: #e5e5e5;
    width: 1px;
    top: 20px;
    bottom: 20px;
    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: #1A60A8;
    color: #fff;
    transition:all .4s;
}

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: relative;
}

header.desktop .mega-menu .dropdown .cat-title{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 19px;
    color: #505050;
}

header.desktop .mega-menu .dropdown-menu {
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width: 250px;
    left: 0;
    top: 100%;
    position: absolute;
    right: auto;
    transform: none;
    box-shadow: 0px 2px 7px 2px rgb(0 0 0 / 10%);
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 15px;
    margin-top: -10px;
}

.mega-menu-container .sub-cat.fix-height {
}

.mega-menu-container .sub-title {
    color: #868686;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    display: block;
    line-height: 30px;
    transition:all .4s;
}

.mega-menu-container .sub-title:hover{
    color:#076ce0;
    transition:all .4s;
}

.mega-menu-container .sub-title i{
    font-size: 8px;
    position: relative;
    top: -2px;
}

.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;
}

/* Mobile Header */
.mobile-header-space {
    height: 222px;
}

header.mobile {
    display: none;
    background: #fff;
    height: 80px;
    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%;
    padding-left:10px !important;
    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%;
    padding-right:20px;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 70px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #004080;
    font-size: 19px;
}

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: #076ce0;
    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: 14px;
    font-weight: 400;
}

.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: #fff;
    border-top: 1px solid #dee2e6!important;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 45px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

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: #222;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    line-height: 25px;
    transition:all .4s;
}

footer .info ul li a:hover {
    padding-left:15px;
    transition:all .4s;
}

footer .bar {
    padding: 15px 0;
    background: #f5f5f5;
    color: #222;
}

footer .bar a {
    color: #222;
    text-align: center;
}

footer .bar a:hover {
    color: #222;
}

footer .bar p {
    margin: 0;
    color: #222;
    display: flex;
    height: 100%;
    align-items: center;
}

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: column;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 17px;
    color: #fff;
    background: #0AA139;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition:all .4s;
}

footer .social-media a:last-child{
    margin-right:0;
}

footer .social-media .social-title{
    font-size:18px;
    color:#222222;
    font-weight:600;
    margin-bottom:5px;
}

footer .social-media a:hover {
    background: #000;
    transition:all .4s;
}

/* Console Menu */

header.desktop .console-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 340px;
}

header.desktop .console-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    height: 50px;
    position: relative;
    width: 100%;
}

header.desktop .console-menu .navbar-nav:hover {
}

header.desktop .console-menu .nav-item {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .console-menu .nav-link {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #076ce0;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    white-space: unset !important;
    position: relative;
    width:50px;
}

header.desktop .console-menu .nav-link.nav-hesap {
    width:auto;
}

header.desktop .console-menu .header-cart-hover .nav-link{
    width:auto;
}


header.desktop .console-menu .nav-link .cart-total{
    font-weight:500;
    font-size:13px;
}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    left: 16px;
    top: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #076ce0;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}

header.desktop .console-menu .count2 {
    color: #6e6c6c;
    font-size: 12px;
}

header.desktop .console-menu .count2-description {
    color: #6e6c6c;
    font-size: 12px;
}

.console-menu .value{
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    color: #de394d !important;
    font-weight: 500 !important;
}

header.desktop .console-menu .nav-item i{
    font-size: 21px;
}

header.desktop .console-menu .nav-item .fa-user{
    position:relative;
}

header.desktop .console-menu .nav-item .fa-user:before {
    position: absolute;
    opacity:1;
    color:#076ce0 !important;
    content: "\f0c0";
}

header.desktop .console-menu .nav-item .fa-user:after {
    content: "\10f0c0";
}


header.desktop .console-menu .nav-link:after{
    display:none;
}


header.desktop .console-menu .header-cart-hover .nav-link::after {
    display: none;
}


header.desktop .console-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .console-menu .dropdown {
    position: static;
}

header.desktop .console-menu .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 47px;
    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 .console-menu .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .console-menu .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .console-menu .dropdown:hover .dropdown-menu, 
header.desktop .console-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .console-menu .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .console-menu .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .console-menu .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .console-menu .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 .console-menu .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}




header.desktop .console-menu .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: #076ce0;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: #4080bd;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
}

.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;
}

#girisYapModal .buttons{
    padding: 20px 0 0 0;
    width: 100%;
    text-align: right;
}

#girisYapModal .buttons .btn-success{
    background-color:#ff811f;
    border-color:#ff811f;
}

#girisYapModal .modal-dialog{
    width: 300px;
}

#girisYapModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

#girisYapModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

#girisYapModal input::placeholder{
    font-size:12px !important;
}


.payment-final-buttons-1 .btn-complete,
#girisYapModal .buttons .btn-success,
.product-buttons .btn-cart{
    background: #076ce0;
    border-color: #076ce0;
    color: #fff;
}

.payment-final-buttons-1 .btn-complete:hover,
#girisYapModal .buttons .btn-success:hover,
.product-buttons .btn-cart:hover{
    background: #4080bd;
    border-color: #4080bd;
    color: #fff;
}


/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    background: #4AB626;
    bottom: 20px;
    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: 3px;
    box-shadow: 0px 0px 0px 7px rgb(224 220 219);
}

.up-scroll:hover{
    background: #4080bd;
    transition: all 0.4s;
}

.up-scroll:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* Custom */

.categories-body .col-list-p-v-1.cat-type-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product a{
    display:flex;
    align-items:center;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .title{
    height:auto;
    max-width:300px;
    text-align:left;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner {
    padding: 10px 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .buttons .btn-cart {
    font-size: 12px;
    background: #076ce0;
    border-color: #076ce0;
    color: #fff;
    font-weight: 500;
    width: 100px;
    display: inline-flex !important;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .buttons {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .quantity {
    margin-bottom: 0;
    width: 100px;
    text-align: center;
    display: inline-flex;
    flex-basis: auto;
    justify-content: center;
    margin-left: 20px;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .image-wrapper {
    display: block;
    height: 100px;
    width:100px;
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-right:10px;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .c-p-i-link {
    color: #333;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}

.categories-body .liste-gorunum{
    position: absolute;
    right: 20px;
    top: 25px;
}

.categories-body .liste-gorunum a{
   color: #4080bd;
   font-size:15px;
}

.categories-body .liste-gorunum a.active{
    color:#076ce0;
}

.cat-product .title{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 10px;
    line-height: 16px;
    height: 32px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0;
    transition: all .4s;
    color: #555;
}

.cat-product .image{
    overflow:hidden;
}

.cat-product:hover .image img{
    transform:scale(1.05);
    transition:all .4s;
}

.cat-product .image img{
    transform:scale(1);
    transition:all .4s;
}

/* List quantity */

.card-product .card-product-inner .quantity {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    color: #555;
    border-radius: 0;
    padding-top: 6px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #fff;
    background: #076ce0;
    border-color: #076ce0;
}

.card-product .card-product-inner .quantity input {
    width: 35px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

.product-profile-1 .variant-box {
    border: 1px solid rgba(0,0,0,.05);
    background: #fff;
    border-radius: 0;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-price-group{
    border-top:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding:10px 0;
    margin-top:20px;
    margin-bottom:20px;
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: 500;
    color: #076ce0;
}

.product-price-group .prices{
    display: flex;
    align-items: center;
}

.product-price-group .prices .list-price {
    font-size: 16px;
    font-weight: 500;
    color: #b7b7b7;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-profile-info li {
    margin: 7px 0;
    font-size: 13px;
    color: #464646;
    font-weight: 600;
}

.product-profile-info li .value{
    font-weight:400;
}

.product-body .product-brand{
    font-weight:500;
    font-size:13px;
    color:#B3B3B3;
}

.product-profile-1 h1.title {
    font-size: 19px;
    font-weight: 400;
    color: #464646;
    padding-bottom: 0px;
    border-bottom: 0;
    margin-top:10px;
}

.product-profile-1 .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 20px 0;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0;
    margin-right: 25px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #076ce0;
}

.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;
    justify-content: flex-start;
}

.product-profile-1 .carousel .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #bfbfbf;
    margin-bottom: 5px;
    max-width: 75px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link span{
    position:relative;
    display:block;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link span:after{
    position: absolute;
    content: '';
    display: block;
    bottom: -16px;
    width: 100%;
    background: #076ce0;
    height: 2px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: #fff;
    border-color: #555;
    color: #444;
    border-radius: 0;
    font-size: 17px;
    font-weight: 400;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: transparent;
    margin-bottom: 20px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex: 1;
    border-top: 0;
    height: 55px;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: #f7f8f9 !important;
    border-bottom: 1px solid #DCDCDC !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #076ce0;
    border-color: #076ce0;
}

.category-filter-list .list-wrap .list{
    max-height:400px;
    overflow-y:auto;
}

.category-filter-list .list-wrap .list::-webkit-scrollbar {
    width: 5px;
}

.category-filter-list .list-wrap .list::-webkit-scrollbar-thumb {
    background: rgba(99, 99, 99, 0.2);
}

.category-filter-list .list-wrap .list::-webkit-scrollbar-track {
    background: rgba(34, 34, 34, 0.1);
}


.category-filter-order .list-wrap .list li.active .lag-checkbox, .category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: #ffffff;
    color: #076ce0;
}

.category-filter-order .list-wrap {
    background: #F6F6F6;
    border: 1px solid #CBCBCB;
}

.p-g-mod-t-cat-filter .p-g-mod-header{
    background:#fff;
    border: 1px solid #CBCBCB !important;
    margin-bottom:15px;
}
    
.p-g-mod-t-cat-filter{
    background:transparent !important;
    border:0 !important;
}


.p-g-mod-t-26 .buttons .btn-secondary {
    color: #fff;
    background-color: #4080bd;
    border-color: #4080bd;
    width: 100%;
    margin: 0 !important;
}
    
.category-filter-list .list-wrap .list li a {
    display: block;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    padding: 7px 10px 7px 0;
}
    
.p-g-mod-t-cat-filter  .p-g-mod-body {
    padding-left:0 !important;
    padding-right:0 !important;
}

.bread-ozel {
    background: #dfdfdf;
    /* height: 56px; */
    margin-bottom: 20px;
    margin-top: -3px;
    padding-top: 22px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    align-items: center;
    z-index: 9;
}

.bread-ozel .p-g-mod-breadcrumb{
    margin-bottom:0;
}

.bread-ozel .breadcrumb-wrapper .breadcrumb {
    background: 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    margin: 0;
}

.bread-ozel .breadcrumb-wrapper .breadcrumb a {
    color: #333;
}

.bread-ozel .breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #333;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 14px;
    color: #a0a0a0;
    text-decoration: line-through;
    margin-right: 10px;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 600;
    color: #076ce0;
}

.card-product .card-product-inner .price-group .prices{
    display: flex;
    align-items: center;
}

.card-product:hover .card-product-inner .title{
    color: #076ce0;
    transition:all .4s;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
    transition:all .4s;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    color:#222;
    line-height: initial;
    transition:all .4s;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title:hover {
    color:#1166AD;
    transition:all .4s;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header {
    margin-bottom: 10px;
}

.card-product .card-product-inner .image-wrapper {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.card-product{
    border: 1px solid #0080003d !important;
    transition:all .4s;
    border-radius:10px;
}

.card-product:hover{
    box-shadow: 0 0 5px 3px #edeff1;
    transition:all .4s;
}

.border-pattern {
  height: 6px;
  background: repeating-linear-gradient(
    to right,
    #a2d5f2 0,
    #a2d5f2 25%,
    #69b3e7 25%,
    #69b3e7 50%,
    #97d700 50%,
    #97d700 75%,
    #00a651 75%,
    #00a651 100%
  );
  background-size: 200px 4px;
}

.card-product .card-product-inner .buttons .btn-cart {
    font-size: 12px;
    background: #076ce0;
    border-color: #076ce0;
    color: #fff;
    font-weight: 500;
    width: 85%;
}

.card-product .card-product-inner .buttons .btn-cart:hover{
    background: #4080bd;
    border-color: #4080bd;
}

footer .contact-icon .icon{
    margin-right:15px;
}

footer .contact-icon .content{
    display: flex;
    flex-direction: column;
}

footer .contact-icon .phone{
    font-size:20px;
    font-weight:600;
}

.p-g-mod-t-44 .banner-item .image img{
    border-radius:4px;
}

.p-g-mod-t-44 .banner-item{
    position: relative;
    display: flex;
    align-items: center;
}

.p-g-mod-t-44 .banner-item .banner-content{
    position: absolute;
    left: 15px;
    bottom:12%;
}

.p-g-mod-t-44 .banner-item .description {
    font-size: 17px;
    color: #fff;
    padding: 3px 0;
    font-weight: 600;
}

.p-g-mod-t-44 .banner-item .title {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 3px 0;
}

.p-g-mod-t-44 .banner-item .banner-content .banner-btn{
    background: #fff;
    display: inline-flex;
    margin-top: 10px;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #444;
    background: #f44336;
}

.home-headline{
    margin-top:-23px;
}

.short-links{
    position:absolute;
    top:-30px;
}

.short-links a{
    font-size:14px;
    font-weight:600;
    color:#4A4A4A;
    position:relative;
    margin-right:30px;
    transition:all .4s;
}

.short-links a:hover{
   color: #5AAAAA;
   transition:all .4s;
}

.short-links a:before {
    content: "";
    display: none;
    width: 1px;
    height: 9px;
    border-right: 1px solid #229CDF;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
}

/* Responsive */
@media (max-width: 991px) {
    
    .categories-body .liste-gorunum{
        display:none;
    }
    
    .mobile-header-space { 
        display: block;
        height:10px;
    }
    
    .addons-marquee-bar {
        margin-top: 90px;
    }    

    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 {
        text-align:center;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
        padding:10px;
    }
    
    footer .info .fs .d-flex {
        display: -ms-flexbox!important;
        display: flex!important;
        justify-content: center;
    }

    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;
        align-items:center;
        margin: 10px 0;
        margin-bottom:20px;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

.section-auth {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: #f7f7f7;
}

.section-auth .p-g-b-c-0 .p-g-mod {
    margin-bottom: 0 !important;
}

.section-auth .p-g-b-c-1 {
    overflow-y: auto;
}

.section-auth .p-g-b-c-1 .p-g-b-c-inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh);
}

.section-auth .auth-main-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100vh);
    background: #f0f0f0 !important;
}

.section-auth .p-g-b-c-1 .p-g-mod {
    padding: 0 15px;
    box-shadow: none;
    border: 0 !important;
}

.section-auth .p-g-b-c-1 .p-g-mod.auth-main-box {
    flex: 1;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-header {
    border: 0
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 600;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-body {
    max-width: 450px;
    margin: 0 auto;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-body .form-control {
    font-size: 1.1rem;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-body label {
    font-size: .9rem;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-body .btn-success {
    display: block;
    width: 100%;
    border-radius: 100px;
    height: 40px;
}

.section-auth .p-g-b-c-1 .p-g-mod .p-g-mod-body .helper-link {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 991px) {
    
    .card-product .card-product-inner .price-group .prices .sale-price{
        font-size:15px;
    }
    
    .card-product .card-product-inner .price-group .prices .list-price{
        font-size:14px;
        margin-right: 6px;
    }
    
    .section-auth .p-g-b-c-1 .p-g-b-c-inner {
        height: auto;
    }
    
    .bread-ozel{
        display:none;
    }
    
    
}

.section-auth .auth-main-background .p-g-mod-body {
    display: flex !important;
    height: 100%;
}

.section-auth .auth-bg-center {
    flex: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}

.section-auth .auth-bg-center .logo img {
    max-width: 300px;
}

.section-auth .auth-bg-center .name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* Footer Auth */
.footer-auth {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
}

.footer-auth  span {
    display: block;
    margin: 5px 0;
}

.footer-auth .social-media {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-auth .social-media a {
    display: inline-block;
    margin: 0 5px;
}

.footer-auth .social-media a i {
    font-size: 20px;
    color: #555;
}

.footer-auth .social-media a:hover i {
    color: #333;
}

.footer-auth .copyright-link {
    color: #888;
    font-weight: normal;
}

/* Header Auth */
.header-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.header-auth a img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .header-auth {
        height: 130px;   
    }
}

.maturity-table .price {
    font-weight: bold;
}

.maturity-table tbody tr:first-child .price {
    color: #e30614;
}

.maturity-table tbody tr:last-child .price {
    color: #28a745;
}
header.desktop .console-menu .nav-link {
    flex-direction: column !important;
    text-align: left !important;
    align-items: initial;
}
header.desktop .console-menu .nav-item .fa-user {
    margin-right: 13px !important;
}

header.desktop .console-menu .nav-link {
    border-right: 1px solid rgba(0,0,0,0.1) !important;
    margin-right: 15px;
}

header.desktop .console-menu .nav-link b{
    color:#000;
    font-weight: 500;
}

header.desktop .console-menu .nav-link + a {
    border: none !important;
    margin-right: 0;
}
header.desktop .search form input {
    padding-left: 0;
    font-weight: 300;
}

.short-links a {
    font-size: 14px !important;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
}

.short-links a:last-child:before {
    opacity: 0;
}
header.desktop .console-menu .header-cart-hover  i {
   
}

header.desktop .console-menu .header-cart-hover a {
    border: none !important;
}

header.desktop .console-menu .header-cart-hover .cart-total {
    font-weight: 300;
    color: #000;
}

header.desktop .console-menu .header-cart-hover div {
    color: #000 !important;
    font-weight: 500;
}

li.nav-item.dropdown.header-cart-hover {
    margin-top: 5px;
}
header.desktop .mega-menu .nav-link {
    color: #fff;
    font-weight: 600;
}
.card-product .card-product-inner .quantity {
    width: 50%;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 8px;
}

.card-product .card-product-inner .buttons {
    width: 50%;
    display: inline-block;
    padding-top: 0 !important;
    margin-top: 0 !important;
    position: relative;
}

.card-product .card-product-inner .quantity .btn {
    width: 25%;
    height: 35px;
    padding: 0;
    line-height:30px;
    background:#f8f8f9;
}

.card-product .card-product-inner .quantity input {
    width: 45%;
    max-width: 45%;
    height: 35px;
    padding: 0;
    float: left;
    border-left:none;
    border-right:none;
    font-size: 13px;
}
.card-product .card-product-inner .buttons .btn-cart {
    height: 35px;
    font-size: 13px !important;
    margin-top: -9px;
}
.card-product .card-product-inner .quantity .btn {
    font-size: 10px;
    padding: 3px 0;
}

.card-product .card-product-inner .buttons .btn-cart {
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
}
.sc-bankalar > div {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    padding: 0 0;
    margin-right: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5em;
}

.sc-bankalar > div:hover {
    background: #f8f8f8;
}

.sc-bankalar > div .w-25 {
    font-weight: 700;
}

.row.pt-4.sc-bankalar {
    padding: 15px 15px 25px 15px;
}
header.desktop .console-menu .nav-item.header-cart-hover i {top: 8px;position: relative;left: 6px;}

header.desktop .console-menu .nav-link .count {
    background: #4080bd;
}

header.desktop .console-menu .nav-link.nav-hesap {
    padding-right: 20px;
}
header.desktop .console-menu .header-cart-hover .nav-link {
    display: flex !important;
    flex-direction: row!important;
}
.hesapmenu .ebulten, .hesapmenu .bakiye_yukle, .hesapmenu .siparis_takip {
    display: none !important;
}
.jssocials-share-label {
    display: none;
}

i.fab.fa-at.jssocials-share-logo:before {content: '@';font-weight: 500;font-family: sans-serif;}

.sc-share .jssocials-shares {
    display: flex;
    justify-content: space-around;
}

.sc-share .jssocials-shares .jssocials-share:after {content: '';width: 1px;height: 25px;background: rgba(0,0,0,0.1);position: absolute;right: -100%;top: 4px;}

.sc-share .jssocials-shares .jssocials-share {
    position: relative;
}

.sc-share .jssocials-shares .jssocials-share:last-child:after {
    opacity: 0;
}

.jssocials-shares a {
    border-radius: 4px;
}

.sc-share.jssocials {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}
.card-product .card-product-inner .free-cargo-badge {
    bottom: 5px;
    border-radius: 25px;
    width: 95px;
    background: #076ce0;
}
.sc-fav a {
    font-size: 25px;
    background: #076ce0;
    border-radius: 5px;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: relative;
    top: 10px;
    transition: all .3s linear;
}
.sc-actions {
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
    background: #f8f8f8;
    padding: 10px 0;
}

.product-customer-actions .action .button {
}

.product-customer-actions .action:first-child {border-left: none;}

.product-customer-actions .action {
    border: none;
}
.sc-fav a:hover {
    background: #4080bd;
}
.categories-body .col-list-p-v-1.cat-type-2 .card-product .title {
    width: 65%;
    height: 40px;
    overflow: hidden;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .buttons {
    justify-content: flex-end;
    width: auto;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner {
    display: block;
    align-items: center;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .price-group {
    text-align: center;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .image-wrapper {
    width: 8%;
    height: 100%;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .c-p-i-link {width: 45%;}

.categories-body .col-list-p-v-1.cat-type-2 {
    margin-bottom: -10px;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .quantity {
    top: 0;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .buttons {
    float: right;
    margin-top: 13px !important;
}

.categories-body .col-list-p-v-1.cat-type-2 .card-product .card-product-inner .quantity {position: absolute;right: 150px;top: 14px;width: 190px;text-align: center;}

.categories-body .col-list-p-v-1.cat-type-2 .card-product a {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-product .card-product-inner .free-cargo-badge:before {content: "\f005";font-family: 'Font Awesome 5 Free';margin-right: 5px;margin-top: -2px;}
.p-g-mod-t-cat-filter .p-g-mod-header {
    color: #fff;
    background: linear-gradient(to right, #A5CFEE, #0967B7);
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.category-filter-list .list-wrap .list {
    background: #fff;
    padding: 15px;
}

.p-g-mod-t-cat-filter .p-g-mod-body {
    margin-bottom: 10px;
}

.range-slider {
    margin: 0 0;
    position: relative;
    height: 20px;
}
.range-slider::before,
.range-slider-selection {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -2px;
    height: 3px;
    z-index: 2;
}
.range-slider-selection {
    background: #80c0fd;
    left: 0px;
    right: 0px;
}
.range-slider::before {
    background: #ccc;
    left: 0px;
    right: 0px;
}
.range-slider-min,
.range-slider-max {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}
.range-slider-min::-webkit-slider-thumb,
.range-slider-max::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    position: relative;
    z-index: 3;
    outline: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
}
.range-slider-min:active::-webkit-slider-thumb,
.range-slider-max:active::-webkit-slider-thumb {
    background: #f3f3f3;
}

.minmaxprice {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.sc-listtip li:last-child {
    display: none !important;
}
.pattern-group .p-g-mod .p-g-mod-header:before {
    background: linear-gradient(90deg, rgba(36, 147, 212, 1) 0%, rgba(16, 100, 177, 1) 28%, rgba(57, 176, 45, 1) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .4;
    border-radius:9px;
    color:#1166AD;
}


.pattern-group .p-g-mod .p-g-mod-header {
    position: relative;
    margin-bottom:0px;
    border:none;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {align-items: center;}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 700;
    letter-spacing: 1px;
}
footer .bar {
    min-height: 100px;
    display: flex;
}

footer .bar .right-image {
    top: 20px;
    position: relative;
}
@media(max-width:576px){
    body {
    padding-top: 75px;
    }
    .t-left {text-align:center !important;}
.t-right {text-align: center !important;}
    footer .bar {
    display: block !important;
}

footer .bar * {
    display: inline-block !important;
    text-align: center;
}

footer .bar .right-image {
    top: 4px;
}

footer .bar p {
    margin-top: 11px;
    margin-bottom: 10px;
}
}
.short-links a {
    margin-right: 20px;
}

.short-links a:before {
    right: -9px;
}
.kategori-btn img {border-radius: 15px;box-shadow: 0 3px 3px rgba(0,0,0,0.1);border: 1px solid #eee;}

.kategori-btn .sc-c-title {font-weight: 700;color: #004080;text-align: center;display: block;margin-top: 10px;}

.kategori-btn .sc-c-title-2 {text-decoration: underline;margin: 0 auto;display: block;text-align: center;font-size: 14px;letter-spacing: .2px;}

.short-links a {margin-right: 17px;}


@media screen and (min-width: 992px) {
.mega-menu-container .sub-title i {margin-right: 5px !important;}
header.desktop{
    margin-top:0px;
}
.addons-marquee-bar{
    height: 24px;
    position: fixed!important;
    z-index:9999;
}
.login-body header.desktop{
    margin-top:0!important;
}

.login-body .addons-marquee-bar{
    height: 24px!important;
    position: static!important;
    z-index:9999;
}
}