/**
 * Created by lvntayn on 18.09.2018
*/
 
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #fd6120;
}

a:hover {
    text-decoration: none;
    color: #e04e12;
}

.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: #0eb48d;
    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;
    z-index: 11;
}

header.desktop .h-contact {
    background-color: #f3f3f3;
    height: 50px;
    display: flex;
    align-items: center;
}

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;
}

header.desktop .h-contact .info .item {
    font-size: 12px;
    color: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .info .item:hover {
    color: var(--main-color2);
}

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: 14px;
    color: #fff;
    background: var(--main-color2);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .h-contact .social-media a:hover{
    background: var(--main-color2);
    transition: all .4s;
}

header.desktop .h-contact .social-media a:first-child{
    margin-left:0;
}

header.desktop .header-area {
    height: 110px;
    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 {
}

header.desktop .search {
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 1px solid #ddd;
    background: #fff !important;
    height: 45px !important;
    border-radius: 5px;
}

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-left: 5px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    background: transparent !important;
    border: 0 !important;
    height: 46px;
    border-radius: 0 !important;
    box-shadow: none;
}

header.desktop .search form input::placeholder {
    color: #999;
}


header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--main-color);
    border-width: 0;
    font-weight: 500;
    color: #fff;
    top: 7px;
    right: 5px;
}


header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    width: 100%;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #84b92d;
    border: 2px solid #84b92d;
    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: #fff;
    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: #fff;
    font-weight: 500;
    font-size: 13px;
    display: block;
}

header.desktop .header-bar .bar-user .link a:last-child {
    color: #fff;
    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: #e72938;
    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: 20px;
}

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: #ffffff;
    color: #e82939;
    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: var(--main-color);
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
    margin-top:10px;
}

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: #fff;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    position: relative;
    border-top: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}



header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    background: #fff;
    color: var(--main-color);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

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;
    border:none;
}
    
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-cat{
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mega-menu-container .sub-title {
    line-height: 100%;
    font-weight: bold;
    color: #000;
    padding-bottom: 2px;
    margin-bottom: 11px;
    font-size: 11px;
}

.mega-menu-container .sub-title:hover{
    color: #0eb48d;
    transition: all .4s;
}


.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: #0eb48d;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 50px;
}

header.mobile .icon-group {
    position: relative;
    color: #0eb48d;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #e72938;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
.footer-bar-1 {
    padding: 10px 0;
    background: #fff;
}

.footer-bar-1 .icons {
    display: flex;
}

.footer-bar-1 .icons .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: #fff;
    margin: 0 10px;
}

.footer-bar-1 .icons .item:first-child {
    margin-left: 0;
}

.footer-bar-1 .icons .item:last-child {
    margin-right: 0;
}

.footer-bar-1 .icons .item .title {
    font-weight: 500;
    font-size: 14px;
}

.footer-bar-1 .icons .item .description {
    font-size: 13px;
}

.footer-bar-1 .icons .item .icon {
    height: 80px;
    margin: 10px 0;
}

.footer-bar-1 .icons .item .icon img {
    height: 100%;
}

footer {
    background: #fff;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #333;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #075d96;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
    text-align: left;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    background: #0eb48d;
    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: 24px;
    border-radius: 5px;
}

.up-scroll:hover{
    background: #075d96;
    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
}
.up-scroll:after {
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
    border: 2px dashed #fff;
    content: "";
	top: 5px;
	left: 5px;
	opacity: 0.5;
	border-radius: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    
    .sidebar-menu .categories ul li img{
        height: 30px;
        margin-right: 10px;
    }
    
    .sidebar-menu .categories ul li a {
        display: flex;
        align-items: center;
    }
    
    .product-body .raw-content{
        overflow: auto;
    }
    
    .mobile-header-space { 
        display: block;
    }

    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 {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

/* 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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
    white-space: unset !important;
    position: relative;
}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    right: 17px;
    top: -5px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cd263a;
    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-link i{
    font-size: 17px;
    padding-bottom: 5px;
}


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 .dropdown:hover .nav-link,
header.desktop .console-menu .nav-link:hover {
    color: #222;
}

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: #0eb48d;
    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:#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: #0eb48d;
    border-color: #0eb48d;
    color: #fff;
}

.payment-final-buttons-1 .btn-complete:hover,
#girisYapModal .buttons .btn-success:hover,
.product-buttons .btn-cart:hover{
    background: #0e9878;
    border-color: #0e9878;
    color: #fff;
}



/* Custom */

.kategori-iki-sutun ul {
    column-count: 2;
    column-gap: 20px;
}

.kategori-iki-sutun li {
    break-inside: avoid;
}


.manset-area .row{
    display: flex;
    align-items: center;
}

.manset-product .p-g-mod .p-g-mod-body {
    padding: 15px;
}

/* All Categories Button */
.btn-categories {
    min-width: 200px;
}

.btn-categories i {
    margin-right: 10px;
}

.dropdown-category {
    position: relative;
    background: #fff;
    color: #000;
    height: 50px;
    margin-right: 10px;
    border-radius: 10px;
}

header.desktop .mega-menu .dropdown-category:hover .btn-categories{
    background: var(--header-all-cats-bg) !important;
}

header.desktop  .mega-menu .dropdown-category  .nav-link{
    color:#000 !important;
    flex-direction: row;
    height: 50px;
    display: flex;
}

.dropdown-category .menu-left {
    display: none;
    z-index: 99;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-top: 0;
    height: 500px;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 300px;
    max-height: 500px;
    overflow: auto;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li:hover {
    background: var(--menu-bg-color);
    border-color: var(--menu-bg-color);
    transition: all var(--transition-time);
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: #fff !important;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box-2 {
    display: block !important;
}

.menu-left ul.f-ul li.f-li a.f-item {
    display: flex;
    color: #333;
    font-size: 13px;
    padding: 3px 15px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    justify-content: space-between;
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: #000;
}

.menu-left ul.f-ul li.f-li:last-child a.f-item {
    border-bottom: 0;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    padding-top: 3px;
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
    margin-left: 10px;
}

.menu-left ul.f-ul li.f-li:hover a.f-item .icon,
.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
    color: #fff;
}


/* Deep Menu */
.menu-deep-box-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 300px;
    box-sizing: border-box;
    width: calc(100vh);
    z-index: 99;
    height: 100%;
    display: none;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
}

.menu-deep-box-2 .cat-groups {
       display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-deep-box-2 .cat-groups .title {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    padding: 7px 0;
    text-align: left;
}

.menu-deep-box-2 .cat-groups .title span {
    display: block
    text-align: center;
    font-weight: 500;
}

.menu-deep-box-2 .cat-groups .title img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}


.menu-deep-box-2 .cat-groups .childs a {
    display: block;
    text-align: left;
    color: #333;
    transition: all var(--transition-time);
}

.menu-deep-box-2 .cat-groups .childs a:hover{
    color: var(--menu-bg-color);
    transition: all var(--transition-time);
}

.menu-deep-box-2 .all-title {
    display: block;
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    font-size: 13px;
    color: #3b414c;
    font-weight: 500;
}


.menu-deep-box-2 .sub-titles {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
}
.tab-cats .p-g-tab-wrapper .p-g-t-nav .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    width: 100%;
}

.tab-cats .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: 0 0 auto;
    margin-left: 0;
}

.tab-cats .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    margin-top: 10px;
}

.tab-cats .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mega-menu-container .sub-cat .cat-name{
    font-size: 13px;
}

.card-product .card-product-inner .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    background: #041B3F;
    border-radius: 20px;
    padding: .5rem 1rem;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    background: var(--main-color);
    border-radius: 20px;
    padding: 10px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    margin-bottom: 10px!important;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link span {
    color: #fff;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    padding: .5rem 1rem;
}

header.desktop .logo a img {
    max-width: 270px;
}

.contact-form{
    background-color: #f8f9fa;
    padding: 20px;
}

.story{
    background-color: #fff;
    margin-bottom: 10px;
}

.story .card-category .title {
    font-weight: 500;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

.story .p-g-mod{
    margin-bottom:0;
}

.story .p-g-mod-t-52 .card-category{
    border:none;
    background-color: transparent;
    padding:0;
}


.story .owl-wrapper .owl-single-button {
    top: calc(50% - 45px);
}

.story .card-category .image {
    display: flex;
    width: 100%;
    justify-content: center;
}


.story  .card-category .image a{
    display: block;
    background: #0eb48d;
    padding: 2px;
    border-radius: 50%;
    transition: all .3s !important;
    width: 120px;
}

.story  .card-category .image a img{
    border-radius: 50%;
    transition: all .3s !important;
    width: 120px;
}

.h-center{
    margin-bottom: 30px;
}

.info-alani{
    background: #f6f6f8;
}

.card-list-bg{
    border-top: 1px solid #e7e7e7;
    padding: 15px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.card-list-bg .card-list {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.card-list-bg .card-list .card-item {
    text-align: center;
    float: left;
    padding: 0 10px;
    margin: 3px 0;
}

.card-list-bg  .card-list .card-item .card-text {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    line-height: 1.14;
}

.card-list-bg .card-list .card-item .card-image {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 10px;
}

.card-product .card-product-inner .price-group .discount{
    background: #F44336;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 25px;
    width: 40px!important;
    background: #222;
    height: 40px;
    top: 50%;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-indicators li{
    transition: unset !important;
}

.carousel-control-next {
    right: 10px;
}


.pattern-group .gunun-firsatlari{
   border: 1px solid #ebebeb;
}

.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.pattern-group .gunun-firsatlari .card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 0;
    right: 0;
    width: 55px;
    height: 56px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    background: #8BC34A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pattern-group .gunun-firsatlari .card-product .card-product-inner .price-group .discount {
    background: #ffeb3b;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}

.pattern-group .gunun-firsatlari .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.pattern-group .gunun-firsatlari .card-product{
   border: 0;
}

.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    color:#000;
}

.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 28px;
    font-size: 17px;
    color: #fff;
}






/* info Bar 1 */
.info-bar-1 {
    
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 20px 0;
    cursor:pointer;
}


.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    background: #f3f3f3;
    margin: 0 10px;
    height: 90px;
    width: 300px;
}

.info-bar-1 .icons .icon-group:hover {
    background: var(--main-color);
}

.info-bar-1 .icons .icon-group:hover i{
    color: #fff;
}

.info-bar-1 .icons .icon-group:hover .inf .name{
    color: #fff;
}

.info-bar-1 .icons .icon-group:hover .inf .description{
    color: #fff;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 30px;
    margin-right: 25px;
    color: #333;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #222;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

.info-slogan{
    background-color: #f2f2f4;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
}

.info-slogan-title{
    font-size: 30px;
    color: #151515;
    position:relative;
    text-align:center;
}

.info-description{
    text-align:center;
    font-size: 16px;
    color: #696969;
}

.info-slogan-title:after{
    content: "";
    display: block;
    position: relative;
    width: 60%;
    max-width: 150px;
    height: 2px;
    background-color: #222;
    margin: 12px auto 15px;
}

.search-filter{
    position:absolute;
    bottom:-5px;
}

.search-filter a {
    color: #fff;
    font-size: 13px;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
    margin-left: 6px;
    padding: 3px 7px;
    transition: all .4s;
    background: #000;
    border-radius: 10px;
}


.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #0eb48d;
    border-color: #0eb48d;
}

.card-blog:hover,
.card-brand:hover,
.card-category:hover,
.card-product:hover {
    border-color: #c5c3c3;
}

.card-product .card-product-inner .buttons .btn-cart {
    background: var(--main-color);
    border-color: transparent !important;
    color: #fff;
    width: 100%;
    display: block;
    transition:all .4s;
    border: 1px solid transparent;
}

.card-product .card-product-inner .buttons .btn-cart:hover{
    background: #fff;
    color: var(--main-color);
    transition:all .4s;
    border:1px solid var(--main-color) !important;
}

.p-g-mod-t-cat-filter {
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px  !important;
    margin-bottom: 10px !important;
}

.p-g-mod.p-g-mod-base-content {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.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: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    height: 40px;
}

.p-g-mod.p-g-mod-product-det {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
    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 .p-g-mod-headline{
    border:1px solid #ebebeb;
}

.home-headline .p-g-mod {
    margin-bottom: 0 !important;
}

.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 {
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    background: #f1f1f1;
    padding-bottom: 17px !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    background: transparent !important;
    flex: 1;
    max-height: 40px !important;
    max-width: 60px !important;
    min-width: 50px !important;
    opacity: 1;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li img {
    width: 100%;
    border-radius: 50px !important;
    border: 2px solid #fff !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active img {
    border-color: #0eb48d !important;
}


@media (max-width: 1200px) {
 
 
     .card-list-bg .card-list {
        list-style: none;
        padding: 15px 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .card-list-bg .card-list .card-item {
        text-align: center;
        float: left;
        padding: 10px 10px;
        margin: 2px 2px;
        width: 16%;
        border: 1px solid #e8e7e7;
    }
 
    
}


@media (max-width: 991px) {
    iframe{
        width: 300px!important;
    }
    .info-bar-1 .icons .icon-group{
        width: auto!important;
    }
    
    .story .owl-wrapper .owl-single-button {
        top: calc(50% - 35px);
    }
    
    .bar .cards{
        text-align:center;
    }
    
    .info-slogan {
        height: 338px;
    }
    
    
    .info-bar-1 .icons {
        display: block;
    }
    .info-bar-1 .icons .icon-group i{
        width:30px;
    }
    
    .info-bar-1 .icons .icon-group {
        justify-content: flex-start;
    }
    
    .info-slogan-title{
        font-size: 17px;
    }
    
    .info-description {
        text-align: center;
        font-size: 14px;
        color: #696969;
    }
    
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
        display: none;   
    }
}

@media (max-width: 550px) { 
    
    .card-list-bg {
        border-top: 1px solid #e7e7e7;
        padding: 15px 5px;
    }
    
    .card-list-bg .card-list {
        list-style: none;
        padding: 15px 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .card-list-bg .card-list .card-item {
        text-align: center;
        float: left;
        padding: 10px 2px;
        margin: 2px 2px;
        width: 23%;
        border: 1px solid #e8e7e7;
    }
    
    
}

.category-filter-order .list-wrap {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox, 
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
    color: #0eb48d;
}

.pattern-group .p-g-mod .p-g-mod-header {
    border-bottom: 0 !important;
}

.product-profile-1 .carousel .carousel-indicators li {
    opacity: 1 !important;
    border-color: transparent !important;
    border-width: 2px !important;
    border-radius: 5px !important;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #0eb48d !important;
}

.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
}

.product-profile-1 .carousel {
    padding: 10px;
}

.product-profile-1 h1.title {
    border-bottom: 0 !important;
    padding-bottom: 5px !important
}

.product-badges .p-badge {
    background: #fff !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #919191;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #fff;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    border-color: transparent;
    color: #333;
}