@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');

body {
    background: #eeeeee;
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Reset */
a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #000;
}

/* 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: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


.bold {
    font-weight: 700;
}

/* Opacity */
.op-black {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Opacity 2 */
.op-black-2 {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop {
    background: #fff;
    position: relative;
    z-index: 11;
}

header.desktop .h-contact {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

header.desktop .h-contact .info {
    height: 40px;
    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: 14px;
    color: #777;
    margin-right: 15px;
    font-weight: 600;
}

header.desktop .h-contact .info .item:hover {
    color: #000;
}

header.desktop .h-contact .info .item:last-childs {
    margin-right: 0;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-right: 9px;
    font-size: 15px;
    color: #555;
    background: #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
}

header.desktop .h-contact .social-media a:hover {
    background: #888;
}

header.desktop .h-contact .social-media a:last-child {
    margin-right: 0;
}

header.desktop .h-contact .customer-services {
    display: flex;
}

.etiketler {
    position: absolute;
    width: 100%;
}

.mega-menu-container .sub-cat .image {
    min-width: 90px;
    display: flex;
    justify-content: flex-end;
}

.mega-menu-container .sub-cat .text {
    min-width: 90px;
    padding-left: 10px;
}

.brand {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
}

header.desktop .h-contact .customer-services .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #777;
}

header.desktop .h-contact .customer-services .de {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.desktop .h-contact .customer-services .de .name {
    color: #777;
    font-size: 10px;
}

header.desktop .h-contact .customer-services .de .phone {
    font-size: 14px;
    font-weight: 700;
}

header.desktop .header-area {
    height: 130px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    justify-content: center;
}

header.desktop .logo a img {
    max-height: 100px;
    max-width: 100% !important;
}

header.desktop .search {
    width: 100%;
    max-width: 90%;
    position: relative;
}

header.desktop .search form {
    width: 100%;
    display: flex;
}

header.desktop .search form .select-box {
    background: var(--main-color);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 300px;
}

header.desktop .search form select {
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .search form .input-box {
    width: 100%;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    border-left: 0 !important;
    border-right: 0 !important;
    background: #fff !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}

header.desktop .search form .form-control:focus {
    border-color: #ccc !important;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search form .btn-send {
    width: 110px;
    height: 40px;
    border-radius: 0;
    background: #515151;
    border-width: 0;
    color: #fff;
    font-size: 13px;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 0;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    background: var(--main-color);
}

header.desktop .header-bar .bar-user i {
    color: #fff;
    font-size: 15px;
    margin-left: 7px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .header-bar .bar-user .link span {
    margin: 0 5px;
}

header.desktop .header-bar .bar-user .link a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #444;
    height: 40px;
}

header.desktop .header-bar .bar-cart .icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 15px;
    color: #fff;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
    flex-direction: column;
    padding-right: 5px;
    min-width: 60px;
}

header.desktop .header-bar .bar-cart .info .name {
    color: #999;
    font-weight: 500;
    font-size: 11px;
}

header.desktop .header-bar .bar-cart .info .price {
    font-size: 12px;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header,
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header,
.pattern-group .p-g-mod-t-26 .p-g-mod-header {
    border-bottom: 0;
    height: 50px;
    background: var(--main-color);
    padding: 0;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-body,
.pattern-group .p-g-mod-t-22 .p-g-mod-body,
.pattern-group .p-g-mod-t-23 .p-g-mod-body,
.pattern-group .p-g-mod-t-24 .p-g-mod-body,
.pattern-group .p-g-mod-t-25 .p-g-mod-body {
    padding: 0;
}

header.desktop .menu {
    background: #0E1A27;
    height: 60px;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 60px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #fff;
}

header.desktop .mega-menu .nav-item:last-child {
    border-right: 1px solid #fff;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    background: #fff;
    color: #1c7ad2;
}

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;
    border: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    top: 57px;
    position: absolute;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}

/* Header (Desktop) 2 */
header.desktop-2 {
    background: #fff;
    position: relative;
    z-index: 11;
}

header.desktop-2 .logo {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    height: 100px;
}

header.desktop-2 .logo a img {
    max-height: 90px;
    max-width: 100% !important;
}

/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat {
    height: auto;
    display: flex;
    padding: 20px 0;
}

.mega-menu-container .sub-title {
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.mega-menu-container ul {
    list-style: none;
    margin: 0;
    background: #F3F3F3;
    border-left: 3px solid var(--main-color2);
    padding: 10px;
}

.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mega-menu-container ul li a {
    font-size: 12px;
    color: #555;
    font-weight: 400;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}


.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60% !important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
footer {
    background: #fff;
}

/* Footer Bar 1 */
.footer-bar-1 {
    background: #D44E61;
}

.footer-bar-1 .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}

.footer-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.footer-bar-1 .icons .icon-group i {
    font-size: 20px;
    margin-right: 10px;
}

.footer-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.footer-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
}

/* Footer Bar 2 */
.footer-bar-2 {
    padding: 20px 0;
    background: #0E1A27;
}

.footer-bar-2 .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.footer-bar-2 .info i {
    font-size: 25px;
    margin-right: 10px;
}

.footer-bar-2 .info .d .name {
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.footer-bar-2 .info .d .description {
    font-size: 12px;
    font-weight: 400;
}

.footer-bar-2 .social-media {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-bar-2 .social-media a {
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.footer-bar-2 .social-media a:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-bar-2 form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bar-2 form .form-control {
    background: #fff !important;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    height: 45px;
    border: 0 !important;
}

.footer-bar-2 form .btn-submit {
    background: #CC3347;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    height: 45px;
    width: 95px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Footer Bar 3 */


.footer-bar-3 .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}

.footer-bar-3 .icons .icon-group {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.footer-bar-3 .icons .icon-group:last-child {
    border-right: 0;
}

.footer-bar-3 .icons .icon-group i {
    font-size: 50px;
    color: #999;
    margin-bottom: 10px;
}

.footer-bar-3 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.footer-bar-3 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
}

/* Main Footer */
.main-footer {
    margin: 15px 0;
}

.main-footer .container {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-footer .logo {
    display: block;
    margin-bottom: 10px;
}

.main-footer .logo img {
    max-width: 100%;
    max-height: 60px;
}


.main-footer .contact ul {
    padding: 0;
    margin: 0;
}

.main-footer .contact ul li {
    list-style: none;
    display: flex;
    color: #777;
    padding: 0;
    margin: 10px 0;
}

.main-footer .contact ul li i {
    font-size: 18px;
    margin-right: 10px;
}


.main-footer .menu .title {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.main-footer .menu .title::after {
    position: absolute;
    content: " ";
    background: red;
    height: 2px;
    left: 0;
    bottom: -2px;
    width: 50px;
}

.main-footer .menu ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style-type: circle;
}

.main-footer .menu ul li {
    padding: 0;
    margin: 7px 0;
}

.main-footer .menu ul li a {
    color: #555;
}

.main-footer .short-description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.main-footer .short-description .name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-footer .short-description .btn {
    font-size: 11px;
    border-color: #556068;
}

.main-footer .or {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 25px;
    position: relative;
}

.main-footer .or::before {
    content: " ";
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    position: absolute;
    background: #ccc;
    display: block;
    z-index: 1;
}

.main-footer .or span {
    background: #fff;
    width: 80px;
    color: #888;
    position: relative;
    z-index: 2;
    text-align: center;
}

.main-footer .call-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-footer .call-us .name {
    color: #444;
    font-size: 12px;
}

.main-footer .call-us .value {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.main-footer .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

.main-footer .whatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer .whatsapp a svg {
    animation: wfixedwww 4s linear infinite;
    width: 25px;
    transform: scale(1);
    margin-right: 10px;
}

@keyframes wfixedwww {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(10deg) scale(1.2);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

/* Footer Links */


.footer-links-2 .container {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footer-links-2 ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-links-2 ul li {
    padding: 0 10px;
    margin: 3px 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.footer-links-2 ul li:last-child {
    border-right: 0;
}

.footer-links-2 ul li a {
    color: #888;
}

/* Footer Banners */
.footer-banners {
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}

/* Footer Text */
.footer-text {
    background: rgba(0, 0, 0, .03);
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}


/* Responsive */
@media (max-width: 1199px) {
    .footer-bar-2 .social-media a {
        padding: 0 3px;
    }
}

@media (max-width: 991px) {
    .yeni-urun {
        background: #D6E4FF;
        color: #4a7ecf;
        font-weight: 600;
        font-size: 5px !important;
        height: 15px !important;
        width: 22% !important;
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 20px !important;
        max-width: 80px;
    }

    .hizli-gonderi {
        background: #FCF8D4;
        color: #333;
        font-weight: 600;
        font-size: 5px !important;
        height: 15px !important;
        width: 22% !important;
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80px;
        padding: 5px;
    }

    .mobile-header-space {
        display: block;
    }

    header.desktop,
    header.desktop-2 {
        display: none;
    }

    header.mobile {
        display: block;
    }

    .footer-bar-1 .icons {
        flex-wrap: wrap;
    }

    .footer-bar-2 .social-media a {
        padding: 0 7px;
    }
}

@media (max-width: 767px) {
    .footer-bar-1 {
        display: none;
    }

    .footer-bar-2 .info {
        justify-content: center;
    }

    .footer-bar-2 form {
        margin: 15px 0;
    }

    .footer-bar-2 .social-media {
        justify-content: center;
    }

    .footer-bar-3 .icons {
        flex-wrap: wrap;
    }

    .footer-bar-3 .icons .icon-group {
        width: 50%;
        flex: auto;
    }

    .main-footer {
        text-align: center;
    }

    .main-footer .logo {
        display: none;
    }

    .main-footer .contact ul li {
        justify-content: center;
    }

    .main-footer .menu .title::after {
        display: none;
    }

    .main-footer .menu ul {
        list-style: none;
        margin-bottom: 15px;
    }
}

/* Custom */

.tekli-listeleme .price-group {
    height: 32px !important;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox {
    color: #d44d60 !important;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: #a1a1a1;
    color: #d44d60;
}

.p-g-mod-t-13 .p-g-mod-body {
    padding: 0 !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: #fff;
    border-color: var(--main-color);
    border-radius: 0;
    color: #666;
}

.main-footer .contact i {
    font-size: 18px;
    color: #777;
    margin-right: 10px;
}

.main-footer .contact a {
    display: flex;
    font-size: 13px;
    color: #777;
}

.main-footer .contact .contact-item {
    display: flex;
    font-size: 13px;
    color: #777;
    margin: 10px 0;
}

.e404-body {
    background: #fff;
}

@media (min-width: 1260px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1680px !important;
    }
}

@media (min-width: 1260px) and (max-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 90% !important;
    }
}

.owl-wrapper .owl-single-button {
    box-shadow: none;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    top: calc(40% - 15px);
}

.owl-wrapper .owl-single-button.owl-single-button-prev {
    left: 5px;
}

.card-product .product-reviews {
    justify-content: center;
    margin: 0;
}

.owl-wrapper .owl-single-button.owl-single-button-next {
    right: 5px;
}

.owl-wrapper .owl-single-button button {
    color: #fff;
    background: var(--main-color);
}

.tekli-listeleme-sepete-ekle {
    width: 100%;
    height: 40px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: var(--main-color);
}

.card-product .card-product-inner .buttons .btn-cart {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    width: 100%;
    background: var(--main-color);
    color: #fff;
    gap: 5px;
}

.pattern-group .p-g-mod .p-g-mod-header {
    border-bottom: none;
    display: flex;
    height: 60px;
    padding: 10px 15px;
}

.pattern-group .p-g-mod:not(.p-g-mod-trans) {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    border: 1px solid #f1f1f1;
}

.login-body .pattern-group .p-g-mod:not(.p-g-mod-trans),
.register-body .pattern-group .p-g-mod:not(.p-g-mod-trans) {
    border: none;
}



.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header {
    border-bottom: 0;
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header .p-g-m-h-icon {
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 22px;
    background: var(--main-color);
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 600;
    font-size: 16px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    color: #fff;
    border-radius: 0 !important;
}

@media (min-width: 1500px) {
    .home-week-products .p-g-mod-header {
        height: 75px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .home-week-products .p-g-mod-header {
        height: 60px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-week-products .p-g-mod-header {
        height: 40px !important;
    }
}

@media (min-width: 1200px) {

    .home-banner-group,
    .home-banner-group .p-g-b-c-wrapper,
    .home-banner-group .p-g-b-c-inner {
        height: 100%
    }

    .home-banner-group .p-g-mod-headline {
        height: calc(100% - 20px);
    }

    .home-banner-group .home-week-products {
        height: calc(100% - 20px);
    }

    .home-banner-group .home-week-products .owl-single-button {
        top: calc(50% - 80px);
    }

    .home-week-products .p-g-mod-header {
        border-bottom: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .home-week-products .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .home-week-products .p-g-mod-header .p-g-m-h-info {
        align-items: center !important;
        flex: initial !important;
    }

    .home-week-products .p-g-mod-body {
        padding: 2px !important;
    }

    .home-week-products .p-g-mod-header {
        padding: 5px 2px !important;
    }

    .home-week-products .owl-wrapper .owl-single-button.owl-single-button-prev {
        left: 0;
    }

    .home-week-products .owl-wrapper .owl-single-button.owl-single-button-next {
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1460px) {
    .home-week-products .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 12px !important;
    }

    .home-week-products .p-g-mod-header .p-g-m-h-icon {
        font-size: 15px !important;
        width: 20px !important;
    }
}

.owl-carousel .owl-stage-outer {
    height: auto !important;
}

@media (min-width: 1400px) {
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 20px !important;
    }

    .card-product .card-product-inner .price-group .discount {
        height: 40px;
    }
}

.home-week-products .card-product .card-product-inner .buttons .btn-cart {
    display: block;
    width: 100%;
}

.home-week-products .card-product .card-product-inner .price-group .prices .list-price,
.home-week-products .card-product .card-product-inner .price-group .prices .sale-price {
    text-align: right;
}

.home-week-products .card-product .card-product-inner .buttons .btn-cart i {
    margin-right: 5px;
}

@media (min-width: 1500px) {
    .home-week-products .card-product .card-product-inner .buttons .btn-cart {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
    }
}

.card-product.card-product-t-bg {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
    border: 1px solid #f9f9f9;
}

.card-product.card-product-t-bg:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .20);
}

.pattern-group .p-g-mod.p-g-mod-trans .owl-carousel.owl-drag .owl-item {
    box-shadow: 0;
    border: 2px solid #f9f9f9;
}

.pattern-group .p-g-mod.p-g-mod-trans .owl-carousel.owl-drag .owl-item:hover {
    border: 2px solid #f3f3f3;
}

.card-product.card-product-t-bg .card-product-inner .price-group .prices {
    flex: 1;
}

.card-product .image-wrapper {
    position: relative;
}

.hizli-gonderi {
    background: #FCF8D4;
    color: #333;
    font-weight: 600;
    font-size: 10px;
    height: 25px;
    width: 70%;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;

}

.yeni-urun {
    background: #D6E4FF;
    color: #4a7ecf;
    font-weight: 600;
    font-size: 10px;
    height: 25px;
    width: 70%;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    margin: 5px 0;
}

.card-product .min-stock-badge {
    background: #EBD3FF;
    color: #9a45e1;
    font-weight: 600;
    font-size: 10px;
    height: 25px;
    width: 70%;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    margin: 5px 0;
}

.card-product .min-stock-badge.red {
    background: #f11212;
    color: #fff;
}


.card-product .min-stock-badge i {
    margin-right: 6px;
}

.card-product .control-buttons {
    display: flex;
    height: 40px;
    margin-top: 10px;
}

.card-product .control-buttons .btn-t1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub-cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.sub-cat ul li {
    display: inline-block;
    margin-right: 5px;
    /* Elemanlar arası boşluk */
}

.card-product .control-buttons .btn-t1.btn-1 {
    width: 40px;
    margin-right: 7px;
    font-size: 13px;
    border: 1px solid var(--main-color);
}

.card-product .control-buttons .btn-t1.btn-2 {
    flex: 1;
    font-size: 13px;
    line-height: 13px;
    border: 1px solid var(--main-color);
}

.card-product .control-buttons .btn-t1.btn-2 i {
    margin-right: 5px;
}

.card-product .control-buttons .free-cargo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 45px;
    font-size: 11px;
    flex-direction: column;
    margin-left: 7px;
    line-height: 11px;
    color: var(--main-color2);
}

@media (max-width: 1199px) {
    .card-product .control-buttons .btn-t1.btn-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .card-product .min-stock-badge {
        font-size: 5px;
        height: 15px;
        width: 22%;
        top: 40px;
    }

    .card-product .control-buttons {
        height: 35px;
    }

    .card-product .control-buttons .btn-t1.btn-2 {
        font-size: 12px;
    }

    .card-product .control-buttons .free-cargo {
        font-size: 10px;
    }
}

.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

.category-filter-order .list-wrap {
    border: 1px solid #eee;
    background: #fff;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
}

.category-pg-inner {
    padding-left: 0;
    padding-right: 0;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    color: #fff;
}

.p-g-mod-t-cat-filter {
    margin-bottom: 20px !important;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
    display: block;
    width: 100%;
    border-radius: 0 !important;
}

.category-filter-list .list-wrap .list li {
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.card-product .card-product-inner .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 18px;
    margin: 5px 0;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    border-top: 0;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    font-size: 14px !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    font-weight: 600;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    justify-content: flex-start;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: initial;
}

.product-details-tab .p-g-tab-wrapper {
    border: 1px solid #eee;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
}

.product-details-tab .p-g-tab-wrapper .p-g-mod {
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 500px) {
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px !important;
        padding: 0 3px;
    }
}

.product-profile-1 .product-profile-images {
    background: #fff;
    height: 100%;
}

.product-profile-1 .carousel .carousel-inner {
    border: 0 !important;
}

.product-profile-1 .carousel .carousel-indicators li {
    border-width: 2px !important;
    border-radius: 2px;
}

.product-profile-1 .product-profile-contents {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-profile-1 .product-profile-contents .head {
    padding: 10px;
    min-height: 63px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.product-profile-1 .product-profile-contents .head .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.product-profile-1 .product-profile-contents .head h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-profile-1 .product-profile-contents .head .sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.product-profile-1 .social-share {
    border: 0 !important;
    height: 100%;
}

.product-profile-1 .social-share .jssocials-shares {
    text-align: right;
}

.product-profile-1 .social-share .jssocials-share-link {
    font-size: 10px;
    color: #555;
    background: #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
}

.product-profile-1 .product-details {
    flex: 1;
}

.product-profile-1 .product-details .fix-height {
    height: 100% !important;
}

.product-profile-1 .product-details .bordered-col {
    border-right: 1px solid #eee;
}

.product-profile-1 .product-details .product-comment-info {
    border-bottom: 1px solid #eee;
    padding: 15px;
    display: flex;
}

.product-profile-1 .product-details .product-reviews {
    width: 100px;
}

.product-profile-1 .product-details .product-reviews .stars .star {
    font-size: 15px;
    color: #f78018;
    margin-right: 3px;
}

.product-profile-1 .product-details .links {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.product-profile-1 .product-details .links a {
    color: #555;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    line-height: 14px;
    border-right: 1px solid #555;
}

.product-profile-1 .product-details .links a:last-child {
    padding-right: 0;
    border-right: 0;
}

.product-profile-1 .product-details .short-description {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.product-profile-1 .product-details .short-description .name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
}

.product-profile-1 .product-details .short-description .value {
    height: 100%;
    font-size: 12px;
    color: #666;
}

.product-profile-1 .product-details .shipment-description {
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

.product-profile-1 .product-details .shipment-description i {
    color: #fff;
    border-radius: 50%;
    background: #333;
    padding: 8px;
}

.product-profile-1 .product-details .shipment-description span {
    color: #444;
    font-size: 14px;
}

.product-profile-1 .product-details .product-profile-info {
    padding: 15px;
    position: relative;
    padding-top: 0;
}

.product-price-group .discount {
    font-weight: 600;
    font-size: 13px;
}

.product-price-group .prices .list-price {
    line-height: 16px;
}

.product-price-group .prices .sale-price {
    font-size: 30px;
    line-height: 30px;
}

.product-price-group .tax-include-text {
    margin-left: 5px;
    font-size: 9px;
    margin-top: 10px;
    font-weight: 600;
    color: #666;
    width: 40px;
}

.product-price-group .prices .profit {
    color: #777;
}

.product-profile-1 .product-details .product-controls {
    padding: 0 15px;
}

.product-profile-1 .product-details .product-buttons .btn-cart,
.product-profile-1 .product-details .product-buttons .btn-fast-buy {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
}

.product-profile-1 .product-details .product-short-buttons {
    padding: 10px 15px;
    display: flex;
}

.product-profile-1 .product-details .product-favourite a {
    color: #777 !important;
}

.product-profile-1 .product-details .pd-fixed {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-profile-1 .product-details .pd-fixed .pd-fixed-1 {
    flex: 1;
}

.product-profile-1 .product-details .short-description .name {
    color: #d44d60 !important;
}

.product-profile-1 .product-details .free-shipment-desciption {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
}

.product-profile-1 .product-details .free-shipment-desciption i {
    font-size: 45px;
    margin-right: 8px;
    color: #888;
}

.product-profile-1 .product-details .free-shipment-desciption span {
    font-size: 14px;
}

.product-profile-1 .product-details .ul-title {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}

.product-profile-1 .product-details .ul-title i {
    color: #fff;
    border-radius: 50%;
    background: #333;
    padding: 8px;
}

.product-profile-1 .product-details .ul-title span {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.product-profile-1 .product-details .ul-title .domestic img {
    max-width: 100px;
}

.product-profile-1 .product-details .product-profile-info-2 li {
    margin: 10px 0;
    font-weight: 600;
    color: #777;
    font-size: 14px;
}

.product-profile-1 .product-details .product-profile-info-2 li .value {
    font-weight: 400;
    color: #333;
}

.product-profile-1 .product-details .product-contact-buttons {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-profile-1 .product-details .btn-wp {
    background: #5acd66;
    padding: 0 3px 0 55px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 42px;
}

.product-profile-1 .product-details .btn-wp svg {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: 0;
}

.tekli-listeleme .p-g-mod-body {
    padding: 0 !important;

}

.tekli-listeleme .owl-wrapper .owl-single-button button {
    color: #fff;
    background: var(--main-color);
    width: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-693-sec-22 {
    display: none !important;
}

.product-profile-1 .product-details .btn-custom {
    background: #333;
    padding: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 5%;
    height: 42px;
}


@media (min-width: 992px) and (max-width: 1500px) {
    .product-profile-1 .product-details .btn-wp {
        padding-left: 45px;
    }

    .product-profile-1 .product-details .btn-wp svg {
        width: 50px;
        height: 50px;
        left: -7px;
        top: -7px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .product-profile-1 .product-details .btn-wp {
        padding-left: 25px;
    }

    .product-profile-1 .product-details .btn-wp svg {
        width: 43px;
        height: 43px;
        left: -15px;
        top: -1px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-profile-1 .product-details .btn-wp {
        padding-left: 15px;
        font-size: 12px;
    }

    .product-profile-1 .product-details .btn-wp svg {
        width: 43px;
        height: 43px;
        left: -25px;
        top: -1px;
    }
}

@media (max-width: 992px) {
    .product-profile-1 .social-share {
        margin-top: 5px;
    }

    .product-profile-1 .social-share .jssocials-shares {
        text-align: left;
    }
}

.pattern-group .p-g-mod.mod-contact .p-g-mod-header {
    border-bottom: 0 !important;
}

.pattern-group .p-g-mod.mod-contact .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.pattern-group .p-g-mod.mod-contact .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 25px;
    color: #333;
}

.pattern-group .p-g-mod.mod-contact {
    background: url('images/contact-bg.png') #fff no-repeat;
}

.contact-info-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.contact-info-list ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    max-width: 992px;
}

.contact-info-list ul li {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    color: #666;
}

@media (max-width: 992px) {
    .contact-info-list ul li {
        width: 100%;
    }
}

.contact-info-list ul li .name {
    width: 180px;
    font-weight: 600;
    font-size: 14px;
}

.contact-info-list ul li .value {
    flex: 1;
}

.contact-socials .customer-services {
    display: flex;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 230px;
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.contact-socials .customer-services .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #777;
}

.contact-socials .customer-services .de {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-socials .customer-services .de .name {
    color: #777;
    font-size: 13px;
}

.contact-socials .customer-services .de .phone {
    font-size: 14px;
    font-weight: 700;
}

.contact-socials .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.contact-socials .social-media a {
    margin-right: 9px;
    font-size: 15px;
    color: #555;
    background: #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
}

.contact-socials .social-media a:hover {
    background: #888;
}

.contact-socials .social-media a:last-child {
    margin-right: 0;
}

.contact-socials .app-store {
    display: flex;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 230px;
    margin: 5px auto;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.contact-socials .app-store i {
    margin-right: 5px;
}

.pattern-group .p-g-mod.contact-form-wrapper .p-g-mod-header {
    position: relative;
}

.pattern-group .p-g-mod.contact-form-wrapper .p-g-mod-header::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 280px;
    content: " ";
    height: 2px;
    background: #333;
}

.contact-short-info .info-2 {
    background: #1e1e1e;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    max-width: 220px;
    position: relative;
}

.contact-short-info .info-2::after {
    position: absolute;
    content: "\f0da";
    color: #1e1e1e;
    right: -21px;
    top: calc(50% - 45px);
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
}

@media (max-width: 991px) {

    .card-product .min-stock-badge {
        font-size: 5px;
        height: 15px;
        width: 22%;
        top: 40px;
    }

    .contact-short-info .info-2 {
        margin: 20px auto;
    }

    .contact-short-info .info-2::after {
        display: none;
    }
}

.contact-short-info .info-2 .icon {
    margin-bottom: 10px;
}


.contact-short-info .info-2 .icon i {
    font-size: 80px;
}

.contact-short-info .info-2 .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form .input-group-prepend {
    background: #1e1e1e;
}

.contact-form .input-group-text {
    background: #1e1e1e;
    border-color: transparent;
    color: #fff;
}

.contact-form .btn-success {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    border-radius: 0;
}

.our-stores-main-banner-wrapper {
    margin-top: -20px;
    background: #fff4e9 !important;
    margin-bottom: 20px !important;
}

.our-stores-main-banner {
    margin-bottom: 0 !important;
}

.our-stores-main-banner .col-list-p-v-1 {
    padding: 0 !important;
}

.our-stores-main-banner .banner-item {
    position: relative;
    display: block;
    min-height: 50px;
    text-align: center;
}

.our-stores-main-banner .banner-item .image img {
    max-height: 382px;
}

.our-stores-main-banner .banner-item .title {
    position: absolute;
    text-align: center;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 27px;
    font-weight: 700;
    color: #555;
}

@media (max-width: 991px) {
    .our-stores-main-banner .banner-item .title {
        font-size: 16px;
        top: 10px;
    }
}

.our-stores-tab .pattern-group-body {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.our-stores-tab .pattern-group-body .p-g-t-nav {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 0 !important;
}

.our-stores-tab .pattern-group-body .p-g-t-nav .nav {
    border-bottom: 1px solid #333;
    justify-content: flex-start;
    margin-top: 30px;
}

.our-stores-tab .pattern-group-body .p-g-t-nav .nav .nav-item {
    margin-right: 10px;
    margin-left: 0;
}

.our-stores-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05);
}

.our-stores-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: #fff;
    background: #000;
    border-color: #000;
}

@media (max-width: 991px) {
    .our-stores-tab .pattern-group-body .p-g-t-nav .nav {
        flex-wrap: nowrap;
    }

    .our-stores-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        padding: 10px;
        font-size: 14px;
    }
}

.our-stores-tab .banner-item {
    padding: 0;
    border: 1px solid #eee;
    display: block;
}


.sitemap .group {
    margin: 10px 0;
}

.sitemap .group .title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    font-size: 15px;
}

.sitemap .group:first-child {
    margin-top: 0;
}

.sitemap .group:last-child {
    margin-bottom: 0;
}

.sitemap .group .links {
    padding: 10px 0;
}

.sitemap .group .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    .sitemap .group .links ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}

@media (max-width: 991px) {
    .sitemap .group .links ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

@media (max-width: 767px) {
    .sitemap .group .links ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

.sitemap .group .links ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 3px 0;
}

.sitemap .group .links ul li a {
    color: #555;
    padding: 3px 0;
}

.sitemap .group .links ul li a i {
    margin-right: 5px;
}

.p-g-mod-t-63 .p-g-mod-body {
    background: url('images/help-bg.png');
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    color: #fff;
}

.pattern-group .p-g-mod.p-g-mod-t-59 .p-g-mod-header .p-g-m-h-info {
    align-items: flex-start;
}

.pattern-group .p-g-mod.p-g-mod.p-g-mod-t-59 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.card-help-title {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.card-help-title .image {
    margin-bottom: 20px;
    margin-top: -40px;
}

.card-help-title .title {
    font-weight: 600;
}

.card-help-title {
    margin: 20px 0;
}

.payment-final-buttons-1 .btn-complete {
    border-radius: 0 !important;
}

.iletisim-body .pattern-group-header {
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 0;
}

.iletisim-body .pattern-group-header .p-g-h-info {
    justify-content: center;
    align-items: center;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: -10px;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-bottom: 0;
}

.p-g-mod-base-content .p-g-mod-header {
    position: relative;
}


.shopping-cart-1 th {
    color: #999;
    border-bottom: 2px solid #f1f1f1;
}

.shopping-buttons-1 .btn-continue {
    background: #999;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.shopping-cart-1 .product-quantity {
    border: 1px solid #eee;
    display: inline-flex;
}

.shopping-cart-1 .product-quantity .btn {
    border-radius: 0 !important;
    background: #f3f3f3;
}

.shopping-cart-1 .product-quantity input {
    border: 0 !important;
}

.shopping-cart-1 .td-product .product .p-info .btn-remove {
    background: #bcbcbc !important;
    border: #bcbcbc !important;
}

.shopping-cart-1 .td-product .product .p-info .variants {
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    margin: 5px 0;
}

.shopping-cart-1 .td-product .product .image img {
    max-width: 200px;
}

.shopping-cart-1 td {
    vertical-align: middle;
}

.user-auth-bg {
    margin-bottom: 20px;
}

.user-auth-bg .pattern-group-body {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.user-auth-bg .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod {
    margin-bottom: 0;
}

.user-auth-bg,
.user-auth-bg .p-g-b-c-wrapper,
.user-auth-bg .p-g-b-c-wrapper .p-g-b-c-inner,
.user-auth-bg .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod,
.user-auth-bg .p-g-b-c-wrapper .p-g-b-c-inner .p-g-mod .p-g-mod-body {
    height: 100%;
}

.user-auth-description {
    background: #1e1e1e;
    height: 100%;
    color: #fff;
}

.user-auth-description .title-1 {
    font-weight: 500;
    font-size: 22px;
    padding: 20px 20px 10px 20px;
}

.user-auth-description .description {
    padding: 0 20px 20px 20px
}

.user-auth-description ul {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    margin: 0;
    list-style: none;
}

.user-auth-description ul li {
    margin: 10px 0;
}


.user-auth-description .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.user-auth-description .buttons .btn-light {
    font-size: 12px;
    margin: 20px 0;
}

.user-auth-bg .auth-title {
    font-size: 23px;
    margin-bottom: 10px;
}

.user-auth-bg .auth-description {
    margin-bottom: 15px;
    color: #666;
    font-weight: 500;
}

.user-auth-bg .btn {
    border-radius: 0 !important;
}

.payment-control-buttons-1 .btn-back {
    border-radius: 0 !important;
    color: #fff !important;
}

.brands-main-banner-wrapper {
    margin-top: -20px;
    background: #354353 !important;
    margin-bottom: 20px !important;
}

.brands-tab .pattern-group-body {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.brands-tab .pattern-group-body .p-g-t-nav {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 0 !important;
}

.brands-tab .pattern-group-body .p-g-t-nav .nav {
    border-bottom: 1px solid #333;
    justify-content: flex-start;
    margin-top: 30px;
}

.brands-tab .pattern-group-body .p-g-t-nav .nav .nav-item {
    margin-right: 10px;
    margin-left: 0;
}

.brands-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05);
}

.brands-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: #fff;
    background: #000;
    border-color: #000;
}

@media (max-width: 991px) {
    .brands-tab .pattern-group-body .p-g-t-nav .nav {
        flex-wrap: nowrap;
    }

    .brands-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        padding: 10px;
        font-size: 14px;
    }
}

.card-brand-2 a {
    background: #fafbfc;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}

.card-brand-2 a .name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.brand-letters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.brand-letters a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    background: #eff2f6;
}

.brand-letters a.active,
.brand-letters a:hover {
    background: #333;
    color: #fff;
}

.brand-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

.brand-search .title {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-right: 15px;
}

.brand-search form {
    position: relative;
}

.brand-search form input {
    padding: 3px 5px;
    height: 30px;
    font-size: 14px;
    width: 230px;
}

.brand-search form i {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #777;
}

.pattern-group.shipment-calculation .pattern-group-header {
    border-bottom: 1px solid 1px solid rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 20px;
}

.pattern-group.shipment-calculation .pattern-group-header::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 280px;
    content: " ";
    height: 2px;
    background: #333;
}

.shipment-firm-prices-wrapper {
    overflow-x: auto;
    overflow-y: none;
}

.shipment-firm-prices .firm {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90px;
    border-bottom: 1.2px solid rgba(0, 0, 0, .08);
}

.shipment-firm-prices .firm:last-child {
    border-bottom: 0;
}

.shipment-firm-prices .firm .logo {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 200px;
}

.shipment-firm-prices .firm .logo img {
    max-width: 100%;
    max-height: 100%;
}

.shipment-firm-prices .firm .prices {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 100%;
}

.shipment-firm-prices .firm .prices .price {
    height: 100%;
    border-left: 1.2px solid rgba(0, 0, 0, .08);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 90px;
}

.shipment-firm-prices .firm .prices .price .name {
    flex: 1;
    border-bottom: 1.2px solid rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.shipment-firm-prices .firm .prices .price .value {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.shipment-calculation-result-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.shipment-calculation-result {
    background: #9a5cb4;
    border-radius: 5px;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shipment-calculation-result .result {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shipment-calculation-result .result:last-child {
    border-bottom: 0;
}

.shipment-calculation-result .result .name {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: #555;
    height: 40px;
    color: #fff;
}

.shipment-calculation-result .result .value {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    height: 40px;
}

.shipment-calculation-box {
    max-width: 370px;
    width: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    border: 1px solid #f1f1f1;
    background: #fff;
}

.shipment-calculation-box .title {
    background: #1e1e1e;
    color: #fff;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

.shipment-calculation-box form {
    padding: 15px;
}

.shipment-calculation-box form label {
    font-size: 14px;
}

.shipment-calculation-box form .btn-1 {
    height: 60px;
}

.shipment-calculation-box form input,
.shipment-calculation-box form .btn {
    border-radius: 0 !important;
}

.shipment-calculation-box form .btn {
    font-weight: 600;
    font-size: 13px;
}

.shipment-calculation-box form .input-btn {
    display: flex;
}

.shipment-calculation-box form .input-btn .btn {
    margin-left: 10px;
    width: 100px;
}

.shipment-calculation-box form .result input {
    font-weight: 600;
    color: #333;
}

img.sub-img {
    width: 70px;
    height: 70px;
}

@media (max-width: 991px) {

    .shipment-calculation-box,
    .shipment-calculation-box.float-right {
        float: none !important;
        margin: 0 auto !important;
    }

    .shipment-calculation-result {
        margin: 10px auto;
    }
}

.payment-info-boxes {
    position: relative !important;
}

.payment-info-boxes::before {
    left: 20px;
    top: 0;
    bottom: 0;
    content: " ";
    width: 2px;
    background: #bcbcbc;
    position: absolute;
}

.payment-info-boxes .p-g-mod {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.payment-info-boxes .p-g-mod .p-g-mod-body {
    background: #fff;
    margin-left: 70px !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    border: 1px solid #f1f1f1;
}

.payment-info-boxes .p-g-mod .p-g-mod-header {
    border: 0 !important;
    padding: 0 !important;
    height: 40px !important;
}

.payment-info-boxes .p-g-mod .p-g-mod-header::after {
    display: none !important
}

.payment-info-boxes .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    width: 100%;
    display: flex;
    height: 40px;
}

.payment-info-boxes .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title .icon {
    width: 40px;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: 333;
}

.payment-info-boxes .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    background: 333;
    height: 100%;
    flex: 1;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
}

.payment-info-boxes .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title .name::before {
    position: absolute;
    content: " ";
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #007bff transparent transparent;
}

.payment-info-boxes .p-g-mod .p-g-mod-header.bg-gray .p-g-m-h-info .p-g-m-h-i-title .icon,
.payment-info-boxes .p-g-mod .p-g-mod-header.bg-gray .p-g-m-h-info .p-g-m-h-i-title .name {
    background: #bcbcbc !important;
    color: #555;
}

.payment-info-boxes .p-g-mod .p-g-mod-header.bg-gray .p-g-m-h-info .p-g-m-h-i-title .name::before {
    border-color: transparent #bcbcbc transparent transparent !important;
}

.payment-shipment-short-info .box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.payment-shipment-short-info .box .title {
    font-size: 17px;
}

.payment-shipment-short-info .box .content {
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 10px 10px 10px;
    position: relative;
    color: #666;
    flex: 1;
}

.payment-shipment-short-info .box .content .btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
}

.payment-shipment-short-info .box .content .name {
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

.related-products a {
    height: 100px;
}

.related-products a img {
    width: 70px;
    height: 70px;
}