@font-face {
    font-family: "WILOPlusFM";
    src: url('https://www.giovanegentile.com/Themes/Giovane-2025/Content/fonts/Poppins-ExtraLight.ttf');
    
}

@font-face {
    font-family: "WILOPlusFM bold";
    src: url('https://www.giovanegentile.com/Themes/Giovane-2025/Content/fonts/WILOPlusFM-Bold.ttf');
}

@font-face {
    font-family: 'AdineueText';
    src: url('https://www.giovanegentile.com/Themes/Giovane-2025/Content/fonts/adineueTEXT-Light.ttf');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('https://www.giovanegentile.com/Themes/Giovane-2025/Content/fonts/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.giovanegentile.com/Themes/Giovane-2025/Content/fonts/Poppins-Regular.ttf');
}

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); */


:root {

    /* ---------  Colors -------   */
    --text-color: #010001;
    --body-bg-color: #010001;
    --text-white-color: #ffffff;
    --border-iconset-bg: #404040;

    /* --------- Font-size ---------   */
    --medium-fs: 15px;

    /* --------- Transition -------   */
    --500-transiton: 500ms all;
}

/*  -------- General stil --------  */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.gx-container {
    padding: 0 100px;
    /* border:1px solid red;
    max-width: 1650px;
    width: 100%; */
}

.gx-content-container {
    padding: 0px !important;
}

.block {
    margin-bottom: 0px;
}

.login-register-part {
        padding: 0 0 0 40px;

}
.register-page  {
    
    margin:50px 200px ;
}

.register-part .register-page  {
    
        margin:0  ;
}
.register__card #ErrorMessage{
    position: unset;
        padding: 20px 20px;
}
.error-login-box {

    position: absolute;
    right: 0;
    top: 5%;
        z-index: 5;
}
.toggle-password {
    position: absolute;
    top: 24px;
    right: 48px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
}
.site {
    max-width: 1920px;
    margin: 0 auto;
}

.footer-links__list a:hover {
    color: inherit;
    opacity: 0.7;
}
.offset-none {
    border:1px solid red;
}
body.menuOn .body-bg {
    z-index: 2;
}

.shopping-info-name ,.productAttributeMappings li, .shopping-info-options li ,.unit-price{
     font-family: "Poppins", sans-serif;
}
body {
    background-color: var(--text-white-color);
    font-size: var(--medium-fs) !important;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    position: relative;
}

body.active {
    background-color: black;
}

.store-container {
    justify-content: flex-start !important;
}

.remember-label {
    margin-left: 20px;
}

.kampanya-label {
    margin-left: 20px !important;
}


body.active .site__header {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 35px;
    z-index: 99;
    max-width: 1920px;
}

.site__header.active-notification {
    margin-top: 0 !important;
}

.site__header {
    position: fixed;
    background-color: black;
}



body.active .color__default {
    display: none;
}

body.active .white__default {
    display: block;
}

body {
    overflow-x: hidden;
}

.white__default {
    display: none;
}

.suggestions__list {
    margin-top: 20px;
    border: 0;
    justify-content: space-around;
}

.suggestions__item {
    padding: 8px 0;
}

.user__icon:after {
    display: none;
}

.color__default {
    display: block;
}

.breadcrumb-item {
    padding: 0 !important;
}

.breadcrumb {
    justify-content: flex-start;
}

.bread__icon {
    margin: 0 !important;
    padding: 0 4px;
}

.site__body {
    position: static;
    padding-top:10px
}

.wishlist-page {
    margin-top: 60px  !important;
}

.wishlist-page .product-card__image{
    border:0;
}

.wishlist-page .products-list[data-layout="grid-4-sidebar"] .products-list__item {
    width: calc(24% - 0px);
    box-shadow: inset -1px -1px #ddd, -1px -1px #ddd;
}
.site__body,
#header-container .container-fluid,
.gx-footer {
    max-width: 1950px;
    margin: auto;
}

#header-container .container-fluid {
    background-color: white;
    margin-top: 0;
    padding: 6px 20px;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

.gx__sidebar__container {
    padding: 20px !important;
}

.shop-layout__content {
    width: 100%;
}

.shop-layout__sidebar {
    position: absolute;
    width: 500px;
    z-index: 999999999;
    height: 100%;
    left: unset;
    right: -100%;
    top: 4% !important;
    display: block;
    background-color: white;
    transition: 500ms all;
}

.filter__title svg {
    opacity: 1;
}

.filter__arrow {
    position: unset;
}

#AttrsContainer .filter-list__list label {
    border: 0;
    border-radius: 0;
}

.filtrele__title {
    text-transform: capitalize;
    font-size: 22px;
    margin: 60px 0;
    text-align: center;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

#products-orderby-radio {
    appearance: auto;
}

#products-orderby-radio {
    box-shadow: none !important;
}

.widget-filters {
    border: 0;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: white;
}



.order-stil {
    border-top: 1px solid #f0f0f0;
    padding: 25px 40px;
}

.filter-list__list {
    display: unset;
}

.filter__body {
    position: unset;
}

.order-stil .filter__title {
    text-transform: capitalize;
}

.filter--bg {
    background: transparent !important;
}

.widget-filters__item {
    border: 0;
    border-top: 1px solid #f0f0f0;
}

.widget-filters__item .filter.filter--opened .filter__body {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    height: 300px !important;
}

.widget-filters__item:first-child {
    border: 0;
    border-top: 1px solid #f0f0f0;
}

#SelectedFilters i {
    margin-left: 5px;
}

.tags__list {
    margin: 8px !important;
}

.widget-filters__actions {
    padding: 0;
    margin-bottom: 20px;
}

#filter-Clears {
    background-color: black;
    width: 100%;
    color: white;
    /* padding: 30px; */
    height: 61px;
    font-weight: bold;
    font-size: 18px;
}

.sidebar--close {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    font-size: 18px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-weight: bold;
    padding: 15px 15px 0;
}

.filter__title {
    font-weight: 500;
    font-family: "WILOPlusFM";
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.filter__title:focus,
.filter__title:hover {
    background-color: transparent !important;
}

.shop-layout__sidebar .filter__container {
    background-color: white;
}

.shop-layout__sidebar.active {
    left: 0;
    top: 0;
    margin: 0 !important;
    transition: 500ms all;
}

.bread__icon {
    margin: 0 5px;
}

.page-header__breadcrumb {
    padding: 20px 0 !important;
}

.page-header__container {
    padding: 0 24px !important;
}

.block-slideshow--layout--full {
    margin-top: 0;
    height: 100vh;
    position: relative;
}

.product-sub-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.notification-bar {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    position: relative;
    z-index: 3;
    background-image: url('../images/noti__bg.png');
    width: 100%;
    background-color: black;
}

body.active .notification-bar {
    background-color: transparent;
    position: fixed;
}

#Slider_Content .owl-carousel.owl-drag .owl-item {
    position: relative;
}


/* #Slider_Content .owl-carousel.owl-drag .owl-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/slider__bg.png');
} */

.notification-bar .notification-bar__message {
    color: var(--text-white-color);
    font-family: "WILOPlusFM";
    font-weight: lighter !important;
    font-size: 14px;
    cursor: none;
}

.close-announcement {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 7px;
    height: 20px;
    width: 20px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anm-times-l:before {
    content: "\ec0f";
    font-weight: bold;
}

.anm {
    font-family: annimex-icons !important;
    speak: none;

    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header__nav-panel {
    display: flex !important;
}

.logo a img {
    width: 150px !important;
    object-fit: contain;

}

.nav-links__item-body span {
    color: black;
    font-family: "WILOPlusFM";
    font-weight: lighter !important;
    font-size: 18px;
}

.seacrh__btn--modal {
    display: flex;
}

.seacrh__btn--modal i {
    margin-right: 20px;
    font-size: 20px;

}

body.active .seacrh__btn--modal .anm-search-l:before {

    color: white;
    font-size: 20px;
}

body.active .shop__box .anm-bag-l:before {
    font-size: 20px;
    color: black;
}


.shop__box .anm-bag-l:before {
    color: black;
    font-size: 20px;
}


body.active .wishlist__box i {
    font-size: 20px;

    color: white;
}

.wishlist__box {

    cursor: pointer;
}

.wishlist__box i {
    font-size: 20px;

    color: black;
}

.seacrh__btn--modal .anm-search-l:before {

    color: black;
    font-size: 20px;

}


.g_kategori__slider {
    margin: 0;
}

body.active .nav-links__item-body span {
    color: var(--text-white-color);
}

body.active .search__btn--text {
    color: white;
}

.search__btn--text {
    color: black;
}

.indicator {
    justify-content: flex-end;
}

.shop__box {
    position: relative;
    padding: 0 !important;
    margin-left: 20px;
}

body.active .shop__box .indicator__value {
    color: black !important;
    background-color: white !important;
    left: 11px;
    top: 0px;
    width: 15px;
    height: 15px;
}

.shop__box .indicator__value {
    position: absolute;
    margin: 0 !important;
    left: 17px;
    top: 2px;
    width: 15px;
    height: 15px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black !important;
}


.language-picker {
    display: inline-block;
    margin: 0 25px;
}

#language {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.icon__set-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#language li {
    margin: 0 15px 0 0;
    transition: var(--500-transiton);
}

#language li:hover {
    opacity: 0.6;
    transition: var(--500-transiton);
}

.indicator--hover {
    background-color: transparent !important;
}


#language li a {
    color: #898989;
    font-size: var(--medium-fs);
    font-weight: lighter;
    font-family: "WILOPlusFM";
    position: relative;
    font-size: 14px;
}

#language li.active a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--border-iconset-bg);
    height: 1px;
}

.topbar-dropdown__body {
    position: relative !important;
    right: 100px;
    background-color: transparent;
    top: 75%;
    box-shadow: none;
}

[dir=ltr] .topbar-dropdown__body {
    right: 100px;
}

.money--box {
    display: flex;
}

.site-header__topbar {
    display: inline;
}

#RegisterForm label {
    display: block;
    margin: 0 0 8px 3px;

}

.topbar {
    background-color: transparent !important;
    width: 40px;
}

.site__header {
    position: relative;
    width: 100%;
    top: 0;
    color: black;
    margin-top: 0;
    z-index: 100;

}

.nav-panel--stuck {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

/* body.active .site__header.active {
    margin-top: 45px;
} */

.nav-panel--stuck {
    margin-top: 0;
}

#topcartlink {
    position: relative;
    z-index: 2;


}

.m_none {
    margin: 0;
}

body.active .nav-panel--stuck.nav-panel--show {
    background-color: var(--body-bg-color);
    margin: 0;
    z-index: 9999;
}

.nav-panel--stuck.nav-panel--show {
    background-color: var(--body-bg-color);
    margin: 0;
    z-index: 9999;
}

.site__header.active {
    margin: 0;
    z-index: 999;
}

/* .site {
    max-width: 1920px;
    margin: auto;
} */

/* slider  */
.g_kategori__slider .owl-item {
    margin-right: 0px !important;
}

.g_slider__box {
    position: relative;

}
/* #scroll-lock-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: white; /* içeriğin rengi neyse 
    overflow: hidden;
    
  } */


  #scroll-lock-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    will-change: transform;
  }
   
  #scroll-lock-wrapper.released {
    position: relative;
    margin-bottom: 0;
  }
.g_slider__box img {

    width: 100% !important;
    height: 771px !important;
    object-fit: cover;
}

/* .g_slider__box::before{
	position: absolute;
	content: '';
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-image: url('../images/giovane-img/c4__bg.png');
	z-index:2;
} */

.transfer-check {
    opacity: 0;
}

body.active .social-links__link--type--twitter svg {
    fill: #a6a6a6;
    height: 20px;
}

.social-links__link--type--twitter svg {
    fill: #000;
    height: 20px;
}

.g_slider__box img {
    width: 100%;
    height: 100%;
}

.g_slider_text {
    position: absolute;

    left: 20px;
    bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.g_slider_text h2 {
    color: white !important;
    font-weight: 600;
}

.g_slider_text a {
    font-weight: lighter;
    border-bottom: 1px solid #ffffff91;
    padding-bottom: 5px;
    color: #ffffff91;
    font-size: 20px;
    transition: ease-in 300ms all;
}

.g_slider_text a:hover {
    background-color: #ffffff91;
    color: black;
    transition: ease-in 200ms all;
}

.g_slider_text2 {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.g_slider_text3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0;
}

.g_slider_text3 a {
    border: 1px solid #ffffff4d;
    padding: 5px 30px;
    color: #ffffff;
    box-shadow: none;
    background-color: black;
}

.g_slider_text4 {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.g_slider_text4 a {
    background-color: #ffffff91;
    color: black;
    border-radius: 20px;
    text-align: center;
    padding: 5px 30px;
    font-size: 15px;
    border: 0;
}

.product-card__wishlist {
    opacity: 1;
}

.product-card__image {
    position: relative;
}

.product-card__wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-card__wishlist i {
    color: black;
}

.g_banner {
    background-image: url('../images/banner_outlet.webp');
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #323232;
    margin: 90px 57px 0;
    min-height: 324px;
}

.g_banner h2 {
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: 200;
    text-transform: lowercase;
}

.gentile-banner {
    margin-right: 10px;
}

.g_banner h3 {
    font-size: 80px;
    color: #631b0d;
    text-align: center;
}

.g_banner2 video {

    width: 100%;
    height: auto;
    object-fit: cover;
}

.menu__item--currency .menu__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;

}

.menu__item--currency .menu__list li {
    border: 1px solid rgb(233 233 233);
    margin-right: 8px;

}


.menu__item--currency .menu__list li a {
    color: black !important;
    font-weight: 500 !important;
    font-size: 12px;

}

.topbar__item-value {
    color: #631b0d;
}

.menu__item--currency .topbar-dropdown {
    margin: 10px 0 0;

}

.topbar-dropdown {
    width: 87%;
}

.g_kategori__slider .block-header {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.g_kategori__slider .block-header {
    position: absolute;
    z-index: 3;
    width: 99%;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

.g_kategori__slider .block-header .block-header__arrows-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.g_kategori__slider .block-header .block-header__arrows-list .block-header__arrow {
    background-color: transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.slick-prev:before {
    content: "\ea8b";
    font-family: "annimex-icons";
    font-size: 60px;
    line-height: 30px;
    color: #e6e7e761;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;

}

.slick-next::before {
    content: "\ea8c";
    font-family: "annimex-icons";
    font-size: 60px;
    line-height: 30px;
    color: #e6e7e761;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;

}

.menu__item--currency .topbar-dropdown .menu__item-link {
    width: 40px;
    padding: 5px 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;

}

.gizlilik__box p,
#gizlilik h5 {
    color: black;
    margin-bottom: 15px;
}

body.active #gizlilik__btn {
    color: white;
}

#gizlilik__btn {
    background-color: transparent;
    color: black;
    outline: 0;
    border: 0;
    text-decoration: underline;
}

#gizlilik .modal-dialog {
    max-width: 800px;
}

.owl-carousel {
    display: block !important;
}

.topbar-dropdown__body .money--box {
    margin-top: 10px;
    padding-left: 18px;
}

.menu__item--currency .menu--layout--topbar {
    width: auto !important;
    box-shadow: none !important;
}

[dir=ltr] .menu--layout--topbar.menu--with-icons .menu__item-link {
    padding-left: 18px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    /* background-color: black;
    color: white !important;
    margin: 8px 0;
    text-align: center;  */
}


.menu__item--currency .menu--layout--topbar.menu--with-icons .menu__item-link {
    padding-left: 10px !important;
    width: 47px;

}

.topbar__item--title {
    padding-left: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
}

.topbar-dropdown--opened .topbar-dropdown__btn,
.topbar-dropdown__btn:hover,
.topbar-dropdown__btn:focus {
    background-color: transparent;
}

.products-list[data-layout="grid-3-sidebar"] .product-card--hidden-actions:hover,
.products-list[data-layout="grid-4-full"] .product-card--hidden-actions:hover {
    margin-bottom: 0;

}

.products-list[data-layout="grid-3-sidebar"] .products-list__item {

    position: relative;
}

.products-list[data-layout="grid-3-sidebar"] .product-card--hidden-actions .product-card__buttons,
.products-list[data-layout="grid-4-full"] .product-card--hidden-actions .product-card__buttons {
    display: block;
}

.size__box {
    opacity: 1;
    transition: 500ms all;
    display: flex;
    justify-content: space-between;
}

.product-card__actions {
    display: flex;
    justify-content: space-between;
}

.size__box .input-radio-label__list span {
    height: 40px;
}

.input-radio-label__list span {
    height: 40px;
    display: flex;
    align-items: center;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item:hover .size__box {
    opacity: 1;
    transition: 500ms all;
}

.size__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.stok--title {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 8px;
    font-family: 'Poppins', sans-serif;
    color: black;

}

.block-slideshow .owl-carousel .owl-dots {
    background-color: transparent;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background-color: white;
}

/* .block-slideshow--layout--full .block-slideshow__body {
    margin-top: 35px;
} */
#header-user .dropdown-toggle::after {
    display: none;
}

.block-slideshow--layout--full .block-slideshow__body,
.block-slideshow--layout--full .block-slideshow__slide {
    height: 100vh;
    min-height: 300px;

}

.block-slideshow--layout--full {
    overflow: hidden;
}

#Slider_Content {
    margin-bottom: 60px;
}

/*  SLIDER VIDEO  */

.home-slider {
    background-color: white;
}
.home-slider .block-slideshow__body {
    width: 100%;
    height: 100%;
    object-fit: cover;
     position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom:1px solid white;
}
.block-slideshow__slide-image video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
     position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
} 

.slideshow-topmenu {
    padding-block-start: calc(98vh - 46px);
    position: relative;
    left: 0;
    width: max-content;
    z-index: 9;
    transition: padding-block-start 0.2s ease;
    background-color: transparent;
    margin-left: 32px;
  
}

.slideshow-topmenu .categories-big-title {
    display:block;
} 

.slideshow-topmenu .mobile-part-menu ,.slideshow-topmenu .category-block-web ,.slideshow-topmenu .nav__subbox--list{
 display:none;
}
.slideshow-topmenu #MobileNav {
    background: transparent;
}

.slideshow-topmenu .nav-li__home--subbox-gx{
    position: relative;
    padding: 0;
    border:0;
    background: transparent;
    overflow: unset;
}

.slideshow-topmenu .category-block-item{
    margin-left: 20px;
}
.slideshow-topmenu .nav-li__home--link,
.slideshow-topmenu .nav-li__home--subbox-gx,
.slideshow-topmenu .categories-big-title,

.slideshow-topmenu .gentile-menu-img,
.slideshow-topmenu .category-block-item,
.slideshow-topmenu .nav-li__home--link .mobil__gentile {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block !important;
    opacity: 1;
    transition: 500ms all;
}

.slideshow-topmenu .nav-li__home--link .mobil__gentile:hover ,
.slideshow-topmenu .nav-li__home--link:hover{
  opacity: 0.6;
  transition: 500ms all;
} 


.slide-video__wrapper {
    position: absolute;
    right: 20px;
    top: 150px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.slide-video__wrapper button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-video__wrapper button i {
    font-size: 25px;
    color: #fff;
    filter: drop-shadow(0px 0px 2px #000000f1);
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .slide-video__wrapper {
        top: 17%;
    }
}

/*  SLIDER VIDEO  */
.stock {
    display: flex;
    align-items: flex-end;

}


.notification-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 10px;

}

.notification-icon svg {
    fill: white;
}

.toast .close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent !important;

}

.toast .close span {
    margin: 8px 8px 0 0;
    padding: 8px;
    border: 1px solid black;
    background: black;
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#notification-error-icon {
    background-color: #78201E;
}

#notification-error-icon i {

    color: white;
}

.position-fixed {
    position: fixed !important;
  max-width: 500px;
    right: 0;
    top: 80px;
   
}

.toast-body {
    display: flex;
    color: black;
    align-items: center;
    padding: 20px 15px;
}

.toast-body a {
    color: black !important;
    font-weight: bold;
    margin: 0 5px;
}

.toast {

    background-color: white !important;
    position: relative;
}

#notification-success-icon {
    background-color: green;
}



.size__lbel {
    margin: 0 !important;
    background-color: transparent;
    color: black;
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
    margin: 5px !important;
}

.price_fall-box,
.product_shared-media {
    display: flex;
    align-items: center;
    margin: 30px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.product_shared-media span {
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 8px;
}

.price_fall-box img {
    margin-right: 8px;
}

.size__lbel .filter-list__input {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;

}

.size__lbel .input-check__box {
    width: auto;

    background: white;
    box-shadow: none;

}


.search__input:focus-visible {
    border: 0;
    outline: none;
}

.size__lbel .filter-list__title {
    text-align: center;
    font-weight: bold;
    position: relative;
    color: black;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #bbbbbb30;
}

.corporate-logo {
    border-top: 1px solid #bbbbbb30;

    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
    margin-top: 20px;
}

.corporate-logo img {
    width: auto;
    height: 170px;
    object-fit: contain;
}

.order__list_new label {
    display: flex;
}

#eu-cookie-bar-notification {}

.cookie__container {
    background-color: white;
    border: 1px solid black;
}

.cookie__container .card-bodyquote {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 20px 0;
}

.cookie__container .card-bodyquote p {
    margin: 0;
}

.cookielaw-button {
    background-color: black;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.cookielaw-button:hover {
    color: white;
}

.order--title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#products-orderby-radio {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    padding: 0;

    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;

}

.accardoin__product .accordion-item {
    border: none;
    border-radius: 0;
}

.accordion-body {
    padding: 0;
}

#renk .color-squares {
    padding: 0;
    margin: 0;
}

.accordion-button:not(.collapsed) {

    background-color: transparent;
    border-bottom: 1px solid #777777;
    border-radius: 0;
    color: black;
    padding: 25px 0;
    font-weight: 600;
}

.input-radio-label__list input:not(:checked):not(:disabled)~span:hover {
    background-color: transparent;

}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-button.collapsed {
    border-bottom: 1px solid #777777 !important;
    border-radius: 0;
    padding: 25px 0;
    font-weight: 600;
}

.accordion-button:focus {
    border-color: transparent;
    border: 0;

    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
}

.accordion-button .anm-plus-r {
    display: none;
}

.accordion-button.collapsed .anm-plus-r {
    display: block;
}

.accordion-button .anm-minus-r {
    display: block;
}

.accordion-button.collapsed .anm-minus-r {
    display: none;
}

/* Galery  */
/* .product__content {
    grid-template-columns: [gallery] calc(70% - 20px) [info] calc(30% - 20px);
} */


.product__name {
    font-weight: medium;
    font-size: 25px;
    margin-bottom: 15px;
}

.product__meta {
    margin: 0 0 15px;
    border: 0;
    font-weight: 500;
    padding: 0;
}

.product-card__badge {
    background-color: transparent;
    color: #78201E;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    padding: 0;
}

.product__prices {
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#product-details-form .product__prices .product-card__badge--sale {
    margin: 0 !important;
}

.color-squares li,
.color-squares li a {
    width: auto;
    height: auto;
}

.color-squares li {
    border: none;
}

.bootbox-body .store-list-area .collapse .list-group-item-action a {
    display: none;
}

.product__old-price {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
}

.product__new-price {
    color: #78201E;
    font-weight: 600;
    font-size: 18px;
}

.color-squares {
    padding: 0;
    margin: 40px 0;
}

.product__option-label {
    font-weight: bold;
    color: black;
}

.product__option-label-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.product__option-label-box label {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

#size_modal .modal-dialog {
    max-width: 1200px;
}

.size_chart {
    background-color: transparent;
    text-transform: capitalize;
    border: 0;
    outline: 0;
    font-weight: bold;
    font-size: 15px;
    color: black;
}


.bootbox-body .accordion-header {
    font-weight: bold;
    font-size: 18px;

}

.bootbox .modal-content {
    overflow-y: scroll;
}

.btn-outline-info {
    color: black;
    border-color: black;
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
    background-color: black;
    color: white;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.11) !important;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.11);
}

.bootbox-close-button {
    float: right;
    color: black;
}

.store-list-product-img {
    border: 1px solid rgba(0, 0, 0, 0.075);
    padding: 5px;
    margin: 15px 0;
}

.size__item-box {
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;

}

.size__item-box .outofstock span {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.068);
    overflow: hidden;

    text-align: center;

}

.filter-categories__item [dir=ltr] .filter-list__input {
    position: absolute;
}

.size__item-box .outofstock span::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.26);
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    transform: rotate(33deg);
}

.outofstock span {
    color: rgba(128, 128, 128, 0.479);
    text-align: center;
}

.size__item-box span {
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-card__name {
    line-height: 24px;
    width: 100%;
    text-align: left;
}

.product-card__name a:hover {
    color: #2d2e2c;
}

.product-card__name a {
    color: #2d2e2c;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    font-family: 'roboto', sans-serif;
}

.selectedProduct {
    border: none !important;
}

.selectedProduct a {
    border: 1px solid #99999963 !important;
}

.input-radio-label__list input:checked~span {
    background-color: transparent;
    border: 1px solid #00000030;
    border-radius: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item a:hover {
    color: #000;
    opacity: 0.8;
}

.product__actions--box {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}

.col.mb-1.fromCheckWrp.newAdressBtn button {
    border: 0;
}

.shared-icons {
    display: none;
}

.product-details-page-link,
.accordion-header {
    box-shadow: none;
    border: 0;
    padding: 0;
    font-weight: 600;
}

#product__g_size .product__option {
    flex-direction: column;
}

.product__actions--box .input-number .product__quantity,
.product__quantity {
    width: 100% !important;
}

.product__actions--box .input-number__add {
    right: 20px;
}

.btn-primary:hover {
    background-color: #000;
    opacity: 0.8;
    color: white;
}

.cart-right {
    margin: 0;
}

.product__actions--box .input-number__sub {
    left: 20px;
}

.product__actions--box .product__actions-item {
    /* margin-bottom: 15px; */
}

.product__meta-availability {
    margin-bottom: 30px;
}

.product__option {
    margin-bottom: 0;
}

.stock {
    display: none;
}

.product__actions--box .add-to-cart-button {
    background-color: black;
    color: white;
    border: 0;
    border-radius: 0;
}

#sizechart {
    text-align: center;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    height: 80vh;
    overflow: auto;
}

#sizechart table tr th {
    background: #000;
    color: #fff;
    border: 0 !important;
}

#sizechart table tr th,
#sizechart table tr td {
    padding: 7px 12px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #e8e9eb;
}

table {
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#sizechart ul,
#ShippingInfo ul {
    margin: 0 0 20px 15px;
}

/* ======================== search Modal ======================== */
.seacrh__btn--modal {
    background-color: transparent;
    color: var(--text-white-color);
    text-transform: uppercase;
    outline: 0;
    border: 0;

}

.indicator--open .indicator__area,
.indicator--hover .indicator__area {
    background: transparent !important;
}

.indicator--open .indicator__value,
.indicator--hover .indicator__value {
    background: transparent !important;
}

#topcartlink .indicator__value {
    background-color: black !important;
}

body.active #topcartlink .indicator__value {
    background-color: black !important;
    color: white !important;
}

.nav-panel__row {
    justify-content: center;
    position: static;
}


/* footer  */
.site-footer {
    margin-top: 100px;
    border: 0;
}

.product__tags {
    display: none;
}

body.active .site-footer {
    margin: 0 0 0;
    border: 0;
}

body.active .site-footer__widgets {
    color: var(--text-white-color);
    border: 0;
    padding: 60px 0 30px;
}

.site-footer__widgets {
    padding: 0;

    color: var(--body-bg-color);

}

.footer-newsletter {
    border-top: 1px solid #bbbbbb30;
    border-bottom: 1px solid #bbbbbb30;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0 25px;
    margin-bottom: 30px;
}

.footer__accordion {
    margin: 10px 0 0 0 !important;
}

.f_last-two {
    display: flex;
    justify-content: space-between;
}

.f_last-two .footer__accordion {
    width: 50%;
}

.footer-contacts__title,
.footer-links__title,
.footer-newsletter__title {
    font-size: 20px;
    font-family: 'Poppins-ExtraLight';
}

.site-footer__widget+.site-footer__widget {
    margin-top: 40px;
}

.footer-links__list a {
    font-family: 'poppins-extralight';
    cursor: pointer;
}

.links__item {
    padding: 10px 0;
    font-family: 'Poppins-ExtraLight';
}

.footer-links__title {
    margin-bottom: 10px;
}

.footer-newsletter__text {
    font-family: 'Poppins-ExtraLight';
}

body.active .footer-newsletter__form {
    color: var(--color-surface);
    background-color: #202020;
    border: 1px solid #202020;
    border-radius: 4px 0 0 4px;
}

.kategori__scroll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    height: 60px;
    margin-bottom: 0px;
}

div#sizechart img {
    width: 100%;
}

.kategori__scroll .filter-categories__list {
    display: flex;
    width: 100%;
}

.filter__item-border {
    padding-left: 0 !important;
}

li.filter__item-border.filter-categories__item.filter-categories__item--parent {
    display: none;
}

.kategori__scroll .filter-list__item {
    padding: 8px 10px;
    position: relative;
}



.collection-filter-wrapper {
    display: flex;
    justify-content: flex-end;
}

.order__list_new {
    margin: 20px;
}

.btn-outline-primary.btn-sm {
    border-color: black;
}

.page-item.active .page-link {
    background-color: black;
    color: white;
}

.btn-outline-primary.btn-sm:hover {
    background-color: black;
    color: #ffffff;
}

.account-nav__item--active a {
    border-left: 2px solid #000;
    background-color: transparent;
    color: black;
}

.account-nav__item a {
    padding: 15px;
    margin: 3px 0;
}

.account-page {
    border: 0 !important;
}

.account-nav__item a {
    border: 0 !important;
}

.account-nav__item a:hover {
    background-color: transparent;
    color: black;

}

.custom-control-input {
    position: relative;
    top: 3px;
}

#Newsletter {
    top: 4px;
}

.data-table .product img {

    height: 150px;
}

.account-nav__title {
    padding: 10px 15px 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.account-page .generalTitle,
.return-request-page .generalTitle,
.order-details-page>.generalTitle,
.order-cancel-page>.generalTitle {
    border-left: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.account-page .generalTitle,
.return-request-page .generalTitle,
.order-details-page>.generalTitle,
.order-cancel-page>.generalTitle {
    margin: 0 0 40px 0;
    color: black;
    font-weight: 700;
    font-size: 20px;
}

.account-nav {
    border: 0;
}

#filtre--btn img {
    margin-right: 8px;
}

.kategori__scroll .filter-list__item.active {
    border: 1px solid black;

    border-radius: 10px;
}

.kategori__scroll .input-check__body {
    position: absolute;
    opacity: 0;
}

.filter-list__title {
    white-space: nowrap;
}

/* .kategori__scroll .filter-categories__list:hover {
    overflow-x: scroll;
} */

.kategori__scroll .widget-filters__item:first-child {
    border: 0;
}

.kategori__scroll .widget-filters__item {
    display: flex;

    width: 80%;
    overflow: hidden;
    align-items: center;
}

.kategori__scroll .filter-categories__list {


    min-width: 400px;

}

.kategori__scroll .filter-categories__list::-webkit-scrollbar {
    height: 5px;
    background-color: #ccc;

}

.filter__item-border {
    padding: 0px 20px;
}

#k_prev,
#k_next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    border: none;
    background-color: white;
    outline: none;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 100%;
    opacity: 0;
}

/* body.active a {
    color: white;
} */

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#k_prev {
    left: 0;
}

#k_next {
    right: 0;

}

.kategori__scroll__box:hover #k_prev,
.kategori__scroll__box:hover #k_next {
    opacity: 1;
}

.menu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* #k_prev ,#k_next {
   background-color: transparent;
   border: 0;
   outline: 0;
} */
.kategori__scroll__box {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    width: 80%;

}

/* .kategori__scroll__box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    width: 50px;
} */
.k_list {
    display: flex;
    width: 100%;
    margin: 0 20px;

}

.k_list li {
    white-space: nowrap;
}

.k_list li a {
    color: black;
    font-weight: lighter;
}

.kategori__scroll .filter-categories__list::-webkit-scrollbar-thumb {
    background-color: #888;
    width: 33px;
}

.widget-filters__item {
    padding: 25px 40px;
    background-color: white;
    width: 100%;
}

.kategori__scroll .widget-filters__item a {
    white-space: nowrap;
}

.footer-newsletter__form {
    background-color: var(--text-white-color);
    border: 1px solid #bbbbbb40;
    border-radius: 13px;
    overflow: hidden;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    max-width: 1000px;
    width: 700px;
    min-width: 150px;
}

#footer-newsletter-address {
    border: 0;
    padding-left: 15px;
    width: 100%;
    color: black;
}

.footer-newsletter__form-input::placeholder {
    font-size: 16px;
}

.footer-newsletter__form-button {
    height: 100%;
    background-color: black;
    border: 0;
    white-space: nowrap;
    font-size: 14px;
}

.footer-contnet-item {
    padding: 53px;
}

.site-footer__bottom {
    border-top: none;
    border-bottom: 1px solid #bbbbbb30;
    padding: 15px 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.active .social-links__link,
.social-links__link:hover {
    color: white;
}

.social-links__link,
.social-links__link:hover {
    color: black;
}

body.active .site-footer__copyright {
    color: var(--text-white-color);
}

.site-footer__copyright {
    color: black;
    width: unset;
}

.social-links__item a {
    background-color: transparent;
    border: 2px solid #a9a9a9;
}

.social-links__item {
    margin: 10px 7px 0 5px;
}


.product-card__info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.totop__button {
    background: #a9a9a9;
}

#seacrh__model__gx {
    z-index: 10400;
    top: 0;
    width: 100%;
}

/* .owl-carousel .owl-item img {
    object-fit: cover;
    height: 550px;
} */

#seacrh__model__gx .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: white;
}

#seacrh__model__gx .modal-content {
    top: 0;
    width: 100%;
    box-shadow: none;
    padding: 30px 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.modal-backdrop {
    display: none;
}

#seacrh__model__gx .modal-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

#seacrh__model__gx .modal-header .btn-close {
    width: 0px;
    height: 0;
    background-size: 10px;
}

#small-search-box-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
}

#seacrh__model__gx .modal-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search__button--type--submit {
    background-color: transparent;
    border: 0;
    outline: 0;
}

#seacrh__model__gx .search__input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0000009c;
}

.category-page .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: auto !important;
}

.shop__box .indicator__value {
    left: 7px;

}

[dir=ltr] .account-nav__item--active a {
    border-left: 2px solid #000;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: black;
    color: white;
    border-color: black;
}

button.btn.continue-shopping-button {
    padding: 0;
}

.clear-btn {
    border: 0;
}



.input-check__input:checked~label {
    border: 1px solid rgba(0, 0, 0, 0.178) !important;
}

.input-check__input:checked~.input-check__box {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.178);
    width: 16px;
    height: 16px;
    border-radius: 0;

}

.size__list .input-check__input:checked~.input-check__box,
.size__list .input-check__body {

    width: 100%;
    height: 100%;

}

#bankTransferPayment .form-radio-label {
    display: flex;
}

.fromCheckWrp .input-check__input:checked~.input-check__box {
    background-color: transparent;
}

/* #addressInfo {
    margin-right: 20px;
} */

.bootbox {
    top: 0px !important;
}

.order-table-item {

    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.deleteshoppingcartitem {
    background: #000000;
    color: #ffffff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deleteshoppingcartitem i {
    top:unset !important;
    right:unset  !important;
}

.deleteshoppingcartitem:hover {
    background: transparent;
    
    transition: 500ms all;
}

td.cart-table__column.cart-table__column--product {
    font-size: 15px;
    max-width: 50px;
}

.price-wrp-checkout.order-table-item {
    width: 12%;
}

.product.order-table-item {
    width: 28%;
}

.cart-total-right .value-summary {
    width: 100%;
    display: block;
    text-align: end;
}

.bootbox .modal-title {
    display: none;
}

.selectedProduct .image-container--product img {
    border:1px solid black !important;
}
#product-details-form  .color-squares li a{
      border:none !important;
}

#product-details-form  .color__img__product img {
    max-width: 85px;
    border: 1px solid #6767673b;
}
.selectedProduct a {
    border:none !important;
}

.bootbox-close-button {
    width: 100%;
    text-align: right;

}

.document {
    border: none;
    border-radius: none;
    padding: 0 !important;
}

.price-wrp-checkout.order-table-item {
    align-items: flex-end;
}

span.product-quantity {
    display: block;
    text-align: left;
    width: 100%;
}

a.order-summary-product-img {

    padding: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product.order-table-item .product-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.favorite-btn{
    align-items: center;
}
#ordersummarypagecart {
  
    padding: 20px !important;
    border-radius: 0;
}

.bootbox .modal-content {
    overflow: hidden;
}
.wishlist-page.shopping-wishlist .product-card__actions {
   
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.wishlist-page.shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__image{
    width:120px;
}

.wishlist-page.shopping-wishlist .product-card__delete {
    top:0;
    left: unset;
    right: 14px;
    padding: 0;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.wishlist-page.shopping-wishlist .product-card__actions .wishList-add-to-card {
    min-width: auto;
    height: max-content;
    font-weight: unset;
}

#shopping-cart-area .wishlist-page .product-card__prices {
    text-align: right;
}

.order-txt {
    font-size: 18px;
    font-weight: normal;
}

.fromCheckWrp .input-check__icon {
    display: block;
    fill: transparent;
}

.invoice__note {
    border: 1px solid #dedede !important;
    padding: 20px;
}

.checkout-page {
    border: 0 !important;
}

.product-img-scroll {

    overflow-x: scroll;
    width: 95%;

}

.order-seacrh-box {
   
    position: relative;
}

.order-seacrh-box i {
    position: absolute;
    right: 8px;
    top: 7px;
}

.product-img-scroll::-webkit-scrollbar {
    width: 2px !important;
    height: 5px;
}
.return-request-list-page .card-footer input {
    background-color: black;
    color: white;
    padding: 0 30px;
    border: 0;

}
.product-img-scroll::-webkit-scrollbar-thumb {
    background-color: black;
    /* Kaydırma çubuğu başparmağının rengini ayarlayın */
}


.product-img-scroll::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

.product-img-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


.order-completed-page .succes-message span {
    font-size: 16px;
}

.order-completed-page .order-info {
    margin-top: 0px;
    font-size: 16px;
}

.completed-btns {
    border-top: 1px solid #0000001f;
    margin-top: 50px;
    margin: 20px auto;
    width: 50%;
    padding-top: 40px;
}

.productAttributeMappings {
    font-size: 14px !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

.completed-btn {
    border: 1px solid black;
    padding: 15px 50px;
    text-transform: capitalize;
    transition: 500ms all;
}

.completed-btn:hover {
    opacity: 0.7;
    transition: 500ms all;
}

.completed-btn:last-child {
    background-color: #000;
    color: white;
    margin-left: 25px;

}

.order-detail-page {
    border: 1px solid rgba(0, 0, 0, 0.288);
    padding: 15px 20px;
}

#bankTransferPayment {
    border: 1px solid #dedede !important;
    padding: 20px 20px 0;
    padding-bottom: 0 !important;
}

.order-detail-page>div:nth-child(4)>div {
    justify-content: flex-start !important;
}

.order-detail-page>div.row.justify-content-end {
    justify-content: flex-start !important;
}

div.order-detail-page>div:nth-child(4)>div .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.order-completed-page .generalTitle {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 40px;
}

.completed-img {
    border: 4px solid black;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}

.completed-img span {
    position: relative;
    width: 80px;
    height: 80px;

}

.order-completed-page {
    padding: 100px 0px;
}

.completed-img span::before {
    position: absolute;
    left: 0;
    top: -35px;
    right: 0;
    bottom: 0;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 90px;
    color: black;
}


.formCheck-container:focus-visible,
.form-check:focus-visible {
    outline: 0;
    border: 0;
    box-shadow: none;
    background-color: white;
}

#bankTransferPayment .fromCheckWrp {
    width: 100%;
    min-height: 140px;
}

.sube-title {
    text-transform: capitalize;
}

.transfer-check .input-check__box,
.transfer-check .input-check__icon {
    left: 10px !important;
    top: 50% !important;
}

#bankTransferPayment label.form-radio-label {
    padding-left: 10px;
    border: 0;
    border: 1px solid #dadada;
    /* display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column; */
}

#bankTransferPayment label.form-radio-label span {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.image-parent img {
    width: auto;
    height: 72px;
    object-fit: contain;

}

.image-parent {
    margin: 0 10px 0 !important;

}

.invoice__note .col-form-label {
    padding-bottom: 20px;
    font-size: 18px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: black;
    outline: 0;
    box-shadow: none;
}

.jp-card-front {
    background: linear-gradient(25deg, #999, #999) !important;
}

ul#paymentTabs {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.adress__invoice-box {
    border: 1px solid #0000001a;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: auto;
    width: 31%;
    overflow: hidden;
    /* font-family: 'poppins'; */
    background: #f1f1f163;
    transition: 500ms all;
}

.form-radio .form-radio-label {
    padding: 0;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 15px;
}

.adress__invoice-box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transition: 500ms all;
}

.adress__invoice-check {
    position: relative;
}

.address-form {
    width: 100%;
    display: flex;
    padding: 0 !important;
    border: none !important;
}

.new__address-addbtn {
    padding: 0;
    margin: 20px 0;
}

.ship-to-same-address label {
    padding-left: 25px;
    font-size: 16px !important;
}

.new_add-btn {
    width: auto;
    background-color: black;
    color: white;
    border: 1px solid black;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    text-transform: capitalize;

}

.new_add-btn:hover {
    background-color: transparent;
    color: black;
    transition: 500ms all;

}

.new_add-btn i {
    font-size: 14px;
    margin-left: 10px;
    transition: 500ms all;
    color: white;
}

.new_add-btn:hover i {
    transform: rotate(180deg);
    transition: 500ms all;
    color: black;
}

.address-form .address {
    margin: 0;
}

.address_check__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

[dir=ltr] .form-check {
    padding-left: 0;
}

[dir=ltr] .form-check-input {
    margin-left: 0;
}

.adress__invoice-box .input-check__icon {
    right: 0;
    left: 94%;
}

.adress__invoice-box .form-check {

    width: 100%;
}

.address_check__title .address__name {
    margin: 0;
}

.address_check__title .input-check__input {
    right: 0;
}

#address-form {

    border: none !important;
}

.address__body {
    width: 100%;


}

.address__card {
    padding: 0 30px;
}

/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */


/* Preloader */

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #000;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}



/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000002a;
    /* change if the mask should have another color then white */
    opacity: 1;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
}

.size__list .input-check__input:checked~.input-check__box::before {
    background-color: rgb(153 153 153);
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    border: 1px solid rgba(0, 0, 0, 0.178);
    width: 100%;
    height: 100%;
    border-radius: 0;

}

.data-table #renk,.data-table #color,.data-table #productgroup,
.data-table #urungrubu {
    display: none;
}

#checkoutasguest {
    margin-bottom: 15px;
}

.btn-load-more {
    text-transform: capitalize;
    border-radius: 0;
}

#checkout-payment-card>div>div>div>table>tbody>tr>th>span.input-check__body>svg {
    fill: black !important;
}

.menu__list {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.tags__list a:focus,
.tags__list a:hover {
    background-color: black;
    color: white;
    border: 0;
}

.input-check__icon {
    fill: transparent;

}

.input-check__input:checked~.input-check__icon {
    fill: black;
}

/* .input-check__icon {
    display: none;
} */

#IyzicoCreditCardInfoModel {
    margin-top: 25px;
}

#paymentTabs li a.active {
    background-color: black;
    border-radius: 0;
}

#paymentTabs li a {
    border-radius: 0;
}

.card-wrapper {
    margin-bottom: 50px;
}

.order-summary-product-img {
    border: 1px solid black;
    padding: 5px;
}


.shop__box .indicator__value {
    left: 10px;
}

.order-summary-li .product a {
    font-size: 15px;
}

.table-total-price-wrp {
    background-color: transparent;
}

.input-radio__input:checked~.input-radio__circle {
    background-color: #99999963;
}

.jp-card-front {
    background-color: black !important;
}

.shipping-method {
    border-right: 1px solid #dedede !important;
}

.checkout-data {
    padding-right: calc(var(--bs-gutter-x)/ 2) !important;
}

.card-header:first-child {
    border-radius: 0;
}

.col.mb-1.fromCheckWrp.newAdressBtn button {
    min-height: 150px;
}

.card.border {
    border-radius: 0 !important;
}

.formCheck-container label.form-radio-label {
    border-radius: 0;
}

#ordersummarypagecart {
    padding: 0;
}

button#applydiscountcouponcode {
    background-color: #353535;
    color: white;
    border-radius: 0;
}

.cart-summary-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-page .generalTitle,
.return-request-page .generalTitle,
.order-details-page>.generalTitle,
.order-cancel-page>.generalTitle {
    border-left: 3px solid black;
}

.cart-right.col-sm-12.col-md-12.col-lg-3 {
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.footer-newsletter__form-button {
    background-color: black;
}

.dropcart__product a.product-image__body {
    height: 100%;
}

/* .nprogress-busy {
    background-color: red;
} */

.menu--layout--topbar .menu__list {
    padding: 15px 0 15px;
}

.menu__item--currency .menu--layout--topbar .menu__list {
    padding: 0;
}

.topbar__item {
    width: 50px;

}

.menu--with-icons .menu__item-link {
    color: black !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.menu__item--hover {
    background-color: var(--body-bg-color);
}

.dropcart--style--offcanvas .dropcart__backdrop {
    background: #000000cc !important;
    z-index: 999999999999;
}

.nav-links__item-body {
    padding: 60px 0;
}

.nav-links__item-body svg {
    display: none;
}

.nav-links__item--hover .nav-links__item-body {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.nav-links__item--hover {
    background: none !important;
}


/* self menu  */
.gx__menu--ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__item-link {
    padding: 2px 0;
}

.menu__list {
    padding: 0;
}

.gx__menu--ul .gx__home--li {
    padding: 30px 41px;
}

.gx__menu--ul .gx__home--link .nav-links__item-body {
    padding: 0;
}

.gx__submenu {
    display: none;
}

.gx__home--li .gx__submenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 560px;
    background-color: #000000e3;
    left: 0;
    top: 100%;
    padding: 25px;
    overflow-y: scroll;
}

.g_kategori__slider {
    /* border: 1px solid red; */
}


.menu__bg {
    background-color: black;
    color: white !important;
    margin: 12px 8px;
}

.menu--with-icons .menu__bg .menu__item-link {
    color: white !important;
    padding: 13px;

}

[dir=ltr] .menu--layout--topbar.menu--with-icons .menu__bg {
    color: white !important;
}

@media screen and (max-width: 990px) {
    .filter__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter__arrow {
        position: unset;
        right: unset !important;
    }

    .filter__container,
    .order__list_new {
        padding: 15px 0 !important;
        margin: 0;
    }

    .widget-filters__actions {
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 600px) {
    .gx__home--li:hover .gx__submenu {
        display: block;
    }
}

.g__submenu--div {
    box-shadow: none;
}

.gx__menu__bottom--submenu {
    position: static;
    display: block;
}

.gx_part {
    width: 20%;
    margin-right: 10px;
}


.g__submenu--div ul {
    display: flex;
    flex-wrap: wrap;
}


.menu__item .level-2 {
    display: block;
    white-space: nowrap;
}

.mobile-logo {
    display: none;
}

.menu__item-link {
   
    font-size: 12px;
    
    color: black !important;
    transition: 500ms all;
    padding-left: 0;
}

[dir=ltr] .menu__item-link {
    padding: 0;
}

.menu__item .level-2 .menu__item-link {
    font-weight: lighter !important;
    font-size: 16px;
    font-family: "WILOPlusFM";
}

.menu__item-link:hover {
    opacity: 0.6;
    padding-left: 5px;
    transition: 500ms all;
}

.mobil__col,
.mobil__menu,
.mobil__menu--btn {
    display: none;
}

.desktop__col {
    display: block;
}

.mobil__menu--btn {
    width: 30px;
    height: 20px;
    background-color: transparent;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

body.active .mobil__menu--btn span,
body.active .mobil__menu--btn span::before,
.mobil__menu--btn span::after {
    background-color: white;
}

.mobil__menu--btn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: black;

}


.mobil__menu--btn span::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: black;
    top: 0;
    left: 0;
}

.mobil__menu--btn span::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
}

#user__icon {
    margin: 0;
    padding: 0;
}

body.active .user__icon i {
    color: white;
    font-size: 20px;
}

.user__icon i {
    color: black;
    font-size: 20px;
}


.news--accept form {

    display: flex;

}

.news--accept {
    width: 60%;
}

.news--accept label {
    font-size: 15px;
    font-family: 'Poppins-ExtraLight';
    line-height: 22px;
    margin-bottom: 14px;
}

.accept__box {

    position: relative;
    margin-right: 8px;
}

.site-footer__payments {
    width: 250px;
}

.site-footer__payments img {
    height: 17px;
}

.livasoft__box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.livasoft__box img {
    width: 75px;
}

body.active .accept__box span {
    border: 1px solid white;
}

.accept__box span {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #00000038;
    margin-top: 5px;
    margin-right: 0;
}

.accept__box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;

}

.accept__box input[type="checkbox"]:checked+span {
    background-color: #631b0d;
}

/* a {
    color: #000;
} */

#footer-newsletter-address:focus-visible {
    border: 0;
    outline: 0;
}

#store-list,
#size_modal {
    z-index: 99999999999999;
    top: 80px;
}

.g_kategori__slider .block-header .block-header__arrows-list .block-header__arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}

.custom-nav {
    text-align: center;
}

.g_kategori__slider .custom-nav {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-prev,
.custom-next {
    background: transparent;
    width: 40px;
    height: 40px;
    border: none;
    margin: 0 10px;
    cursor: pointer;
    outline: none;
}

.custom-prev img,
.custom-next img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.custom-prev {

    display: flex;
    align-items: center;
    justify-content: end;
}

.custom-next {

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.store-logo {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-top: 3px;
}



.header-right {

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header-user {

    position: unset;
    top: unset;
    margin: 0;
    padding: 0;
    height: auto;
}

#header-user .dropdown-menu li {
    padding: 6px 12px;
    margin: 5px 0;

}

#header-user button {
    background-color: transparent;
    border: 0;
    outline: none;
    width: 30px
}

#header-user button i {
    color: black;
    font-size: 20px;
}

.iconset__btn i {
    font-size: 20px;
    color: black;
}

.wishlist-qty {

    top: 2px;
}


@media screen and (max-width:1000px) {

    .block-slideshow__slide-image video {
        width: 100%;
    }

    .block-slideshow--layout--full .block-slideshow__body,
    .block-slideshow--layout--full .block-slideshow__slide {
        height: auto;
    }

    .page-header__breadcrumb {
        padding: 15px 8px;
    }

    .owl-carousel .owl-item .product-image--location--gallery .product-image__img {
        -webkit-transform: translateX(-49%) translateY(0%);
    }

    body.active .seacrh__btn--modal .anm-search-l:before {

        font-size: 18px;
    }

    body.active .site-footer__widgets {
        padding: 0 10px;
        margin: 0;
    }

    .notification-bar {
        position: static;
    }

    #seacrh__model__gx .modal-content {
        padding: 20px;
    }

    .logo {


        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo a img {
        max-width: 150px;

        width: auto !important;
        height: 100%;
        object-fit: contain;

    }

    .topbar-dropdown {
        display: flex;
        justify-content: flex-end;
    }

    .money__item,
    .money__drop {
        width: 86% !important;
    }

    .money--box {
        position: static !important;
    }

    body.active .white__default {

        width: auto;
    }

    body.active .livasoft__box .white__default {
        width: 100px;
    }

    .g_kategori__slider .block-header .block-header__arrows-list .block-header__arrow {
        width: 25px;
        height: 25px;
    }



    .slider-wrapper {
        margin: 0 !important;
    }

    .g_slider__box img {

        height: auto !important;

    }

    .logo {
        justify-content: flex-start;
    }

    .footer-links {
        text-align: left;
    }

    .g_banner {
        margin: 40px 22px 0;
        min-height: 230px;
    }

    .site-footer__widgets {
        padding: 25px 10px 15px;
    }

    .footer-contacts {

        text-align: left;
        margin-top: 25px;
    }

    .footer__accordion {
        margin: 0 !important;
    }

    .footer-contacts__contacts li {
        line-height: 1.6;
    }

    .footer-newsletter {
        text-align: left;
    }

    .site-footer__bottom {
        padding: 30px 0;
        display: flex;
        justify-content: center;
    }

    .g_kategori__slider .owl-item {
        margin-right: 0px !important;
    }

    .site-footer__copyright {
        margin-top: 15px;
    }

    .news--accept label {
        font-size: 13px;
    }

    .g_banner h2 {
        font-size: 20px;
    }

    .g_banner h3 {
        font-size: 35px;
    }


    .gx-content-container {
        padding: 0 10px;
    }

    .icon__set-menu .language-picker {
        display: none;
    }

    #mobile-wrapper .language-picker {
        padding: 5px 0;
        width: 100%;
        background: #cdcdcd;
        margin: 0;
    }


    .topbar-dropdown {

        width: 40px;

    }

    .topbar-dropdown__btn {
        padding: 0 !important;
    }

    .topbar-dropdown__body {
        position: absolute !important;
    }

    .topbar-dropdown__body .money--box {
        position: static !important;
    }

    .topbar-dropdown .money__drop {
        display: flex;
        flex-direction: column;
    }

    .white__user {
        height: 26px;
    }

    #topcartlink {
        margin-left: 10px;
    }

    .notification-bar {
        padding: 8px 0;
    }

    .close-announcement {
        right: 15px;
        width: 18px;
        height: 18px;
        top: 8px;
    }

    .gx__home--li .gx__submenu {
        background-color: white;
        padding: 0;
    }

    .menu__item-link {
        color: black !important;
        padding: 0;
        position: relative;
    }

    /* 
    .menu__item-link::before {
        position: absolute;
        content: '';
        background-color: black;
        width: 8px;
        height: 8px;
        right: 0;
        top: 35%;
    } */

    .menu__list {
        overflow: hidden;
    }

    [dir=ltr] .menu__item-link {
        padding: 0;
    }

    #topcartlink {
        margin-left: 0px;
    }


    .gx_part {
        width: 100%;
    }

    .gx__menu__bottom--submenu {
        display: none;

    }

    .gx__home--li .gx__submenu {
        min-height: 0px;
        height: auto;
    }

    .g__submenu--div {
        padding: 0;
    }

    .g__submenu--div ul {
        display: block;
    }

    .site__header {
        position: fixed;
        margin: 35px 0 0 0;
        padding: 0 0 10px 0;

    }

    .mobil__col {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0;
    }

    .mobile-nav-wrapper .closemobileMenu {
        background-color: white !important;
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .nav-li__home--arrow {
        background-color: transparent !important;
    }

    #MobileNav li a {
        text-transform: capitalize !important;
    }

    #MobileNav {
        padding: 0 40px !important;

    }

    #MobileNav li {
        border-top: none !important;
        border-bottom: 1px solid #000;
        position: relative;
        padding: 15px 0;
    }

    .nav-li__home--subbox.active {
        background: transparent !important;
    }

    .nav-li__home a {
        padding: 5px 0 !important;
    }

    .mobile-nav-wrapper {
        width: 340px !important;
    }

    .nav-li__home--arrow,
    .nav-li__sub--arrow {
        right: 0 !important;
    }

    .store-logo {
        max-width: 200px;
    }

    .seacrh__btn--modal i {
        margin: 0;
    }

    .topbar-dropdown {
        width: auto;
        margin-left: 10px;
    }

    .shop__box {
        margin-left: 10px;
    }

    .social-links__link {
        width: 30px;
        height: 30px;
    }

    .social-links__item {
        margin: 0 3px 0px 7px;
    }

    .news--accept label {
        margin: 0 0 20px;
    }

    body.active .site__header {
        /* background-color: transparent !important; */
        background-color: rgba(56, 62, 66, 0.9) !important;
        margin-top: 0;
        padding-top: 4px;
    }

    body.active .site__header.active {
        background-color: rgba(56, 62, 66, 0.9) !important;
    }

    .mobil__menu--btn {
        display: block;

        border: 0;
        outline: 0;
    }

    .mobil__menu--btn svg {
        fill: white;
    }

    .desktop__col {
        display: none;
    }

    .gx-container {
        padding: 0 15px;
    }

    .seacrh__btn--modal span {
        display: none;
    }

    .seacrh__btn--modal {
        margin: 0;
    }

    #seacrh__model__gx .modal-content {
        padding: 15px;
    }

    #seacrh__model__gx .modal-title {
        font-size: 15px;
    }

    #seacrh__model__gx .modal-header .btn-close {
        margin-right: 6px;
        font-size: 12px;
    }

    .nav-links__item-body svg {
        display: block;
    }



    .mobil__menu {
        display: none;
        background-color: white;
        position: absolute;
        left: 0%;
        top: 86px;
        right: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    }

    body.active .mobil__menu .nav-links__item-body span {
        color: black;
        font-size: 15px;
    }

    .gx__menu--ul .gx__home--li {
        padding: 0;
    }

    .gx__menu--ul .gx__home--li a {
        padding: 5px 15px;
        border-bottom: 1px solid #0000000f;
        display: block;
    }

    .mobil__menu .menu__item-link {
        padding: 15px 30px !important;
        font-size: 15px;
        font-family: "WILOPlusFM" !important;
        font-weight: lighter !important;
    }

    .mobil__menu .gx__menu--ul {
        display: block;
    }

    .mobile__menu--close button {
        width: 15px;
        height: 15px;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        border: 0;
        outline: 0;
    }

    .nav-links__item-body span {
        color: black;
        font-weight: bold;

    }

    .mobile__menu--close {

        display: flex;
        width: 95%;
        justify-content: flex-end;
        text-align: right;
    }

    .menu--layout--topbar {
        box-shadow: none;
    }

    .menu--layout--topbar .menu__list,
    [dir=ltr] .menu--layout--topbar .menu__item-link {
        padding: 13px 0;

    }

    .mobil__menu .nav-links__list {
        display: block;
    }

    .nav-panel__row {
        justify-content: flex-start;
        padding-left: 25px;
    }

    /* .nav-links__submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        display: block;
    }

    .nav-links__submenu {
        position: static;
    } */

    .menu__list {
        display: block;
        opacity: 1;
    }

    .nav-links__item-body {
        padding: 28px 0;
    }

    .mobil__menu.active {
        display: block;
        z-index: 9999999999999999999999;
    }



    .gx__home--li .gx__submenu {
        position: static;

    }

    .gx__submenu {
        position: static;
        display: none;
    }

    .gx__submenu.active {
        display: block;
    }


}


.category-page .products-list__item .product-image__img {
    object-fit: cover;

}

.product-card__image {
    padding: 0 !important;

}

.dropcart--style--offcanvas .dropcart__body {
    z-index: 10109999999;
}

/*Sportime */

.product-image__body {
    padding-bottom: 0;
}

.product-image__img {
    position: relative;
}

.products-list[data-layout="grid-2-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: 522px;
    min-height: unset;
}

.products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: 445px;
    min-height: unset;
}

.filters__layout-icon {
    display: flex;
    flex-wrap: wrap;
    width: 16px;

}

#toggleGridBtn {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #2d2e2c;
    padding: 11px;
    border-radius: 3px;

}

.filters__layout-square {
    background-color: #fff;
    border: 1px solid #2d2e2c;
    border-radius: 1px;
    height: 6px;
    margin: 1px;
    transition: transform .3s ease-in-out;
    width: 6px;
    transition: 300ms all;
}

.product-card__image--mobile {
    display: block;
}

.product-card__image--desktop {
    display: none;
}

.grid-three .filters__layout-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-three .filters__layout-square--first,
.grid-three .filters__layout-square--third {
    transition: 300ms all;
    position: absolute;
    opacity: 0;
}

.grid-four .filters__layout-square--first,
.grid-four .filters__layout-square--third {
    background-color: white;
    position: static;
    opacity: 1;
    transition: 300ms all;
}


.products-list[data-layout="grid-3-sidebar"] .products-list__item {

    width: calc(33% - 0px);
    margin: 0 0px 30px 0;
    padding: 0 !important;
}

.products-list[data-layout="grid-4-full"] .products-list__item {
    box-shadow: none;
    padding: 4px !important;

    margin: 0px 0px 30px 0;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item .product-card {
    width: 290px;
    margin: 0 auto;

}

.product-card__image--slider {
    width: 100%;
}

.swiper-button-lock {
    opacity: 0;

}

.product-card__image--slider .swiper-pagination {
    display: none;
}

.product-card.product-card--hidden-actions:hover .swiper-button-lock {
    display: flex;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: white;
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {

    font-size: 17px;
    color: black;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: pointer;
    pointer-events: unset;
}

.products-list[data-layout="grid-3-sidebar"] .product-swiper-item .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item:first-child {
    margin-left: 0;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item:nth-child(3n) {
    margin-right: 0;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item:nth-child(3n)+div {
    margin-left: 0;
}

.products-list[data-layout="grid-4-sidebar"] .products-list__item {

    width: calc(25%);

    padding: 20px 3px;
}

.products-list[data-layout="grid-4-sidebar"] .products-list__item:first-child {
    margin-left: 0px;
}

.products-list[data-layout="grid-4-sidebar"] .products-list__item:nth-child(4n) {
    margin-right: 0;
}

.products-list[data-layout="grid-4-sidebar"] .products-list__item:nth-child(4n)+div {
    margin-left: 0;
}


.product-gallery__featured .product-image {
    padding: 0;
    overflow: hidden;
}

.product-details-fall-box {
    display: none;
    justify-content: space-between;
    align-items: center;
}

.accardoin__product {
    margin-top: 20px;
}

.product__features,
.product-card__features-list {
    display: block !important;
    text-align: center;
    margin: 0;
}

.product-card__features-list {
    text-align: left;
}

.products-list[data-layout^="grid-"] .product-card .product-card__features-list {
    text-align: center;
}

.product__features li,
.product-card__features-list li {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #2d2e2c;

    padding-left: 0 !important;
}

.product__features li:not(#SpecificationCategory, #Specificationmodel),
.product-card__features-list li:not(#Specificationcinsiyet, #SpecificationCategory) {
    display: block;
    white-space: nowrap;
    margin-top: 0;
}



.product__features li {
    float: left;
    margin: 0 2.5px;
}

.product__features {
    display: flex !important;
    justify-content: center;
}

.product__features li b,
.product-card__features-list li b {
    display: none;
}

.product__features li::before,
.product-card__features-list li::before {
    display: none;
}

[dir=ltr] .product-card__features-list li {
    padding: 0;
    display: inline-block;
}

.product-card__actions {
    margin: 0;
}




.owl-carousel .owl-item .product-image--location--gallery .product-image__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-54%) translateY(0%);


}

.product-gallery__featured {
    box-shadow: none;
}

.product-gallery__carousel {
    display: none;
}


.owl-stage {
    min-width: 300px;
}

@media screen and (min-width: 768px) {


    #product-image .owl-stage {
        transform: none !important;
        transition: none !important;
        width: 100% !important;
    }


    #product-image .owl-stage .owl-item {
        float: left;
        width: 50% !important;
        height: 800px;
        overflow: hidden;
        margin: 12px 0;
    }


    #product-image .owl-stage .owl-item img {
        width: 100% !important;
        height: 800px;
        object-fit: cover;
        object-position: top;
    }

    #product-image .owl-carousel .owl-dots {
        display: none;
    }

}



/*Sportime End*/
.product-card__badge--new {
    background-color: #000;
    font-size: 11px;
    padding: 5px;
    font-weight: lighter;
    color: white;
    margin: 0;
    letter-spacing: 0px;

}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .block-header {
    margin: 10px 0 10px;
}

.g_arrow-box {

    position: absolute;
    top: 40%;
    width: 106%;
    z-index: 5;
    left: -3%;
    display: flex;
    justify-content: space-between;
}

.g_arrow-box .block-header__arrow {
    border: 1px solid #00000012;
    background: transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.product-card:hover::before {
    box-shadow: none;



}

.product-card:hover .product-card__quickview {
    background-color: transparent;
}

.product-card--hidden-actions,
.product-card::before {
    box-shadow: none;
}

.block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card--hidden-actions .product-card__buttons,
.block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card--hidden-actions .product-card__buttons {
    display: block
}

.block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover,
.block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover {
    margin: 0;
}

.block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card .product-card__image,
.block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card .product-card__image .product-image__img {

    height: 450px;
}

.products-list[data-layout^="grid-"] .product-card .product-card__info {

    padding: 0px 10px 0 16px !important;
}

.product-info-detail {
    font-weight: 600;
    white-space: nowrap;

}

.product-card__wishlist svg {
    fill: unset;
    width: 24px;
    height: auto;
    filter: none;
}

.input-radio-label__list label {
    margin: 5px;
}

.fav-fill {
    display: none;
}

.added-wishlist .fav-fill {
    fill: black !important;
    display: block;
    width: 23px;
    height: 24px;
}

.fav-empty {
    display: block;
}

.added-wishlist .fav-empty {
    display: none;
}

.product-card__image {
    border: 1px solid #80808042;
    margin-bottom: 10px;
    height: 100%;
    flex-shrink: initial;
    display: flex;
    align-items: center;
}


.category-page .product-card__image {
    height: 627px;
}

.product-card__info,
.product-card__actions {
    padding: 0 !important;
}

.product-card__prices {
    font-weight: 400;
    height: 40px;
    flex-direction: column;
    margin-top: 5px;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
}

.wishlist-page .product-card__prices {

    width: 100%;
    padding: 0px 10px 0 16px !important;
}

.wishlist-page .products-list[data-layout^=grid-] .product-card .product-card__actions {
    margin-top: 0;
}

.wishlist-page .products-list[data-layout^=grid-] .product-card .product-card__actions  .attributes {
width: 100%;
    padding: 0px 10px 0 16px !important;
}
.wishlist-page .products-list[data-layout^=grid-] .product-card .product-card__actions  .attributes br {
    display: none;
}
.product__actions-item--wishlist .added-wishlist svg {
    fill: #000000 !important;
    stroke: #000000;
}


.wishlist-page .product-card__buttons {
    width: 100%;
        padding: 0px 10px 0 16px !important;
}
#Specificationkumastedarikcisi {
    text-align: left;
    margin-top: 5px;
}

#Specificationkumastedarikcisi span {
    margin: 0 10px;
    display: inline-block;
}

.categories-colors .color-squares {

    margin: 0;
}

.category-page .products-list[data-layout="grid-3-sidebar"] .products-list__item .product-card {
    width: 100%;
}

.categories-colors .color-squares li,
.categories-colors .color-squares li a {
    width: 8px;
    height: 8px;
    border: 0;
}

.block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons,
.block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons {
    display: block;
}

.product-card__buttons {
    margin: 25px 0;
    opacity: 0;
}

.product-card__info {
    flex-grow: 0;
    text-align: center;
}

.sku_procuct_box {
    font-size: 13px;
    width: 100%;
    color: #2d2e2c;
    font-weight: 300;
    display: block;
    text-align: left;
    font-family: 'roboto', sans-serif;
}

.block-products-carousel__cell .product-card:hover .product-card__buttons {

    opacity: 1;
}

.product__content {
    position: relative;

}

.fixed-product-tab {
    margin-bottom: 45px;
    position: sticky;
    top: 15px;
    z-index: 2;
    padding-left: 20px;
}

.g_detail_carusel {
    position: relative;
}

.product-card .product-card__wishlist {
    opacity: 1;
    background: transparent;
    box-shadow: none;
    outline: 0;
    border: 0;
    right: 0;
    top: 9px;
}

.product-card__old-price {
    color: black;
    font-size: 15px;
}

.product-card__new-price {
    font-weight: 800;
}

.product-info-detail::before {
    display: none;
}

.g_prodcut__carusel_item .product-card__new-price {
    color: #78201E;
}

.g_prodcut__carusel_item .product-card__badge--sale {
    margin: 8px 0;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    width: 100%;
}



.product-card__badge--sale {
    width: auto;
    height: 30px;
}

.product-card__addtocart {
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0 !important;
    border: 0;
    font-weight: bold !important;
    text-transform: uppercase;
}

.products-list[data-layout="grid-3-sidebar"] .product-card--hidden-actions:hover .product-card__buttons,
.products-list[data-layout="grid-4-full"] .product-card--hidden-actions:hover .product-card__buttons {
    display: block;
    opacity: 1;
}

#quickview__popup {

    display: flex;
    justify-content: center;
    align-items: center;

}

#quickview__popup .modal-dialog {
    display: flex;
    flex-direction: column;
}

.quickview__close {
    position: relative;
    display: block;
    color: black;
    border-radius: 50%;
}

/* kategori arrow  */
.custom-slider-1 .owl-next,
.custom-slider-1 .owl-prev {
    opacity: 1;
    position: absolute;
    background-color: wheat;
}

.custom-slider-1 .owl-next {
    opacity: 1;
    position: absolute;
    right: 0px;
    top: -11px;
}

.categories__scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 0;
    flex-direction: row-reverse;
    padding: 0;
}

.custom-slider-1 {
    margin-bottom: 20px;
    width: 100%;
    margin: auto;
    display: flex !important;
}

.categories__scroll #filtre--btn {
    border: 1px solid;
    padding: 9px 16px;
    background-color: #fff;
    border-color: #e1e1e1;
    color: #2d2e2c;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d2e2c;
}

.categories__scroll #filtre--btn svg {
    margin-left: 8px;
}

.categoryGrid {
    width: 85%;
    display: flex;
}

.categoryGrid .item {
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.categoryGrid .custom-slider-1 .owl-stage {

    display: flex;
}

.categoryGrid .item a {
    color: #999;
    text-transform: uppercase;
}

.color__img__product {
    display: flex;
    flex-direction: column;
}

.color__name {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
}

.custom-slider-1 .owl-next span,
.custom-slider-1 .owl-prev span {
    opacity: 1;
    position: absolute;

    margin-right: 20px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 40px;
    font-weight: lighter;
    font-family: 'Poppins-ExtraLight';
}

.custom-slider-1 .owl-prev {
    opacity: 1;
    position: absolute;
    left: 0px;
    top: -11px;
}

#terms-of-service-warning-box {
    top: 100px;
}

.custom-slider-1 .owl-next.disabled,
.custom-slider-1 .owl-prev.disabled {
    opacity: 0;
}

.flyout-cart {
    position: relative;
    z-index: 9999999;
}

.site {
    overflow-x: clip !important;
}

#mobile-wrapper {
    z-index: 999;
}

#mobile-wrapper>span {
    position: absolute;
    content: '';
    background-color: #000000a1;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 100ms all;
    display: none;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}

.modal-close-quickview {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.money--box .menu__list {
    box-shadow: none !important;
}

/* #mobile-wrapper.active>span {
    display: block;
} */

.categorie-title__productview {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: underline;
}

.categories-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #999;
    white-space: nowrap;
    width: 100%;
    display: inline;

}

.categories-btn a:hover {
    color: black !important;
}

.custom-slider-1 .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline;
}

.gx-blg .gx-container {
    padding: 0;
}

.formCheck-container span.input-check__box {
    background-color: white;
    border: 1px solid #999;
    border-radius: 0 !important;
}

.custom-slider-1 .owl-item {
    margin: 0 15px;

}

.categories-btn.c__active {
    text-decoration: underline;
    color: black;
}

.box-product-img img {
    object-fit: contain;
}

.transfer-check .input-check__input {

    left: 0;
    height: 100px;
    top: 14%;
    width: 30px;
    z-index: 999999;
}

.mobil-product-d {
    display: none;
}

.desktop--product-img-d {
    display: block;
}

#termsofservice {
    top: 0;
}

.read {
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: underline;
}

.bag-table-head {
    display: flex;
    justify-content: space-between;
}

.bag-table-head span {
    width: 30%;
    text-align: center;

}

.bag-table-body {
    display: flex;
    justify-content: space-between;
}

.bag-table-mobil2 span {
    width: 30%;
    padding: 10px 0;
    text-align: left;
}

.bag-table-mobil .product-image {
    width: 30%;
    padding: 10px 0;
    text-align: left;
}


.bag-table-mobil2 {
    width: 90%;
    display: flex;
}


#store-list,
#size_modal {
    z-index: 99999999999999;
    top: 80px;
}

#store-list .modal-content {
    overflow: auto;
}

#store-list .overflow-auto {
    overflow: unset !important;
}

.address--box--content a {
    position: relative;
    z-index: 9;
}

@media screen and (max-width:1607px) and (min-widtH:1000px) {
    .footer-newsletter__form {
        max-width: 1000px;
        width: 100%;
        min-width: 150px;
    }

}

@media screen and (max-width:767px) {

    .g_prodcut__carusel_item .product-card__badge--sale {
        margin: 0;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: 0px;
        width: 100%;
    }

    .slide-video__wrapper {
        top: 9%;
    }

    .cart-table__head-2 tr th:first-child {
        min-width: 220px;
    }

    .cart-table__head-2 tr th {
        min-width: 120px;
    }

    .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
        width: 47%;
        margin-right: 0;
    }

    .wishlist-page .products-list__body {
        justify-content: space-between !important;
    }

    .g_kategori__slider .custom-nav {
        position: absolute;
        top: 40%;
        left: 0;
        z-index: 1;
        width: 98%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .custom-prev,
    .custom-next {
        background: transparent;
        width: 40px;
        height: 40px;

        margin: 0;


    }

    .custom-prev img,
    .custom-next img {
        object-fit: contain;
        width: 40px;
        height: 40px;
    }

    .cart-table__column--quantity,
    .cart-table__column--price,
    .shoppingCart-mobil-txt {
        display: none;
    }

    .cart-table__row {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .cart-table__row .cart-table__options li {
        padding-left: 0px;
        text-align: left;
    }

    #ordersummarypagecart {
        border: 0 !important;
        padding: 6px !important;
    }

    .shopping-cart-container .cart-table__body td {
        padding: 35px 9px;
        vertical-align: top;
    }

    .shopping-cart-container .cart-table__body .cart-table__column--remove {
        padding: 10px;
    }

    .shopping-cart-container {
        padding: 0 !important;
        overflow-x: auto;
    }

    .categories-btn a:hover {
        color: black !important;
    }

    a:hover {
        color: #000 !important;
        text-decoration: none;
    }

    .order-detail-page>div.order-details-area.row>div:nth-child(3) {
        margin-bottom: 25px;
    }

    .completed-btns {
        border-top: 1px solid #0000001f;
        margin-top: 30px;
        margin: 35px auto;
        width: 100%;
        padding-top: 35px;
    }

    .order-completed-page {
        padding: 30px 0px;
    }

    .completed-btn {
        border: 1px solid black;
        padding: 15px 50px;
        text-transform: capitalize;
        display: block;
    }


    .completed-btn:last-child {
        background-color: #000;
        color: white;
        margin-left: 0px;
        margin-top: 15px;

    }

    .col-mobil-invoice {
        margin-top: 25px;
    }

    .mobil-product-d {
        display: block;
    }

    .order-summary-li {
        display: flex;
    }

    .product.order-table-item,
    .price-wrp-checkout.order-table-item {
        width: 100%;
        align-items: flex-start;
        padding: 0px 13px;
    }

    .card-wrapper>.jp-card-container {
        transform-origin: center !important;
    }

    #iyzico>form>.container {
        padding: 0;
    }

    .order-table-item {
        width: 100%;
        align-items: flex-start;
        padding: 0px 13px;
    }

    .desktop--product-img-d {
        display: none;
    }

    #addressInfo {
        margin-right: 0px;
    }

    .checkout-product-view>li>div {
        flex-direction: column;
    }

    .checkout-data {
        padding-right: 0 !important;
    }

    .adress__invoice-box {
        width: 100%;
    }

    .ship-to-same-address {
        top: -38px;
        left: 2px;
    }

    #addressInfo h5 {
        margin-bottom: 20px;
    }
}

.cookie__container .card-bodyquote {
    flex-direction: row;
}

.cookie__container .card-bodyquote p {
    font-size: 12px;
}

.categories__scroll {
    margin-bottom: 15px;
}

.categoryGrid {
    width: 90%;
}

#Slider_Content {
    margin-bottom: 10px;
}

.slider-wrapper {
    padding: 0;
}

.slick-next::before,
.slick-prev::before {

    font-size: 25px;
}

.g_banner {
    margin: 90px 13px 40px;
}

.corporate-logo {
    margin: 10px auto;
}

.corporate-logo img {
    height: 160px;
}

.footer-newsletter__title {
    margin-bottom: 35px;
}

.footer-contacts__title,
.footer-newsletter__title {
    font-weight: 700;
    white-space: nowrap;

}

.footer-subcribe {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.footer-newsletter {
    flex-direction: row;
}

.footer-newsletter__form {
    max-width: 1000px;
    width: 60%;
    min-width: 150px;
}

.f_last-two {
    flex-direction: column;
}

.f_last-two .footer__accordion {
    width: 100%;
}

.footer-newsletter {
    padding: 45px 53px 45px !important;
    margin: 0 0 0;
    display: flex;
    align-items: center;
}

.site__footer {
    overflow-x: hidden;
}

.widget-filters {
    padding: 0;
}

.shop-layout__sidebar {
    position: fixed;
    width: 454px;
    ;
    z-index: 999999999;
    height: 100%;
    right: -153%;
    top: 0 !important;
    display: block;
    background-color: white;
    transition: 500ms all;

}


#RegisterForm {
    margin: 0 0px 20px 0;
}

.site__header {
    padding: 0 10px;
}

.shop__box .indicator__value {
    left: 8px;
}

.product-gallery__featured .product-image {
    overflow: visible !important;
    padding: 0;
}

.product-details-fall-box {

    flex-direction: column;
    align-items: flex-start;
}

.price_fall-box,
.product_shared-media {
    margin: 15px 0;
}

.owl-carousel .owl-item .product-image--location--gallery .product-image__img {
    -webkit-transform: translateX(-49%) translateY(0%);
}

.product-card__buttons {
    opacity: 1;
}

.block-products-carousel__slider {
    position: relative;
    z-index: 1;
}

.block.block-products-carousel .block-products-carousel__slider .owl-carousel.owl-loading {
    opacity: 1 !important;
}

.kategori__scroll .block-products-carousel {
    pointer-events: initial;
}



/* ============================ HEADER MOBILE MENU START ============================ */

.mobile-nav-wrapper {
    display: none;
}

.closemobileMenu {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    text-transform: capitalize;
}

.mobile-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.burger-menu {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25px;
    height: 16px;
    background-color: transparent;
    outline: 0;
    padding: 0;
}

body.active .burger-menu span,
body.active .burger-menu span::before,
body.active .burger-menu span::after {
    background-color: white;
}

.burger-menu span {
    display: block;
    background-color: black;
    width: 100%;
    height: 2px;
}

.burger-menu span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
}

.burger-menu span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
    right: 0;
}



.nav-li__home--arrow {
    display: none;
}

/* category slider  */

.category__slider {

    opacity: 1;
}

.owl-carousel.owl-loading {
    opacity: 1;
}

.flyout-cart .dropcart__buttons a:nth-child(1) {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: 15px;
    transition: 500ms all;
}

.flyout-cart .dropcart__buttons a:nth-child(1):hover {
    background-color: black;
    color: white;
    transition: 500ms all;
}

.flyout-cart .dropcart__buttons a:nth-child(2) {
    background-color: black;
    border: 1px solid black;
    color: white;
    font-size: 15px;
    transition: 500ms all;
}

.flyout-cart .dropcart__buttons a:nth-child(2):hover {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    transition: 500ms all;
}

.dropcart__title a {
    color: black;
}

.block-header__arrow:focus,
.block-header__arrow:hover {
    fill: #999;
}

.product-details-page {
    margin-bottom: 80px;
}

#nprogress .bar {
    background-color: white;
    box-shadow: none;
}

.footer-accordion__title {
    background: transparent;
    color: black;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'poppins';

}

body.active .footer-accordion__title {
    color: white;

}

body.active #footer-newsletter-address {
    color: white;
}
.footer-newsletter__social-links {
    margin: 0;
}

body.active .social-links__link,
.social-links__link:hover {
    color: #a6a6a6;
}


.mobile-part-menu {
    height: 100px;
    overflow: hidden;
}

.mobile-part-menu li:nth-child(3) {
    display: none;
}

.mobile-part-menu li {
    justify-content: flex-start;
}

.mobile-part-menu li a {
    justify-content: flex-start;
    font-size: 18px;
    color: #2d2e2c !important;
    padding: 0;
    font-weight: var(--font-w-500);
    font-family: var(--font-family-body);
}


.mobile-part-menu li:hover a {
    padding: 0;
}

.mobile-part-menu li a img {
    display: none;
}

.contact-us__container #contactus-form label {
    position: unset;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.order-summary-li--details {
    width: 58%;
}

.dropcart__product-image img {
    object-position: center;
}

.dropcart__product-image {
    border-radius: 0;
    overflow: hidden;
    border: 0;
}

.product-card__features-list {
    min-height: 19px;
    height: 22px;
    display: flex !important;
    align-items: center;
}

/* .category-page .product-card__info {
    min-height: 160px;
}

.category-page .product-card__prices{
    justify-content: flex-start;
    height: 75px !important;
} */

/* @media (min-width: 990px) { */


.nav-li__home--subbox-gx {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 430px;
    background: white;
    border-left: 2px solid #cccccc4b;
    display: none;
    padding: 96px 5px 48px;
    overflow-y: scroll;
}

.nav-li__home--subbox-gx.is-active {
    display: block;
    left: 430px;
}

.nav-li__home-gx.active .category-block-web {
    color: #2d2e2c;
}

.category-block-web:hover,
.nav__subbox--link:hover {
    opacity: 0.6;
    transition: 500ms all;
}

.nav__subbox--link {

    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.nav-li__sub--arrow {
    display: none;
}

.category-block-web {
    font-size: 18px;
    color: #2d2e2c;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 5px 0;
}

.nav-li__home-gx.bg-active .category-block-web {
    color: #898989;
}

.cart-table__column--remove {
    text-align: center;
    width: 110px;
}

#MobileNav>li>a {
    width: 100%;
    justify-content: flex-start;
}

.category-block-item {
    font-size: 18px;
    color: #2d2e2c;
    padding: 5px 0;
}

.bg-active .category-block-item {
    color: #898989;
}

.nav_list {
    display: flex;
    list-style-type: none;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    font-family: "WILOPlusFM";
    flex-direction: column;
}

.nav-li__home {
    display: flex;
    padding: 5px 0;
    font-family: "WILOPlusFM";
    position: static;
    text-transform: capitalize;
    font-weight: unset;
    z-index: 99;
}

body.active .nav-li__home .nav-li__home--link {

    white-space: nowrap;
}

.nav-li__home .nav-li__home--link {
    color: black;

}

.nav-li__home--link {
    font-family: "WILOPlusFM";
    font-size: 17px;
}

.nav-li__home .nav-arrow-href {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.nav-li__home--subbox {
    position: absolute;
    top: 80%;
    display: none;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    border: none;
}

.menu__content__container {
    padding: 20px;
}

.nav-li__home--arrow {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.nav__subbox--list {
    color: black;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;

}

.nav__subbox--li {
    white-space: nowrap;
    color: black;
    font-size: 15px;
    padding: 10px 15px;
    display: block;
    border: none;
}

.nav__subbox--li .nav__subbox--link {
    font-weight: bold;
    /* font-family: "WILOPlusFM bold"; */
}

.nav__subbox--list li {
    padding: 6px 0;
}

.nav-li__home:hover {
    border-bottom: 0;

}

.nav-li__home:hover .nav-li__home--subbox {
    display: unset;
    overflow-y: scroll;
    top: 0;
    left: 430px;
    width: 430px;
    height: 100%;
    background-color: white;
}

.nav-li__sub--arrow {
    background-color: transparent;
    border: 0;
    outline: 0;
}


.nav__subbox--link {
    color: #2d2e2c;
}

.nav__subbox--link:hover {
    color: #2d2e2c !important;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;

}

.site-nav:hover {
    color: #2d2e2c;
    opacity: 0.5;
}

.nav__subbox--submenu {
    position: static;
    left: 98%;
    top: 0;
    display: block;
    margin-top: 20px;
}

.nav-li__home .nav__subbox--li:hover .nav__subbox--submenu {
    display: block;
}

/* .nav-li__home:nth-child(1) .nav-li__home--subbox {
        display: block;
    }  */
.nav__subbox--list li .site-nav {

    transition: 300ms all;
}

.nav__subbox--list li .site-nav:hover {
    padding-left: 5px;
    transition: 300ms all;
}

.menu__img {
    position: relative;
    padding-right: 30px;
}

.menu__img .menu__tag {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: black;
    color: white;
    left: 20px;
    top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1;
}

.menu__box {
    margin: 20px 0;
    width: 100%;

}

.menu__box .nav__subbox--list a {
    color: #212529a9 !important;
    font-size: 16px;
    font-weight: 600;
}

/* #MobileNav li:nth-child(2) .nav__subbox--li a {
        padding: 20px 0;
        display: inline-block;
        font-weight: 600;
    }
    #MobileNav li:nth-child(2) .menu__box {
        margin-top:0;
        width: 100%;
    }
    #MobileNav li:nth-child(2) .nav__subbox--submenu ul li {
        float: left;
        width: 25%;
    } */
.nav-li__home .mobil__gentile {
    display: none;
}

.nav-li__home .gentile-menu-img {
    display: block;
}

.nav-li__home .gentile-menu-img {
    margin-top: 12px;
}




@media screen and (max-width:1500px) and (min-width: 990px) {


    .nav-li__home {

        padding: 10px;
    }

    .language-picker {

        margin: 0;
    }

    .gx-container {
        padding: 0 20px;
    }

}


@media screen and (max-width:1600px) and (min-width: 1500px) {

    .nav-li__home {

        padding: 18px;
    }

}


@media screen and (max-width:767px) {

    .category-page .product-card__image {
        height: 260px;
    }

    .category-page .product-card--hidden-actions {
        margin-bottom: 10px;
    }

    td.cart-table__column.cart-table__column--product {
        font-size: 13px;
        max-width: 170px;
    }


    .footer-newsletter__text,
    .news--accept label {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer-newsletter__title,
    .footer-newsletter__form {
        margin-bottom: 14px;
    }

    .menu__content__container .col-12 {
        padding: 0 5px;
    }

    .nav__subbox--submenu.active .nav__subbox--list li a {
        border-bottom: 1px solid #b5b0b017;
        padding-left: 50px;
    }

    .nav-li__home .mobil__gentile {
        display: none;
    }

    .nav-li__home .gentile-menu-img,
    .category-block-item {
        display: block;
    }

    .menu__content__container .menu__box:last-child .nav__subbox--li {
        border-bottom: 0 !important;
    }

    .menu__img {
        display: none;
    }

    .nav-li__home--arrow {
        display: block;
    }

    .logo a img {
        max-width: 120px;
    }

    #MobileNav {
        flex-direction: column;
    }

    /* menu item   */






    body.menuOn .site {
        left: 0px;
    }

    .site {
        position: relative;
        left: 0;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        /* overflow-x: hidden; */
    }

    .site-header__menu {
        border: 0;
        padding: 0;
        font-size: 17px;
        display: block;
        cursor: pointer;
    }

    #MobileNav {
        height: 100%;
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: white;
    }

    .mobile-nav-wrapper .closemobileMenu {
        color: #000;
        font-size: 13px;
        padding: 8px 10px;
        background-color: #eee;
        cursor: pointer;
    }

    .mobile-nav-wrapper .closemobileMenu .anm {
        font-size: 13px;
        padding: 2px;
        float: right;
    }

    .mobile-nav-wrapper {
        width: 270px;
        height: 100%;
        position: fixed;
        left: -270px;
        top: 0;
        z-index: 10000;
        background-color: #ffffff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    body.menuOn {

        overflow: hidden;
    }


    .mobile-nav-wrapper.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }


    .mobile-part-menu {
        display: block;
        width: 100%;
        height: 100%;

        background-color: white;
    }

    .mobile-part-menu li {
        border-bottom: 1px solid black;


    }

    .mobile-part-menu li a {

        color: #333333;
        font-size: 16px;
        text-decoration: none;
        display: block;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        position: relative;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        text-transform: capitalize;
        font-family: 'Poppins';
    }

    #MobileNav li {
        border-top: 1px solid #eeeeee;
        position: relative;

    }

    #MobileNav li.grid__item {
        float: none;
        padding: 0
    }

    #MobileNav li a {
        color: #2d2d2c;
        font-size: 18px;
        text-decoration: none;
        display: block;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 600;
        letter-spacing: unset;
        font-family: 'Roboto', sans-serif;
        position: relative;
    }

    .productAttributeMapping,
    .dropcart__product-meta,
    .dropcart__product-price {
        font-size: 12px;

    }

    .custumer-icon {
        width: 33px;
        height: 33px;
    }

    [dir=ltr] .topbar-dropdown__body {
        right: 160px;
    }

    .mobile-nav-wrapper .closemobileMenu {
        margin: 0;
    }

    .nav-li__home a {
        padding: 10px 15px;
    }

    .nav__subbox--list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    /* .nav__subbox--submenu {
        display: none;
    } */




    .nav-li__home--subbox.active {
        display: block;
        background-color: #eee;
    }

    .nav__subbox--submenu.active {
        display: block;
    }

    .nav-li__home--arrow,
    .nav-li__sub--arrow {
        position: absolute;
        right: 15px;
        top: 15px;
        top: 18px;
        width: 30px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #00000005;
        outline: none;
        background-color: transparent !important;
    }

    .nav-li__home--arrow.active {
        transform: rotate(30deg);
        transition: 500ms all;
    }

    .nav-li__home--arrow {
        transform: rotate(-90deg);
        transition: 400ms all;
    }

    .nav-li__home--arrow.active {
        transform: rotate(0deg);
        transition: 400ms all;
    }

    .nav-li__sub--arrow {
        transform: rotate(0deg);
        transition: 400ms all;
    }

    .nav-li__sub--arrow.active {
        transform: rotate(90deg);
        transition: 400ms all;
    }


    .nav__subbox--submenu .nav__subbox--li .nav-li__sub--arrow {
        display: none;
    }

    .nav__subbox--submenu .nav__subbox--link {
        padding-left: 35px;
    }

    .nav__subbox--list .nav__subbox--link {

        padding: 10px 25px;

    }

    .topbar-dropdown__btn img {
        width: 20px;
    }

    .user__icon,
    .shop__icon {
        width: 22px !important;

    }


    .footer-accordion__title {
        border: none;
        width: 100%;
        text-align: left;
        background: transparent;
        color: black;
        padding: 22px 25px;
        outline: 0;
        position: relative;
        margin: 0;
        border-top: 1px solid #0000001c;

    }

    body.active .footer-accordion__title {
        color: white;
        font-weight: unset;

        border-top: 1px solid rgba(255, 255, 255, 0.185);

    }

    .site-footer__bottom {
        flex-direction: column;
    }

    .footer-accordion__title::after {
        position: absolute;
        content: '\eb66';
        font-family: 'annimex-icons';
        top: 20px;
        right: 25px;
    }

    .site-footer__copyright {
        margin: 5px 0 !important;
    }

    .footer__accordion.active .footer-accordion__title::after {
        transform: rotate(-180deg);
    }

    .footer__accordion .footer-accordion__box {
        display: none;
    }

    .footer__accordion.active .footer-accordion__box {
        display: block;
        margin-bottom: 20px;
    }

    .footer-links {
        margin: 0;
    }

    .site-footer__widget+.site-footer__widget {
        margin: 0;
    }

    body.active .site-footer__widgets {
        padding: 0;
    }

    .gx-footer {
        padding: 0;
    }

    .links__item {
        padding: 5px 25px;
    }

    .footer-newsletter {
        padding: 25px !important;
        flex-direction: column;
    }

    .site-footer__bottom {
        padding: 25px;
        justify-content: center;
    }

    .d-mobil-social {
        display: none;
    }

    .d-mobil-social-block {
        display: block;
    }

    .footer-newsletter__social-links {
        justify-content: flex-start;
    }

    .notification-bar,
    body.active .notification-bar {
        background-color: black;
    }

    .category-description {
        margin-top: 30px;
    }

    .site-footer {
        margin-top: 30px;
    }
}

.header-row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:990px) {
    body.menuOn::before {
        z-index: 2;
    }

    .mobile-nav-wrapper {
        display: block;
    }
}

/* ============================ HEADER MOBILE MENU END ============================== */

#nprogress .peg {
    box-shadow: none;
}

.filter-categories__list {

    padding-bottom: 15px;
}

[dir=ltr] .filter-categories__item>a {
    padding: 8px 10px 8px 0;
}

.filter-categories__list a:hover {
    color: black;
    opacity: 0.7;
}

#drag-ul .filter-list__item {
    margin: 0;
}

#drag-ul {
    width: 80%;
    overflow-x: auto;
    position: relative;
    user-select: none;

}

.categories-prev {
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
}

.categories-next {
    position: absolute;
    right: 0;
    top: 0;

    height: 100%;
}

.filter-categories__item--child {
    white-space: nowrap;
}

.filter-categories__item--current {
    padding: 8px 40px 0 0;
    white-space: nowrap;
}

/* .kategori__scroll .filter-categories::-webkit-scrollbar {
    height: 1px;
   
    background-color: white;
}  */


.kategori__scroll .filter-categories::-webkit-scrollbar {
    height: 5px;
}

.kategori__scroll .filter-categories::-webkit-scrollbar-track {
    box-shadow: none;
}

.kategori__scroll .filter-categories::-webkit-scrollbar-thumb {
    background-color: #3535351c;
    outline: none;
}

.filter-categories__item--current {
    padding: 14px 40px 14px 0;
}

.view-options__filters-button {
    display: none;
}

.product-card__badges-list {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}


.badge--sale {
    background-color: #6e1c1c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.badge__sale--box {
    background-color: white;
    color: #6e1c1c;
    display: block;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 17px;
}

.badge__sale--box::before {
    content: '';
    position: absolute;
    left: 18px;
    bottom: -4px;
    background-color: white;

    width: 8px;
    height: 8px;
    z-index: 999999;
    transform: rotate(45deg);
}


.badge__sale--text {
    margin-top: 6px;
    font-weight: bold;
    font-size: 13px;
}

.search-page .generalTitle {
    text-transform: capitalize;
    margin: 30px 0;
    font-weight: 500;
    font-size: 28px;
}

.magza__box {
    margin-top: 30px;
}

.block-products-carousel[data-layout="grid-4"] .product-card--hidden-actions:hover {
    margin: 0 !important;
}


.category-description.is-active {

    height: 100px;
    overflow: hidden;
    transition: 500ms all;
}

.category-description {
    height: 100%;
}

.footer-item__col {
    width: 20%;
}

.btn-load-more:hover {
    border-color: transparent;
}

.category-description h2 {
    font-size: 20px;

}

#categories__more__btn {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    border: 0;
    outline: 0;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0;
    width: 100%;
    text-align: left;
}

@media screen and (min-width:850px) and (max-width:1800px) {

    .block-slideshow--layout--full .block-slideshow__body,
    .block-slideshow--layout--full .block-slideshow__slide {
        height: auto;
        min-height: 675px;
    }
}

@media screen and (max-width:767px) {
    .col-sm-12.fromCheckWrp {
        width: 100% !important;
    }

    .livasoft__box img {
        width: 80px !important;

    }

    .page-header__breadcrumb {
        padding: 50px 0px 15px 0;
    }

    .footer-item__col {
        width: 100%;
    }

    .footer-newsletter__form {
        width: 100%;
    }

    .categoryGrid {
        width: 100%;
    }

    .return-request-page .buttons {
        flex-direction: column;
    }

    .return-request-page .buttons .btn {
        width: 100%;
        margin: 5px 0;
    }

    .nav-li__home--arrow svg,
    .nav-li__sub--arrow svg {
        display: none;
    }

    .nav-li__home--arrow,
    .nav-li__sub--arrow {
        transform: rotate(0deg);

    }

    .nav-li__home--arrow.active,
    .nav-li__sub--arrow.active {
        transform: rotate(90deg);
    }

    .nav-li__home--arrow:after,
    .nav-li__sub--arrow::after {
        content: "\ea8c";
        font-family: 'annimex-icons';
        display: inline-block;
        position: absolute;
        right: 9px;
        top: 4px;
        color: black;
        font-size: 13px;
    }

    #Slider_Content,
    .g_kategori__sliderx {
        z-index: 0 !important;
    }

    .notification-bar {
        z-index: 2 !important;
    }

    /* body.active .site__header{
       z-index:1 !important;
    } */
    .dropcart--style--offcanvas .dropcart__body {
        z-index: 9999999999999999999999999999999999999999999999 !important;
    }

    .block-slideshow--layout--full .block-slideshow__body,
    .block-slideshow--layout--full .block-slideshow__slide {
        min-height: auto;
        height: 600px;
    }

    .livasoft__box {
        width: 100%;
        padding: 15px 0;
        margin: 0;
    }

    .product-info-detail {

        white-space: pre-wrap;
    }

    #Slider_Content .owl-carousel .owl-item img {
        height: 600px;

        object-fit: cover;
        object-position: bottom center;

    }

    .gentile-banner {
        height: 45px;
    }

    .kategori__scroll {
        flex-direction: column;
        align-items: flex-start;
    }

    #filtre--btn,
    .sidebar--close {
        display: none;
    }

    .view-options__filters-button {
        display: block;
    }

    .filters-button {
        margin: 15px 0;
        border: 0;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
    }

    .widget-filters__item {
        padding: 15px 18px;

    }

    .widget-filters--offcanvas--mobile .widget-filters__item:first-child {
        border-top: 1px solid #f0f0f0;
    }

    #drag-ul {
        width: 98%;
    }

    .filter__item-border {
        padding: 0px 9px;
    }

    .kategori__scroll .filter-list__item {
        padding: 5px 5px;
        position: relative;
    }

    /* 
    body.active .site__header {
        position: relative;
    }

    .site__header {
        position: relative;
    } */

    .menu__content__container .menu__box:first-child .nav__subbox--li .nav__subbox--link {
        padding-top: 0 !important;
    }

    .product__name {

        font-size: 15px;
        margin-bottom: 0px;
    }

    .shopping-cart-container .cart__table {
        display: table;
        width: 100%;
        text-align: left;
    }

    @media screen and (min-width:767px) and (max-width:1600px) {
        .footer-newsletter__form {
            width: 100%;
        }
    }
}

.cart__table th.cart-table__column-2 {
    height: 50px;
    font-weight: 700;
    background: #e1e1e1;
    padding: 0 10px;
    line-height: 50px;
}

.size__lbel .input-check__icon {
    fill: none !important;
}

.password-recovery-page {
    margin: 200px auto;
}

.password-recovery-page .cart {
    border: 0 !important;
}

.password-recovery-page .bg-info {
    background: white !important;
    color: black !important;
}

.position-fixed {
    z-index: 999999999999999999999999999;
    align-items: flex-end;
}

.offer-none {
    height: 0;
    z-index: -1;
    margin: 0 !important;
    display: none;
}

#collapseOne .list-group-item {
    border-radius: 5px;
    margin-bottom: 10px;
    border-top-width: 1px;
}

.contact-message-text {
    height: 100px !important;
}

.exceeded-max-length {
    border: 1px solid red;

}

.checkout-button:active,
.btn-primary:active {
    background-color: black;
    color: white;
}

.checkout-button:focus {
    box-shadow: none !important;
    background-color: black;
    color: white;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-primary:active:focus {
    outline: 0;
    box-shadow: none;
}

.footer-newsletter__form-button:hover svg {
    fill: white;
}

.bootbox .accordion-header {
    text-wrap: nowrap;
}

.bootbox .prodvar .productAttributeMappings {
    display: flex;
    flex-direction: column;
}

body.active #resultMessage {

    color: #fff;
}

#resultMessage {

    color: #000;
}

.edit-address .form-floating label {
    display: block;
    margin-bottom: 15px;
}

div#ordersummarypagecart .product-image img {
    max-height: unset;
    object-fit: contain;
}

.shopping-wishlist-box  {
    
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
    flex-direction: column;
    width: 100%;
    margin: auto;
    background-color: #f9f9f9;
    border-top: 1px solid black;
}

.checkout-container ,.checkout-data {
    margin-top: 50px;
}
#header-user .dropdown-menu {
    font-size: 12px;
}

.shopping-wishlist-box  svg {
    height: 80px;
    width:80px;
}
#LoginForm label {
    left: 0;
    margin-bottom: 20px;
    font-weight: unset;
    padding-left: 20px;
}

.wishlist-page .products-list__body {
    justify-content: initial;
}

.wishlist-page .products-list[data-layout="grid-4-sidebar"] .products-list__item {
    margin-right: 10px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

div.checkout-data.col-12 {
    z-index: 99;
}

#LoginForm #loginError {
    background-color: #5C0000;
}

#ErrorMessage {
    padding: 30px 20px;
    background-color: #6E1C1C;
    color: white;
    width: fit-content;
    margin: 10px;
    position: fixed;
    right: 10px;
    top: 30px;
    z-index: 999;
}

.eu-cookie-bar-notification {
    background-color: black;
    color: white;
}

.ErrorMessage {
    position: relative;
    padding: 15px 35px 15px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #6E1C1C;
    border-radius: 3px;
    margin: 10px 0;
    color: white;
}

.ErrorMessage-close {
    position: absolute;
    top: 15px;
    right: 5px;
    background-color: black;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    outline: none;
    border: 0;
}

.error-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    position: fixed;
    top: -20%;
    right: 15px;
    z-index: 9999;
    position: absolute;
}


.product__badge--sale {

    position: absolute;
    left: 0;
    top: 0;
}


.product__badge--sale img {
    height: 28px;
}

/* blog  */
@media (min-width: 990px) {
    .blog__left {
        width: 100%;
        margin-top: 100px;
    }

    .blog__left .sidebar_widget {
        background: #ededed8f;
        padding: 20px;
    }

    .blog__left ul li {
        padding: 0;
    }

    .blog__left ul li:hover {
        background: #ededed;
    }

    .blog__left ul li:hover a {
        color: #000 !important;
        padding-left: 10px;
        position: relative;
    }

    .blog__left ul li a {
        color: #000 !important;
        font-size: 18px;
        text-transform: capitalize;
        width: 92%;
        display: block;
        height: 100%;
        padding: 10px 0;
    }

    .blog__left ul li a:hover {
        opacity: 1;
    }

    .blog__left ul li a:after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 10px;
        width: 0%;
        height: 2px;
        background-color: #000;
        transition: width 0.3s ease;
    }

    .blog__left ul a:hover:after {
        width: 100%;
    }

}

.blog-img-div {
    text-align: center;
}

.blog-img-div img {
    max-width: 100%;
}

.post-body h2 {
    margin-top: 20px;
}

.blogsearch_box .search-box-button.btnSearch p {
    margin-bottom: 0;
}

.blogsearch_box .search-box-button.btnSearch {
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.blog-single-page .article_featured-image img {
    max-height: 400px;
    object-fit: contain;
}

.blog--list-view .article {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.blog--list-view .post-content .rte a {
    color: #17a2b8;
    border-color: #17a2b8;
    background: #fff;
    border-radius: 5px;
    margin-top: 16px;
    font-weight: 500;
}

.publish-detail {
    list-style: none;
    padding-left: 0;
}

.default__btn--w {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 12px;
    font-size: 12px;
}

.publish-detail li:last-child {
    display: none;

}

.publish-detail li {
    border-right: 0;
}

.blogbox-footer {
    margin-top: 20px;
}

.blogbox-footer a {
    font-size: 14px;
}

.blogbox-footer ul {
    margin-bottom: 0;
    padding-left: 0;
}

.blogbox-footer ul li {
    list-style-type: none;
}

.blogbox-footer a:hover {
    color: #fff;
}

.blog--list-view .post-content .rte a:hover {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.blog-single-page h1 {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin: 10px 0;

}

.blog-comment h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 20px;
}

.new-comment {
    margin: 20px 0;
}

.comment__avatar {
    border: 2px solid #ccc;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #ccc;
    margin-right: 15px;
    background-color: #cccccc3d;
}

.blog-single-page .publish-detail {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-post-add-comment-button {
    max-width: 300px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 500ms all;
}

.blog__left ul li a {
    color: #000 !important;
}

.blog-post-add-comment-button:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    transition: 500ms all;
}

.blog--list-view .article_featured-image img {
    object-fit: inherit;
    height: auto !important;
}

.blogpost-page.blog-single-page .article_featured-image img {
    max-width: 100%;
    height: auto !important;
}

.article_featured-image {
    max-height: 300px;
    display: block;
    overflow: hidden;
}

.blogpost-page.blog-single-page .article_featured-image {
    max-height: initial;
    text-align: center;
}

.blog__left .sidebar_widget:nth-child(2),
.blog__left .sidebar_widget:nth-child(3),
.blog-single-page .publish-detail li:nth-child(1),
.blog-single-page .publish-detail li:nth-child(3) {
    display: none;
}

@media screen and (max-width:767px) {
    .product__badge--sale img {
        height: 23px;
    }

    .g_kategori__sliderx .container-fluid {
        padding: 0;
    }
}

.block-sidebar--offcanvas--mobile .filter__body {
    position: unset;
}

.widget-filters.widget.widget-filters--offcanvas--mobile::before {
    display: none;
}

.block-sidebar--offcanvas--mobile .filter__container {
    height: auto !important;
    min-width: 380px;
}

.block-slideshow .swiper-pagination-bullet {
    opacity: 0.8;
}

.block-slideshow .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    background: #fff;
}

body.active #MobileNav li:nth-child(2) .category-block-item {
    color: #fff;
    font-weight: 500;
}

#MobileNav li:nth-child(2) .category-block-item {
    color: #631b0d;
    font-weight: 600;
}

.edit-address .custom-control-label span::before {
    transform: translate(-48%, -50%);
}

.product-gallery__featured--mobile {
    display: none;
}

.mobil-menu-close {
    display: none;
}


[dir=ltr] .filter__title {
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width:767px) {

    body.active #MobileNav li:nth-child(2) .category-block-item {
        color: #631b0d;
        font-weight: 500;
    }

    #MobileNav li:nth-child(2) .category-block-item {
        color: #631b0d;
        font-weight: 600;
    }

    .product-gallery__featured.product-gallery__grid {
        display: none;
    }

    .product-gallery__featured--mobile {
        display: block;
    }

    #AttrsContainer .filter-list__list label .input-check__input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0;
        opacity: 0;
    }

    .block-sidebar--offcanvas--mobile .filter-color__list,
    .block-sidebar--offcanvas--mobile #AttrsContainer .filter-list__list,
    .block-sidebar--offcanvas--mobile .filter--opened .filter-list__list {
        max-width: 275px;
    }

    #AttrsContainer .filter-list__list label {
        width: 40px !important;
        height: 40px;
    }

    [dir=ltr] .filter__title {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .block-sidebar--offcanvas--mobile .filter__body {
        position: unset;
        height: 0 !important;
    }

    .widget-filters__actions {
        display: flex;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .block-sidebar--offcanvas--mobile .block-sidebar__body {
        width: 100%;
    }

    #filter-Clears {
        margin: 0 20px;
    }
}

.g_prodcut__carusel_item .product-card__badge--sale {
    border: 1px solid #78201E;
    border-radius: 3px;
    width: max-content;
    margin: 15px 0 10px !important;
    padding: 7px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item {
    box-shadow: none;
}

.category-page .product-card__prices {
    text-align: left;
    height: 100%;
}

.color__img__product img {
    max-width: 85px;
}



.block-slideshow__slide-image--desktop img {
    object-fit: contain;
}

.block-slideshow__slide-image--desktop::before {
    display: none;
}


.float-start.store-list-table {
    text-align: left;
}

#contactus-form .form-floating input::placeholder {
    border: none !important;
}

.product__actions-item--wishlist {
    border: 1px solid var(--body-bg-color);
}
.product__actions-item.product__actions-wishlist{
border: 1px solid #ced4da;
display: flex;
height: 50px;
}

.productdetails__box {
    align-items: unset;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.BackInStockSubscription .subscribe-button {
    width: 100%;
    margin-top: 10px;
}
.product__actions-item--wishlist {
    height: 50px;
}
.fixed-product-tab #indirimetiketi {
    display: none;
}

.block-slideshow .swiper-button-next:after,
.block-slideshow .swiper-button-prev:after {
    color: #8f8f8f !important;
}

.bootbox {
    background: rgb(0 0 0 / 67%);
}

button.bootbox-close-button.close {
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 99;
    font-size: 24px;
    color: #424141;
}

.modal-content:has(.home-popup) {
    padding: 0;
    margin-top: 120px;
}

.bootbox .modal-footer {
    margin-top: 0px;
}

.home-popup {
    display: flex;
}

.product-summary-card__product img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    margin-right: 16px;
    border: 1px solid #dee2e647;
    object-fit: contain;
}



/* home ui  */
.homepage-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.homepage-image {
    position: relative;
    overflow: visible;
    height: 100vh;
    z-index: 5;
}

.homepage-image-title {
    position: absolute;
    top: 0;
    left: 40px;
    padding: 70px 0 0 40px;
    z-index: 10;
    color: #2d2d2c;
    width: 100%;
    transition: all 0.2s ease;
    font-size: 24px;
    padding-bottom: 50px;
    font-weight: 600;
}

.homepage-image-text {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    flex-direction: column;
    position: relative;
    padding: 0;
    height: 65vh;
}

.homepage-image-text .homepage-image-text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin: 0 auto 60px;
    position: sticky;
    bottom: 50px;
    width: 100%;
    margin-top: -150px;
}
.homepage-image-text .homepage-image-text-content a.mobil-blog {
    display: none;
}

.homepage-image-text .homepage-image-text-content a {
    color: white;
    font-size: 28px;
    display: inline-block;
    text-decoration: none;
    width: 27%;
    text-align: center;
    margin: 20px auto;
    opacity: 1;
    transition: 500ms all;
}

.homepage-image-text .homepage-image-text-content a:hover {
    opacity: 0.5;
    transition: 500ms all;
}

.footer-store {
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-top: 1px solid #333;
    width: 100%;
    padding-left: 80px;
    height: 40vh;
    overflow: hidden;
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
}

.footer-store h5 {
    color: white;
    font-size: 28px;
    margin-bottom: 16px;
}

.footer-store p {
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    max-width: 320px;
    font-weight: 300;
    margin-bottom: 24px;
}

.footer-store a {
    font-weight: 500;
    text-decoration: underline !important;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
}


.footer-store img {
    object-fit: contain;
    height: 40vh;
}

.footer-top {
    background-color: black;
    color: white;
    padding: 80px 65px;
    border-top: 1px solid #333;
    width: 100%;
    height: 100%;
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
}
.login__card, .register__card {
    background-color: transparent;
}

.register__card { 
    margin-top: 0;
    padding-top: 0;
}

.quicky-member {
    padding: 0 50px;
}
.footer-top h6 {
    color: white;
    font-size: 20px;
    margin-top: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.captcha-box {
    margin-bottom: 40px;
}
.footer-top p {
    color: white;
    font-size: 15px;
    width: 50%;
    margin-bottom: 12px;
    line-height: 1.5;
}

.footer-top a {
    text-decoration: underline;
    color: white;
    font-size: 16px;
    transition: all 0.2s ease;
}

.footer-top button {
    background-color: transparent;
    outline: none;
    border: 0;
    color: white;
    text-decoration: underline;
    font-size: 16px;
    padding: 0;
}

.footer-top button:focus:active,
.footer-top button:hover,
.footer-top a:hover {
    background-color: transparent;
    color: rgb(137, 137, 137);
    transition: all 0.2s ease;
}

.drawer-contact h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.drawer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contact-box-item {
    border: 1px solid rgb(239, 239, 239);
    padding: 20px;
    margin: 10px 0;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    cursor: pointer;

}

.contact-box-item:hover {
    border: 1px solid #2d2d2c;
}

.contact-box-item p,
.contact-box-item p a {
    color: #2d2d2c;
    width: 100%;
    margin: 0;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
}

.contact-box-item p a {

    margin: 0;

}

.contact-box-item strong {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.shopping-cart-images {
    height: 140px;
  
  
}

.desktop-banner {
    display: block;
    width: 1852px;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-banner {
    display: none;
}

.gg_banner {
    margin: 62px 0 0;
}

@media screen and (max-width:768px) {
    .homepage-image-text {
        height: 42vh;
    }

.corporate-logo img {
    height: 110px;
}
.page-header {
   
    margin-bottom: 30px;
}
    .category-page .products-list__item .product-image__img{
    min-height: 280px;
}

.homepage-image-text .homepage-image-text-content a.mobil-blog {
    display: block;
}
    .product-summary-payment__buttons-actions {
        margin-top: 0;
    }
.add-address-button , .delete-address-button ,.edit-address-button{
    color: black;
}

.search-page .generalTitle {
    text-transform: capitalize;
    margin: 70px 0;
    font-weight: 500;
    font-size: 28px;
}
        .product-summary-payment__buttons {
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .homepage-image-text .homepage-image-text-content{
        position: unset;
    }
    .homepage-image-text {
        height: auto;
    }

    .swiper-pagination-bullet-active {
        background-color: black !important;
    }


    .category-page .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
        height: 260px !important;

    }


    .block-slideshow--layout--full {

        height: 600px;
    }

    .gg_banner {
        margin: 62px 0;
    }

    .footer-contnet-item {
        padding: 0;
    }

    .footer-newsletter__social-links {
        margin: 20px;
    }

    .homepage-image-text .homepage-image-text-content a {
        color: white;
        font-size: 18px;
        display: block;
        text-decoration: none;
        width: 100%;
        text-align: left;
        margin: 14px auto;
        opacity: 1;
        transition: 500ms all;
        padding: 0 37px;

    }

    .homepage-image-text .homepage-image-text-content {
        margin: 0;
        padding: 40px 0;
    }

    .homepage-image-text {
        justify-content: center;
    }

    .footer-store {
        padding: 20px 0 0 0;
        flex-direction: column;
    }

    .footer-store-text {
        margin-bottom: 15px;
    }

    .footer-top {

        padding: 20px;

    }
}

/* header alanı  */
/* Başlangıçta görünmez (kaybolmuş) olacak şekilde ayarla */
#header-container {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
    /* görünür */
    transition: transform 0.3s ease-in-out;
    
}

.header-container.fixed {
    transform: translateY(0);
    /* görünür */
}

.header-container:not(.fixed) {
    transform: translateY(-100%);
    /* gizli */
}




.wislist__icon {
    padding: 0 0px 0 15px;
}

.hamburger-btn {
    height: 18px;
    width: 24px;
    display: flex;
    padding: 0;
    justify-content: space-around;
    flex-direction: column;
    transition: 500ms all;
}

.hamburger-btn:hover {
    opacity: 0.3;
    transition: 500ms all;
}

.hamburger-btn span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: black;
}

.offcanvas-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.offcanvas-container.open {
    background-color: white;
    width: auto;
}

.overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 999;
    display: none;
}

.overlay.active {
    display: block;
    height: 100vh;
}

.offcanvas-container.open {
    transform: translateX(0);
}

.offcanvas-content {
    width: 430px;
    padding: 24px;
    position: relative;
    z-index: 99;
    height: 100%;
    background-color: white;

}

.offcanvas-content .offcanvas-search__button {
    height: auto !important;
    margin-bottom: 40px;
}

.content-panel {

    flex: 1;
    left: 0;
    background-color: white;
    padding: 20px;
    overflow: auto;
    transition: 500ms all;
    position: absolute;
    width: 430px;
    height: 100%;
    top: 0;
    border-left: 2px solid #cccccc4b;
}

.content-panel.open {
    left: 430px;

    transition: 500ms all;
}

.offcanvas-search {

    padding: 90px 12px 48px;
    height: 100%;
}

.offcanvas-search h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.offcanvas-search .search__form-wrapper {
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px;
    box-shadow: none;
    color: #2d2e2c;
    filter: none;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
    transition: .3s ease-in-out;
    width: 100%;

    overflow: hidden;
    margin-bottom: 15px;
}

.offcanvas-search .search__input {
    width: 100%;

    border: 0;
    outline: none;

}

.offcanvas-search .search__input:focus .search__form-wrapper {
    border: 1px solid #898989
}

#small-search-box-form .search__form-wrapper {
    height: 45px;
}

.offcanvas-search .search__form-wrapper:hover {
    border: 1px solid black;
}

.offcanvas-search #small-search-box-form {
    flex-direction: column;
}

.search__product-box-title {
    font-weight: 500;
    font-size: 14px;
    color: #2d2e2c;
    margin-bottom: 10px;
}

.search-suggestions-list {

    flex-wrap: nowrap;
    padding: 0;
    flex-direction: column;
}

.search-form__result {
    width: 100%;
}

.categories-big-title {
    color: #2d2e2c;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.search-suggestions-list li {
    color: #2d2e2c;
    padding: 0;
    border: none;
    font-size: 16px;
    margin-bottom: 8px;
    opacity: 1;
}

.search-suggestions-list li:hover,
.search-suggestions-list li:hover a {
    background-color: transparent;
    color: #2d2e2c;
    opacity: 0.5;

}

.search__list--box {

    margin-top: 30px;
}

.suggestions__item-image.product-image {

    height: 60px;
    width: 60px;
    margin-right: 10px;
}

.suggestions__item {
    width: 100%;
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.suggestions__item-image .product-image__img {
    object-fit: cover !important;
    height: 60px;
    width: 60px;
}

.language-picker {


    position: absolute;
    bottom: 20px;

    width: 100%;
    left: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}


.menu-web {
    height: 100%;
    display: flex;
    align-items: center;
}

.mobil-back-btn {
    display: none;
}

.page-header {
    margin-top: 50px;
}

.mobil-buttons-search {
    display: none;

}

@media screen and (max-width:768px) {
    .mobile-logo {
        display: block;
        margin-top: 7px;
    }


.productdetails__box  .product__actions-item:first-child {
  max-width: 100px;
}

.productdetails__box  .product__quantity {
    min-width: auto;
}
        .products-list[data-layout^=grid-][data-mobile-grid-columns="2"] .products-list__item {
       
        margin: 0 !important;
    }


    .web-logo-gx {
        display: none;
    }

    .hamburger-btn {
        margin-right: 15px;
    }

    .shop__box {
        margin-left: 0px;
    }

    .wislist__icon {
        padding: 0 0px 0 7px;
    }

    .wishlist-qty {
        left: 26px;
        top: 2px;
    }

    body.active .shop__box .indicator__value {
        left: 9px;
        top: 2px;
    }

    .mobil-menu-close {
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 24px;
        display: block;
        z-index: 9999;
    }

    #MobileNav {
        padding: 0 !important;
    }

    .offcanvas-content .offcanvas-search__button {

        margin-bottom: 24px;
    }

    .mobil-menu-close i {
        font-size: 16px;
        color: #00000085;
    }

    #MobileNav li {

        border-bottom: none;

        padding: 2px 0;
    }

    .nav-li__home--arrow,
    .nav-li__sub--arrow,
    .mobile-part-menu li img {
        display: none;
    }

    .mobile-part-menu li a {

        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

    .mobile-part-menu li a,
    .category-block-item {

        font-size: 18px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

    .nav-li__home--subbox-gx.is-active {
        display: block;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 5;
        height: 100%;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 100px 5px 0 0;
    }

    .store-logo {

        margin-top: 3px;
    }

    .store-logo img {
        height: unset;
    }

    #MobileNav li {

        position: unset;
    }

    #toggleGridBtn {
        display: none;
    }
    .categories-big-title {

        padding-left: 30px;
    }

    .nav-li__home--subbox-gx {
        border: 0;
    }

    .nav__subbox--submenu {

        padding: 0 22px;
    }

    .mobil-back-btn {
        display: block;
        position: absolute;
        top: 25px;
        left: 22px;
        z-index: 5;
    }

    .nav-li__home-gx.bg-active .category-block-web {
        color: #2d2d2c;
    }

    .menu__box {
        margin: 5px 0;

    }

    .content-panel {
        width: 100%;
    }

    .content-panel.open {
        left: 0;
        transition: 500ms all;
        z-index: 9999;
        background: white;
        width: 100%;
    }

    .mobil-buttons-search {
        display: flex;

        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;

    }

    .offcanvas-search {
        padding: 0px 12px;
        height: 100%;
    }

    .mobil-menu-close-search i,
    .mobil-menu-close-search i {
        color: black;
    }

    .footer-newsletter__title {
        font-size: 16px;
    }

    .news--accept {
        width: 100%;
    }

    .categories__scroll {
        margin-top: 15px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .categories__scroll #filtre--btn {
        display: none;
    }

    .order-stil {

        padding: 20px;
    }

    .product-sub-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #Specificationkumastedarikcisi span {
        display: none;
    }

    .slideshow-topmenu {

        bottom: -320px;

    }

    .slideshow-topmenu .mobile-part-menu {
        display: none;
    }

    html,
    body {
        overflow: auto !important;
        height: auto !important;
    }

    .mobile-banner {
        display: block;
        width: 100%;
        height: auto;
    }

    .desktop-banner {
        display: none;
    }

    .product-card__image--slider .swiper-pagination {
        display: none;
      
    }

  
    .categoryGrid {
        display: none;
    }

    .swiper-button-next, .swiper-button-prev {
      
        height: 30px;
        width: 30px;
        
    }

    .category-page .products-list__item .product-image__img {
        object-fit: contain;
        margin-bottom: 5px;
    }
    .view-options__filters-button .filters-button {
        position: absolute;
        left: 0;
        z-index: 55;
        top: -70px;

        border: 1px solid;
        padding: 9px 16px;
        background-color: #fff;
        border-color: #e1e1e1;
        color: #2d2e2c;
        border-radius: 4px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2d2e2c;
    }

    .filters-button span {
        padding: 0;
        text-transform: capitalize;
        margin-right: 8px;
        font-weight: 500;
    }

    .products-list[data-layout^="grid-"] .product-card .product-card__info .product-card__name {
        padding-right: 26px !important;

        display: block;
    }

    .products-list[data-layout="grid-3-sidebar"] .products-list__item:nth-child(3n) {
        margin: 0;
    }

    .products-list[data-layout="grid-3-sidebar"] .products-list__item:first-child {
        margin: 0;
    }

    .products-list[data-layout="grid-3-sidebar"] .products-list__item:nth-child(3n)+div {
        margin: 0;
    }

    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {

        margin: 0;
    }

    #product-details-form .product-gallery__carousel {
        display: block;
    }

    .slideshow-topmenu .mobil-back-btn {
  display: none;
    }

    .slideshow-topmenu .categories-big-title {
        padding-left: 0;
    }

    .block-sidebar--offcanvas--mobile .filter__container {
        
         min-width: 100%;
        
    }

     .product-card__features-list li:not(#Specificationcinsiyet, #SpecificationCategory) {
       
        white-space: unset;
        line-height: unset;
       
    }

    .wishlist-page .products-list[data-layout="grid-4-sidebar"] .products-list__item {
      
        box-shadow:none;
    }

    #header-user button{
        padding: 0;
    }

    .wishlist-page.shopping-wishlist .products-list[data-layout="list"] .product-card {
       
        flex-direction: row;
    }

   
    .shopping-wishlist .product-image {
        width: 70px !important;
        align-items: flex-start !important;
        padding: 10px !important;
        border-top: 1px solid #ebebeb;
    }

    .shopping-wishlist .product-card .product-card__info {
        padding: 0 20px;
        width: 50%;
        padding: 0 10px;
    }
    .quicky-member {
        padding: 0 ;
    }
    .member-login .container {
    
        padding:0;
    }
    .image-zoom{
        box-shadow: none;
    }
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
        width: calc(50% - 0px);
       
    }

    .size_chart {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .size_chart img {
        margin-right: 8px;
    }

    .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
        width: 50%;
        margin-right: 0;
        border: 1px solid #8080801c;
    }

    .homepage-image-title {
        font-size: 18px;
    }

    .register-page {
    margin:0;
}
   .error-login-box {
    position: unset;
   }
}

@media screen and (max-width:992px) {

}


/* storelocation  */
.store-location-title {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: black;
  margin-bottom: 14px;
}

#storeLocationFilterForm {
    padding: 20px 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.23);
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}

#storeLocationFilterForm .form-select ,.store-filter-btn ,.store-reset-btn ,.storeTab .nav-link {
    border-radius: 0;
}

.store-location-card img {
    width: 100%;
    height: 174px;
    object-fit: cover;
}

.store-location .alert-info {
    background: #9d3131;
    color: white;
    display: inline;
    width: max-content;
    position: absolute;
    right: 0;
    padding: 26px;
    top: 100px;
}

.store-card-details p strong {
    font-family: "Poppins", sans-serif;
     font-size: 15px;
     
}

