@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #f48436;
}

a:hover {
    text-decoration: none;
    color: #e47528;
}


/* 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: #f48436;
    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,.7);
    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  {
    position: relative;
    z-index: 11;
    background: transparent;
    height: 198px;
    background: #fff;
}

.h-description {
    background-image: -webkit-linear-gradient(right, #484848 0%, #c0bfc0 100%);
    background-image: linear-gradient(-90deg, #484848 0%, #c0bfc0 100%);
}

.h-description .description {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
}

header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #dadada;
}

header.desktop .h-contact .info {
    height: 35px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #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 .social-media {
    height: 35px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: 100px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 140px;
    max-width: 90% !important;
}

header.desktop .search {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 0;
    background: #fff;
    max-width: 100%;
    position: relative;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 55px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 42px;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search:hover {
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 50px;
    height: 42px;
    right: 0;
    border-radius: 0;
    background: #fff;
    border-width: 0;
    color: #666;
}

header.desktop .search:hover form .btn-send {
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}

header.desktop .menu {
    height: 60px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 -4px 4px rgba(0,0,0,.03);
    border-top: 1px solid #dadada;
    background: #fff;
}

header.desktop .menu.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    align-items: center;
    text-align: center;
    height: 60px;
}

header.desktop .mega-menu .nav-item {
    padding: 0;
    flex: 1;
    height: 60px;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
    white-space: unset !important;
    border-top: 2px solid transparent;
    position: relative;
}

header.desktop .mega-menu .nav-link img {
    max-height: 20px;
    margin-bottom: 5px;
}

header.desktop .mega-menu .nav-item:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    color: #da6c20;
    border-top-color: #f48436;
}

header.desktop .mega-menu .nav-item .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #dadada;
}

header.desktop .mega-menu .nav-item:last-child .nav-link::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #dadada;
    margin: 0;
    vertical-align: initial;
    border: 0;
    display: block;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border: 0;
    border-radius: 0;
    background: transparent !important;
    width: 100%;
    left:1%;
    right:1%;
    top:48px;
    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: 10px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #f48436;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 10px;
    float: left;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-container ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.mega-menu-container ul li a:hover {
    color: #f48436;
}

.mega-menu-container ul li a.sub-title {
    color: #f48436;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

/* Console Menu */
header.desktop .console-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 300px;
}

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 {
    padding: 0 5px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .console-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
    height: 43px;
    white-space: unset !important;
    position: relative;
    background: transparent;
    border: 0;
}

header.desktop .console-menu .nav-link i {
    font-size: 17px;
}

header.desktop .console-menu .nav-item:hover .nav-link { 
}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    right: 0;
    top: 0;
    left: 13px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f48436;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .console-menu .nav-link span {
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}


header.desktop .console-menu .header-cart-hover .nav-link::after {
    display: none;
}

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: 1px solid #f48436;
    -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);
    padding: 10px;
}
    
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: 5px 0;
    padding: 0;
    list-style: none;
}

header.desktop .console-menu .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
}

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: 7px 0;
    padding: 0;
    list-style: none;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a {
    display: block;
    background: #f48436;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-size: 13px;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a:hover {
    background: #e47528;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
footer {
    background: #f5f5f5;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #333;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .h-description {
        display: none;    
    }
    
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

.pattern-group .p-g-mod:not(.p-g-mod-trans) {
    box-shadow: none !important;
    border: 1px solid #e2e2e2;
}

.pattern-group .p-g-mod-showcase.p-g-mod-t-55 {
    border: 0 !important
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header {
    margin-bottom: 10px;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header,
.pattern-group .p-g-mod-showcase.p-g-mod-t-57 .p-g-mod-header,
.pattern-group .p-g-mod-showcase.p-g-mod-t-55 .p-g-mod-header {
    border-bottom: 0 !important;
    border-left: 7px solid #002a33;
    height: 50px;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-showcase.p-g-mod-t-55 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-showcase.p-g-mod-t-57 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 700;
    font-size: 20px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #f48436;
}

.card-product {
    border: 1px solid #ddd;
}

.card-product:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border: 1px solid #ccc;
}

.card-product .card-product-inner .title {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}

.card-product .card-product-inner .price-group {
    justify-content: flex-start;
}

.card-product .card-product-inner .price-group .discount {
    background: #ea061b;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
    height: 30px;
    width: 45px;
    font-size: 13px;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.card-product .card-product-inner .attributes {
    height: 40px;
    display: flex;
    flex-direction: column;
}

.card-product .card-product-inner .attributes a {
    color: #444;
    font-size: 13px;
}

.card-product .card-product-inner .attributes a.author {
    color: #006fc8;
}

.card-product .card-product-inner .buttons {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #fff;
    height: 60px;
    display: none;
}

.card-product:hover .card-product-inner .buttons {  
    display: block;
}

.card-product .card-product-inner .buttons .btn-cart {
    display: block;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
}

@media (max-width: 991px) {
    .card-product .card-product-inner .price-group .discount {
        height: 25px;
        width: 40px;
        font-size: 12px;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 14px;
        font-weight: 600;
    }
}

.pattern-group .p-g-mod.p-g-mod-t-55 .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-weight: 600;
    position: relative;
}

.pattern-group .p-g-mod.p-g-mod-t-55 .p-g-mod-header .p-g-m-h-button .btn-mod::after {
    position: absolute;
    color: #002a33;
    content: ">";
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
    
}

.category-detail-attrs .p-g-b-c-0 .p-g-b-c-inner {
    border: 1px solid #e2e2e2;
}

.category-filter-list .list-wrap .list li a,
.category-filter-list .list-wrap .list li {
    color: #333;
}

.p-g-mod-t-cat-filter {
    border-bottom: 0 !important;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    height: 60px !important;
}

.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info {
    background: #f0f0f0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 5px 10px !important;
}

.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: #ee1431;
}

.home-en-cok-satanlar {
    border: 2px solid #ee112e !important;
}

.home-en-cok-satanlar .p-g-mod-header {
    background: #ee112e !important;   
    color: #fff !important;
    height: 50px !important;
}

.home-en-cok-satanlar .p-g-mod-header .p-g-m-h-info {
    align-items: center !important;
}

.home-en-cok-satanlar .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 16px;
    font-weight: 500;
}

.product-details-tab {
    margin-bottom: 20px
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link  {
    border-top: 0;    
    border-bottom: 3px solid transparent;
    padding: 0 10px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    font-size: 14px !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    font-weight: 600;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    justify-content: flex-start;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: initial;
}

.product-details-tab .p-g-tab-wrapper {
    border: 1px solid #eee;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
}

.product-details-tab .p-g-tab-wrapper .p-g-mod {
    box-shadow: none !important;
    border: 0 !important;
} 

@media (max-width: 500px) { 
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px !important;
        padding: 0 3px;
    }
}



.banner-card-2 {
    display: flex;
    flex-direction: row;
}


.banner-card-2 .image {
    width: 80px;
    height: 80px;
    background: #516e39;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.banner-card-2 .image img {
    max-width: 80% !important;
    width: 80% !important;
    min-height: 80% !important;
}

.banner-card-2 .info {
    flex: 1;
}

.banner-card-2 .info .title {
    font-size: 15px;
}

.card-product .card-product-inner .image-wrapper {
    position: relative;
}

.card-product .card-product-inner .free-cargo-badge {
    line-height: 10px;
    font-size: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 5px;
    left: auto;
    bottom: 5px;
}

/* Social Bar */
#social-sidebar {
	right: 0;
	position: fixed;
	z-index:9;
	bottom: 10%;
	text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-sidebar li:first-child a { border-top-left-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-left-radius: 5px; }
 
#social-sidebar a {
	background: #dc3545;
	color: #fff;
    text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;  
	font-size: 24px;
	line-height: 50px;
	position: relative;
	text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
	right: 120%;
	opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, left .4s;
	top: 50%;
	z-index: -1;
}
 
#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}
 

 
#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {background: #C13584;}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background: #FF0000;}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {background: #28a745;}


#social-sidebar a[class*="instagram"] {background: #C13584;}
#social-sidebar a[class*="youtube"] {background: #FF0000;}
#social-sidebar a[class*="whatsapp"] {background: #28a745;}
#social-sidebar a[class*="facebook"] {background: #3B5998;}