body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* 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;
}

header.desktop .h-contact {
    background: #fff;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-languages-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}

.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 52px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

header.desktop .h-contact .info .item:hover {
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 52px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin-right: 30px;
}

header.desktop .h-contact .social-media a {
    margin-right: 15px;
    font-size: 18px;
    color: var(--header-top-color);
    line-height: 0;
}

header.desktop .h-contact .social-media a:hover {
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}

header.desktop .h-contact .social-media a img {
    height: 18px;
}

header.desktop .h-center {
    padding-left: 10px;
    padding-right: 10px;
    background: #f5f5f5;
    border-radius: 10px;
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 15%;
    margin-right: 50px;
}

header.desktop .header-area.center {
    align-items: flex-start;
    width: 65%;
}

header.desktop .header-area.last {
    align-items: flex-end;
    width: 20%;
}

header.desktop .logo a img {
    max-height: 40px;
}

header.desktop .search {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    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 .search form input::placeholder {
    color: #666;
}

header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active {
    border-color: var(--main-color2);
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 45px;
    background: var(--main-color);
    border-width: 0;
    color: #fff;
    right: 0px;
    border-radius: 0;
    font-size: 16px;
    top: 0px;
    transition: all var(--transition-time);
}

header.desktop .search:hover form .btn-send {
    background: var(--main-color2);
}

header.desktop .easy-autocomplete-container {
    top: 47px;
}

header.desktop .menu {
    height: 100%;
    border-right: 0;
    border-left: 0;
    width: 100%;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 68px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

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: 500;
    font-size: 13px;
    padding: 0 5px;
    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);
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
}

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: -1px;
    right: 0;
    top: 66px;
    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;
}

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;
}

/* Single Menu */
.single-menu-container {
    display: block;
    height: 100%;
}

.single-menu-container .single-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
    align-items: center;
    position: relative;
}

.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}

.single-menu-container .single-menu li {
    display: flex;
    position: relative;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.single-menu-container .single-menu li .sub-single-item span {
    position: relative;
}

.single-menu-container .single-menu li .sub-single-item span:before {
    background: #222;
    content: "";
    width: 100%;
    height: 2px;
    transition-property: color, transform;
    transition-duration: .25s;
    transition-timing-function: ease;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: translate(-101%)
}

.single-menu-container .single-menu li:hover .sub-single-item span:before {
    transform: translate(0%)
}

.single-menu-container .single-sub-menu li a {
    padding: 20px 15px;
}

.single-menu-container .single-menu {
    position: relative;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 320px;
    position: absolute;
    left: 50%;
    top: 100%;
    background: #f8f8f8;
    z-index: 20;
    transform: translateX(-50%);
    transition: all 0.2s ease-out;
    border-radius: 10px;
    padding-right: 10px;
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

.single-menu-container .single-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 320px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(5px);
    transition: all 0.2s ease-out;
    border-radius: 10px;
    margin-left: 0px;
}

/* Alt menü hover gösterme */
.single-menu-container .single-menu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 5px 10px;
    padding-right: 20px;
    margin-right: -20px;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #141416;
    transition: var(--transition-time);
    padding: 15px;
    border-radius: 10px;
}

.single-menu-container .single-menu .single-sub-menu li:hover>a {
    background: #fff;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-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;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60% !important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */

footer {
    padding: 20px;
}

footer .footer-text {
    color: 141416b3;
    font-weight: 400;
}

footer .bb {
    background: #f5f5f5;
    padding: 50px 20px 0 20px;
    border-radius: 15px;
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 15px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;

}

footer .title-3 {
    color: #333;
    font-size: 17px;

}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: flex;
    color: #141416b3;
    font-size: 13px;
    line-height: 25px;
    transition: all var(--transition-time);
    font-weight: 400;
}

footer .info ul li a span {
    position: relative;
    overflow: hidden;
}

footer .info ul li a span:before {
    background: #000;
    content: "";
    width: 100%;
    height: 2px;
    transition-property: color, transform;
    transition-duration: .25s;
    transition-timing-function: ease;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: translate(-101%);
}

footer .info ul li a:hover span:before {
    transform: translate(0%);
}

footer .bar {
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar .info ul {
    display: flex;
}

footer .bar .info ul li {
    margin-right: 15px;
}

footer .bar p {
    margin: 0;
    color: #333;
}

/* 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: 100%;
    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 */

.owl-wrapper .owl-single-button{
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
}

.owl-wrapper .owl-single-button i.fa-angle-left::before{
    content: "\ea64";
    font-family: 'remixicon';
}
.owl-wrapper .owl-single-button i.fa-angle-right::before{
    content: "\ea6e";
    font-family: 'remixicon';
}

.card-product .card-product-inner .buttons .btn-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 35px 0 0;
    font-size: 0;
    letter-spacing: 0;
    color: transparent;
    transition: all ease-in-out 0.3s;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 20px;
    text-indent: -999em;
    outline: none;
    border: none;
    font-weight: 600;
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    color: #fff;
    background-color: #000000;
    width: auto;
    text-indent: 20px;
    font-size: 12px;
}

.card-product .card-product-inner .buttons .btn-cart::after {
    font-family: 'remixicon';
    content: '\f118';
    font-size: 20px;
    margin: 0;
    font-weight: 100;
    color: #000000;
    text-indent: 0;
    line-height: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: -1px;
}

.card-product .card-product-inner .buttons .btn-cart:hover::after {
    color: #ffffff;
}

.card-product .card-product-content {
    padding: 10px 0;
}

.card-product .card-product-content .title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    font-weight: 600;
    text-align: left;
}

.card-product .card-product-content .title a {
    color: #000000;
    transition: all 0.3s;
}

.card-product .card-product-content .title a:hover {
    color: var(--main-color2);
    transition: all 0.3s;
}

.card-product .card-product-content .price-basket-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-product .product-favourite-kart a {
    color: #000000;
}

[data-custom-tooltip] {
    position: relative;
}

[data-custom-tooltip]:before {
    content: attr(data-custom-tooltip);
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    margin-right: 10px;
    pointer-events: none;
    z-index: 1000;
}

[data-custom-tooltip]:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #000000;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 1000;
}

[data-custom-tooltip]:hover:before,
[data-custom-tooltip]:hover:after {
    opacity: 1;
    visibility: visible;
}

.customer-review-column .owl-stage {
    padding: 10px 0;
}

.card-comment {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid #f4f4f4;
}

.card-comment:hover {
    cursor: pointer;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0, -10px, 0);
}

.card-comment .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.card-comment .stars {
    display: flex;
    gap: 2px;
}

.card-comment .info .stars i.active {
    color: #FFD700;
}

.card-comment .info .stars i {
    font-size: 12px;
}

.card-comment .date {
    color: #666;
    font-size: 14px;
}

.card-comment .name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.card-comment .comment {
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 14px;
}

.card-comment .product {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.card-comment .product .image {
    background: #fff;
    border-radius: 3px;
    height: 95px;
    margin-right: 8px;
    width: 95px;
}

.card-comment .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-review-column {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 20px;
}

.banner-stil-1 .banner-item .image {
    border-radius: 5px;
    overflow: hidden;
}

.banner-stil-1 .banner-item .image img {
    transform: scale(1);
    transition: all 0.5s;
}

.banner-stil-1 .banner-item:hover .image img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.banner-stil-1 .banner-item .banner-stil-1-content {
    align-items: flex-start;
    border-radius: 10px;
    padding: 20px 25px;
    margin: 30px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: 0.4s;
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
}

.banner-stil-1 .banner-item .banner-stil-1-content .title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    width: 75%;
    line-height: normal;
}

.banner-stil-1 .banner-item .banner-stil-1-content .ban-type-btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 30px;
    background: #ffc107;
    color: #000;
    transition: all 0.3s;
}

.banner-stil-1 .banner-item .banner-stil-1-content .ban-type-btn:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
}

.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.swiper-caption {
    position: relative;
    z-index: 2;
}

.home-body .swiper-horizontal>.swiper-pagination-bullets,
.home-body .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-body .swiper-pagination-custom,
.home-body .swiper-pagination-fraction {
    bottom: 50px;
    left: 100px;
    text-align: left;
}

.type-45-swiper .swiper-caption {
    text-align: left;
}

.type-45-swiper span.swiper-pagination-bullet.swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 1 !important;
    margin: 0 8px;
}

.type-45-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    box-shadow: 0 0 0 2px #ffc700;
    border: none;
    border-radius: 50%;
    background: transparent !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.swiper-caption {
    position: absolute;
    bottom: 30%;
    left: 100px;
    max-width: 400px;
    padding: 0;
    z-index: 2;
}

.swiper-caption h5 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    color: #fff;
}

.swiper-caption p {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    color: #fff;
}

.swiper-caption .headline-button {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
}

.swiper-caption .headline-button-2 {
    background-color: #000000;
    color: #ffffff;
    margin-left: 10px;
    transform: translate3d(0, 40px, 0)
}

.swiper-caption .headline-button::before,
.swiper-caption .headline-button-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: width 0.4s ease;
    border-radius: 30px;
}

.swiper-caption .headline-button:hover::before,
.swiper-caption .headline-button-2:hover::before {
    width: 100%;
}

.swiper-caption .headline-button:hover {
    color: #fff;
}

.swiper-caption .headline-button-2::before {
    background: #ffc107;
}

.swiper-caption .headline-button-2:hover {
    color: #000000;
}

.swiper-slide-active .swiper-caption h5 {
    animation: fadeInUp 1s forwards;
    animation-delay: 0.5s;
}

.swiper-slide-active .swiper-caption p {
    animation: fadeInUp 1s forwards;
    animation-delay: 1s;
}

.swiper-slide-active .swiper-caption .headline-button {
    animation: fadeInUp 1s forwards;
    animation-delay: 1.5s;
}

.swiper-slide-active .swiper-caption .headline-button-2 {
    animation: fadeInUp 1s forwards;
    animation-delay: 2s;
}

.product-quantity .title {
    color: #000;
    font-weight: 700;
}

.product-quantity .btn {
    background: transparent;
    color: #000000;
    font-size: 10px;
}

.product-quantity .btn:hover {
    background: transparent;
}

.product-quantity input {
    border: 0;
    border-color: transparent;
    color: #000;
}

.variant-box {
    background: transparent;
    border: 0;
    padding: 0;
}

.variant-box .name {
    color: #e6cd00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.variant-box ul li .options {
    gap: 12px;
}

.variant-box ul li .options a {
    background: #f5f5f5;
    border: 0;
    border-radius: 8px;
    color: #141416;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    margin-right: 0;
    min-width: 48px;
    min-height: 48px;
    padding: 13px 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.variant-box ul li .options a:hover {
    background: linear-gradient(0deg, #14141614, #14141614), #f5f5f5;
    transition: all 0.3s;
}

.variant-box ul li .options a.active {
    background: #000000;
    color: #fff;
    transition: all 0.3s;
}

.product-buttons .btn-wp {
    margin: 0 0 10px 0;
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    background: #24d366;
    border-color: #24d366;
}

.product-buttons .btn-wp:hover {
    background: #ffffff;
    border-color: #24d366;
    color: #24d366;
}

.product-profile-1 .product-quantity {
    justify-content: space-between;
    align-items: center;
}

.product-profile-1 .product-quantity .content {
    display: flex;
}

.product-buttons {
    flex-direction: column;
}

.product-profile-info li {
    margin: 10px 0;
    font-weight: 400;
}

.product-profile-info li .value,
.product-profile-info li a .value {
    font-weight: 600;
}

.product-rate {
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.product-badge-animation {
    background-color: #ff3d3d;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 10px;
}

.product-badge-animation:before {
    background-color: #ff3d3d;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-badge-animation:before {
    animation: 1s ease-in-out infinite pulse;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    65% {
        opacity: .1;
        transform: scale(1.50)
    }

    to {
        opacity: .1;
        transform: scale(1)
    }
}

.product-body .free-cargo-badge {
    background: #42b883;
    display: inline-flex;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 10px;
}

.product-price-group .prices {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.product-price-group .discount {
    font-size: 13px;
    height: 55px;
    width: 55px;
    border-radius: 5px;
    margin-right: 15px;
    background: linear-gradient(0deg, #ffffff33, #ffffff33), #141416;
}

.product-price-group .discount .rate {
    font-size: 16px;
}

.product-price-group .prices .list-price {
    text-decoration: line-through;
    color: #000;
    font-size: 25px;
    line-height: 1;
}

.product-price-group .prices .sale-price {
    font-size: 30px;
    font-weight: 700;
    color: #e6cd00;
    line-height: 1;
}

.product-body .p-g-mod-base-content {
    border: 0;
}

.product-profile-1 h1.title {
    border-bottom: 0;
    color: #141416;
    font-size: 38px;
    font-weight: 900;
}

.card-product .card-product-inner .price-group {
    display: flex;
}

.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
    color: #8B8B8B;
    font-size: 15px;
    line-height: normal;
    margin-top: 3px;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 700;
    color: #C70A33;
    line-height: normal;
}

.card-product .card-product-inner .price-group:not(:has(.list-price)) .sale-price {
    color: #000000;
}

.card-product .image-wrapper {
    border: 1px solid #DCDDE3;
    border-radius: 5px;
}

.card-product .image-wrapper .image .carousel-outer {
    padding: 10px;
}

.card-product .card-product-inner {
    padding: 0;
}

.card-product .card-product-inner .image-wrapper .image {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.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;
}

.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;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    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;
}

.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;
}

.category-filter-order .list-wrap {
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px 20px;
}

.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-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 {
    border: 1px solid #ebebeb;
    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);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--main-color);
}

.product-details-tab-product-details-tab-colorful .tab-content {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    height: 55px;
}

.p-g-mod-base-content {
    border: 1px solid #ebebeb;
}

.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 ul {
    margin: 0;
    padding: 15px;
}

.contact-info .contact-item a {
    color: #141416b3;
    transition: all .4s;
}

.contact-info .contact-item a:hover {
    color: #000;
    transition: all .4s;
}

.contact-info .contact-item {
    color: #141416b3;
    font-weight: 400;
    line-height: 25px;
}

.contact-info .contact-item {
    margin: 5px 0;
    align-content: center;
    cursor: pointer;
}

footer .bar .cards {
    min-height: auto;
    max-height: 35px;
}

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;
}

.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;
}

.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: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

/* 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;
    color: #000;
}

footer .mobile-app img {
    max-height: 40px;
}

.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;
}

/* E-Bülten */

.newsletter-content .newsletter-title {
    color: #141416b3;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.newsletter-input {
    height: 55px;
    background: #fff;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    padding-left: 20px;
}

.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background: var(--main-color);
    border-radius: 10px;
}

.newsletter-form .btn-submit:hover {
    background: linear-gradient(0deg, #ffffff33, #ffffff33), #141416;
}

.newsletter-form {
    position: relative;
    width: 100%;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title {
    color: #141416b3;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.sms-newsletter-form input {
    height: 55px;
    background: #fff;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    padding-left: 30px;
}

.sms-newsletter-form .iti--allow-dropdown .iti__flag-container,
.sms-newsletter-form .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 10px;
}

.sms-newsletter-form .iti--allow-dropdown input,
.sms-newsletter-form .iti--allow-dropdown input[type=text] {
    padding-left: 60px;
}

.sms-newsletter-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.sms-newsletter-form .iti--separate-dial-code .iti__selected-flag,
.sms-newsletter-form .iti__country.iti__highlight {
    background-color: transparent;
}

.sms-newsletter-form .iti__country-list {
    padding: 5px;
}

.sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background: var(--main-color);
    border-radius: 10px;
}

.newsletter-form .btn-submit:hover {
    background: linear-gradient(0deg, #ffffff33, #ffffff33), #141416;
}

.sms-newsletter-form {
    position: relative;
    width: 100%;
}

/* Footer Social Media*/

footer .social-media .social-media-title {
    font-size: 14px;
    font-weight: 400;
    color: #141416b3;
}

footer .social-media a {
    color: #000;
    font-size: 20px;
    margin-right: 20px;
}

footer .social-media a:last-child {
    margin-right: 0;
}

footer .social-media a.x img {
    height: 20px;
    margin-top: -4px;
}

/* 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: 28px;
    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;
}

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 .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

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 .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: var(--add-cart-list);
    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
}

/* Buttons */

.card-blog,
.card-brand,
.card-category {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 0;
    background: #716fd6;
    width: 100px;
    font-weight: 600;
    width: 100px;
    height: 25px;
}

.card-product .card-product-inner .free-cargo-badge:before {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    top: 0;
    right: -8px;
    position: absolute;
    transform: skewX(335deg);
    z-index: -1;
    background: inherit;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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);
}

.modal-content .buttons .btn-cart i {
    margin-right: 7px;
}

.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);
}

.product-buttons .btn-cart {
    border-color: #141416;
    margin: 0;
    outline-color: #141416;
    outline-offset: 4px;
    background: #fff;
    color: #000;
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
}

.product-buttons .btn-cart:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 0 .8px #141416 inset;
    border-color: #141416;
}

.product-buttons .btn-fast-buy {
    background: #000000;
    margin: 15px 0;
    border: 0;
    border-radius: 15px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #000;
}

.product-buttons .btn-fast-buy:hover {
    background: #343434;
    border-color: #343434;
}


.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);
}

/* Header  */

header.desktop .header-bar .bar-link .icon {
    position: relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name {
    color: var(--main-color2);
}

header.desktop .header-bar .bar-user .link a .name {
    color: #222 !important;
}

header.desktop .header-bar .bar-user .link a:hover .name {
    color: var(--main-color2) !important;
}

header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
    margin-right: 25px;
}

header.desktop .header-bar .bar-link a {
    color: #222;
}

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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    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 {
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 9;
    transition: all .4s;
}

.card-product .buttons-wrapper.right-to-left a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    place-content: center;
    text-align: center;
    transition: all .4s;
    border: 1px solid #ebebeb;
    margin-bottom: 7px;
    font-size: 12px;
    background-color: #fff;
}

.card-product .buttons-wrapper.right-to-left a:hover {
    background-color: #F5F5F5;
    transition: all .4s;
}

.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group a {
    color: #000;
}

.card-product:hover .right-to-left {
    opacity: 1;
    right: 10px;
}

/* 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: 1600px) {
    .single-menu-container .single-menu li .sub-single-item {
        font-size: 14px;
    }

    .single-menu-container .single-menu li {
        margin-right: 10px;
    }

    .qk-app-campaign-bell {
        display: none;
    }

    header.desktop .logo {
        width: 14%;
    }

    header.desktop .header-area.center {
        width: 72%;
    }

    header.desktop .header-area.last {
        width: 14%;
    }

    header.desktop .header-bar .bar-link {
        margin-right: 15px;
    }

    .single-menu-container .single-menu {
        justify-content: space-between;
    }

    header.desktop .header-area {
        height: 95px;
    }
}

@media (min-width:992px) and (max-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {

    .swiper-caption {
        padding: 30px;
    }

    .swiper-caption h5 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .swiper-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        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-profile-1 .product-quantity {
        margin-right: 10px;
    }

    .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: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }

    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }

    .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;
    }
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

.card-product .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.card-product:hover .carousel-indicators {
    opacity: 1;
    visibility: visible;
}

.card-product .carousel-indicators li {
    max-width: 40px;
    height: 40px;
    width: 40px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin-right: 3px;
    cursor: pointer;
    overflow: hidden;
}

.card-product .carousel-indicators li.active {
    border-color: #000;
}

.card-product .carousel-indicators li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}