@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');
body {
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #f6000e;
}

.btn {
    font-size: 14px;
}

/* 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: #444;
    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;
}

/* Opacity 2 */
.op-black-2 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop  {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}


header.desktop .h-contact {
    height: 55px;
    display: flex;
    align-items: center;
    background: #fff;
}

header.desktop .h-contact .contact-box{
    
    display: flex;
    height: 100%;
    align-items: center;
}

header.desktop .h-contact .contact-box a{
    color: #666;
    font-weight: 400;
    transition:all .4s;
    font-size:14px;
}

header.desktop .h-contact .contact-box i{
    font-size:17px;
}

header.desktop .h-contact .contact-box a:hover .value{
    color:#f28b00;
    transition:all .4s;
}
    
header.desktop .h-contact .info {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: flex-center;
    justify-content: flex-start;
    flex-direction: row;
    height:27px;
}

.dropdown-currencies-1 .dropdown-toggle{
    font-weight: bold;
    color: #656565;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #656565;
    font-weight: bold;
    position: relative;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    transition: all .4s;
}

header.desktop .h-contact .info .item:last-child{
    margin-right: 0;
}

.dropdown-languages-1 {
    height: 100%;
    max-height: 80px;
    padding-right:20px;
    border-right: 1px solid #ebebeb;
    margin-right: 20px;
}

.dropdown-currencies-1{
    height: auto!important;
}

header.desktop .h-contact .info .item:last-child{
    border-right: 0;
    padding-right: 0;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 12px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .info .item:hover {
    color: #333;
    transition:all .4s;
}

header.desktop .h-contact .social-media {
    height: 28px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}


header.desktop .h-contact .social-media a:first-child{
    margin-left:0;
}



header.desktop .header-area {
    height: 60px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: flex-start;
    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: 120px;
}

header.desktop .search {
    position: relative;
    border-radius: 0px;
    border: 2px solid #4fd9c1;
    background: #fff !important;
    height: 50px !important;
    flex: 2;
    border-radius: 30px;
}

header.desktop .search form .select-box {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 134px;
    margin: 0;
    background: transparent;
}

header.desktop .search form select {
    border: none;
    background-color: #FFF;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #2b2d2f;
    width: 150px;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ebebeb;
}

header.desktop .search form select{
    outline: none;
    border-radius: 30px 0 0 30px;
}

header.desktop .search form select:focus{
    outline: none;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .icon { 
    position: absolute;
    left: 0;
    top: 0;
    height: 41px;
    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:30px;
    padding-left: 150px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #000;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    background: transparent !important;
    border: 0 !important;
    height: 46px;
    border-radius: 0 !important;
    box-shadow: none;
}

header.desktop .search form input::placeholder {
    color: #555;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 80px;
    height: 46px;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #484848;
    border-width: 0;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 44px;
    border-top: 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: #333;
    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: 50px;
    position: relative;
    background: #fff;
    border-right: none;
    border-left: none;
}

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: #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:100%;
    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;
 }

/* 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;
}

.sidebar-menu .categories ul li a img{
    margin-right:10px;
}

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: 25%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height:60px;
}

header.mobile .right {
    width: 25%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

header.mobile .icon-group {
    position: relative;
    color: #3c4a7b;
    font-size: 18px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 17px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #e5111c;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 5px 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: 35px;
    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: 35px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 16px;
}

/* 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: #4fd9c1;
    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: flex;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: auto;
    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;
    border-bottom: 1px solid #e6e6e6;
}

.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 Bar 3 */
.footer-bar-3 {
    
}

.footer-bar-3 .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}

.footer-bar-3 .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-3 .icons .icon-group:last-child {
    border-right: 0;
}

.footer-bar-3 .icons .icon-group i {
    font-size: 50px;
    color: #999;
    margin-bottom: 10px;
}

.footer-bar-3 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color:#111;
}

.footer-bar-3 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color:#111;
}

footer {
    background: #fff;
}

footer .f3{
    color:#767e86 !important;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 120px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .bb .container {
    background: #f5f5f5;
    padding: 25px!important;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .info {
    padding: 25px 0;
}

footer .contact-item {
    margin-bottom: 10px;
    color: #919191;
}

footer .contact-item a{
    color: #919191;
}

footer .contact-info {
    margin-top: 20px;
}

footer .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
}

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: #919191;
    font-size: 13px;
    position: relative;
}


footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: #2b2b2b;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

footer .footer-site-info,
footer .footer-site-info *{
    color:#fff !important;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #979797;
    border: 1px solid #979797;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-media .fb:hover{
    color:#334f8d;
    border-color:#334f8d;
}

footer .social-media .tw:hover{
    color:#00a2ea;
    border-color:#00a2ea;
}

footer .social-media .ins:hover{
    color:#e8496e;
    border-color:#e8496e;
}

footer .social-media .yt:hover{
    color:#c61c1c;
    border-color:#c61c1c;
}



/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    z-index: 9;
    background: #000;
    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: 18px;
    border-radius: 0px;
}

.up-scroll:hover{
    background: #4fd9c1;
    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
}

/* Responsive */

@media (max-width: 1200px) {
    .header-support {
        display: none!important;
    }
    header.desktop .search {
        margin-left: 5px;
    }
    .h-center .menu-links a {
        margin-right: 26px;
    }
    .card-product .card-product-inner .price-group .prices {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
    }
    .home-body header.desktop .menu .btn-categories{
        height:66px!important;
    }
}

@media (max-width: 991px) {
    .product-body .raw-content * {
        max-width: 300px;
    }
    .card-product .brand::after,
    .card-product .brand::before{
        width: 30%!important;
    }
    .product-view-select{
        display: none!important;
    }
    .category-filter-order-desktop{
        display: none!important;
    }
    .up-scroll{
        bottom: 80px;
    }
    .mobil-apps img {
        max-width: 120px;
        height: 40px;
    }
    .mobile-header-space { 
        display: block;
        height:55px;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .footer-bar-1 .icons {
        flex-wrap: wrap;
    }
    
    .footer-bar-1 .icons .item {
        flex: auto;
        width: calc(50% - 10px);
        margin: 5px !important;
    }
    
    .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 {
        
    display: block;
        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 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;
    }

}



/* Console Menu */

header.desktop .console-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 1;
}

.home-body header.desktop .console-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    height: 66px;
    position: relative;
    width: 100%;
    gap: 10px;
    margin-right: 10px;
    align-items: center;
}

header.desktop .console-menu .navbar-nav{
    height: 50px;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    gap: 10px;
    margin-right: 10px;
    align-items: center;
}

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;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

header.desktop .console-menu .nav-link {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    white-space: unset !important;
    position: relative;
    transition: all .4s;
    width: 40px;
}

header.desktop .console-menu .nav-link:hover{
    color: #4fd9c1;
    transition:all .4s;
}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    left: 32px;
    top: 0;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484848;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}

header.desktop .console-menu .count2 {
    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-link i{
    font-size: 21px;
    margin-right: 10px;
}


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: 250px;
    left: inherit;
    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 30px;
    font-size: 13px;
    font-weight: 500;
    background: #e6e6e6;
    color: #000;
    border-radius: 22px;
    margin: 10px 0;
    transition:all .4s;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a:hover{
    background: #de1a27;
    color:#fff;
    transition:all .4s;
}

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;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: #4fd9c1;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: #000;
    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:#4fd9c1;
    border-color:#4fd9c1;
}

#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;
}



/* Custom */

.h-center .menu-links a:last-child{
    margin-right: 0;
}
.h-center .menu-links a {
    margin-right: 43px;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
    padding: 0;
}

.product-quantity .btn {
    background: #e0e0e0;
    color: #484848;
    border-color: transparent!important;
    font-size: 11px;
    font-weight: 500;
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.product-quantity input,
.product-quantity input:focus{
    width: 55px;
    height: 55px;
    border-radius: 0;
    padding: 0;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}

.variant-box {
    border: 0;
    background: 0;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
    margin: 20px 0 !important;
}

.variant-box ul li .options a {
    display: inline-block;
    background: #fdffff;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-right: 5px;
    position: relative;
}

.variant-box ul li .options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.product-body .product-short-desc {
    margin: 10px 0;
    padding: 10px 0;
    color: #919191;
    font-weight: bold;
}

.product-price-group .prices .sale-price {
    font-size: 22px;
    font-weight: 500;
    color: #4fd9c1;
}

.product-price-group .prices .list-price {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-body .product-price-group .prices{
    display: flex;
    align-items: center;
}

.product-body .slide .carousel-outer .free-cargo-badge{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #009688;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 12px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}

.product-customer-actions .action {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
}

.product-body .one-cikan-urun{
    border:1px solid #ebebeb;
}

.product-body .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
    color: #000;
}

.product-body .pattern-group .p-g-mod-showcase .p-g-mod-header {
    height: 45px;
    border: 0 !important;
    padding: 0 !important;
    position: relative;
}

.product-body .pattern-group .p-g-mod-showcase .p-g-mod-header:after{
    display:none;
}

.product-body .pattern-group .p-g-mod-showcase .p-g-mod-header:before{
    display:none;
}

.product-body .pattern-group .one-cikan-urun .p-g-mod-header{
    padding-left:15px !important;
}

.manset-alti-kategori{
    border:1px solid #ebebeb;
    margin-top:25px;
}

.manset-alti-kategori .banner-item .title {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 3px 0;
    text-align: center;
}


.categories-body .pattern-group .p-g-mod-t-20 .p-g-mod-header{
    position:relative;
}

.categories-body .pattern-group .p-g-mod-t-20 .p-g-mod-header{
    height: 50px;
    display: flex;
}

.pattern-group .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-weight:600;
}

.pattern-group .p-g-mod-showcase .owl-wrapper .owl-single-button.owl-single-button-next {
    right: 0px;
}

.pattern-group .p-g-mod-showcase .owl-wrapper .owl-single-button.owl-single-button-prev {
    left: 0px;
}

.urun-grubu .turuncu-renk .p-g-mod-header:before{
    background:#f9b93e !important;
}

.urun-grubu .turuncu-renk .p-g-mod-header:after{
    border-left: 30px solid #f9b93e !important;
}

.urun-grubu .mor-renk .p-g-mod-header:before{
    background:#c864c4 !important;
}

.urun-grubu .mor-renk .p-g-mod-header:after{
    border-left: 30px solid #c864c4 !important;
}

.urun-grubu .acik-yesil-renk .p-g-mod-header:before{
    background:#cecc00 !important;
}

.urun-grubu .acik-yesil-renk .p-g-mod-header:after{
    border-left: 30px solid #cecc00 !important;
}

.urun-grubu .koyu-yesil-renk .p-g-mod-header:before{
    background:#026668 !important;
}

.urun-grubu .koyu-yesil-renk .p-g-mod-header:after{
    border-left: 30px solid #026668 !important;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header{
    height: 45px;
    border: 2px solid #e4e4e4 !important;
    padding: 0 0 0 20px !important;
    position:relative;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-icon{
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 28px;
    font-size: 17px;
    color: #fff;
    
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info{
    position:relative;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 15px;
    font-weight: 600;
}

.card-product .card-product-inner .price-group{
    margin:10px 0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 13px;
    color: #b3b3b3;
    text-decoration: line-through;
    margin-right: 10px;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: center;
    align-items: center;
    color: #333;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #4fd9c1;
}

.card-product .card-product-inner .price-group .prices{
    display: inline-flex;
    align-items: center;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 10px 0 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #484848;
    text-align: center;
}

.card-product .product-reviews {
    justify-content: flex-start;
    margin: 5px 0;
    min-height: 12px;
}

.product-reviews .stars .star {
    color: #b3b3b3;
    font-size: 11px;
}

.card-product{
    padding: 10px;
}

.card-product .card-product-inner{
    padding:0 !important;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 17px;
    color: #fff;
    width: auto;
    margin-right: 20px;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: #4fd9c1;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    position:relative;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3.5px;
    border-bottom: 7px solid #ddd; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    opacity: 0;
    z-index: 3;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active:before,
.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3.5px;
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    opacity: 1;
    z-index: 999999999;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-item:last-child .nav-link:before{
    display:none;
}


.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav {
    margin-bottom: 10px;
    display: flex;
    border-bottom: 2px solid #ebebeb;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.sekmeli-urunler-2 .p-g-tab-wrapper{
    background: #f5f5f5!important;
}

.sekemli-urunler-2 .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    padding: 0!important;
}

.sekmeli-urunler-2 .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header {
    background: #7db343;
}

.sekmeli-urunler-2 .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header:before {
    content: '';
    position: absolute;
    right: -30px !important;
    width: 0;
    height: 0;
    border-top: 21px solid transparent !important;
    border-left: 30px solid #7db343 !important;
    border-bottom: 20px solid transparent !important;
    border-right: 0 !important;
}

.sekmeli-urunler-3 .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header {
    background: #00bdd1;
}

.sekmeli-urunler-3 .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header:before {
    content: '';
    position: absolute;
    right: -30px !important;
    width: 0;
    height: 0;
    border-top: 21px solid transparent !important;
    border-left: 30px solid #00bdd1 !important;
    border-bottom: 20px solid transparent !important;
    border-right: 0 !important;
}


.newsletter-bg{
    background-color: #ececec;
    padding: 30px 0;
}

.newsletter-bg .newsletter-content{
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.newsletter-bg .newsletter-content .newsletter-title span{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}


.newsletter-bg .newsletter-content .newsletter-title i{
    background: #4fd9c1;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size:18px;
    color:#fff;
}
    
    
.newsletter-input {
    height: 45px;
    padding-left: 17px;
    background: transparent !important;
    display: block;
    color: #222;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    margin-top: 10px;
}

.newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: 44px;
    letter-spacing: 1px;
}

.newsletter-form{
    position: relative;
    width: 100%;
}

.newsletter-bg .social-media .social-media-title{
    color:#fff;
    font-size:15px;
    font-weight:500;
}

    
.newsletter-bg .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.newsletter-bg .social-media a {
    margin-right: 13px;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.newsletter-bg .social-media a:last-child{
    margin-right:0;
}

.newsletter-bg .social-media .fb{
    background: #3a5a93;
}

.newsletter-bg .social-media .tw{
    background: #ce2b7e;
}

.newsletter-bg .social-media .ins{
    background: #222;
}

.newsletter-bg .social-media .yt{
    background: #e32728;
}



.card-category{
    border:none !important;
}

.kategori-liste{
    border: 1px solid #ebebeb;
    margin-top: 20px;
}

.pattern-group .kategori-liste .p-g-mod-body{
    padding-bottom:0;
}

.card-category .title {
    font-weight: 600;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

.home-headline .col-list-p-v-1{
    padding-top:0;
}

.whatsapp-fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 63px;
    z-index: 9999;
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: bold;
    color: #4fd9c1;
}

.card-product .card-product-inner .price-group .discount {
    background: #f6000d;
    border-radius: 3px;
    height: 30px;
    width: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-right:0;
}

footer .app a img{
    height: 35px;
}

.menu .menu-links{
    height: 100%;
    display: flex;
    align-items: center;
}




.product-price-group .free-cargo-badge {
    margin-left: 10px;
    font-size: 13px;
    color: #ffffff;
    width: 80px;
    background: #2db91e;
    text-align: center;
    margin-left: 20px;
}

.product-price-group .discount {
    background: #f6000d;
    height: 40px;
    width: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
    position: absolute;
    right: 5%;
}


.product-profile-info li {
    margin: 10px 0;
}

.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}



.container-fluid{
    width:90%;
}

.info-bar-1 {
    cursor: pointer;
    padding: 10px 0;
}


.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 20px 0;
}


.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    flex-direction: column;
    flex: 1;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 30px;
    color: #919191;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    padding: 0px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #333;
    text-align: center;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #919191;
    text-align: center;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 8px;
    top: 10px;
    right: 0px;
    width: 65px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #8BC34A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


header.desktop .h-banner{
    height: 60px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

.menu-left ul.f-ul li.f-li .cat-icon{
    width:30px;
}

.anasayfa-ust-banner .col-list-p-v-1{
    padding-top: 0; 
   padding-bottom: 0;
}

.anasayfa-ust-banner .p-g-mod{
    margin-bottom:10px;
}

.dropdown-category .menu-deep-box .cat-image img{
    position:absolute;
    right:0;
    bottom:0;
    width: 500px;
    height: 100%;
}

.gunun-firsatlari .owl-wrapper .owl-single-button{
    width: 30px;
    height: 30px
}

.gunun-firsatlari .owl-wrapper .owl-single-button button{
    font-size:15px;
}

.gunun-firsatlari .owl-wrapper .owl-single-button.owl-single-button-prev{
    left: -10px;
}

.gunun-firsatlari  .owl-wrapper .owl-single-button.owl-single-button-next {
    right: -10px;
}

.gunun-firsatlari .card-product{
    border:none;
}

.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-info{
    align-items:center;
}

.gunun-firsatlari{
    border:1px solid #ebebeb;
    border-radius:10px;
}

.gunun-firsatlari .card-product{
    background:transparent !important;
}

header.desktop .h-center {
    height: 70px;
    margin-top: 20px;
}


header.desktop .menu-wrap {
    height: 50px;
    position: relative;
}

.home-body header.desktop .menu .btn-categories{
    border-bottom:0 !important;
}

.home-body header.desktop .menu .btn-categories{
    height:50px;
}

header.desktop .menu .btn-categories{
    height: 52px;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #ebebeb;
    background: #4fd9c1;
    padding-left: 18px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

header.desktop .menu .btn-categories i {
    font-size: 16px;
    color: #fff;
    margin-right: 22px;
}


header.desktop .menu .links a {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 0px 25px;
    position: relative;
    text-align: center;
    float: left;
}

header.desktop .menu .links a:hover {
    color: #4fd9c1;
}


header.desktop .menu .links2 a {
    font-weight: bold;
    font-size: 13px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    text-align: center;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 5px;
}


header.desktop .menu .links2 i{
    margin-right:10px;
}




/* Menu Left */
.dropdown-category{
    border-bottom: 0;
    width: 90%;
    position: relative;
}

.dropdown-category .menu-left {
    background-color: #fff;
    border: 2px solid #4fd9c1;
    display: none;
    z-index: 5;
    position: absolute;
    border-top: 0;
    height: auto;
    width: 100%;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.home-body .dropdown-category .menu-left{
    display: block;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li img{
   background-color: #fff;
   width:31px;
}

.menu-left ul.f-ul li.f-li:last-child img{
   background: none !important;
}

.menu-left ul.f-ul li.f-li:hover .menu-left ul.f-ul li .name{
    color: #3f651a;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box {
     display: block;
}

.menu-left ul.f-ul li.f-li a.f-item {
    display: block;
    color: #555b75;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #ebebeb;
}

.menu-left ul.f-ul li.f-li:hover a.f-item,
.menu-left ul.f-ul li.f-li:focus a.f-item,
.menu-left ul.f-ul li.f-li:active a.f-item,
.menu-left ul.f-ul li.f-li:focus-within a.f-item{
    background-color: #4fd9c1;
    transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    color:#fff;
}





 
.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 {
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
}

.menu-left ul.f-ul li.f-li:hover a.f-item .icon {
    color: #fff;
}

.menu-left ul.f-ul li.f-li:hover  a.f-item.menu-left ul.f-ul li.f-li a.f-item .icon:last-child{
    color: #fff !important;
}

/* Deep Menu */
.menu-deep-box {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 100%;
    box-sizing: border-box;
    width: 100vh;
    z-index: 99;
    height: 355px;
    max-height: 370px;
    display: none;
    padding: 27px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #dedede;
    box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 18%);
    border-left: 2px solid #4fd9c1;
   
}

.menu-deep-box .title {
    display: block;
      padding: 5px 10px;
      text-decoration: none;
      color: #333;
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4c;
    padding: 6px 0;
    text-align: left;
    transition:all .4s;
    
}

.menu-deep-box .title-1 {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 5px 0;
    text-align: left;
}

.menu-deep-box .title-1 i {
    font-size: 12px;
    margin-left:10px;
}

.product-profile-1 .social-share{
    border: none;
}

.menu-deep-box .title:hover {
    color: #4fd9c1;
    transition:all .4s;
}

.product-buttons .btn-cart {
    width: 220px;
    border-radius: 30px!important;
    height: 55px;
    font-weight: bold;
    font-size: 16px;
}

.product-buttons .btn-cart, .payment-final-buttons-1 .btn-complete{
    background: #4fd9c1;
    border-color: #4fd9c1;
    border-radius:0;
}

.product-buttons .btn-cart:hover, .payment-final-buttons-1 .btn-complete:hover{
    background: #333;
    border-color: #333;
}

.product-buttons .btn-fast-buy {
    font-size: 14px;
    background: #f0f0f0;
    border-color: #cdcdcd;
    color: #222;
    flex: 1;
    border-radius:30px;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    margin: 0 5px 5px 0;
    height: 60px;
}

.product-buttons .btn-fast-buy:hover{
    font-size: 14px;
    background: #fafafa;
    border-color: #cdcdcd;
    color: #222;
}

.product-buttons .btn-wp{
    border-radius: 30px;
    flex: 1;
}

.btn-secondary {
    color: #fff;
    background-color: #4fd9c1;
    border-color: #4fd9c1;
}


.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    margin: 0;
    width: 100%;
}

.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #fd6120;
    border-color: #fd6120;
}

.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-blog:hover,
.card-brand:hover,
.card-category:hover,
.card-product:hover {
    border-color: #24c5a9;
}

.card-product .card-product-inner .buttons .btn-cart {
    display: inline-block;
    background-color: #23c5a9;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 3;
    border: none;
    width: 90%;
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    background: #4fd9c1;
    color: #fff;
}


.p-g-mod-t-cat-filter {
    margin-bottom: 10px !important;
}

.p-g-mod.p-g-mod-base-content {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.product-body .p-g-mod.p-g-mod-base-content{
    border: 0;
}

.pattern-group-p-home .p-g-mod.p-g-mod-base-content {
    border: 0;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #fff;
    border-radius: 0;
    border-bottom: 0;
}

.product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ebebeb !important;
}

.product-details-tab-colorful{
    margin-top:50px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    height: 45px;
}

.p-g-mod.p-g-mod-product-det {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-inner {
    border-color: transparent;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a, 
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 1rem;
}

.home-headline {
    padding: 25px 0;
    margin-top: -25px;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-image-wrapper {
    position: relative;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    border-radius: 0px !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    background: #ebebeb;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active {
    border: 1px solid white;
    background: #4fd9c1;
}

@media (max-width: 1200px) {
    
    .menu-deep-box{
        left:215px;
    }
    
    .home-body .dropdown-category .menu-left{
        display: none;
    } 
    
    .home-body .dropdown-category:hover .menu-left {
        display: block;
    }
}

@media (max-width: 991px) {
    .card-product .card-product-inner .price-group .prices{
        flex-direction: column;
    }
    .fav-buttons {
        flex-direction: column-reverse;
    }
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        color: #222;
        border: 1px solid #ebebeb;
        background: #e9e9e9 !important;
        padding: 0 7px !important;
        font-weight: 600;
        font-size: 11px !important;
    }
    
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        flex: initial;
        margin: 0;
        margin-right: 7px !important;
    }
    
    .categories-body .pattern-group .p-g-mod-t-20 .p-g-mod-header:after{
        display:none;
    }
    
    .p-g-mod-t-cat-filter{
        margin:10px;
    }
    
    .newsletter-bg .social-media {
        display: -webkit-flex;
        -webkit-align-items: flex-start;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        height: 100%;
        margin-top: 20px;
        padding-left: 0 !important;
    }
    
    .info-bar-1 .icons .icon-group {
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 0;
        flex-direction: column;
        flex: 1;
        margin-bottom: 20px;
    }
    
    .card-product .card-product-inner .price-group .prices .list-price {
        font-size: 12px;
        color: #b3b3b3;
        text-decoration: line-through;
        margin-right: 10px;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 14px;
        font-weight: 500;
        color: #4fd9c1;
    }
    
    .pattern-group .p-g-mod-showcase .p-g-mod-header:before {
        content: '';
        position: absolute;
        left: 0px !important;
        width: 100%;
        height: 41px;
        background: #7db343;
    }
    
   .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-button .btn-mod {
        font-size: 15px;
        font-weight: 600;
        position: relative;
        z-index: 999;
        color: #fff;
    }
    
    .sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav{
        border: 1px solid #ddd;
    }
    
    .sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        position: relative;
    }
    
    .sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:before{
        display:none;
    }
    
    .sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav {
        margin-bottom: 10px;
        display: flex;
        background: #fff;
        flex-direction: column;
    }
    
    .manset-alti-kategori{
        margin-bottom:25px !important;
    }
    
    .sidebar-menu .categories ul li a img{
        width:31px;
    }
    
    .product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin: 0 2px 5px 0;
    height: 45px;
}

    .product-buttons .btn-wp {
    font-size: 11px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .product-buttons .btn-fast-buy {
    font-size: 12px;
    background: #f0f0f0;
    border-color: #cdcdcd;
    color: #222;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}

    .product-buttons{
        flex-direction: column-reverse;
    }

    .product-buttons .btn-cart {
    font-size: 12px;
    font-weight: 500;
    margin: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

.product-quantity .btn {
    background: #f5f5f5;
    color: #484848;
    border-color: transparent!important;
    font-size: 11px;
    font-weight: 500;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

    .product-quantity input,
    .product-quantity .btn{
        height: 45px!important;
    }
    
    .sekmeli-urunler-2 .p-g-tab-wrapper .p-g-t-nav .nav .nav-item{
        width: 100%;
    }
    
   .card-product {
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        margin-bottom: 2px;
    }
    
    .pattern-group .p-g-mod .p-g-mod-header{
        border-bottom:1px solid transparent !important;
        border-color:transparent !important;
    }
    
    .h-banner{
        text-align:center;
        border-bottom: 1px solid #ebebeb;
    }
    
    .sidebar-menu .logo{
     margin: 15px;
    }
    
    footer .bar .text-right{
        text-align:center !important;
        margin-top:10px;
    }
    
    footer .bar .col-md-2{
        text-align:center !important;
    }
    
    footer{
        padding-top:20px;
    }
    
    .product-price-group .discount {
    background: #f6000d;
    height: 40px;
    width: 45px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
    position: absolute;
    right: 8%;
}
  
    
    .info-bar-1 .icons {
        display: block;
    }
    
    .info-bar-1 .icons .icon-group {
        justify-content: flex-start;
    }
    
    .gunun-firsatlari{
        margin-top:10px;
    }
    
    
    .home-headline {
        padding: 0;
        margin-top: 0;
    }
    
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
        font-size: 13px;
        margin: 0 10px;
        width: 50%;
    }

    .footer-bar-3 .icons {
        display: block;
        column-count: 2;
    }

    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
        display: none;   
    }
}


.category-filter-order .list-wrap .list li.active .lag-checkbox, 
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
    color: #4fd9c1;
}


.product-profile-1 .carousel .carousel-indicators li {
    opacity: 1 !important;
    border-radius: 8px !important;
    max-width: 80px;
    border: 2px solid #e5e5e5;
    
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav{
    margin-bottom: 0;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    display: flex;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 14px 30px 14px 26px;
    position: relative;
    z-index: 5;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
}

.product-body .product-details-tab-product-details-tab-colorful {
    margin-top: 80px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    font-size: 20px;
    padding: 14px 30px 14px 26px;
}


.product-profile-1 .carousel .carousel-indicators li:hover {
    border-color:#4fd9c1 !important;
    transition: all .4s;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color:#4fd9c1 !important;
}

.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
}

.product-profile-1 h1.title {
    border-bottom: 0 !important;
    font-weight: bold;
    padding-bottom: 0 !important;
    margin-top: 20px;
}

.product-title a {
    font-weight: bold;
    color: #919191;
}

.product-badges .p-badge {
    background: #fff !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: initial;
    margin: 0;
    margin-right: 15px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #222;
    border: 1px solid #ebebeb;
    background: #e9e9e9 !important;
    padding: 0 25px;
    font-weight:600;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    border-bottom: 0;
    color: #333;
    background: #fff !important;
    border: 1px solid #ebebeb;
    border-bottom: 0 !important;
}