body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: "Helvetica", sans-serif;
}


/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}


/* 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: var(--main-color);
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

header.desktop .h-contact .h-contact-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.desktop .h-contact .h-contact-left,
header.desktop .h-contact .h-contact-right {
    display: flex;
    align-items: center;
}

header.desktop .h-contact .h-contact-right {
    justify-content: flex-end;
    margin-left: auto;
}

header.desktop .h-contact .item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    font-size: 11px;
    color: #0f5257;
    line-height: 29px;
    white-space: nowrap;
}

header.desktop .h-contact .item:hover {
    color: #111;
}

header.desktop .h-contact .item i {
    margin-right: 6px;
    font-size: 15px;
    color: #9a9a9a;
}

header.desktop .h-contact .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

header.desktop .h-contact .h-contact-left .item:last-child::after {
    display: none;
}

header.desktop .h-contact .h-contact-meta {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-currencies-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

header.desktop .h-contact .dropdown-languages-1,
header.desktop .h-contact .dropdown-currencies-1 {
    display: flex;
    align-items: center;
}

header.desktop .h-contact .dropdown-languages-1 .dropdown-toggle,
header.desktop .h-contact .dropdown-currencies-1 .dropdown-toggle {
    font-size: 11px;
    font-weight: 500;
    color: var(--main-color);
    padding: 0 10px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
}

header.desktop .h-contact .dropdown-currencies-1 .dropdown-toggle {
    padding-right: 0;
}

@media (max-width: 1199px) {
    header.desktop .h-contact .item {
        padding: 0 8px;
        font-size: 10px;
    }

    header.desktop .h-contact .dropdown-languages-1 .dropdown-toggle,
    header.desktop .h-contact .dropdown-currencies-1 .dropdown-toggle {
        font-size: 10px;
        padding: 0 6px;
    }
}

header.desktop .h-center {
    border-bottom: 0;
}

header.desktop .h-center .container {
    max-width: 100%;
}

header.desktop .header-center-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 84px;
}

header.desktop .header-brand {
    flex: 0 0 180px;
    max-width: 180px;
}

header.desktop .header-search-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

header.desktop .header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
    width: auto;
    margin-left: auto;
}

header.desktop .header-area {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

header.desktop .logo.header-area {
    justify-content: flex-start;
}

header.desktop .logo a {
    display: flex;
    align-items: center;
}

header.desktop .logo a img {
    max-height: 60px;
    max-width: 100%;
}

header.desktop .ha-center {
    width: 100%;
}

header.desktop .search {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .header-action-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    height: auto;
    min-height: auto;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border-radius: 0;
    color: #1f1f1f !important;
    flex: 0 0 auto;
    line-height: 1.15;
}

header.desktop .header-action-item .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0;
}

header.desktop .header-action-item .icon i,
header.desktop .header-action-item .icon svg {
    margin: 0;
    font-size: 21px;
}

header.desktop .header-action-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    white-space: nowrap;
}

header.desktop .header-action-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0;
}

header.desktop .header-action-subtitle {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0;
}

header.desktop .header-action-subtitle.price {
    color: #1f1f1f;
}

header.desktop .header-bar .bar-link {
    flex: 0 0 auto;
}

header.desktop .bar-user-hover,
header.desktop .header-cart-hover {
    display: flex;
    align-items: center;
}

header.desktop .header-action-dropdown>.pulse-wrapper {
    display: flex;
    align-items: center;
}

header.desktop .header-bar .bar-cart .icon .count {
    right: -8px;
    top: -7px;
}

header.desktop .header-action-delivery {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 4px;
}

header.desktop .header-action-delivery>* {
    margin: 0 !important;
}

header.desktop .header-action-delivery a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f1f1f;
    text-decoration: none;
    white-space: nowrap;
}

header.desktop .header-action-delivery i,
header.desktop .header-action-delivery svg {
    margin: 0;
}

header.desktop .header-action-delivery .fa-bell,
header.desktop .header-action-delivery .far.fa-bell,
header.desktop .header-action-delivery .fas.fa-bell,
header.desktop .header-action-delivery .fal.fa-bell {
    display: none !important;
}

header.desktop .header-bar .bar-link:hover *,
header.desktop .header-action-delivery a:hover * {
    color: var(--main-color);
}

header.desktop .bar-user-hover .dropdown-menu {
    top: calc(100% + 14px);
    right: -22px;
}

header.desktop .header-cart-hover .dropdown-menu {
    top: calc(100% + 14px);
}

@media (max-width: 1500px) {
    header.desktop .header-center-row {
        gap: 18px;
    }

    header.desktop .header-actions {
        gap: 18px;
    }

    header.desktop .header-brand {
        flex-basis: 160px;
        max-width: 160px;
    }

    header.desktop .header-action-title {
        font-size: 11px;
    }

    header.desktop .header-action-subtitle {
        font-size: 10px;
    }
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

header.desktop .logo a img {
    max-height: 75px;
    max-width: 90%;
}

header.desktop .search {
    width: 90%;
    max-width: 100%;
    background: #f3f3f3;
    border-radius: 10px;
    position: relative;
    transition: all var(--transition-time);
    height: 40px;
    border: 1px solid #f3f3f3;
}

header.desktop .search:hover {
    border: 1px solid var(--main-color);
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 12px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 40px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .header-center-row {
    display: grid;
    grid-template-columns: 180px minmax(420px, 1fr) max-content;
    align-items: center;
    column-gap: 24px;
    min-height: 84px;
}

header.desktop .header-brand {
    width: 180px;
    max-width: 180px;
}

header.desktop .header-search-wrap {
    width: 100%;
    min-width: 420px;
}

header.desktop .header-search-wrap,
header.desktop .header-search-wrap .header-area,
header.desktop .header-search-wrap .ha-center,
header.desktop .header-search-wrap .search,
header.desktop .header-search-wrap .search form {
    width: 100%;
    min-width: 0;
}

header.desktop .header-actions {
    width: max-content;
    min-width: max-content;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}


header.desktop .bar-user-hover .dropdown-menu {
    width: 250px;
    left: inherit;
    right: -40px;
    top: 40px;
    border-radius: 0;
    padding: 20px 0;
    border: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

header.desktop .bar-user-hover .dropdown-menu ul.auth-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.desktop .bar-user-hover .dropdown-menu .top-header {
    padding: 0 15px;
}


header.desktop .bar-user-hover .dropdown-menu .link {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    margin: 10px 30px;
    padding-bottom: 10px;
}

header.desktop .bar-user-hover .dropdown-menu .link a {
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
    font-weight: 500;
    letter-spacing: 0.2px;
}

header.desktop .bar-user-hover .dropdown-menu .link a i {
    font-size: 10px;
}

header.desktop .bar-user-hover .dropdown-menu .link-2 {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header.desktop .bar-user-hover .dropdown-menu .link-2 span.title-2 {
    font-weight: 500;
    color: #676767;
}

header.desktop .link span.title {
    font-weight: 500;
    color: #676767;
}

header.desktop .bar-user-hover .dropdown-menu .link-2 a {
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
    font-weight: 500;
    letter-spacing: 0.2px;
}

header.desktop .bar-user-hover .dropdown-menu .link-2 a i {
    font-size: 10px;
}



header.desktop .bar-user-hover .dropdown-menu .login {
    background: #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    color: #fff;
}

header.desktop .bar-user-hover:hover .dropdown-menu {
    display: block !important;
    transition: all var(--transition-time);
}

header.desktop .bar-user-hover .dropdown-menu .login:hover {
    background: #333;
    transition: all .4s;
}

header.desktop .bar-user-hover .dropdown-menu .login a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

header.desktop .bar-user-hover .dropdown-menu .register {
    font-size: 13px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    cursor: default;
    align-items: center;
}

header.desktop .bar-user-hover .dropdown-menu .register a {
    border-bottom: 1px solid #000;
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}


header.desktop .search form input::placeholder {
    color: #999;
}


header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 40px;
    border-width: 0;
    color: var(--main-color);
    right: 0;
    border-radius: 0;
    font-size: 20px;
    top: 0;
    transition: all var(--transition-time);
    display: flex;
    align-items: center;
    justify-content: center;
}

header.desktop .easy-autocomplete-container {
    top: 49px;
}

header.desktop .search-filter {
    position: absolute;
    bottom: 10px;
    left: 40px;
}

header.desktop .search-filter a {
    color: var(--header-top-color);
    font-size: 13px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 500;
}

header.desktop .search-filter a:first-child {
    margin-left: 0;
}

header.desktop .search-filter a:hover {
    color: var(--header-top-color-hover);
}

header.desktop .menu {
    background: var(--menu-bg-color);
    height: 45px;
    border-right: 0;
    border-left: 0;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 45px;
}

header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #ddd;
}

header.desktop .mega-menu .nav-item:last-child {
    border: 0 !important;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    padding: 0;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
    padding: 10px;
    text-transform: uppercase;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    color: #fff;
    background: #333;
}

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-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 43px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
    height: 450px;
    overflow-y: scroll;
}

header.desktop .mega-menu .dropdown-menu .mega-menu-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 20px 14px;
    background: #fff;
    position: relative;
}

header.desktop .mega-menu .dropdown-menu .mega-footer-link {
    height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    background: #2f3136;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .2s ease;
}

header.desktop .mega-menu .dropdown-menu .mega-footer-link i {
    color: #23c6da;
    font-size: 14px;
}

header.desktop .mega-menu .dropdown-menu .mega-footer-link:hover {
    background: #1f2125;
    transform: translateY(-1px);
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}

header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat {
    margin-bottom: 15px;
}

.mega-menu-container .sub-title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}

.mega-menu-container .sub-title:hover {
    color: var(--main-color);
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-container ul li a:hover {
    color: var(--main-color);
}




/* Mega Menu Side */

.mega-menu.side .mega-menu-container ul li {
    display: inline-block;
}

.mega-menu.side .mega-menu-container .comma {
    margin-right: 4px;
}

.mega-menu.side .mega-menu-container ul li:last-child .comma {
    display: none;
}

/* Single Menu */
.single-menu-container {
    display: block;
}

.single-menu-container .single-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 56px;
    align-items: center;
}

.single-menu-container .single-menu li:hover .sub-single-item,
.single-menu-container .single-menu li .sub-single-item:hover {
    color: var(--menu-color-hover);
    background: #fff;
}

.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}

.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--menu-color);
    transition: all 0.2s ease-in-out 0s;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a {
    border: 1px solid #ebebeb;
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 20px 15px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}

.single-menu-container .single-menu ul li a:hover,
.single-menu ul li:hover>a {
    color: var(--main-color);
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}


.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

/* Mobile Header */
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-height: 55px;
}

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;
}

header.mobile .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 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: var(--main-color);
    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-right: 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;
}

.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 */
.emk-footer-wrap {
    background: #fff;
    color: #1f3e3f;
    border-top: 1px solid #d9e5e5;
    font-family: inherit;
}

.emk-footer-wrap .container {
    max-width: 1280px;
}

.emk-footer-topline {
    background: #0d666a;
    color: #fff;
    padding: 8px 0;
}

.emk-footer-topline .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.emk-footer-topline-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.emk-footer-app-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    font-size: 12px;
}

.emk-footer-app-text strong {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.emk-footer-app-text span {
    color: rgba(255, 255, 255, .95);
    font-size: 11px;
}

.emk-footer-app-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.emk-footer-app-buttons .app-btn img {
    display: block;
    height: 34px;
    width: auto;
}

.emk-footer-topline-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.emk-footer-topline-right .follow-title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.emk-footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.emk-footer-socials a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #0d666a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: .2s ease;
}

.emk-footer-socials a:hover {
    background: #dff1f2;
    color: #0d666a;
}

.emk-footer-services {
    background: #fff;
    border-bottom: 1px solid #e6eeee;
    padding: 22px 0 18px;
}

.emk-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.emk-service-icon img {
    width: 22px;
}

.emk-service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.emk-service-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 1px solid #b9d3d4;
    border-radius: 50%;
    color: #0d666a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.emk-service-text .title {
    color: #1c4d4f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.2;
}

.emk-service-text .desc {
    color: #6c7f80;
    font-size: 11px;
    line-height: 1.45;
}

.emk-footer-main {
    background: #fff;
    padding: 20px 0 18px;
    border-bottom: 1px solid #e6eeee;
}

.emk-footer-columns {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr 1fr 1fr;
    gap: 26px;
}

.emk-footer-col {
    min-width: 0;
}

.emk-footer-col h4 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: #16484b;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6eeee;
}

.emk-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.emk-footer-col ul li {
    margin: 0 0 5px;
}

.emk-footer-col ul li a {
    color: #4f6667;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease;
}

.emk-footer-col ul li a:hover {
    color: #0d666a;
}

.emk-footer-contact .emk-contact-note {
    color: #4f6667;
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 12px;
}

.emk-footer-contact .contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4f6667;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.emk-footer-contact .contact-line i {
    width: 18px;
    text-align: center;
    color: #0d666a;
    font-size: 14px;
}

.emk-footer-newsletter {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #dfe9e9;
}

.emk-footer-newsletter-row {
    display: grid;
    grid-template-columns: 180px 1fr 220px;
    align-items: center;
    gap: 18px;
}

.emk-footer-newsletter-logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

.emk-footer-newsletter-formwrap {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.emk-footer-newsletter-formwrap .newsletter-copy {
    flex: 0 0 auto;
    font-size: 12px;
    color: #5b7071;
    white-space: nowrap;
}

.emk-footer-wrap .newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 520px;
    gap: 8px;
    margin: 0;
}

.emk-footer-wrap .newsletter-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    border: 1px solid #d8e4e4;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 12px;
    color: #3f5253;
    box-shadow: none;
}

.emk-footer-wrap .newsletter-input:focus {
    border-color: #0d666a;
    box-shadow: none;
}

.emk-footer-wrap .newsletter-form .btn-submit {
    flex: 0 0 auto;
    height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 3px;
    background: #0d666a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.emk-footer-newsletter-payments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.emk-footer-newsletter-payments img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.emk-footer-bottomline {
    background: #0d666a;
    color: #fff;
    padding: 10px 0;
}

.emk-footer-bottomline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.emk-footer-copy {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.emk-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.emk-footer-bottom-links a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-size: 11px;
    line-height: 1.4;
}

.emk-footer-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 1199px) {
    .emk-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .emk-footer-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .emk-footer-newsletter-row {
        grid-template-columns: 160px 1fr;
    }

    .emk-footer-newsletter-payments {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {

    .emk-footer-topline .container,
    .emk-footer-topline-left,
    .emk-footer-topline-right,
    .emk-footer-newsletter-formwrap,
    .emk-footer-bottomline-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .emk-footer-topline {
        padding: 12px 0;
    }

    .emk-service-grid,
    .emk-footer-columns,
    .emk-footer-newsletter-row {
        grid-template-columns: 1fr;
    }

    .emk-footer-newsletter-formwrap .newsletter-copy {
        white-space: normal;
    }

    .emk-footer-wrap .newsletter-form {
        max-width: 100%;
    }

    .emk-footer-bottom-links {
        justify-content: flex-start;
        gap: 10px;
    }
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}

.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom */
.product-details-collapse .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    margin: 0;
    width: 100%;
    margin-bottom: 10px !important;
    background-color: #f5f8f8;
}

.product-details-collapse .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    padding: 10px 20px;
    border-radius: 6px;
}

.p-g-mod.p-g-mod-t-48,
.p-g-mod.p-g-mod-t-49,
.p-g-mod.p-g-mod-t-50,
.p-g-mod.p-g-mod-t-51 {
    border: 1px solid #ddd;
    padding-left: 20px;
    border-radius: 6px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
}

.payment-cart-summary-1 .title {
    margin-bottom: 0;
}

.cat-bottom .card-category .image {
    background-color: #e0eae6;
    border-radius: 5px;
}

.cat-bottom .card-category .image a img {
    border: none;
    width: auto;
    height: auto;
    border-radius: 8px 8px 0 0;
}


.brands {
    padding: 20px 30px;
}

.brands {
    background: #f6f6f6 !important;
    border-radius: 10px;
}

.brands .p-g-m-h-button .btn-mod {
    background-color: #fff;
    border: 1px solid #ddd;
    color: var(--main-color);
    font-weight: 500;
}

.brands .p-g-m-h-button .btn-mod:hover {
    background-color: var(--main-color);
    color: #fff;
}

.brands .p-g-m-h-i-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.brands .p-g-m-h-info {
    align-items: flex-start !important;
}

.brands .p-g-m-h-i-title::before {
    content: "M";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff5454;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.card-brand .image a img {
    padding: 7px;
}

.products-bg .p-g-mod.p-g-mod-t-55 {
    padding: 20px 30px;
}

.products-bg .pattern-group-body {
    background: #f6f6f6;
    border-radius: 10px;
}

.products-bg .p-g-mod.p-g-mod-t-55 .p-g-m-h-button .btn-mod {
    background-color: #fff;
    border: 1px solid #ddd;
    color: var(--main-color);
    font-weight: 500;
}

.products-bg .p-g-mod.p-g-mod-t-55 .p-g-m-h-button .btn-mod:hover {
    background-color: var(--main-color);
    color: #fff;
}

.products-bg .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.products-bg .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    align-items: flex-start !important;
}

.products-bg .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title::before {
    content: "🔥";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}

.products-bg-two .p-g-mod-t-55 {
    padding: 20px 30px !important;
}

.products-bg-two .pattern-group-body {
    background: #f6f6f6;
    border-radius: 10px;
}

.products-bg-two .p-g-mod.p-g-mod-t-55 .p-g-m-h-button .btn-mod {
    background-color: #fff;
    border: 1px solid #ddd;
    color: var(--main-color);
    font-weight: 500;
}

.products-bg-two .p-g-mod.p-g-mod-t-55 .p-g-m-h-button .btn-mod:hover {
    background-color: var(--main-color);
    color: #fff;
}

.products-bg-two .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.products-bg-two .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    align-items: flex-start !important;
}

.products-bg-two .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title::before {
    content: "🌟";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}

.product-profile-1 .product-label img {
    max-width: 120px;
}

.button-shipping-location .text .name {
    font-size: 12px;
    font-weight: 600;
}

.button-shipping-location .icon {
    font-size: 24px !important;
    margin-right: 0 !important;
}

.button-shipping-location .text .value {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box {
    margin: 0 auto;
    background: #f6f6f6;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 0;
    margin-top: 10px;
    padding: 10px;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-mod-header {
    padding: 0;
    background: transparent;
    border: 0;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-m-h-info {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-m-h-info::before {
    content: "";
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M28 4 44 13.2v18.4L28 41 12 31.6V13.2L28 4Z' fill='%237BC2AE'/%3E%3Cpath d='M28 11 38 16.7v11.6L28 34 18 28.3V16.7L28 11Z' fill='%235A9C94'/%3E%3Ccircle cx='22' cy='28' r='8' fill='%23E7F1FF' stroke='%239BB7E8' stroke-width='2'/%3E%3Cpath d='m28.2 34.2 5.4 5.4' stroke='%239BB7E8' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-m-h-i-title {
    color: #145a60;
    font-size: 14px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-mod-body {
    padding: 0;
    background: transparent;
    border: 0;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 100%;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .row {
    display: block;
    margin: 0;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .input-box,
.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .submit-box {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    display: block !important;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .form-control {
    padding: 0 56px 0 22px;
    border: 0;
    border-radius: 14px;
    background-color: #fff;
    color: #145a60;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.04);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='m2 2 7 7 7-7' stroke='%23145A60' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px 12px;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(20, 90, 96, 0.12);
    color: #145a60;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .submit-box .btn {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #145a60;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    box-shadow: none;
    transition: background-color .25s ease, transform .25s ease;
    margin-top: 5px;
}

.compatibility-filter-box .input-box label {
    font-weight: 500;
    height: 20px;
    margin-bottom: 0 !important;
    color: var(--main-color);
    font-weight: 600;
    margin-left: 5px;
}

.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .submit-box .btn:hover,
.p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .submit-box .btn:focus {
    background: #114d52;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .p-g-mod.p-g-mod-t-69.p-g-mod-filter_box {
        padding: 22px 18px 18px;
        border-radius: 18px;
    }

    .p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-m-h-info::before {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .p-g-m-h-i-title {
        font-size: 18px;
    }

    .p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .form-control,
    .p-g-mod.p-g-mod-t-69.p-g-mod-filter_box .compatibility-filter-box .submit-box .btn {
        height: 58px;
        font-size: 16px;
    }
}

.category-filter-order {
    margin-bottom: 20px;
}

.product-profile-info {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.product-profile-1 h1.title {
    border: none;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.p-g-mod-t-44 .banner-item .image img {
    border-radius: 10px;
}

.p-g-mod.p-g-mod-t-45.p-g-mod-headline.p-g-mod-trans {
    margin-top: 10px;
}

.p-g-mod-headline img {
    border-radius: 25px;
}

.manset-banner .p-g-mod-trans {
    margin-top: -20px;
}

.readmore .more {
    display: inline-block;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #000;
}

.readmore {
    margin: 40px 0;
}

.readmore .p-g-mod-base-content {
    border: 0;
}

.readmore .readmore-text {
    max-height: 300px;
    overflow: hidden;
}

.readmore .readmore-text.show {
    max-height: 100% !important;
}

.readmore .p-g-mod-t-1 {
    display: flex;
    justify-content: center;
}

.modal-content .buttons .btn-cart {
    margin: 10px;
}

.renkSecenek {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    padding: 5px 10px;
    display: flex;
    background: #fff;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 20px;
    flex-direction: row;
    gap: 6px;
}

.renkSecenek img {
    width: 22px !important;
}


/* Credit Card Images */

.cc-card-2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.cc-card-2 img {
    max-width: 60%;
}

.cc-info-2 {
    background: #262626;
    padding: 10px;
}

.container.cc-logo {
    display: flex;
    align-items: center;
}

.cc-logo .logo-area img {
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale();
}


.cc-card-1 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.cc-card-1 img {
    max-width: 60%;
}

.cc-info-1 {
    background: #e5e7eb;
    filter: grayscale(1);
    padding: 10px;
}

.cc-info-1 .text-cc {
    color: #a3a3a3cc;
    font-size: 1.125rem;
    font-weight: 700;
}

.cc-text-area {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.cc-text {
    display: flex;
    justify-content: space-between;
}

.variant-box ul li .options a {
    padding: 5px 15px !important;
}

.card-product .card-product-inner .product-label.bottom-right {
    max-width: 80px;
}

.card-product {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.product-price-group .discount {
    background: var(--main-color);
    height: 40px;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    position: absolute;
    right: 0;
    border-radius: 5px;
}

.variant-box {
    background: #fff;
    border: 0;
    padding: 0;
}

.product-profile-1 .product-label.top-left {
    max-width: 100px;
}

.emk-product-detail {
    padding-top: 8px;
}

.emk-product-detail-row {
    align-items: flex-start;
}

.emk-product-gallery-col,
.emk-product-summary-col,
.emk-product-aside-col {
    margin-bottom: 24px;
}

.emk-product-gallery {
    background: #fff;
}

.emk-product-gallery .carousel-outer {
    border: 1px solid #edf1f2;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}

.emk-product-gallery .carousel-inner {
    border-radius: 6px;
    overflow: hidden;
}

.emk-product-gallery .carousel-item {
    text-align: center;
}

.emk-product-gallery .carousel-item img {
    max-height: 520px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.emk-product-gallery .carousel-control-prev,
.emk-product-gallery .carousel-control-next {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #dfe7e8;
    border-radius: 50%;
    color: #0c5f63;
    opacity: 1;
}

.emk-product-gallery .carousel-control-prev {
    left: 14px;
}

.emk-product-gallery .carousel-control-next {
    right: 14px;
}

.emk-product-thumbs {
    position: static;
    margin: 16px 0 0;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
}

.emk-product-thumbs li {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 1px solid #e5ecec;
    border-radius: 6px;
    overflow: hidden;
    text-indent: 0;
    margin: 0;
    background: #fff;
}

.emk-product-thumbs li.active {
    border-color: #0c5f63;
}

.emk-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emk-product-summary,
.emk-product-aside {
    position: sticky;
    top: 120px;
}

.emk-product-breadcrumb-mini {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #8b9a9c;
    margin-bottom: 10px;
}

.emk-product-breadcrumb-mini a {
    color: #8b9a9c;
    text-decoration: none;
}

.emk-product-header .title {
    font-size: 26px;
    line-height: 1.28;
    font-weight: 700;
    color: #184c4e;
    margin-bottom: 12px;
}

.emk-product-topmeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f2;
    margin-bottom: 14px;
    font-size: 12px;
    color: #728586;
}

.emk-product-topmeta .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.emk-meta-share {
    position: relative;
    margin-left: auto;
}

.emk-share-btn {
    height: 34px;
    padding: 0 12px;
    border: 1px solid #dfe8e8;
    border-radius: 18px;
    background: #fff;
    color: #486566;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.emk-share-btn:hover {
    border-color: #0d666a;
    color: #0d666a;
}

.emk-share-btn .fa-share-alt {
    font-size: 13px;
    color: #0d666a;
}

.emk-share-btn .emk-share-caret {
    font-size: 10px;
    transition: transform .2s ease;
}

.emk-meta-share.open .emk-share-btn {
    border-color: #0d666a;
    color: #0d666a;
}

.emk-meta-share.open .emk-share-btn:focus {
    outline: none;
}

.emk-meta-share.open .emk-share-btn .emk-share-caret {
    transform: rotate(180deg);
}

.emk-share-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 170px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e4ecec;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: all .2s ease;
    z-index: 20;
}

.emk-meta-share.open .emk-share-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.emk-share-dropdown .social-share-special {
    display: block;
}

.emk-share-dropdown .jssocials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
}

.emk-share-dropdown .jssocials-share {
    margin: 0 !important;
}

.emk-share-dropdown .jssocials-share-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f9f9;
    border: 1px solid #e3ecec;
    color: #486566;
    transition: all .2s ease;
    margin-right: 5px;
    margin-bottom: 5px;
}

.emk-share-dropdown .jssocials-share-link:hover {
    background: #0d666a;
    border-color: #0d666a;
    color: #fff;
}

.emk-share-dropdown .jssocials-share-logo {
    font-size: 14px;
}

@media (max-width: 991px) {
    .emk-meta-share {
        margin-left: 0;
    }

    .emk-share-dropdown {
        right: auto;
        left: 0;
    }
}

.emk-product-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-bottom: 14px;
}

.emk-product-specs-grid .spec-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    background: #f8fbfb;
    border: 1px solid #eef3f3;
    border-radius: 6px;
    min-height: 42px;
    padding: 8px 12px;
}

.emk-product-specs-grid .spec-label {
    font-size: 12px;
    color: #577172;
    font-weight: 600;
}

.emk-product-specs-grid .spec-value,
.emk-product-specs-grid .spec-value a {
    font-size: 12px;
    color: #2d4648;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}

.emk-product-topmeta .emk-meta-link {
    color: #728586;
    text-decoration: none;
    transition: color .2s ease;
}

.emk-product-topmeta .emk-meta-link:hover {
    color: #0d666a;
}

.emk-product-info-note {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f6fafb;
    border: 1px solid #e7efef;
    color: #60797a;
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.emk-product-variants {
    margin-bottom: 14px;
}

.emk-variant-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.emk-variant-label {
    font-size: 12px;
    color: #335254;
    font-weight: 700;
}

.emk-variant-options {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.emk-variant-option {
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e5e5;
    background: #fff;
    border-radius: 18px;
    font-size: 12px;
    color: #355456;
    text-decoration: none;
    transition: .2s ease;
}

.emk-variant-option.active {
    background: #0f5f63;
    border-color: #0f5f63;
    color: #fff;
}

.emk-variant-option.sold-out {
    opacity: .45;
    pointer-events: none;
}

.emk-product-price-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.emk-price-badge {
    min-width: 44px;
    height: 34px;
    border-radius: 4px;
    background: #d84a43;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.emk-price-main .sale-price {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    color: #2b3232;
}

.emk-price-old {
    margin-top: 4px;
    font-size: 12px;
    color: #8e9b9c;
    text-decoration: line-through;
}

.emk-price-sideinfo {
    text-align: right;
}

.emk-price-sideitem {
    font-size: 12px;
    color: #7e8f90;
    margin-bottom: 4px;
    white-space: nowrap;
}

.emk-buybox {
    margin-bottom: 14px;
}

.emk-buybox-main {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 12px;
    align-items: center;
}

.emk-buybox-main .product-favourite {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid #dce7e7;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
}

.emk-buybox-main .product-favourite a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1b5f62;
    text-decoration: none;
}

.emk-buybox-main .product-favourite a i {
    margin: 0;
    font-size: 18px;
}

.emk-buybox-main .product-favourite:hover {
    border-color: #0d666a;
}

.emk-buybox-main .product-favourite a:hover {
    color: #0d666a;
}

.emk-quantity-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dce7e7;
    border-radius: 6px;
    overflow: hidden;
    height: 48px;
    min-width: 132px;
}

.emk-quantity-box .btn {
    width: 40px;
    height: 48px;
    border: 0;
    background: #fff;
    color: #2f4648;
    border-radius: 0;
}

.emk-quantity-box input {
    border: 0;
    box-shadow: none;
    text-align: center;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #294547;
    width: 52px;
}

.emk-btn-cart {
    height: 48px;
    border-radius: 6px;
    background: #0d666a;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}

.emk-btn-cart:hover {
    background: #0a585b;
    color: #fff;
}

.emk-cargo-timer {
    margin-top: 10px;
    font-size: 12px;
    color: #6b7d7f;
    background: #fff9ef;
    border: 1px solid #f4e2bb;
    border-radius: 6px;
    padding: 9px 12px;
}

.emk-product-actions-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.emk-product-actions-row .button,
.emk-product-suggestion .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid #e4ecec;
    background: #fff;
    border-radius: 6px;
    color: #486566;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 12px;
}

.emk-product-actions-row .button:hover,
.emk-product-suggestion .button:hover {
    border-color: #0d666a;
    color: #0d666a;
}

.emk-product-sidecards {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.emk-product-sidecards .sidecard {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e6ecec;
    background: #fff;
}

.emk-product-sidecards .sidecard-title {
    background: #0d666a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 14px;
}

.emk-product-sidecards .sidecard-item,
.emk-product-sidecards .sidecard-link {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 12px;
    align-items: center;
    column-gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.35;
}

.emk-product-sidecards .sidecard-item {
    background: #fff7ef;
    border-top: 1px solid #f0e4d7;
    color: #7b6a58;
}

.emk-product-sidecards .sidecard-link {
    background: #f8fbfb;
    border: 1px solid #e4ecec;
    color: #496667;
}

.emk-product-sidecards .item-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #d98639;
}

.emk-product-sidecards .sidecard-link .item-icon {
    color: #0d666a;
}

.emk-product-sidecards .sidecard-link:nth-child(2) .item-icon {
    color: #f1a54a;
}

.emk-product-sidecards .sidecard-link:nth-child(3) .item-icon {
    color: #5b8f96;
}

.emk-product-sidecards .sidecard-link:nth-child(4) .item-icon {
    color: #2bb741;
}

.emk-product-sidecards .sidecard-link:nth-child(5) .item-icon {
    color: #d98639;
}

.emk-product-sidecards .sidecard-link:nth-child(6) .item-icon {
    color: #b86f3d;
}

.emk-product-sidecards .sidecard-link:nth-child(7) .item-icon {
    color: #e29a2d;
}

.emk-product-sidecards .sidecard-link:nth-child(8) .item-icon {
    color: #c98e59;
}

.emk-product-sidecards .sidecard-link:nth-child(9) .item-icon {
    color: #0d666a;
}

.emk-product-sidecards .item-text {
    min-width: 0;
}

.emk-product-sidecards .item-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #8aa1a2;
    font-size: 11px;
}

.emk-product-sidecards .sidecard-link.active {
    background: #0d666a;
    border-color: #0d666a;
    color: #fff;
}

.emk-product-sidecards .sidecard-link.active .item-icon,
.emk-product-sidecards .sidecard-link.active .item-arrow {
    color: #fff;
}

@media (max-width: 1199px) {
    .emk-product-detail-row {
        display: flex;
        flex-wrap: wrap;
    }

    .emk-product-gallery-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .emk-product-summary-col {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .emk-product-aside-col {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 991px) {
    .emk-product-actions-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 12px;
    }

    .emk-product-specs-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .emk-product-summary,
    .emk-product-aside {
        position: static;
        top: auto;
    }

    .emk-variant-row {
        grid-template-columns: 2fr;
        gap: 8px;
    }

    .emk-product-summary-col,
    .emk-product-aside-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .emk-meta-share {
        margin-left: 0;
    }
}

.spec-value-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.product-code-text {
    line-height: 1.2;
}

.product-code-copy-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #d9e5e5;
    border-radius: 6px;
    background: #fff;
    color: #355456;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
}

.product-code-copy-btn:hover {
    border-color: #0d666a;
    color: #0d666a;
}

.product-code-copy-btn.copied {
    background: #0d666a;
    border-color: #0d666a;
    color: #fff;
}

.card-product .product-reviews {
    justify-content: flex-start;
}

header.desktop .mega-menu .dropdown-category .nav-link {
    color: #333333 !important;
    flex-direction: row;
    font-weight: 600;
}

.cat-bottom .card-category .title {
    border-radius: 0 0 8px 7px;
    background: #0d5257;
    width: 100%;
    color: #fff;
    height: 34px;
    font-size: 12px;
}

.card-brand:hover .image {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.12);
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}

.product-body .info-bar-1 {
    background: #fff;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    flex-direction: column;
    text-align: center;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 3rem;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.login-body .p-g-mod-t-4 {
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: all var(--transition-time);
    font-size: 16px;
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i {
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba !important;
    background-image: linear-gradient(#4c69ba, #3b55a0) !important;
    text-shadow: 0 -1px 0 #354c8c !important;
    color: #fff !important;
    border: 1px solid #4c69ba !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437 !important;
    background-image: linear-gradient(#db4437, #cc3e32) !important;
    text-shadow: 0 -1px 0 #db4437 !important;
    color: #fff !important;
    border: 1px solid #db4437 !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    margin-top: 10px;
}

.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,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.card-blog {
    display: flex;
    align-items: center;
}

.category-filter-order-desktop {
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}

.category-filter-order-desktop:focus {
    border-color: #e7e3e3 !important;
}

.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin: 0 2px;
}

.categories-body .product-view-select a.active div {
    background: var(--main-color);
}

.categories-body .product-view-select a {
    background: #fff;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e7e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    transition: var(--transition-time);
    padding: 0 10px;
}

.categories-body .col-list-p-v-1 {
    padding: 4px;
}

.categories-body .card-product {
    background: #fff;
    border-radius: 0;
    border-color: #f3f3f3;
}

.categories-body .card-product .card-product-inner .buttons {
    opacity: 0;
    overflow: hidden;
}

.categories-body .card-product:hover .card-product-inner .buttons {
    opacity: 1;
    height: 36px;
    overflow: hidden;
}

.categories-body .card-product:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    background-color: white;
    transform: scale(1.05);
    z-index: 3;
}

.categories-body .card-product {
    position: relative;
    overflow: hidden;
}

.category-filter-order .list-wrap {
    background: transparent;
    border-radius: 5px;
    padding: 0;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}

.categories-body .pattern-group .p-g-mod-t-20>.p-g-mod-header {
    border-bottom: 0;
    padding-left: 0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.category-filter-order-mobile {
    display: none;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header {
    border-bottom: 0;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}

.card-product-content {
    text-align: center;
    color: #555;
}

.card-product .card-product-inner .product-label img {
    max-height: 35px;
}

.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--main-color);
    color: #fff;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter {
    margin-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    transition: var(--transition-time);
}

.product-details-tab-product-details-tab-colorful .tab-content {
    border: 1px solid #ebebeb;
    border-top: 0;
}

@media(max-width: 1200px) {
    header.desktop .mega-menu .nav-link {
        font-size: 11px;
    }

    header.desktop .header-bar .bar-link i {
        margin-right: 7px;
        font-size: 17px;
    }

    .card-product .card-product-inner .buttons .btn-cart {
        padding: 7px 0 !important;
    }
}

@media(min-width: 992px) {
    .product-profile-1 .carousel.ppc-left .carousel-indicators li {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .categories-body .col-list-p-v-1 {
        padding: 0;
    }

    .categories-body .card-product {
        background: #fff;
        border-radius: 0;
        border-color: #f3f3f3;
    }

    .categories-body .card-product .card-product-inner .buttons {
        opacity: 1;
    }

    .categories-body .card-product:hover .card-product-inner .buttons {
        opacity: 1;
        height: auto !important;
        overflow: hidden;
    }

    footer .bb .col {
        flex-basis: auto;
    }

    .product-price-group .prices .sale-price {
        font-size: 22px;
    }

    .product-profile-1 h1.title {
        margin-top: 10px;
        font-size: 17px;
    }

    .product-profile-1 .carousel .carousel-indicators {
        display: none;
    }
}

.accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}

.accordion-product .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

.accordion-product .card-body {
    padding: 5px 0;
    margin-top: 10px;
}

.accordion-wrapper {
    margin-top: 10px;
}

.accordion-product .btn-link {
    color: #222;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    background: #fff;
    line-height: normal;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.accordion-product .btn-link i {
    font-size: 10px;
    margin-right: 9px;
    position: absolute;
    right: 0;
}

.accordion-product .btn-link:hover {
    text-decoration: none;
}


.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}

.product-profile-1 .carousel .carousel-inner {
    border: 0;
    border-radius: 10px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    height: 55px;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a {
    transition: all var(--transition-time);
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
}

.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a {
    color: #737373;
}

.contact-info .contact-item:hover i {
    color: var(--main-color);
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    background: #fff
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price {
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price {
    font-weight: 500;
    font-size: 15px;
    color: var(--danger);
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(181 181 181 / 50%);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position: relative;
}

.native-modal.show .hizli-sepet .modal-content .prices {
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title {
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars {
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler {
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value {
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.native-modal.show .hizli-sepet .modal-content .short-desc {
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}

.native-modal.show .hizli-sepet .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}

.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}

.native-modal.show .hizli-sepet .product-favourite2 {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}

.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.native-modal .native-modal-close {
    z-index: 9;
    outline: 0;
}

.native-modal.show .hizli-sepet .fast-product-cart-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}

.native-modal.show .hizli-sepet .modal-body {
    padding: 0 !important;
}


/* Ürün Detay - Birim */

.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}

.product-body .product-profile-1 .product-unit input[type=checkbox],
.product-body .product-profile-1 .product-unit input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}

/* Ürün Kartı - Adet Seçimi */

.card-product .card-product-inner .quantity {
    margin-right: 10px;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 1;
}

.card-product .card-product-inner .quantity .btn-minus {
    border-radius: 0 0 0 5px;
}

.card-product .card-product-inner .quantity .btn-plus {
    border-radius: 5px 0 0 0;
}


.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
}

.card-product .card-product-inner .quantity input {
    min-width: 40px;
    max-width: 40px;
    height: 35px;
    border-radius: 0 5px 5px 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-left: 0;
}

.quantity-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}

header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-menu-container .single-menu li .subtitle-img {
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li {
    text-align: center;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    padding: 0 15px;
}

/* 404 Sayfası */

.e404-body {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px,
            #f8f8f8 10px, #f8f8f8 20px), linear-gradient(to bottom, #fff, #fff);
}

.e404-btn {
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.e404-btn:hover {
    color: var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}

/* 404 Sayfası - Tip 1 */

.e404-content .e404-logo img {
    max-height: 100px;
    border: none !important;
}

.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-1 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

.e404-description {
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}

/* İki Bölümlü 404 Sayfası - Tip 2*/

.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-2 .e404-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}

.e404-page-type-2 .e404-pic {
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-2 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

/* Mobil Uygulama İkonları  */

footer .mobile-app-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

footer .mobile-app img {
    max-height: 40px;
}

/* Müşteri Etkileşim Butonları */

.product-customer-actions {
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}

.product-customer-actions .action {
    border-right: 0;
}

/* Havale İndirimi */

.product-transfer-discount {
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size: 14px;
    color: #7a7a7a;
}


/* SMS Bülteni */

.sms-newsletter-content .newsletter-title {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.sms-newsletter-input {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form {
    position: relative;
    width: 100%;
}

.btn-categories .nav-link {
    justify-content: flex-start !important;
}

/* Footer Social Media*/

footer .social-media .social-media-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #737373;
}

footer .social-x-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

footer .social-media a {
    color: #737373;
    font-size: 20px;
    margin-right: 20px;
}

.footer_contact {
    color: #737373;
}

footer .social-media a:last-child {
    margin-right: 0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
}

/* Buttons */

.card-blog,
.card-brand {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-category .image a img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 50%;
    background: #e1ebe8;
    height: 150px;
    width: 150px;
    padding: 10px;
}

.card-product .card-product-inner {
    padding: 0;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i {
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.card-product .down-to-top .btn-cart {
    background: #fff;
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}

.card-product .down-to-top .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
}

.product-buttons .btn-cart:hover {
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}

.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    border: 2px solid var(--main-color);
}

.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}


.payment-final-buttons-1 .btn-complete {
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}

.payment-final-buttons-1 .btn-complete:hover {
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product-favourite-kart a {
    font-size: 20px;
}

.product-favourite a i {
    margin-right: 0;
}

.product-favourite {
    font-size: 17px;
    height: 45px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px 15px;
    border-radius: 5px;
}

/* Header  */

header.desktop .header-bar .bar-link .icon {
    position: relative;
}

header.desktop .header-bar .bar-link:hover * {
    color: var(--main-color);
    cursor: pointer;
    transition: all .4s;
}

header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    flex: 1;
    transition: all var(--transition-time);
    border-radius: 5px;
    height: 50px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar .bar-link a {
    font-weight: 500;
    font-size: 13px;
    color: #333333;
}

header.desktop .header-bar .bar-link.bar-cart .name {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

header.desktop .header-bar .bar-link.bar-user {
    background: var(--header-login-bg);
}

header.desktop .header-bar .bar-link.bar-cart {
    background: var(--header-cart-bg);
    margin-left: 10px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -7px;
    top: -7px;
    min-width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d31b1e;
    color: #ffff;
    font-size: 11px;
    border-radius: 50%;
}


/* Category Page */
.product-view-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}


/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-product .carousel-control-next i,
.card-product .carousel-control-prev i {
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color: #000;
}

.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.card-product .right-to-left .button-group {
    background: transparent;
    padding: 7px;
}

.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group a {
    padding: 0;
    margin: 5px 0;
}

.card-product .right-to-left .cart-group a i {
    font-size: 17px;
    transition: all var(--transition-time);
}

.card-product .right-to-left .cart-group a:hover i {
    color: var(--main-color);
}

.card-product:hover .right-to-left {
    opacity: 1;
    right: 0px;
    transition: all var(--transition-time);
}

.card-product .buttons-wrapper.down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    z-index: -1;
}

.card-product .down-to-top .button-group {
    background: transparent;
    padding: 7px;
}

.card-product .btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product:hover .down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    transition: all .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all .4s;
    margin: 0;
    padding: 3px 0;
}


/* Product Detail */
.product-carousel-mobile {
    display: none;
}

.video-play {
    position: relative;
}

.video-play i {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent: 1px;
}


/* Responsive */
@media (max-width: 991px) {
    .card-product .card-product-inner .buttons {
        padding: 5px 0;
        flex-direction: column;
        gap: 10px;
    }

    .card-product .card-product-inner .title {
        padding-right: 0;
    }

    .mobile-header-space {
        height: 40px;
    }

    .cc-text {
        flex-direction: column !important;
    }

    .cc-logo .logo-area img {
        max-width: 100px;
    }

    .container.cc-logo {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .cc-text-area {
        display: flex;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
    }

    .cc-card-1 img,
    .cc-card-2 img {
        max-width: 100%;
        margin-top: 5px;
        height: 25px;
    }

    .info-bar-1 .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }

    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }

    .category-filter-order-desktop {
        display: none;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
    }

    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }

    .product-buttons .btn-fast-buy {
        flex: 1;
    }

    .product-buttons .btn-cart {
        flex: 1;
        margin-left: 0;
    }

    .product-buttons .btn-wp {
        width: 100%;
    }

    .card-product .right-to-left {
        display: none !important;
    }

    .product-view-select {
        display: none;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }

    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }

    footer .bar .right-image {
        justify-content: center;
    }

    footer .bb .pr-5 {
        padding-right: 10px !important;
    }

    footer .mobile-app {
        margin-bottom: 20px;
    }

    .product-carousel-desktop.normal {
        display: none;
    }

    .product-carousel-mobile {
        display: block;
    }

    .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: #6b6b6b;
        border: 1px solid #6b6b6b;
        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 #6b6b6b;
        margin-bottom: 15px;
        color: #6b6b6b !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #6b6b6b !important;
    }

    footer .info ul li a {
        color: #6b6b6b;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        text-align: left;
    }

    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }

}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}


header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 50px;
    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 .header-cart-hover .dropdown-menu .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}

header.desktop .header-cart-hover:hover .dropdown-menu,
header.desktop .header-cart-hover .dropdown-menu:hover {
    display: block !important;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.dropdown-menu ul li a {
    color: #333;
    margin-bottom: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover {
    background: #f7f7f7;

}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a {
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .bar-user-hover .dropdown-menu.account-auth-dropdown {
    width: auto;
    right: 0;
    left: auto;
    top: 100%;
    padding: 0;
    border: 1px solid #e7ebee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    overflow: hidden;
    margin: 0;
}

header.desktop .bar-user-hover .dropdown-menu .auth-links {
    list-style: none;
    margin: 0;
    padding: 24px 38px 28px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-box {
    text-align: center;
    margin-bottom: 18px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-title {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 800;
    color: #125d60;
    margin-bottom: 8px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-subtitle {
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
    color: #1b5f62;
}

header.desktop .bar-user-hover .dropdown-menu .auth-gradient-line {
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #35d3df 0%, #7dd321 28%, #d7d735 52%, #db6b2c 72%, #d62bb7 88%, #4abde5 100%);
    margin: 18px 0;
}

header.desktop .bar-user-hover .dropdown-menu .auth-login-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-input-group {
    position: relative;
}

header.desktop .bar-user-hover .dropdown-menu .auth-input {
    width: 100%;
    height: 45px;
    border: 1px solid #e7eaee !important;
    border-radius: 9px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
    padding: 0 22px;
    font-size: 13px;
    font-weight: 500;
    color: #1b5f62;
}

header.desktop .bar-user-hover .dropdown-menu .auth-input::placeholder {
    color: #1b5f62;
    opacity: 1;
}

header.desktop .bar-user-hover .dropdown-menu .auth-input:focus {
    border-color: #125d60 !important;
    box-shadow: none;
}

header.desktop .bar-user-hover .dropdown-menu .auth-input-password .auth-input {
    padding-right: 70px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #125d60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
}

header.desktop .bar-user-hover .dropdown-menu .auth-login-submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 9px;
    background: #145f63;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .2s ease;
}

header.desktop .bar-user-hover .dropdown-menu .auth-login-submit:hover {
    background: #0f5054;
}

header.desktop .bar-user-hover .dropdown-menu .auth-forgot-link {
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #145f63;
    text-decoration: none;
}

header.desktop .bar-user-hover .dropdown-menu .auth-forgot-link:hover {
    color: #0f5054;
}

header.desktop .bar-user-hover .dropdown-menu .auth-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: center;
}

header.desktop .bar-user-hover .dropdown-menu .auth-shortcut-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #1b5f62;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

header.desktop .bar-user-hover .dropdown-menu .auth-shortcut-item i {
    font-size: 17px;
    color: #145f63;
    margin: 0;
}

header.desktop .bar-user-hover .dropdown-menu .auth-social-logins {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-social-btn {
    width: 100%;
    min-height: 55px;
    border: 1px solid #e8ebef;
    border-radius: 9px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 0 22px;
    color: #1b5f62;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

header.desktop .bar-user-hover .dropdown-menu .auth-social-btn .social-icon {
    width: 25px;
    min-width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header.desktop .bar-user-hover .dropdown-menu .auth-social-google .social-icon {
    color: #ea4335;
    font-size: 26px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-social-facebook .social-icon {
    color: #1877f2;
    font-size: 28px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-register-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

header.desktop .bar-user-hover .dropdown-menu .auth-register-btn {
    min-width: 360px;
    height: 55px;
    border-radius: 9px;
    background: #ef5b00;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

header.desktop .bar-user-hover .dropdown-menu .auth-register-btn:hover {
    background: #db5300;
    color: #fff;
}

@media (max-width: 991px) {
    header.desktop .bar-user-hover .dropdown-menu.account-auth-dropdown {
        width: min(760px, calc(100vw - 24px));
        right: -12px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-links {
        padding: 20px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-title {
        font-size: 22px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-subtitle {
        font-size: 18px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-input {
        height: 62px;
        font-size: 18px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-login-submit {
        height: 60px;
        font-size: 24px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-forgot-link {
        font-size: 18px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-shortcuts {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-social-btn {
        min-height: 62px;
        font-size: 18px;
    }

    header.desktop .bar-user-hover .dropdown-menu .auth-register-btn {
        min-width: 240px;
        height: 58px;
        font-size: 24px;
    }
}

header.desktop .header-cart-hover .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: var(--add-cart-list-bg);
    color: #fff;
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.header-cart-summary-1 .buttons .btn-color-2:hover {
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 i {
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.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;
}

.sidebar-menu-type-2 .logo-area a img {
    max-height: 40px
}

.sidebar-menu-type-2 .mobil-area-title {
    font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
    font-size: 15px;
    font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    font-size: 14px
}

.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: block
}


/* All Categories Button */
.nav-item-all-categories {
    position: relative;
    margin-right: 0;
}

.dropdown-category {
    position: relative;
    background: #33302f !important;
    height: 45px;
}

header.desktop .mega-menu .dropdown-category .btn-categories {
    min-width: 260px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 22px;
    background: #33302f !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

header.desktop .mega-menu .dropdown-category:hover .btn-categories {
    background: #33302f !important;
    color: #fff !important;
}

.dropdown-category .menu-left {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 999;
    overflow: visible;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    overflow-y: auto;
    overflow-x: visible;
}

.menu-left ul.f-ul::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg,
            #35d3df 0%,
            #7dd321 25%,
            #d7d735 50%,
            #db6b2c 72%,
            #d62bb7 88%,
            #4abde5 100%);
    pointer-events: none;
}

.menu-left ul.f-ul li.f-li a.f-item .left-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-left ul.f-ul li.f-li:hover>a.f-item .subtitle-img {
    filter: brightness(0) invert(1);
}

.menu-left ul.f-ul li.f-li a.f-item .subtitle-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: auto;
}

.menu-left ul.f-ul li.f-li {
    position: static;
    list-style: none;
    border-bottom: 1px solid #ededed;
}

.menu-left ul.f-ul li.f-li a.f-item {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #145a60;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    position: relative;
}

.menu-left ul.f-ul li.f-li:hover>a.f-item {
    background: #145a60;
    color: #fff;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: inherit;
    padding-top: 0;
}

.menu-left ul.f-ul li.all-view a.f-item {
    font-size: 16px;
    font-weight: 600;
}

.menu-deep-box-2 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    min-height: 100%;
    display: none;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box-2 {
    display: block !important;
}

.allcats-panel-title {
    padding: 0 24px 18px;
    font-size: 18px;
    font-weight: 700;
    color: #145a60;
    border-bottom: 1px solid #f0f0f0;
}

.allcats-panel-list {
    position: relative;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    overflow-x: visible;
}

.allcats-item {
    position: relative;
    border-bottom: 1px solid #efefef;
}

.allcats-item-link {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: #145a60;
    background: #fff;
}

.allcats-item:hover .allcats-item-link {
    background: #145a60;
    color: #fff;
}

.allcats-item-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.allcats-item-image {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex: 0 0 46px;
}

.allcats-item-name {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allcats-item-arrow {
    font-size: 18px;
    color: inherit;
}

/* Home Headline */
.home-headline-wrapper {
    margin-top: -20px;
}

/* Showcase */
.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    position: relative;
    align-items: center;
}

/* Category Attributes */
.p-g-mod-t-cat-filter {
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}


/* Card Product */
.card-product .card-product-inner .title {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .3px;
    color: #40484e;
    margin: 10px 0;
    padding-right: 30px;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid var(--main-color) !important;
    background: transparent;
    border-radius: 5px;
}

.card-product .card-product-inner .price-group {
    justify-content: flex-start;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.card-product .taksit {
    font-size: 11px;
    font-weight: 500;
}

.card-product .taksit-aylik {
    font-weight: bold;
    color: var(--main-color);
}

.card-product .card-product-inner .prices {
    flex: 1;
}

.card-product .card-product-inner .free-cargo-badge-2 {
    border: 1px solid var(--main-color);
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    color: var(--main-color);
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    width: 70px;
}

@media (max-width: 991px) {
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 15px;
    }

    .card-product .card-product-inner .free-cargo-badge-2 {
        width: 55px;
        font-size: 10px;
    }
}

/* Collapse */
.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 18px;
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-collapse .p-g-mod {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

/* Product Detail */
.product-customer-actions {
    background: #fcfcfc;

}

.product-buttons {}

.product-buttons.buttons-main {
    background: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 10px;
}

.product-profile-1 .product-quantity {
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-body .sticky-top {
    z-index: 0 !important;
    text-align: left !important;
    top: 60px;
    height: auto;
}

.product-buttons .btn-cart {
    flex: 1;
    margin: 5px 0;
    height: 47px;
}

.product-buttons .btn-fast-buy {
    margin: 5px 0;
    width: 100%;
}

.product-buttons .btn-wp {
    flex: 2;
    margin: 5px 0;
}

.product-badges .p-badge {
    background: #fff;
}

.product-profile-1 .product-quantity input {
    border: none !important;
}

.product-profile-1 .product-quantity .btn {
    background: #fff;
}

.product-profile-1 .carousel .carousel-indicators li {
    border: 0;
}

@media (max-width: 991px) {
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }

    .products-bg .p-g-mod.p-g-mod-t-55,
    .products-bg-two .p-g-mod-t-55 {
        padding: 15px !important;
    }
}

@media (max-width: 991px) {
    .product-profile-1 h1.title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px) {

    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
}

@media(max-width: 991px) {
    .category-short-description {
        font-size: 13px;
    }
}