* {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

*:focus {
  outline: none;
}

*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

div#myPopupWin > .pText {
  padding-bottom: 40px;
}

:root {
  --primary-bg-color: #F1F1F1;
  --secondary-bg-color: #ffffff;
  --third-bg-color: #eeeeee;
  --primary-menu-bg-color: #dddddd;
  --primary-dark-color: #000000;
  --primary-color: #FFCB04;
  --primary-dark-text-color: #000000;
  --primary-light-text-color: #ffffff;
  --secondary-text-color: #666666;
  --primary-link-color: #0079FF;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../plugins/fonts/BrandonText/BrandonText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../plugins/fonts/BrandonText/BrandonTextBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../plugins/fonts/BrandonText/BrandonText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../plugins/fonts/BrandonText/BrandonText.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
html *:not(.fas, .fab, .far) {
  font-family: "Brandon Text" !important;
}

body,
html {
  height: 100%;
}

body {
  background-color: var(--primary-bg-color);
}

#mainWrapper {
  margin-top: 148px;
}

#mainColumn>.col.col-12>.row.mb {
  margin-bottom: 0;
}

#mainColumn>.col.col-12>.row.mb .sliderMain {
  height: 320px;
  position: relative;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideList {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideList * {
  width: 100%;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideList img {
  width: 100%;
  height: auto;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideList li img {
  width: 100%;
  object-fit: contain;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slidePager {
  display: none;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideControl {
  left: 40px;
  width: calc(100% - 80px);
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideControl .prevSlide {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideControl .prevSlide::before {
  content: '\f060';
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #55ACEE;
  font-size: 1.1em;
  background: var(--primary-dark-color);
  display: block;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideControl .nextSlide {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#mainColumn>.col.col-12>.row.mb .sliderMain .slideControl .nextSlide::before {
  content: '\f061';
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: #55ACEE;
  font-size: 1.1em;
  background: var(--primary-dark-color);
  display: block;
}

#header {
  padding: 0 !important;
}

#rekapta-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

#header #rekapta-header .header-top #mobileMenuBtn {
  display: none;
}

#rekapta-header .header-top {
  background-color: var(--primary-dark-color);
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding: 1.2rem 3rem;
}

#rekapta-header .header-top .logo p{
  padding-bottom: 0;
}

#rekapta-header .header-top .logo {
  display: block;
  width: 250px;
}

#rekapta-header .header-top .logo img {
  width: 100%;
  object-fit: contain;
}

#rekapta-header .header-top .search-box {
  height: 40px;
  border-radius: 20px;
  background-color: var(--secondary-bg-color);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: calc(100% - 550px);
  max-width: 700px;
}

#rekapta-header .header-top .search-box .all-categories {
  cursor: pointer;
  font-size: 14px;
  background-color: var(--primary-color);
  height: 34px;
  width: 160px;
  padding: 7px 10px;
  border-radius: 20px;
  color: var(--primary-light-text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2;
}

#rekapta-header .header-top .search-box .all-categories select {
  cursor: pointer;
  font-size: 14px;
  color: var(--primary-light-text-color);
  height: auto;
  background: transparent;
}

#rekapta-header .header-top .search-box .all-categories select:focus {
  box-shadow: none;
}

#rekapta-header .header-top .search-box .all-categories .icon-all-categories i {
  font-size: 0.9em;
}

#rekapta-header .header-top .search-box .all-categories select option {
  color: rgb(60,60,60);
}

#rekapta-header .header-top .search-box .search-inp {
  flex: auto;
}

#rekapta-header .header-top .search-box .search-inp input {
  width: 100%;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--primary-dark-text-color);
  background-color: transparent;
  height: auto;
  line-height: initial;
}

#rekapta-header .header-top .search-box .search-inp input::placeholder {
  color: var(--primary-dark-text-color);
}

#rekapta-header .header-top .search-box .search-button {
  cursor: pointer;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light-text-color);
  font-size: 1.2em;
  background-color: var(--primary-color);
  position: relative !important;
  top: initial !important;
  right: initial !important;
  padding: 0 !important;
}

#rekapta-header .header-top .left-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.3em;
  width: 250px;
}

@media screen and (min-width: 100px) {
  #rekapta-header .header-top .left-buttons {
    position: relative;
    top: -3px;
  }
}

#rekapta-header .header-top .left-buttons a {
  display: flex;
  gap: 8px;
  cursor: pointer;
  color: var(--primary-light-text-color);
}

#rekapta-header .header-top .left-buttons a.login-singup {
  height: 100%;
}

#rekapta-header .header-top .left-buttons a.login-singup .icon-login-singup {
  height: 100%;
  margin-top: auto;
}

#rekapta-header .header-top .left-buttons a.login-singup .icon-login-singup i {
  font-size: 1.7em;
  display: block;
}

#rekapta-header .header-top .left-buttons a.shopping-cart#cart-soft-count {
  height: 100%;
  background: transparent !important;
  padding: 0 !important;
}

#rekapta-header .header-top .left-buttons a.shopping-cart .icon-and-count {
  height: 100%;
  margin-top: auto;
}

#rekapta-header .header-top .left-buttons a.shopping-cart .icon-and-count .count {
  color: var(--primary-color);
  font-size: 16px;
  text-align: center;
}

#rekapta-header .header-top .left-buttons a.shopping-cart .icon-and-count i {
  font-size: 1.6em;
  display: block;
}

#rekapta-header .header-top .left-buttons a .text {
  margin-top: auto;
}

#rekapta-header .header-top .left-buttons a .text p:first-child {
  font-size: 14px;
  line-height: 1.2 !important;
  padding: 0 !important;
  white-space: nowrap;
}

#rekapta-header .header-top .left-buttons a .text p:last-child {
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 500;
  padding: 0 !important;
  white-space: nowrap;
}

#rekapta-header .header-bottom {
  height: 48px;
  padding: 0.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-color: var(--primary-color);
}

#rekapta-header .header-bottom .left-toggle-categories-content {
  position: relative;
  height: 100%;
}

#rekapta-header .header-bottom .left-toggle-categories-content .toggle-categories {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-dark-text-color);
  font-weight: 600;
  font-size: 15px;
  user-select: none;
}

#rekapta-header .header-bottom .left-toggle-categories-content .toggle-categories .icon-toggle-categories {
  font-size: 1.4em;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 148px;
  right: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  user-select: none;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms opacity;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list.toggle {
  opacity: 1;
  user-select: auto;
  visibility: visible;
  pointer-events: all;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list.toggle > ul{
  opacity: 1;
  left: 0;
  user-select: auto;
  visibility: visible;
  pointer-events: all;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list.toggle > ul >li{
  opacity: 1;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul {
  width: 400px;
  padding: 20px 0 20px 3rem;
  overflow-y: auto;
  background-color: var(--primary-bg-color);
  height: 100%;
  max-height: calc(100vh - 158px);
  position: relative;
  left: -100px;
  user-select: none;
  visibility: hidden;
  pointer-events: none;
  transition: 500ms left;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.25);
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li {
  position: relative;
  padding: 15px 3rem 15px 0px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
}
/*
#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--primary-dark-text-color);
  display: block;
  border-radius: 50%;
  transition: 300ms all;
}
*/
#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>a {
  display: block;
  cursor: pointer;
  font-size: 18px;
  color: var(--primary-dark-text-color);
  transition: 300ms all;
  position: relative;
  user-select: none;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>a i {
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  opacity: 0;
  transition: 300ms all;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover>.inner-menus {
  left: 400px;
  opacity: 1;
  user-select: auto;
  visibility: visible;
  height: 100%;
  pointer-events: all;
  transition: 500ms left, 500ms opacity;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover::before {
  width: 5px;
  height: 5px;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover>a {
  font-weight: bold;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover>a i {
  opacity: 1;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus {
  position: fixed;
  width: calc(100vw - 400px);
  top: 148px;
  left: 250px;
  background-color: #ccc;
  min-height: 50vh;
  opacity: 0;
  user-select: none;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 27px 3rem;
  max-height: calc(100vh - 158px);
  overflow: auto;
  z-index: -1;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: calc(750px + 6rem);
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul li {
  width: calc(50% - 1.5rem);
  max-width: 370px;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul li .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-dark-text-color);
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul li .links {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul li .links a {
  margin-bottom: 5px;
  line-height: 1.3;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.photos ul li {
  width: 250px;
  height: 250px;
  margin-bottom: 2rem;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.photos ul li:last-child {
  margin: 0;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.photos ul li a {
  display: block;
}

#rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.photos ul li a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#rekapta-header .header-bottom .right-menus {
  height: 100%;
}

#rekapta-header .header-bottom .right-menus.left {
  height: 100%;
  flex: auto;
}

#rekapta-header .header-bottom .right-menus ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  color: var(--primary-dark-text-color);
  font-weight: 500;
  font-size: 14px;
}

#rekapta-header .header-bottom .right-menus ul li {
  cursor: pointer;
}

#discover-content.discover-content {
  padding: 2rem 3.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.2rem;
  position: relative;
  z-index: 2;
}

#discover-content.discover-content .discover-item {
  background-color: var(--secondary-bg-color);
  border-radius: 10px;
  padding: 15px;
  width: calc((100% - 6.6rem) / 4);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#discover-content.discover-content .discover-item .title {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(60,60,60);
  margin-bottom: 1rem;
}

#discover-content.discover-content .discover-item .image-box {
  width: 100%;
  aspect-ratio: 1/1;
}

#discover-content.discover-content .discover-item .image-box.only-one img {
  width: 100%;
  object-fit: cover;
  display: block;
}

#discover-content.discover-content .discover-item .image-box.multiple {
  display: grid;
  grid-template-areas: "a c""b b ";
  gap: 10px;
}

#discover-content.discover-content .discover-item .image-box.multiple a {
  display: block;
}

#discover-content.discover-content .discover-item .image-box.multiple img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#discover-content.discover-content .discover-item .image-box.multiple a:nth-child(1) {
  grid-area: a;
  aspect-ratio: 1/1;
}

#discover-content.discover-content .discover-item .image-box.multiple a:nth-child(2) {
  grid-area: c;
  aspect-ratio: 1/1;
}

#discover-content.discover-content .discover-item .image-box.multiple a:nth-child(3) {
  grid-area: b;
  aspect-ratio: 2/1;
}

#discover-content.discover-content .discover-item .image-box.multiple a:nth-child(3) img {
  aspect-ratio: 2/1;
}

#discover-content.discover-content .discover-item .discover-button {
  margin-top: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-link-color);
  cursor: pointer;
}

/*Cok satanlar slider style*/
.pos-r.with-border.border-limited.border-custom-pink.text-bold.text-center.mb.block-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-dark-text-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.pos-r.with-border.border-limited.border-custom-pink.text-bold.text-center.mb.block-title::before,
.pos-r.with-border.border-limited.border-custom-pink.text-bold.text-center.mb.block-title::after {
  display: none;
}

.row.slide-wrapper {
  padding: 1rem 3.8rem;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div {
  padding-right: 1.1rem;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div {
  border-radius: 20px;
  padding: 20px 10px;
  background-color: var(--secondary-bg-color);
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* .catalogWrapper .fl.col-12 > ul.carousel > li > div > div p{
  padding-bottom: 0;
} */
.catalogWrapper .fl.col-12>ul.carousel>li>div>div>.row {
  margin: 0;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div>.row .pos-a.pos-right.pos-bottom.pos-left.bottom.fixed.blockLightBg.forDesktop {
  background-color: var(--primary-light-text-color);
}

.row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray,
.row.slide-wrapper>.slideControl span.fr.colPrev.icon-arrow-right.icon-no-space.icon-custom-gray {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray::before,
.row.slide-wrapper>.slideControl span.fr.colPrev.icon-arrow-right.icon-no-space.icon-custom-gray::before {
  content: "\f054";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-family: "FontAwesome";
  font-size: 20px;
  background: var(--primary-dark-text-color);
  color: var(--primary-light-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray::before {
  content: "\f053";
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .image {
  width: 100%;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .image img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/0.9;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .detail {
  font-size: 14px;
  color: var(--secondary-text-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  line-height: 1.5;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .title {
  font-size: 16px;
  color: var(--secondary-text-color);
  font-weight: bold;
  padding: 0;
  line-height: 1.5;
  display: block;
  height: 25px;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: var(--secondary-text-color);
  text-align: center;
  line-height: 1.3;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .price {
  margin-top: auto;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .price p:first-child {
  font-size: 14px;
  text-decoration: line-through;
  padding: 0;
  text-align: left;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .price p:last-child {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .add-cart {
  margin-top: auto;
  display: block;
  border-radius: 14px;
  height: 28px;
  padding: 6px 18px;
  width: 50%;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  background-color: rgba(254, 204, 22, 0.5);
  transition: 300ms background-color;
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .add-cart:hover {
  color: var(--primary-light-text-color);
  background-color: rgba(254, 204, 22, 1);
}

.catalogWrapper .fl.col-12>ul.carousel>li>div>div .col.col-12.productDetails.loaderWrapper {
  padding-bottom: 0;
  height: auto !important;
}

/*Cok satanlar slider style*/

#third-baners.third-baners {
  padding: 2rem 3.8rem;
  display: grid;
  grid-template-areas: "a c""b b ";
  gap: 2.2rem;
}

#third-baners.third-baners>a {
  display: block;
  border-radius: 20px;
  height: 340px;
  overflow: hidden;
}

#third-baners.third-baners>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#third-baners.third-baners .half-banner:nth-child(1) {
  grid-area: a;
}

#third-baners.third-baners .half-banner:nth-child(2) {
  grid-area: c;
}

#third-baners.third-baners .full-banner {
  grid-area: b;
  height: 400px;
}

#quaternary.quaternary {
  padding: 2rem 3.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  align-items: stretch;
}

#quaternary.quaternary>a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

#quaternary.quaternary>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#quaternary.quaternary>a:nth-child(1) {
  width: calc(33.33% - 1.1rem);
}

#quaternary.quaternary>a:nth-child(2) {
  width: calc(66.67% - 1.1rem);
}

#quaternary.quaternary>a:nth-child(3) {
  width: calc(66.67% - 1.1rem);
}

#quaternary.quaternary>a:nth-child(4) {
  width: calc(33.33% - 1.1rem);
}

#quaternary.quaternary .liddle-banner {
  aspect-ratio: 1/1;
}

#rekapta-footer {
  width: 100%;
  background-color: var(--secondary-bg-color);
  margin-top: 2rem;
}

#rekapta-footer .footer-inner {
  padding: 0 3.8rem;
  max-width: 1500px;
  margin: auto;
}

#rekapta-footer .footer-inner .footer-top {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

#rekapta-footer .footer-inner .footer-top .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

#rekapta-footer .footer-inner .footer-top .item .footer-icon {
  height: 53px;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  color: var(--secondary-text-color);
  outline: 1px solid var(--secondary-text-color);
  border-radius: 50%;
}

#rekapta-footer .footer-inner .footer-top .item .text {
  font-size: 16px;
}

#rekapta-footer .footer-inner .footer-top .item .text p {
  text-align: center;
  white-space: nowrap;
}

#rekapta-footer .footer-inner .footer-top .item .text p:last-child {
  font-weight: bold;
  text-transform: uppercase;
}

#rekapta-footer .footer-inner .footer-menus {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

#rekapta-footer .footer-inner .footer-menus .menu-items .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-dark-text-color);
  margin-bottom: 1rem;
}

#rekapta-footer .footer-inner .footer-menus .menu-items nav ul li {
  padding-bottom: 8px;
  font-size: 1rem;
  color: #444444;
}

#rekapta-footer .footer-inner .copyright-soical-icons {
  padding: 0.9rem 0;
  color: var(--secondary-text-color);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

#rekapta-footer .footer-inner .copyright-soical-icons .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  height: 30px;
}

#rekapta-footer .footer-inner .copyright-soical-icons .social-icons li a {
  cursor: pointer;
  display: block;
}

#rekapta-footer .footer-inner .copyright-soical-icons .social-icons li a img {
  height: 25px;
  width: 25px;
  object-fit: cover;
}

/*
  Navigasyon css
*/

div#nav-wrapper {
  background: transparent;
  padding-left: 0;
  color: var(--secondary-text-color);
}

#navigasyon {
  margin-left: 0;
  margin-right: 0;
}

#navigasyon .breadcrumb li:last-child a {
  color: var(--secondary-text-color);
}

#navigasyon a span.forDesktop:before {
  background: url(/Data/EditorFiles/rekapta/gorunmeyenAyrac.svg) no-repeat 100% center;
  background-size: 20px;
  width: 8px;
  height: 8px;
}

/*
  Navigasyon css
*/


/*
  Responsive
*/
@media screen and (max-width: 1300px) {
  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul {
    width: 330px;
    padding: 20px 0 20px 20px;
  }

  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus {
    width: calc(100vw - 330px);
  }

  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover>.inner-menus {
    left: 330px;
  }

  #rekapta-footer .footer-inner .footer-top {
    flex-wrap: wrap;
  }

  #rekapta-footer .footer-inner {
    font-size: 0.8em;
  }

  #mainColumn>.col.col-12>.row.mb .sliderMain {
    height: 270px;
  }
}

@media screen and (max-width: 1100px) {
  #header #rekapta-header {
    font-size: .8em;
  }

  #header #rekapta-header .header-top {
    padding: 1.2em 20px;
  }

  #rekapta-header .header-bottom {
    padding: 0.2rem 20px;
  }

  #rekapta-header .header-top .left-buttons,
  #rekapta-header .header-top .logo {
    width: 230px;
  }

  #rekapta-header .header-top .search-box {
    width: calc((100% - 4em) - 460px);
  }

  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li:hover>.inner-menus {
    flex-direction: column;
  }

  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.big-menu ul {
    max-width: 100%;
  }

  #rekapta-header .header-bottom .left-toggle-categories-content nav.category-list>ul>li>.inner-menus li.photos ul {
    display: flex;
    gap: 2rem;
  }

  #discover-content.discover-content .discover-item .title {
    font-size: .8rem;
  }

  #discover-content.discover-content {
    padding: 2rem 20px;
    gap: 1rem;
  }

  #discover-content.discover-content .discover-item {
    width: calc((100% - 3rem) / 4);
  }

  #third-baners.third-baners>a {
    height: 240px;
  }

  #third-baners.third-baners .full-banner {
    height: 300px;
  }

  #quaternary.quaternary,
  #third-baners.third-baners {
    gap: 1rem;
    padding: 2rem 20px;
  }

  #quaternary.quaternary>a:nth-child(1) {
    width: calc(33.33% - 0.5rem);
  }

  #quaternary.quaternary>a:nth-child(2) {
    width: calc(66.67% - 0.5rem);
  }

  #quaternary.quaternary>a:nth-child(3) {
    width: calc(66.67% - 0.5rem);
  }

  #quaternary.quaternary>a:nth-child(4) {
    width: calc(33.33% - .5rem);
  }

  #mainColumn>.col.col-12>.row.mb .sliderMain {
    height: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  #rekapta-footer .footer-inner .footer-menus {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #rekapta-footer .footer-inner .footer-menus .menu-items {
    width: calc((100% - 4rem) / 3);
  }

  div#oneCol.contentWrapper.col.col-12 {
    padding: 0;
  }

  .cart-page form#SepetForm>.fl.col-12 {
    flex-direction: column;
  }

  .cart-page form#SepetForm>.fl.col-12>div {
    width: 100% !important;
  }

  .cart-page form#SepetForm>.fl.col-12 div#total-price-content {
    height: auto !important;
  }
}

@media screen and (max-width: 950px) {
  #header #rekapta-header {
    font-size: .6em;
  }
}

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

  /*mobile menu css*/
  @-webkit-keyframes mobileMenu {
    from {
      left: -100%;
    }

    to {
      left: 0;
    }
  }

  @-webkit-keyframes mobileMenuRtl {
    from {
      right: -100%;
    }

    to {
      right: 0;
    }
  }

  @keyframes mobileMenu {
    from {
      left: -100%;
    }

    to {
      left: 0;
    }
  }

  @keyframes mobileMenuRtl {
    from {
      right: -100%;
    }

    to {
      right: 0;
    }
  }

  .rekapta .menuShow #pageOverlay {
    z-index: 999999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .rekapta .menuShow #mobileMenu {
    -webkit-animation-name: mobileMenu;
    animation-name: mobileMenu;
  }

  .rekapta #mobileMenu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 85%;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    overflow-x: hidden;
    padding: 0;
  }

  .rekapta .menuShow #closeMobileMenu {
    display: flex;
  }

  .rekapta #closeMobileMenu {
    font-size: 14px;
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .rekapta #closeMobileMenu img{
    filter: contrast(0);
    max-width: 20px;
  }

  .rekapta div#mobileMenuMain {
    padding: 0;
  }

  .rekapta .mobileHome {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
  }

  .rekapta #mobileMenuMain a,
  .rekapta #mobileMenuMain li div {
    line-height: 38px;
    font-size: 13px;
    color: var(--primary-dark-color);
    font-weight: 600;
    border-radius: 0;
    overflow: hidden;
  }

  .rekapta #mobileMenuMain li div {
    display: flex;
    align-items: center;
    padding: 0px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    background: url(/Data/EditorFiles/frontend/assets/pictures/icons/chevron-right.svg) no-repeat right;
    background-position-x: 96%;
    background-size: 10px;
    font-size: 13px;
    color: var(--primary-dark-color);
  }

  .rekapta #mobileMenuMain li div i {
    font-style: normal;
  }

  .rekapta #mobileMenu li ul {
    left: -100%;
    position: fixed;
    background: #fff;
    top: 0;
    padding: 0;
    width: 85%;
    box-sizing: border-box;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    display: block !important;
  }

  .rekapta .mmBack {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }

  .rekapta .menuShow div#mobileMenuMain ul li div.active+ul {
    left: 0;
    display: block !important;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    overflow: auto;
  }

  .rekapta #mobileMenu li ul a,
  .rekapta #mobileMenu li ul span {
    line-height: 35px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: var(--primary-dark-color);
  }

  .rekapta #mobileMenuMain li div {
    padding-left: 15px !important;
  }

  .rekapta .mmBack img {
    height: 10px;
  }

  /*mobile menu css*/


  #mainWrapper {
    margin-top: 108px;
  }

  #header #rekapta-header .header-bottom {
    display: none;
  }

  #header #rekapta-header .header-top {
    position: relative;
    height: 80px;
  }

  #header #rekapta-header .header-top .button-logo {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  #header #rekapta-header .header-top #mobileMenuBtn {
    display: block;
    font-size: 30px;
    color: white;
  }

  #header #rekapta-header .header-top .logo {
    width: 35%;
  }

  #header #rekapta-header .header-top .logo p {
    padding: 0;
  }

  #header #rekapta-header .header-top .search-box {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 100%;
    left: 50%;
    max-width: none;
    outline: 1px solid white;
    border-radius: 0;
  }

  #mainColumn>.col.col-12>.row.mb .sliderMain {
    height: 190px;
  }

  #discover-content.discover-content .discover-item {
    width: calc((100% - 2rem) / 3);
  }

  #rekapta-footer .footer-inner {
    padding: 0 20px;
  }

  div#mainColumn {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  #mainWrapper {
    margin-top: 128px;
  }

  #rekapta-footer .footer-inner .footer-menus .menu-items {
    width: calc((100% - 2rem) / 2);
  }

  #mainColumn>.col.col-12>.row.mb .sliderMain {
    height: 150px;
  }

  #discover-content.discover-content .discover-item {
    width: calc((100% - 1rem) / 2);
  }

  #third-baners.third-baners>a,
  #third-baners.third-baners .full-banner {
    height: auto;
  }

  .pos-r.with-border.border-limited.border-custom-pink.text-bold.text-center.mb.block-title {
    font-size: 20px;
  }

  .catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .price p:last-child {
    font-size: 16px;
  }

  .catalogWrapper .fl.col-12>ul.carousel>li>div>div .price-and-add-cart .add-cart {
    font-size: 10px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 650px) {
  #header #rekapta-header .header-top {
    position: relative;
    height: 60px;
  }

  #header #rekapta-header .header-top .logo {
    width: auto;
  }

  #header #rekapta-header .header-top .logo p img {
    height: 40px;
  }

  #rekapta-header .header-top .left-buttons a .text {
    display: none;
  }

  #rekapta-header .header-top .left-buttons {
    font-size: 15px;
  }

  #rekapta-header .header-top .search-box .all-categories {
    display: none;
  }

  #mainWrapper {
    margin-top: 108px;
  }

  #rekapta-header .header-top .left-buttons a.shopping-cart .icon-and-count {
    display: flex;
    gap: 8px;
    flex-direction: row-reverse;
    align-items: center;
  }

  #rekapta-header .header-top .left-buttons a.shopping-cart .icon-and-count .count {
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px) {
  #header #rekapta-header .header-top {
    position: relative;
    height: 50px;
  }

  #header #rekapta-header .header-top #mobileMenuBtn {
    font-size: 20px;
  }

  #rekapta-header .header-top .left-buttons {
    font-size: 11px;
  }

  #mainWrapper {
    margin-top: 98px;
  }
}

@media only screen and (max-width: 540px) {
  #rekapta-footer .footer-inner .copyright-soical-icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }

  #rekapta-footer .footer-inner .footer-menus .menu-items {
    width: 100%;
  }

  #discover-content.discover-content .discover-item .title {
    font-size: 1.3em;
  }

  #discover-content.discover-content .discover-item {
    border-radius: 10px;
    padding: 10px;
    width: 100% !important;
  }

  #discover-content.discover-content .discover-item .discover-button {
    margin-top: 0.5rem;
    font-size: 9px;
  }

  #third-baners.third-baners {
    grid-template-areas:
      "a a"
      "c c"
      "b b ";
  }

  #third-baners.third-baners>a {
    border-radius: 10px;
  }

  #quaternary.quaternary>a {
    aspect-ratio: inherit !important;
    width: 100% !important;
    border-radius: 10px;
  }
}


/*
  Responsive
*/

/*
  pagination
*/

div#pager-wrapper {
  margin-top: 2rem;
}

div#pager-wrapper .productPager .prev::before {
  content: "<";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

div#pager-wrapper .productPager .next::before {
  content: ">";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

/*
  pagination
*/


/*
  sub categories
*/
#sub-categories-image-div {
  aspect-ratio: 1/1;
  overflow: hidden;
}

#sub-categories-image-div>a {
  border: none;
  padding: 0;
}

#sub-categories-image-div>a>.row {
  margin: 0;
}

#sub-categories-image-div>a>.row>.sub-categories-image {
  margin: 0 auto;
  width: 90%;
  max-width: 150px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.04);
  transition: 300ms all;
  border-radius: 50%;
  margin-bottom: 15px;
}

#sub-categories-image-div>a>.row>.sub-categories-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms all;
  border-radius: 50%;
}

#sub-categories-image-div>a>.row>.sub-categories-title {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

#sub-categories-image-div:hover>a>.row>.sub-categories-image {
  width: 40%;
}

#sub-categories-image-div>a+ul {
  opacity: 0;
  visibility: hidden;
  padding: 10px 8px 10px 15px;
}

#sub-categories-image-div>a+ul>li {
  font-size: 15px;
  padding-top: 8px;
  list-style: disc;
}

#sub-categories-image-div>a+ul>li>a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  color: #666;
}

#sub-categories-image-div>a+ul>li:first-child {
  padding-top: 0px;
}

#sub-categories-image-div:hover ul {
  opacity: 1;
  visibility: visible;
  float: left;
}

#sub-categories-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
  #sub-categories-content>#sub-categories-image-div {
    width: 25% !important;
  }
}

/*
  sub categories
*/



/*
  amazon css style start
*/
#rekapta-header .account-area .accountbg #dropdownAccount #dropdownLogin a.loginSetup{
  border: none;
  background: var(--primary-color);
}

@media screen and (max-width: 650px) {
  #rekapta-header .account-area .accountbg{
    left: inherit !important;
    right: -80px;
  }
}

@media screen and (max-width: 650px) {
  #rekapta-header .account-area .accountbg{
    left: inherit !important;
    right: -74px;
    width: 100vw;
  }
}


/*
  amazon css style start
*/



/*
  search result style start
*/
#live-search-box span.search-image{
  width: auto;
}
#live-search-box span.search-image > img {
  max-width: 30px;
}
/*
  search result style start
*/


/*
  page login style start
*/
html.uye-kayit.rekapta div#page-login > .row{
  margin: 0;
}
/*
  page login style start
*/


/*
  slider responsive style start
*/
@media screen and (max-width: 650px) {
  .catalogWrapper .fl.col-12>ul.carousel>li>div{
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.mb.catalogWrapper.slide-wrapper{
    padding: 1rem 35px;
  }
  .row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray::before,
  .row.slide-wrapper>.slideControl span.fr.colPrev.icon-arrow-right.icon-no-space.icon-custom-gray::before,
  .row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray,
  .row.slide-wrapper>.slideControl span.fr.colPrev.icon-arrow-right.icon-no-space.icon-custom-gray{
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .row.slide-wrapper>.slideControl span.fl.colPrev.icon-arrow-left.icon-no-space.icon-custom-gray{
    position: relative;
    left: 10px;
  }
  .row.slide-wrapper>.slideControl span.fr.colPrev.icon-arrow-right.icon-no-space.icon-custom-gray {
    position: relative;
    right: 5px;
  }
}
/*
  slider responsive style start
*/





/*
  22-08-2022 revizeleri
*/
div#basketList {
  display: none !important;
}

.uye-girisi-sayfasi div#mainColumn{
  padding-top: 40px;
}

#is_stock-truck{
  gap: 20px;
}
#is_stock-truck >p{
  width: calc(50% - 10px);
  height: 40px;
  font-size: 14px;
  color: var(--secondary-text-color);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  outline: 1px solid var(--secondary-text-color);
  border-radius: 20px;
  padding: 0 15px;
}
.variantBox a p {
  border: 3px solid #666;
  padding: 8px 15px !important;
  border-radius: 8px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  #sub-categories-content{
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  #sub-categories-image-div{
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 1250px) {
  #sub-categories-image-div{
    width: calc(100% / 4);
  }
}
/*
  22-08-2022 revizeleri
*/

@media screen and (max-width: 420px) {
  #rekapta-header .account-area .accountbg {
    min-width: auto !important;
  }
}

div#carousel-not-padding {
  padding: 0;
}