@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import 'icon.css';
#login {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#login .mw-300 {
  max-width: 400px !important;
  width: 100%;
}
#login .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#login .container .row {
  height: 100%;
}
#login:before {
  content: "";
  background: url(/assets/images/login.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -120px;
  width: 916px;
  bottom: 0px;
  position: absolute;
  height: 1020px;
  pointer-events: none;
  background-size: contain;
}
#login .login__logo {
  width: 88px;
  height: 59px;
  position: absolute;
  top: 44px;
}
#login h2 {
  font-size: 40px;
  color: #4E4E4E;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 22px;
}
#login p {
  font-size: 16px;
  color: #909090;
  font-size: 16px;
  font-weight: 300;
  max-width: 303px;
  width: 100%;
}
#login .login__form {
  padding-left: 45px;
  width: 100%;
  padding-top: 45px;
}
#login .login__form .form-group {
  margin-bottom: 10px;
}
#login .login__form .form-group .input {
  max-width: 400px;
  width: 100%;
}
#login .login__form label {
  font-size: 16px;
  color: #747474;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#login .login__form input {
  margin-top: 7px;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding: 16px 15px;
  background-color: transparent;
  margin-bottom: 20px;
  color: #909090;
  font-weight: 300;
}
#login .login__form input::-moz-placeholder {
  color: #909090;
  font-weight: 300;
}
#login .login__form input::placeholder {
  color: #909090;
  font-weight: 300;
}
#login .login__form input:focus {
  outline: none;
  border: 1px solid #ffc21c;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}
#login .form-check-label a {
  font-weight: 500;
  text-decoration: underline;
  color: #505050;
}
#login .flexform {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
#login .flexform .form-check-label {
  font-weight: 300 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
#login .flexform .form-check {
  display: flex;
  align-items: center;
}
#login .flexform .form-check input {
  margin-bottom: 0px !important;
  margin-right: 10px;
  border: 1px solid #8E8E8E;
  border-radius: 7px;
  width: 21px;
  height: 21px;
  padding: 0px !important;
  margin-top: 0px !important;
  cursor: pointer;
}
#login .flexform button {
  background-color: #ffc21c;
  border: 1px solid #ffc21c;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  max-width: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px;
  margin-right: 41px;
}
#login .flexform button svg {
  margin-right: 10px;
}

.columnFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin-top: 50px;
  flex-direction: column;
}
.columnFlex a {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.columnFlex a:nth-child(2) {
  text-decoration: underline !important;
}
.columnFlex a:hover {
  color: #ffc21c;
  transition: all 0.3s;
}
.columnFlex a svg {
  margin-right: 10px;
}

.user__form {
  max-width: 438px;
  width: 100%;
}
.user__form input {
  height: 50px;
  margin-bottom: 0px !important;
}
.user__form button {
  width: 100%;
  background-color: #ffc21c;
  border: 1px solid #ffc21c;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-right: 41px;
  margin-top: 10px;
}
.user__form button:hover {
  background-color: #ffc21c;
  border: 1px solid #ffc21c;
}
.user__form button svg {
  margin-right: 10px;
}
.user__form .form-check {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.user__form .form-check label {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-left: 4px;
  color: #505050 !important;
}
.user__form .form-check input {
  margin-right: 5px;
  margin-top: 0px !important;
  width: 21px !important;
  height: 21px !important;
  padding: 0px !important;
  border-radius: 7px !important;
  position: absolute;
  cursor: pointer;
}

@media (max-width: 992px) {
  #login {
    height: 100%;
  }
  #login h2 {
    font-size: 30px;
    margin: 30px 0px !important;
  }
  #login .mw-300 {
    max-width: 100%;
  }
  #login .container {
    height: 100%;
  }
  #login .login__logo {
    position: relative;
    top: 10px !important;
  }
  #login .container {
    max-width: 100%;
  }
  .bg_login {
    padding: 50px 0px;
  }
  .bg_login .input {
    max-width: 100% !important;
    width: 100%;
  }
  .login__form {
    padding-left: 0px !important;
  }
}
@media (max-width: 1600px) {
  #login:before {
    content: none;
  }
  #login .user__form {
    max-width: 100%;
  }
  #login .login__form .form-group .input {
    max-width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  #login {
    overflow: hidden;
  }
  #login:before {
    right: -110px;
    height: 870px;
    background-size: contain;
    width: 780px;
  }
}
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #4e4e4e;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.form-check-input:checked {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  position: relative;
}
.form-check-input:checked::before {
  content: "✔";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
}

.form-check-input:checked {
  background-image: none !important;
}

body {
  font-family: "Ubuntu", sans-serif !important;
  color: #EBEBEB;
  background-color: #F3F3F3 !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1410px !important;
  }
}
img {
  max-width: 100%;
}

p {
  font-family: "Open Sans", sans-serif;
}

.bg_login {
  background-color: #EBEBEB !important;
}

.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0px;
}
.topNav a {
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin-right: 23px;
  font-weight: 300;
  transition: all 0.3s;
}
.topNav a:hover {
  color: #FFC21C;
  transition: all 0.3s;
}

.topHeader {
  max-width: 730px;
  margin: 34px auto !important;
}
.topHeader .filterMenu {
  display: flex;
  justify-content: space-between;
  padding-left: 0px !important;
  align-items: center;
}
.topHeader .filterMenu li {
  list-style: none;
}
.topHeader .filterMenu li a {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 7px;
  transition: all 0.3s;
}
.topHeader .filterMenu li a:hover {
  color: #FFC21C;
  transition: all 0.3s;
}
.topHeader .activeFilter a {
  font-weight: 500 !important;
  border: 2px solid #444444;
  border-radius: 15px;
  padding: 0px 24px;
  max-width: 200px;
  width: 100%;
  transition: all 0.3s;
}
.topHeader .activeFilter a:hover {
  border: 2px solid #FFC21C;
  background-color: #FFC21C;
  color: white !important;
  transition: all 0.3s;
}
.topHeader .activeFilter a:hover lottie-player {
  mix-blend-mode: hard-light;
}
.topHeader .activeFilter a lottie-player {
  mix-blend-mode: exclusion;
}

.carousel-indicators li {
  width: 13px !important;
  height: 13px !important;
  opacity: 0.27;
  border-radius: 100%;
  background-clip: revert !important;
  border-top: inherit !important;
  border-bottom: inherit !important;
  transition: all 0.3s;
}
.carousel-indicators .active {
  width: 26px !important;
  border-radius: 10px !important;
  transition: all 0.3s;
}

.right__text {
  background: url(/assets/images/left.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 15px;
  padding: 32px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right__text a {
  color: #767676;
  font-weight: 300;
  text-decoration: underline;
}
.right__text a:hover {
  color: #FFC21C;
}
.right__text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.75px;
  display: flex;
  flex-direction: column;
}
.right__text h2 b {
  font-size: 30px;
  font-weight: 900;
  color: #525252;
  margin-bottom: 10px;
}
.right__text h2 span {
  letter-spacing: -2.08px;
  color: #FFC21C;
  font-size: 83px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  line-height: 56px;
}
.right__text h2 span strong {
  font-size: 35px;
  letter-spacing: -0.88px;
}

.bottom__text {
  background: url(/assets/images/bottom.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  border-radius: 15px;
  padding: 27px 34px;
}
.bottom__text:after {
  content: "";
  background: url(/assets/images/after.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 15px;
}
.bottom__text a {
  width: 100%;
  z-index: 2;
  position: relative;
  color: white;
  text-decoration: none;
}
.bottom__text a:hover {
  color: white;
}
.bottom__text a h3 {
  font-size: 25px;
  font-weight: 500;
}
.bottom__text a span {
  font-size: 16px;
  font-weight: 300;
}

.bestseller__slider img {
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.carousel-inner {
  border-radius: 15px;
}

.bag i {
  position: relative;
}
.bag .bagIcon {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #DE4343;
  border-radius: 50%;
  right: 0px;
  bottom: -4px;
  color: white;
  font-size: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.search-box + label .search-icon {
  color: black;
}
.search-box:hover {
  color: white;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 190px;
  border-radius: auto;
  color: #000000;
  border: 1px solid #444444;
  font-weight: 300;
}
.search-box:focus + label .search-icon {
  color: #444444;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-boxx {
  position: relative;
  left: -31px;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.3s;
}
.search-boxx .glyphicon {
  margin-right: 7px;
}
.search-boxx:hover {
  color: #FFC21C;
  transition: all 0.3s;
}

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

.navFlex {
  display: flex;
  align-items: center;
  width: 100%;
}

.bottomSlider a {
  position: absolute;
  right: 50px;
  bottom: 0px;
  bottom: 36px;
  color: white;
  z-index: 3;
}
.bottomSlider a svg {
  margin-left: 10px;
}
.bottomSlider a:hover {
  color: white;
}
.bottomSlider .carousel-indicators {
  margin-right: 0px !important;
  margin-bottom: 36px !important;
  margin-left: 50px !important;
  justify-content: flex-start !important;
}

#hamburger-icon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#hamburger-icon rect {
  transition: all 0.3s ease-in-out;
}
#hamburger-icon.open rect:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#hamburger-icon.open rect:nth-child(2) {
  opacity: 0;
}
#hamburger-icon.open rect:nth-child(3) {
  transform: rotate(-45deg) translate(-4px, 12px);
}
#hamburger-icon.open rect:nth-child(1),
#hamburger-icon.open rect:nth-child(3) {
  y: -2px;
}

.dropdown-toggle::after {
  content: none !important;
}

.dropMenu a {
  text-decoration: underline;
}
.dropMenu a:hover {
  color: #444444;
}

.form-check input {
  background-color: transparent !important;
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
}
.dropdown-menu a {
  font-family: "Ubuntu", sans-serif;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.dropdown-menu a svg {
  margin-right: 5px;
}

.color-green {
  color: #2B8E19 !important;
}

.bookSlider {
  padding: 65px 0px;
  padding-bottom: 100px;
}

.bookNew .bookNew__grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.news:before {
  content: "";
  background: url(/assets/images/news.webp);
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  z-index: 1;
}

.bookNew__card {
  max-width: 240px;
  width: 100%;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
  flex: 1 1 calc(22.333% - 16px);
}
.bookNew__card:hover .bookImg img {
  scale: 1.1;
  transition: all 0.3s;
}
.bookNew__card .bookImg {
  margin: -50px auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 150px;
  position: relative;
}
.bookNew__card .bookImg img {
  mix-blend-mode: darken;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 21px;
  transition: all 0.3s;
}
.bookNew__card .bookImg .discount {
  background: url(/assets/images/discount.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  position: absolute;
  bottom: 34px;
  left: -7px;
  font-family: "Montserrat", sans-serif;
}
.bookNew__card .bookImg .discount b {
  font-size: 20px;
  font-weight: 800;
}
.bookNew__card h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bookNew__card small {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
}
.bookNew__card .price {
  margin: 11px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bookNew__card .price span {
  font-size: 14px;
  color: #F43B3B;
  text-align: center;
  text-decoration: line-through;
  font-family: "Ubuntu", sans-serif;
}
.bookNew__card .price p {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0px;
}

.btnFlex {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
}
.btnFlex #heart-icon {
  margin-left: 5px;
}

#cart-button {
  width: 100%;
  padding: 20px;
  border-radius: 31px;
  max-width: 76%;
  margin-right: 10px;
}

.button {
  border-radius: 20px;
  background-color: #F2F2F2;
  padding: 9px 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.5s ease;
  border: none;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.button .icon-bag {
  font-size: 18px;
}
.button span, .button .succesbtn {
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}
.button .succesbtn {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, -50%);
  color: white;
}
.button.expanded {
  padding-right: 60px;
  background-color: #A8D071;
  width: 100% !important;
  max-width: 100% !important;
}
.button.expanded:hover {
  background-color: #A8D071 !important;
}
.button:hover {
  background-color: #C8E3A3;
}
.succesbtn i {
  color: white;
  margin-right: 10px;
  font-size: 12px !important;
}

.counter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.counter-container small {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.counter-container .counter-control {
  width: 25px;
  height: 25px;
  border: none;
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin: 0 7px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-container #counter-value {
  font-size: 16px;
  font-weight: bold;
}

.addCard {
  border-radius: 12px;
  background-color: white;
  max-width: 108px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addCard i {
  color: #F43B3B;
  transition: all 0.3s;
  font-size: 30px;
}
.addCard:hover i {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.bannerSection {
  margin: 32px 0px;
  border-radius: 20px;
}

.recommendedLeft {
  background: url(/assets/images/onerilen.png);
  padding: 57px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 633px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
  max-width: 346px;
  width: 100%;
  margin-right: 20px;
}
.recommendedLeft:hover svg {
  transform: translate(10px, -10px);
  transition: all 0.3s;
}
.recommendedLeft span {
  font-size: 16px;
  color: #9A9A9A;
  font-weight: 300;
  margin-bottom: 17px;
  font-family: "Open Sans", sans-serif;
}
.recommendedLeft h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 23px;
  font-family: "Ubuntu", sans-serif;
  color: #4E4E4E;
}
.recommendedLeft svg {
  transition: all 0.3s;
}

.recommendedBook {
  margin-top: 100px;
}
.recommendedBook .flexRecomended {
  display: flex;
}
.recommendedBook .flexRecomended .flexCardRecomended {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.recommendedBook .bookNew__card {
  margin-bottom: 20px;
}

.soldOut h3, .soldOut small {
  opacity: 0.4;
}
.soldOut .price {
  opacity: 0.4;
}
.soldOut:before {
  content: "";
  background: url(/assets/images/sold.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  z-index: 1;
}

.school:before {
  content: "";
  background: url(/assets/images/school.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
}

.bestseller:before {
  content: "";
  background: url(/assets/images/bestseller.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  z-index: 1;
}

.filterBook .bookImg {
  margin-top: 0px;
}
.filterBook .filter__grid {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.filterBook .flexFilter {
  display: flex;
}
.filterBook .flexFilter .filterLeft {
  background: url(/assets/images/filter.png);
  padding: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 717px;
  text-decoration: none;
  border-radius: 20px;
  max-width: 346px;
  width: 100%;
  margin-right: 20px;
}
.filterBook .flexFilter .filterLeft h5 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}
.filterBook .flexFilter .filterLeft span {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.filterBook .flexFilter .filterLeft button {
  border: none;
  background: none;
  color: white;
  margin: 0 auto;
  display: flex;
  margin-top: 23px;
  text-decoration: underline;
}
.filterBook .flexFilter .filterLeft button i {
  margin-right: 5px;
}
.filterBook .mt-drop {
  margin-top: 72px !important;
}
.filterBook .custom-dropdown {
  position: relative;
  width: 100%;
  margin: 10px 0px;
}
.filterBook .custom-dropdown .dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 28px;
  padding-right: 8px !important;
  background-color: rgba(255, 255, 255, 0.1960784314);
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.3s ease;
}
.filterBook .custom-dropdown .dropdown-header:hover {
  border-color: #0056b3;
}
.filterBook .custom-dropdown .dropdown-header .dropdown-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(173, 46, 18, 0.6117647059);
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  transform: rotate(90deg);
}
.filterBook .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: #ffffff !important;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  z-index: 1000;
}
.filterBook .custom-dropdown .dropdown-menu li {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px !important;
  transition: background-color 0.3s ease;
}
.filterBook .custom-dropdown .dropdown-menu li:hover {
  background-color: #f1f1f1;
}
.filterBook .custom-dropdown.open .dropdown-menu {
  display: block;
}

.footerCard {
  border-radius: 25px;
  background-color: white;
  padding: 37px;
  margin-top: 107px;
}
.footerCard .i {
  border: 1.5px solid #D9D9D9;
  border-radius: 19px;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.footerCard .i i {
  color: #FFC21C;
  font-size: 50px;
}
.footerCard h5 {
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 11px;
  text-align: center;
}
.footerCard p {
  color: #808080;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  max-width: 210px;
  width: 100%;
  margin-bottom: 0px !important;
}
.footerCard .centerFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerCard .centerFlex svg {
  transition: all 0.3s;
}
.footerCard .centerFlex:hover svg {
  scale: 1.1;
  transition: all 0.3s;
}

.footerMenu {
  display: flex;
  margin-top: 37px;
  padding-left: 100px;
  justify-content: space-between;
}
.footerMenu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.footerMenu ul span {
  font-weight: bold;
  color: #525252;
}
.footerMenu ul li a {
  letter-spacing: -0.4px;
  color: #525252;
  text-decoration: none;
  line-height: 38px;
  font-weight: 300;
  transition: all 0.3s;
}
.footerMenu ul li:hover a {
  color: #FFC21C;
  transition: all 0.3s;
}
.footerMenu .infoFooter {
  max-width: 308px;
  width: 100%;
}
.footerMenu img {
  max-width: 121px;
  margin-bottom: 25px;
}
.footerMenu p {
  color: #525252;
  letter-spacing: -0.75px;
  font-weight: 300;
  line-height: 30px;
}
.footerMenu p b {
  font-size: 30px;
  font-weight: 900;
}
.footerMenu .RightFooter {
  max-width: 800px;
  padding-right: 150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footerSection {
  position: relative;
  padding-bottom: 79px;
}
.footerSection:before {
  content: "";
  background-color: #EDEDED;
  width: 100%;
  height: 90%;
  top: 100px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.footerSection .input-group .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
  outline: none !important;
}
.footerSection .input-group input {
  background: #E6E6E6;
  border: 1.5px solid #D6D6D6 !important;
  border-radius: 17px !important;
  padding: 20px;
  font-size: 12px;
  letter-spacing: -0.6px;
  color: #7C7C7C;
}
.footerSection .input-group span {
  position: absolute;
  background: #E6E6E6;
  right: 10px;
  top: 20px;
  border: 1px solid #484848;
  padding: 2px !important;
  border-radius: 5px !important;
  font-size: 10px;
  z-index: 3;
  cursor: pointer;
}

.footer_bottom {
  background-color: #DEDEDE;
  padding: 15px;
}
.footer_bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_bottom div img {
  margin: 0px 15px;
}

#brandSlider .carousel-item-content {
  flex: 0 0 auto;
  width: 10%;
}

.bookNew .bookNew__card {
  flex: 1 1 calc(17.333% - 16px);
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mobile__filter {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .vertical-slider {
    max-width: 100% !important;
  }
  .ga-vertical-gallery .main-container {
    max-width: 100% !important;
  }
  .ga-vertical-gallery .slider-main div img {
    scale: 1 !important;
  }
}
@media (min-width: 768px) {
  .desktopNone {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .navFlex {
    width: auto;
  }
  .breadcrumb__section {
    margin: 20px 0px !important;
  }
  .breadcrumb-item {
    font-size: 10px !important;
  }
  .breadcrumb__section a {
    font-size: 10px !important;
  }
  .vertical-slider {
    max-width: 100% !important;
  }
  .ga-vertical-gallery .main-container {
    max-width: 100% !important;
  }
  .ga-vertical-gallery .slider-main div img {
    scale: 1 !important;
  }
  .vertical-slider {
    margin-bottom: 50px;
  }
  .bookNew__card {
    flex: 1 1 calc(36.333% - 16px) !important;
  }
  .topHeader {
    margin-top: 0px !important;
  }
  .topHeader .filterMenu {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth; /* Yumuşak kaydırma */
  }
  .topHeader .filterMenu li {
    margin-right: 30px;
  }
  .activeFilter {
    margin-bottom: 21px;
  }
  .activeFilter a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    max-width: 100% !important;
    justify-content: center !important;
    color: #444444;
    text-decoration: none;
    border: 2px solid #444444;
    border-radius: 24px !important;
  }
  .activeFilter a:hover {
    color: #444444;
  }
  .mobileNone {
    display: none !important;
  }
  .desktopNone {
    margin-right: 0px !important;
  }
  .dropdown-menu {
    background: white !important;
    border: none !important;
  }
  .topNav .users {
    display: none;
  }
  .topNav .d-none-mobile {
    display: none !important;
  }
  .topNav .search-container {
    display: none;
  }
  .topNav a {
    margin-right: 11px;
  }
  .topNav a span {
    display: none;
  }
  .bottomSlider a {
    right: 10px;
    bottom: 10px;
  }
  .bottomSlider .carousel-indicators {
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }
}
@media (max-width: 768px) {
  #login .login__logo {
    margin: 0 auto;
  }
  #login h2 {
    text-align: center;
  }
  #login p {
    text-align: center;
    max-width: 100% !important;
  }
  #login button {
    margin-right: 0px !important;
  }
  #login .flexform {
    flex-direction: column;
  }
  #login .flexform .form-check {
    margin-top: 20px;
  }
  .bestsellerSection .ptm-0 {
    padding: 0px !important;
  }
  .bestsellerSection .carousel-inner {
    border-radius: 0px !important;
  }
  .bestsellerSection .carousel-inner img {
    border-radius: 0px !important;
    height: 258px;
  }
  .recommendedBook {
    margin-top: 20px;
  }
  .right__text {
    margin-top: 26px;
    height: 187px;
    padding: 19px 22px;
  }
  .right__text h2 {
    font-size: 16px;
  }
  .right__text h2 b {
    font-size: 20px;
  }
  .right__text h2 span {
    font-size: 60px;
    line-height: 36px;
  }
  .right__text h2 span strong {
    font-size: 20px;
  }
  .bottom__text {
    padding: 22px;
  }
  .btnFlex #heart-icon {
    margin-left: 3px !important;
  }
  .bookNew__grid {
    gap: 8px !important;
    flex-wrap: wrap;
  }
  .addCard {
    max-width: 100%;
    padding: 13px;
  }
  .counter-container {
    display: none;
  }
  .bookNew__card {
    max-width: 49%;
  }
  .bookNew__card .bookImg {
    margin: 0px !important;
  }
  .bookNew__card .bookImg img {
    margin-bottom: 0px;
  }
  .bookNew__card h3 {
    margin-top: 0px !important;
  }
  .flexCardRecomended {
    gap: 6px !important;
  }
  .soldOut .icon-heart {
    display: none !important;
  }
  .flexRecomended {
    flex-direction: column;
  }
  .flexRecomended .recommendedLeft {
    margin-right: 0px;
    padding: 26px 30px !important;
    width: 100%;
    max-width: 100%;
    height: 188px;
    background: url(/assets/images/mobileOnerilen.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 26px;
  }
  .flexRecomended .recommendedLeft h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .flexRecomended .recommendedLeft span {
    margin-bottom: 0px;
  }
  .filter__grid {
    gap: 8px !important;
  }
  .footerCard {
    margin-top: 37px;
    padding: 24px 20px !important;
  }
  .footerCard .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footerCard .row .col-sm-4 {
    width: 33%;
  }
  .footerCard .row .col-sm-4 h5 {
    font-size: 16px;
  }
  .footerCard .row .col-sm-4 p {
    font-size: 12px;
  }
  .footerCard .row .col-sm-4 .i {
    width: 80px;
    height: 80px;
  }
  .footerCard .row .col-sm-4 .i svg {
    width: 40px;
  }
  .filterBook .flexFilter {
    flex-direction: column;
  }
  .filterBook .flexFilter .filterLeft {
    margin-right: 0px !important;
    max-width: 100%;
    padding: 45px 40px;
    height: 500px;
    background: url(/assets/images/bannermobille.webp);
    margin-bottom: 11px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .filterBook .flexFilter .filterLeft h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .filterBook .flexFilter .filterLeft span {
    font-size: 16px;
  }
  .filterBook .flexFilter .filterLeft .mt-drop {
    margin-top: 20px !important;
  }
  .footerMenu {
    flex-direction: column;
    padding-left: 0px;
    max-width: 318px;
    margin: 0 auto;
  }
  .footerMenu ul {
    align-items: center;
    padding-left: 0px !important;
    max-width: 154px !important;
    width: 100%;
  }
  .footerMenu .infoFooter {
    max-width: 100%;
    width: 100%;
  }
  .footerMenu .infoFooter input {
    margin-bottom: 46px;
    background: transparent !important;
  }
  .footerMenu .infoFooter p {
    text-align: center;
  }
  .footerMenu img {
    margin: 25px auto;
    display: block;
  }
  .RightFooter {
    max-width: 100% !important;
    padding-right: 0px !important;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footerSection:before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bookNew__grid {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .bookImg {
    margin: 0px auto !important;
  }
  .addCard {
    max-width: 240px;
  }
  .flexRecomended {
    flex-direction: column;
  }
  .flexRecomended .recommendedLeft {
    margin-right: 0px;
    padding: 26px 30px !important;
    width: 100%;
    max-width: 100%;
    height: 188px;
    background: url(/assets/images/mobileOnerilen.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 26px;
  }
  .flexRecomended .recommendedLeft h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .flexRecomended .recommendedLeft span {
    margin-bottom: 0px;
  }
  .filter__grid {
    gap: 8px !important;
  }
  .flexCardRecomended {
    gap: 10px !important;
  }
  .filterBook .flexFilter {
    flex-direction: column;
  }
  .filterBook .flexFilter .filterLeft {
    margin-right: 0px !important;
    max-width: 100%;
    padding: 45px 40px;
    height: 500px;
    background: url(/assets/images/bannermobille.webp);
    margin-bottom: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .filterBook .flexFilter .filterLeft h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .filterBook .flexFilter .filterLeft span {
    font-size: 16px;
  }
  .filterBook .flexFilter .filterLeft .mt-drop {
    margin-top: 20px !important;
  }
  .footerCard h5 {
    font-size: 20px;
  }
  .RightFooter {
    max-width: 100% !important;
    padding-right: 0px !important;
  }
  .footerMenu {
    flex-direction: column;
    padding-left: 0px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footerMenu ul {
    align-items: center;
    padding-left: 0px !important;
    max-width: 154px !important;
    width: 100%;
  }
  .footerMenu .input-group {
    max-width: 368px;
    margin: 0 auto;
  }
  .footerMenu .infoFooter {
    max-width: 100%;
    width: 100%;
  }
  .footerMenu .infoFooter input {
    margin-bottom: 46px;
    background: transparent !important;
  }
  .footerMenu .infoFooter p {
    text-align: center;
  }
  .footerMenu img {
    margin: 25px auto;
    display: block;
  }
  .bestseller__slider {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 768px !important;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .bookNew .bookNew__card {
    flex: 1 1 calc(29.333% - 16px);
    max-width: 300px !important;
  }
  .bookImg {
    margin: 0px auto !important;
  }
  .bookNew .bookNew__grid {
    justify-content: center;
  }
  .addCard {
    max-width: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .bookNew__grid {
    gap: 10px !important;
    flex-wrap: wrap;
  }
  .bookImg {
    margin: 0px auto !important;
  }
  .flexCardRecomended {
    gap: 8px !important;
  }
  .flexRecomended {
    flex-direction: column;
  }
  .flexRecomended .recommendedLeft {
    margin-right: 0px;
    padding: 26px 30px !important;
    width: 100%;
    height: 200px;
    max-width: 100%;
    background-position: center;
    margin-bottom: 20px;
  }
  .flexRecomended .recommendedLeft h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .flexRecomended .recommendedLeft span {
    margin-bottom: 0px;
  }
  .filterBook .flexFilter {
    flex-direction: column;
  }
  .filterBook .flexFilter .filterLeft {
    margin-right: 0px !important;
    max-width: 100%;
    padding: 45px 40px;
    height: 400px;
    background: url(/assets/images/bannermobille.webp);
    margin-bottom: 11px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .filterBook .flexFilter .filterLeft h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .filterBook .flexFilter .filterLeft span {
    font-size: 16px;
  }
  .filterBook .flexFilter .filterLeft .mt-drop {
    margin-top: 20px !important;
  }
  .filter__grid {
    gap: 8px !important;
  }
  .footerMenu {
    flex-direction: column;
    padding-left: 0px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footerMenu ul {
    align-items: center;
    padding-left: 0px !important;
    max-width: 30% !important;
    width: 100%;
  }
  .footerMenu .input-group {
    max-width: 368px;
    margin: 0 auto;
  }
  .footerMenu .infoFooter {
    max-width: 100%;
    width: 100%;
  }
  .footerMenu .infoFooter input {
    margin-bottom: 46px;
    background: transparent !important;
  }
  .footerMenu .infoFooter p {
    text-align: center;
  }
  .footerMenu img {
    margin: 25px auto;
    display: block;
  }
  .RightFooter {
    max-width: 100% !important;
    padding-right: 0px !important;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footerCard {
    margin-top: 37px;
    padding: 24px 20px !important;
  }
  .footerCard .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footerCard .row .col-sm-4 {
    width: 33%;
  }
  .footerCard .row .col-sm-4 h5 {
    font-size: 16px;
  }
  .footerCard .row .col-sm-4 p {
    font-size: 12px;
  }
  .footerCard .row .col-sm-4 .i {
    width: 80px;
    height: 80px;
  }
  .footerCard .row .col-sm-4 .i svg {
    width: 40px;
  }
}
.banner-image {
  width: 100%;
  content: url("/assets/images/banner.webp");
}

@media (max-width: 768px) {
  .bannerSection .container {
    padding: 0px !important;
  }
  .banner-image {
    content: url("/assets/images/mobilebanner.png");
    width: 100%;
  }
  .bannerSectionImages .container {
    padding: 0px !important;
  }
  .banner-imageImages {
    content: url("/assets/images/burkaymobile.png");
    width: 100%;
  }
}
.news__slider {
  position: relative;
}
.news__slider .news__title span {
  font-size: 16px;
  color: #F49F3B;
  font-family: "Ubuntu", sans-serif;
}
.news__slider .news__title span i {
  color: #F49F3B;
}
.news__slider .news__title h4 {
  font-size: 35px;
  color: #2E2E2E;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.breadcrumb__section {
  display: flex;
  justify-content: center;
  margin: 52px 0px;
}
.breadcrumb__section a {
  color: #AFAFAF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb__section a:hover {
  color: #F49F3B;
}
.breadcrumb__section li:before {
  color: #AFAFAF !important;
}
.breadcrumb__section .active {
  color: #AFAFAF !important;
  font-weight: 300 !important;
}

.swiper-container {
  mix-blend-mode: darken;
}

.gallery-container {
  display: flex;
  align-items: center;
}

.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #ddd;
  float: right;
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: #626262;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #626262;
}

.details__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 42px;
  border-left: 2px solid #D6D6D6;
}
.details__text .heart__flex {
  color: #898989 !important;
  font-family: "Open Sans", sans-serif;
  align-items: center;
  display: flex;
}
.details__text .heart__flex i {
  font-size: 22px;
}
.details__text .btnFlex {
  max-width: 214px;
  margin-right: 10px;
}
.details__text .btnFlex .expanded {
  background-color: #A8D071 !important;
}
.details__text .btnFlex .button {
  background-color: #D9D9D9;
  padding: 25px !important;
  font-weight: 500 !important;
}
.details__text .btnFlex .button:hover {
  background-color: #C8E3A3 !important;
}
.details__text .btnFlex .button i {
  font-size: 24px;
}
.details__text .price__details {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.details__text .price__details .discount {
  background: url(/assets/images/discount.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold !important;
  font-size: 9px;
  position: absolute;
  bottom: 32px;
  right: -14px;
  font-family: "Montserrat", sans-serif;
  color: #2E2E2E !important;
  text-decoration: none !important;
}
.details__text .price__details .discount b {
  font-size: 20px !important;
  font-weight: 800 !important;
}
.details__text .price__details span {
  color: #F43B3B;
  text-decoration: line-through;
  font-size: 27px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.details__text .price__details h3 {
  font-size: 38px;
  color: #2E2E2E;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  line-height: 30px;
}
.details__text .details__text__content {
  display: flex;
  justify-content: space-between;
}
.details__text .details__text__content .details__text__flex h2 {
  color: #2E2E2E;
  font-size: 40px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0px;
}
.details__text .details__text__content .details__text__flex small {
  color: #2E2E2E;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.details__text .details__text__content p {
  color: #2E2E2E;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.details__text .btn__details {
  display: flex;
  align-items: center;
}
.details__text .bottom__flex {
  display: flex;
  align-items: center;
}
.details__text .bottom__flex .bottom__flex__details {
  display: flex;
  align-items: center;
}
.details__text .bottom__flex .bottom__flex__details i {
  font-size: 45px !important;
  color: #505050;
  opacity: 0.8;
}
.details__text .bottom__flex .bottom__flex__details div {
  display: flex;
  flex-direction: column;
}
.details__text .bottom__flex .bottom__flex__details div h4 {
  color: #505050;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}
.details__text .bottom__flex .bottom__flex__details div h4 b {
  font-weight: bold;
}
.details__text .bottom__flex .bottom__flex__details div p {
  color: #505050;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
}

.flex__book {
  display: flex;
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
}

.nav-item:focus-visible {
  outline: none !important;
}

.details__tab {
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0;
  color: #2E2E2E !important;
  font-weight: 300;
  padding: 15px 0px !important;
  margin-right: 40px !important;
  transition: none !important;
  display: flex;
  align-items: center;
  border: none !important;
}
.nav-tabs .nav-link:hover {
  border: none !important;
}

.nav-tabs .nav-link.active {
  border: 1px solid #dee2e6;
  border-bottom-color: transparent;
  color: #2E2E2E !important;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent !important;
  border: none;
}

.tab-content {
  border-top: none;
  padding: 0px;
}
.tab-content h5 {
  color: #2E2E2E;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.tab-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.tab-content ul li {
  color: #2E2E2E;
}
.tab-content span {
  margin-bottom: 20px;
  display: block;
  color: #2E2E2E;
}
.tab-content p {
  color: #2E2E2E;
  font-weight: 300;
}
.tab-content .right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.tab-pane {
  margin-top: 40px;
}
.tab-pane .video {
  border-radius: 15px;
  position: relative;
}
.tab-pane .video:before {
  content: url("/assets/images/videobg.png");
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.comment__counter {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  background: #2E2E2E 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 5px;
}

.comment__card {
  border-radius: 11px;
  background-color: white;
  padding: 33px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 14px;
  border: 1px solid white;
  transition: all 0.3s;
}
.comment__card:hover {
  border: 1px solid #FFC107;
  transition: all 0.3s;
}
.comment__card .rating > input {
  display: none;
}
.comment__card .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.comment__card .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.comment__card .rating > label {
  color: #ddd;
  float: right;
}
.comment__card .rating > input:checked ~ label, .comment__card .rating:not(:checked) > label:hover, .comment__card .rating:not(:checked) > label:hover ~ label {
  color: #FFC107;
}
.comment__card .rating > input:checked + label:hover,
.comment__card .rating > input:checked ~ label:hover,
.comment__card .rating > label:hover ~ input:checked ~ label,
.comment__card .rating > input:checked ~ label:hover ~ label {
  color: #FFC107;
}
.comment__card fieldset {
  margin-bottom: 15px;
}
.comment__card h6 {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #2E2E2E;
  margin-bottom: 15px;
}
.comment__card h6 span {
  font-size: 16px;
  font-weight: 300;
  color: #2E2E2E;
  margin-left: 5px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0px;
}
.comment__card p {
  color: #808080;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.comment__card .btn-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.comment__card .btn-right button {
  border: none;
  background-color: transparent;
  padding: 2px;
}

@media (max-width: 1200px) {
  .breadcrumb__section li {
    font-size: 13px;
  }
  .breadcrumb__section a {
    font-size: 13px;
  }
  .breadcrumb__section .active {
    font-size: 13px;
  }
  .flex__book {
    flex-direction: column;
  }
  .flex__book .details__text {
    padding-left: 0px;
    border-left: 0px;
  }
  .flex__book .details__text .bottom__flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex__book .details__text .bottom__flex .bottom__flex__details {
    margin-bottom: 20px;
  }
  .flex__book .details__text .bottom__flex .bottom__flex__details i {
    font-size: 22px !important;
  }
  .flex__book .details__text .btn__details {
    margin-bottom: 30px;
  }
  .flex__book .details__text .price__details {
    margin-bottom: 20px;
  }
  .flex__book .details__text .price__details h3 {
    font-size: 28px;
  }
  .flex__book .details__text .price__details span {
    font-size: 16px;
  }
  .flex__book .details__text .details__text__flex {
    margin-bottom: 20px;
  }
  .flex__book .details__text .details__text__flex h2 {
    font-size: 22px;
  }
}
.page-item:nth-child(1) .page-link {
  background-color: transparent !important;
}
.page-item:nth-child(2) .page-link {
  background-color: #BCBCBC !important;
  color: #717171 !important;
}
.page-item:nth-child(3) .page-link {
  background-color: #DEDEDE !important;
}
.page-item:last-child .page-link {
  background-color: transparent !important;
}

.pagination {
  margin-top: 37px;
}
.pagination .page-link {
  border: 1px solid #DBDBDB !important;
  border-radius: 23px !important;
  background-color: #DEDEDE !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px;
  height: 30px;
  padding: 0px !important;
  color: rgba(113, 113, 113, 0.2666666667) !important;
  margin-right: 4px;
}
.pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.favorites__title h3 {
  color: #444444;
  font-size: 20px;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
}
.favorites__title h3 span {
  color: #E3000F;
  font-weight: bold;
}

.favorites__list {
  max-width: 1300px;
}
.favorites__list .favorites__card {
  border: 2px solid #E6E6E6;
  border-radius: 20px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 7px 26px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.favorites__list .favorites__card .btnFlex {
  width: 196px;
}
.favorites__list .favorites__card .btnFlex .button {
  background-color: #D9D9D9;
  padding: 28px;
  font-weight: 500 !important;
}
.favorites__list .favorites__card .btnFlex .button:hover {
  background-color: #A8D071 !important;
}
.favorites__list .favorites__card .btnFlex .button i {
  font-size: 26px;
}
.favorites__list .favorites__card .discount {
  background: url(/assets/images/discount.svg);
  background-size: cover;
  background-repeat: repeat;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  position: absolute;
  bottom: 0px;
  left: 9px;
  font-family: "Montserrat", sans-serif;
}
.favorites__list .favorites__card .discount b {
  font-size: 20px;
  font-weight: 800;
}
.favorites__list .favorites__card .form-check-input {
  width: 24px;
  height: 24px;
}
.favorites__list .favorites__card .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}
.favorites__list .favorites__card .favorites__img {
  position: relative;
  width: 157px;
  height: 125px;
  background-color: #F2F2F2;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.favorites__list .favorites__card .favorites__img img {
  max-width: 109px;
  height: 132px;
  mix-blend-mode: darken;
}
.favorites__list .favorites__card a {
  color: #2E2E2E;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  text-align: start;
  max-width: 200px;
}
.favorites__list .favorites__card a:hover {
  color: #FFC107;
  transition: all 0.3s;
}
.favorites__list .favorites__card .price {
  display: flex;
  flex-direction: column;
}
.favorites__list .favorites__card .price small {
  font-size: 18px;
  color: #F43B3B;
  text-decoration: line-through;
}
.favorites__list .favorites__card .price small svg {
  fill: #F43B3B;
}
.favorites__list .favorites__card .price span {
  color: #2E2E2E;
  font-size: 24px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Ubuntu", sans-serif;
}
.favorites__list .favorites__card .code {
  color: #2E2E2E;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}
.favorites__list .favorites__card .code:before {
  content: "";
  width: 1px;
  height: 44px;
  background: #BFBFBF;
  position: absolute;
  right: 0px;
  top: -7px;
}
.favorites__list .favorites__card .code:after {
  content: "";
  width: 1px;
  height: 44px;
  background: #BFBFBF;
  position: absolute;
  left: 0px;
  top: -7px;
}
.favorites__list .favorites__card .expanded {
  background-color: #A8D071 !important;
}
.favorites__list .favorites__card .form-check-input:checked {
  background-color: #FFC21C;
  border-color: #FFC21C;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites__list .favorites__card .form-check-input:checked:before {
  left: 5px;
}
.favorites__list .favorites__card .trash {
  display: flex;
  align-items: center;
  color: #DE4343;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: none;
  background-color: transparent;
}
.favorites__list .favorites__card .trash svg {
  margin-right: 5px;
  width: 17px;
  height: 19px;
  fill: #DE4343;
}
.favorites__list .favorites__card .left__check {
  display: flex;
  align-items: center;
}
.favorites__list .favorites__card .left__check input {
  margin-right: 15px;
}
.favorites__list .soldOutBg {
  background-color: rgba(230, 230, 230, 0.4196078431);
  border: 2px solid #E6E6E6;
}
.favorites__list .soldOutBg .favorites__img {
  background-color: #DEDEDE;
}
.favorites__list .soldOutBg .btnFlex .button {
  background-color: #FFFFFF;
}
.favorites__list .soldOutBg a {
  opacity: 0.45;
}
.favorites__list .soldOutBg .code {
  opacity: 0.45;
}
.favorites__list .soldOutBg .price {
  opacity: 0.45;
}

.scrollable-container {
  width: 100%;
  height: 760px;
  overflow-y: scroll;
}
.scrollable-container::-webkit-scrollbar-track {
  -webkit-border-radius: 100px;
  background: rgba(188, 188, 188, 0.3098039216);
  border-radius: 1px;
  width: 1px;
  padding: 1px;
}
.scrollable-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
  background: #B7B7B7;
  width: 5px;
}

.scrollable-container::-webkit-scrollbar {
  width: 5px;
}

.soldOutBg .counter-container {
  opacity: 0.4;
}

.bag__flex {
  display: flex;
}
.bag__flex .scrollable-container {
  max-width: 1050px;
}
.bag__flex .scrollable-container .favorites__list {
  max-width: 1025px;
}
.bag__flex .counter-container .counter-control {
  border: 1px solid #E3D8D8;
  border-radius: 6px;
  color: #FFC21C;
  font-size: 24px;
  width: 36px;
  height: 36px;
  margin: 0px 0px !important;
}
.bag__flex .counter-container small {
  font-size: 26px !important;
  color: #404040;
  font-family: "Montserrat", sans-serif;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex__bag {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.flex__bag .discount__details {
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 10px;
  padding: 19px 21px;
  max-width: 300px;
  width: 100%;
}
.flex__bag .discount__details .form-control {
  padding: 11px 19px;
  border-radius: 6px;
}
.flex__bag .discount__details .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
  border-color: #FFC107;
}
.flex__bag .discount__details .form-control::-moz-placeholder {
  font-size: 14px;
  color: #C3C3C3;
}
.flex__bag .discount__details .form-control::placeholder {
  font-size: 14px;
  color: #C3C3C3;
}
.flex__bag .discount__details .input-group-text {
  background-color: #FFC107;
  border: #FFC107;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 11px 18px;
  border-radius: 6px;
}
.flex__bag .discount__details h3 {
  font-size: 16px;
  color: #404040;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 16px;
}

.bg__details {
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  background-color: white;
  padding: 23px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
}
.bg__details h5 {
  font-size: 24px;
  color: #404040;
  font-weight: 500;
  margin-bottom: 24px;
}
.bg__details table {
  width: 100%;
  border-collapse: collapse;
}
.bg__details tr td {
  color: #797979;
  font-weight: 300;
}
.bg__details tr td:nth-child(2n) {
  text-align: right;
  color: #404040 !important;
}
.bg__details .tr-15 {
  height: 15px;
}
.bg__details .cargo {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  line-height: 30px;
  line-height: 39px;
}
.bg__details .cargo i {
  padding-right: 10px;
}
.bg__details .total td:nth-child(2n) {
  text-align: right;
  color: #FFC107 !important;
  font-size: 20px !important;
  font-weight: bold;
}
.bg__details .hr-black {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.bg__details .hr-black td:nth-child(2n) {
  text-align: right;
  color: #404040 !important;
}

.payment__btn {
  border-radius: 10px;
  background-color: hsl(45, 100%, 51%);
  padding: 17px;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  letter-spacing: -0.4px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  border: none;
}
.payment__btn span {
  color: #333333;
  font-size: 24px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.payment__btn span i {
  font-size: 14px;
}

@media (max-width: 992px) {
  .news__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .news__title span {
    text-align: center;
  }
  .news__title h4 {
    font-size: 35px !important;
    text-align: center;
  }
  .maps {
    margin-bottom: 50px;
  }
  .maps iframe {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .pl-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.contact__section form {
  max-width: 502px;
  width: 100%;
}
.contact__section form button {
  width: 100%;
  background-color: #FFC21C;
  border: none;
  color: white;
  font-size: 16px;
  padding: 18px;
  border-radius: 10px;
}
.contact__section form .form-check-input:checked {
  background-color: #FFC21C;
  border-color: #FFC21C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__section form .form-check-input:checked:before {
  left: 5px;
}
.contact__section form .form-check {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-top: 20px;
}
.contact__section form .form-check-input {
  width: 25px;
  height: 25px;
  padding: 10px;
  margin-right: 8px;
}
.contact__section form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
  border-color: #FFC21C;
}
.contact__section form label {
  color: #212121;
  opacity: 0.6;
  font-size: 15px;
  cursor: pointer;
}
.contact__section form label a {
  font-weight: bold;
  color: #212121;
}
.contact__section .contact__title {
  margin-bottom: 46px;
  margin-top: 50px;
}
.contact__section .contact__title h3 {
  font-size: 35px;
  letter-spacing: -0.88px;
  color: #525252;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: "Ubuntu", sans-serif;
}
.contact__section .contact__title span {
  color: #525252;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.contact__section .invalid-feedback {
  margin-bottom: 10px;
}
.contact__section textarea {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 15px 19px;
  background-color: #F4F4F4;
  margin-bottom: 5px;
}
.contact__section textarea::-moz-placeholder {
  color: #747474 !important;
  font-size: 15px;
  opacity: 0.6;
}
.contact__section textarea::placeholder {
  color: #747474 !important;
  font-size: 15px;
  opacity: 0.6;
}
.contact__section textarea:focus {
  outline: none;
  border-color: #FFC107;
  background: transparent;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.contact__section .pl-0 {
  padding-left: 0px;
}
.contact__section .form-group input {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 15px 19px;
  background-color: #F4F4F4;
  margin-bottom: 5px;
}
.contact__section .form-group input:focus {
  outline: none;
  border-color: #FFC107;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
  background: transparent;
}
.contact__section .form-group input::-moz-placeholder {
  color: #747474 !important;
  font-size: 15px;
  opacity: 0.6;
}
.contact__section .form-group input::placeholder {
  color: #747474 !important;
  font-size: 15px;
  opacity: 0.6;
}

.form__bottom {
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
  margin-top: 52px;
}
.form__bottom li {
  display: flex;
  margin-bottom: 20px;
}
.form__bottom li .img {
  margin-right: 14px;
  width: 30px;
}
.form__bottom li .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.form__bottom li a {
  color: #525252;
  text-decoration: none;
}
.form__bottom li h4 {
  color: #525252;
  font-size: 18px;
  letter-spacing: -0.45px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.form__bottom li h4 b {
  font-weight: 500;
}

.contact__section {
  position: relative;
}

.maps iframe {
  position: absolute;
  right: 0px;
  height: 990px;
  width: 900px;
}

.filter__nav {
  border-radius: 20px;
  background: linear-gradient(#CF5834, #BC3631);
  height: 100%;
  padding: 33px 33px;
  width: 470px;
  position: relative;
  padding-bottom: 200px;
}
.filter__nav:after {
  content: "";
  background: url(/assets/images/filter__book.png);
  bottom: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 173px;
}
.filter__nav .accordion-body {
  padding: 0px !important;
}
.filter__nav .accordion-button {
  background: transparent !important;
  border-radius: 0px !important;
  color: white !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
  border-bottom: 0px !important;
  padding: 0px !important;
  margin-bottom: 12px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
.filter__nav .accordion-button:focus {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.filter__nav .accordion-button:after {
  background-image: url(/assets/images/right.svg) !important;
  transform: rotate(0deg) !important;
}
.filter__nav .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FF8880;
  margin-bottom: 27px;
  border-radius: 0px !important;
  padding-bottom: 0px;
}
.filter__nav .accordion-item:nth-child(4) {
  border-bottom: 0px solid #FF8880 !important;
  margin-bottom: 27px !important;
  padding-bottom: 0px !important;
}
.filter__nav .form-check-input:checked::before {
  color: #BE7809;
  top: -3px;
  left: 3px;
}
.filter__nav .form-check-input:checked {
  background-color: #FFBF58 !important;
  border-color: #FFD6A7 !important;
}
.filter__nav .check__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.filter__nav .check__flex input {
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5960784314);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.166);
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.filter__nav .check__flex input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.filter__nav .check__flex span {
  margin-left: 5px;
}
.filter__nav .check__flex label {
  margin-bottom: 15px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 200 !important;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter__nav .ul__flex {
  display: flex;
}
.filter__nav .ul__flex ul {
  list-style: none;
  padding-left: 0px;
}
.filter__nav .ul__flex ul li {
  margin-bottom: 9px;
}
.filter__nav .ul__flex ul li a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 200 !important;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.filter__nav .ul__flex ul li a span {
  margin-left: 5px;
}

.filter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__btn .clear__btn {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 12px 32px;
  color: white;
  text-decoration: none;
}
.filter__btn .btn__filter {
  border-radius: 30px;
  background-color: white;
  padding: 12px 14px;
  color: #272727;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  margin-right: 7px;
  text-decoration: none;
  padding-left: 37px;
}
.filter__btn .btn__filter span {
  border: 1.5px solid #272727;
  border-radius: 100px;
  font-size: 10px;
  margin-left: 30px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter__lef__nav ul {
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: flex-end;
}
.filter__lef__nav ul .filter__a {
  margin-right: 37px;
}
.filter__lef__nav ul .filter__a svg {
  margin-right: 7px !important;
}
.filter__lef__nav ul a {
  color: #A3A3A3;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: -0.38px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.filter__lef__nav ul a svg {
  margin-right: 19px;
  width: 20px;
  height: 20px;
}

.flex__filter__page {
  display: flex;
}
.flex__filter__page .filter__nav {
  margin-right: 41px;
  margin-top: 36px !important;
}
.filter__page .bookNew__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter__page .bookNew__grid .bookImg {
  margin: 0px !important;
}
@media (min-width: 1400px) {
  .filter__page .container, .filter__page .container-lg, .filter__page .container-md, .filter__page .container-sm, .filter__page .container-xl, .filter__page .container-xxl {
    max-width: 1450px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

.details__filter {
  width: 100%;
}

.bookNew__card {
  transition: width 0.5s ease;
}

.card__flex.active svg rect {
  stroke: #DE4343;
}

.list__flex.active svg rect {
  stroke: #DE4343;
}
.list__flex.active svg line {
  stroke: #DE4343;
}

.full-width {
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 40px;
  margin-bottom: -10px;
}
.full-width .succesbtn {
  transform: translate(-80px, -50%) !important;
}
.full-width .bookImg {
  position: relative;
  width: 150px !important;
  height: 95px;
  background-color: transparent;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.full-width .bookImg img {
  max-width: 171px;
  height: 112px;
  mix-blend-mode: darken;
  margin-bottom: 0px;
}
.full-width .price {
  width: 100%;
  max-width: 50px;
}
.full-width .code {
  color: #2E2E2E;
  font-size: 16px !important;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500 !important;
  font-family: "Ubuntu", sans-serif;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}
.full-width .code:before {
  content: "";
  width: 1px;
  height: 44px;
  background: #BFBFBF;
  position: absolute;
  right: 0px;
  top: -7px;
}
.full-width .code:after {
  content: "";
  width: 1px;
  height: 44px;
  background: #BFBFBF;
  position: absolute;
  left: 0px;
  top: -7px;
}
.full-width h3 {
  margin-top: 0px !important;
  margin-left: -100px;
}
.full-width .btnFlex {
  width: 196px;
}

.fixed-width {
  max-width: 240px !important;
}

.list-view {
  display: flex;
  flex-direction: column;
}

.card-view {
  flex-direction: row;
}

@media (max-width: 992px) {
  .filter__nav {
    display: none;
  }
  .card__flex {
    display: none;
  }
  .filter__a {
    margin-right: 0px !important;
  }
  .list__flex {
    display: none;
  }
  .full-width h3 {
    margin-left: 0px;
    font-size: 13px;
  }
  .full-width .price {
    margin: 0px !important;
  }
  .full-width .code {
    font-size: 10px !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .full-width .code:before {
    content: none;
  }
  .full-width .code:after {
    content: none;
  }
  .filter__lef__nav {
    margin-top: 20px;
  }
  .mobile__filter {
    margin-bottom: 0px;
  }
  .mobile__filter .filter__nav {
    display: block !important;
    margin-top: 0px !important;
    border: none !important;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .mobile__filter .filter__nav .accordion-button {
    font-size: 14px !important;
  }
  .mobile__filter .filter__nav label {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
  .mobile__filter .filter__nav:after {
    content: none !important;
  }
  .mobile__filter h3 {
    border: none;
    color: white;
    text-align: center;
    border-radius: 100px;
    padding: 15px 24px;
    display: flex;
    font-weight: 300 !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 0px;
    cursor: pointer;
  }
  .mobile__filter h3 svg {
    width: 15px;
    height: 15px;
    fill: white;
    margin-left: 15px;
  }
  .mobile__filter {
    background-color: #CF5834;
    border-radius: 10px;
  }
  .mobile__filter .accordion-button::after {
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  .mobile__filter .filter__navs {
    background-color: transparent !important;
  }
  .filter__nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0px !important;
  }
  .filter__nav .accordion-item {
    border-bottom: 1px solid transparent !important;
    margin-bottom: 10px;
    border-radius: 0px !important;
    padding-bottom: 0px !important;
  }
  .filter__navs.open {
    max-height: 800px;
    transition: all 0.3s;
    overflow-y: scroll;
  }
  .open {
    transition: all 0.3s;
  }
  .filter__accordion {
    padding: 0px 30px !important;
    padding-bottom: 20px !important;
  }
  .filter__btn {
    flex-direction: column;
  }
  .filter__btn .clear__btn {
    border: none;
    padding: 5px !important;
    font-size: 15px !important;
    display: flex;
    align-items: center;
  }
  .filter__btn .clear__btn svg {
    fill: white;
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .filter__btn .btn__filter {
    width: 100%;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px;
  }
  .filter__btn .btn__filter span {
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-right: 0px !important;
  }
  .filter__nav .ul__flex ul li {
    margin-bottom: 5px !important;
  }
  .filter__nav .ul__flex ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) {
  .favorites__list__desktop {
    display: none;
  }
  .favorites .bookNew__card {
    max-width: 50% !important;
    flex: 1 1 calc(28.333% - 16px) !important;
  }
  .trash-mobile {
    cursor: pointer;
    border: none;
    background-color: transparent;
  }
  .trash-mobile svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    fill: #F43B3B;
  }
  .scrollable-container {
    height: 100% !important;
    overflow-y: auto !important;
  }
  .favorites__list__mobile .bookNew__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 1400px) {
  .mobile__filter {
    display: none;
  }
  .favorites__list__mobile {
    display: none;
  }
}
@media (max-width: 1400px) {
  .favorites__card {
    border: 1px solid #E6E6E6 !important;
  }
  .bg__details {
    border: 1px solid #E6E6E6 !important;
  }
  .discount__details {
    border: 1px solid #E6E6E6 !important;
  }
  .scrollable-container {
    max-width: 100% !important;
  }
  .favorites__list {
    max-width: 100% !important;
  }
  .flex__bag {
    margin-left: 0px !important;
  }
  .flex__bag .discount__details {
    max-width: 100% !important;
  }
  .flex__bag .payment__btn {
    max-width: 100%;
  }
  .bg__details {
    max-width: 100%;
  }
  .card__flex {
    display: none;
  }
  .check__flex label {
    font-size: 14px !important;
  }
  .list__flex {
    display: none;
  }
  .bag__flex {
    flex-direction: column;
  }
  .discount {
    width: 30px !important;
    height: 30px !important;
  }
  .discount b {
    font-size: 12px !important;
  }
  .news:before {
    background-size: cover !important;
    width: 38px !important;
    height: 38px !important;
  }
  .bestseller:before {
    background-size: cover !important;
    width: 38px !important;
    height: 38px !important;
  }
  .school:before {
    background-size: cover !important;
    width: 38px !important;
    height: 38px !important;
  }
  .flex-end {
    align-items: flex-end !important;
  }
  .flex-end .trash {
    margin-bottom: 47px;
  }
  .soldOut:before {
    background-size: cover !important;
    width: 38px !important;
    height: 38px !important;
  }
  .favorites__list__mobile .favorites__card {
    justify-content: space-between;
    padding: 7px 10px !important;
  }
  .favorites__list__mobile .price {
    margin-top: 15px;
  }
  .favorites__list__mobile .price small {
    font-size: 14px !important;
  }
  .favorites__list__mobile .price span {
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .favorites__list__mobile .counter-container {
    display: flex !important;
  }
  .favorites__list__mobile .counter-container .counter-value {
    width: 25px !important;
    font-size: 17px !important;
  }
  .favorites__list__mobile .counter-container .counter-control {
    width: 25px !important;
    height: 25px !important;
    padding: 7px !important;
  }
  .favorites__list__mobile .pl-3 {
    padding-left: 15px !important;
  }
  .favorites__list__mobile .columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .favorites__list__mobile .columns h3 {
    font-size: 13px !important;
  }
  .favorites__list__mobile .columns .code {
    font-size: 13px !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .favorites__list__mobile .columns .code:before {
    content: none !important;
  }
  .favorites__list__mobile .columns .code:after {
    content: none !important;
  }
  .favorites__list__mobile .form-check-input {
    display: none !important;
  }
  .favorites__list__mobile .favorites__img {
    width: 100px !important;
    height: 100px !important;
  }
  .favorites__list__mobile .favorites__img img {
    width: 80px !important;
    height: 80px !important;
  }
}
.form-check-input:checked {
  background-color: #FFC21C !important;
  border: 1px solid #FFC21C !important;
}

.tl {
  width: 10px;
  height: 10px;
}

.counter-value {
  border: none !important;
  text-align: center;
}
.counter-value:focus {
  outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.counter-value {
  width: 35px;
  background-color: transparent !important;
}

.price span {
  display: flex;
  align-items: center;
}
.price small {
  display: flex;
  align-items: center;
}
.price small i {
  color: #F43B3B !important;
}
.price i {
  font-size: 12px !important;
}

.bg__details td span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bg__details td span i {
  font-size: 11px;
}
.bg__details i {
  font-size: 14px;
}

.ga-vertical-gallery .services-slider {
  display: flex;
}
.ga-vertical-gallery .slider-main {
  width: 100%;
  text-align: -webkit-center;
}
.ga-vertical-gallery .slider-main div img {
  width: 448px;
  height: 530px;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1.4;
}
.ga-vertical-gallery .main-container {
  width: 100%;
  max-width: 330px;
}
.ga-vertical-gallery .nav-container {
  height: 505px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 120px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container {
    width: 100%;
    height: 100%;
  }
}
.ga-vertical-gallery .nav-container i.fa {
  text-align: center;
}
.ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
  height: 410px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: inherit;
    height: 100%;
  }
}
.ga-vertical-gallery .nav-container .slick-slide {
  max-height: 140px;
  margin-bottom: 5px;
}
.ga-vertical-gallery .slick-slide.slick-current.slick-active {
  width: 100% !important;
}
.ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
  display: flex !important;
  flex-direction: column-reverse;
  text-align: center;
  text-align: -webkit-center;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
    justify-content: flex-start;
  }
}
.ga-vertical-gallery .slick-next, .ga-vertical-gallery .slick-prev {
  position: relative;
  top: unset;
  color: #fc7a22;
  height: unset;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next, .ga-vertical-gallery .slick-prev {
    top: 0px;
  }
}
.ga-vertical-gallery .slick-next:before, .ga-vertical-gallery .slick-prev:before {
  color: transparent;
}
.ga-vertical-gallery .slick-next {
  right: unset;
  transform: rotate(-90deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-next {
    right: 0px;
  }
}
.ga-vertical-gallery .slick-prev {
  left: unset;
  transform: rotate(90deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ga-vertical-gallery .slick-prev {
    left: 0px;
  }
}

.nav-container svg {
  fill: #4B4B4B;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.vertical-slider {
  max-width: 500px;
  margin-right: 0px;
  width: 100%;
  mix-blend-mode: darken;
}
.vertical-slider img {
  mix-blend-mode: darken;
}

.flex__books {
  display: flex;
}

.slider-nav .img {
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  width: 117px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #E8E8E8;
  cursor: pointer;
}
.slider-nav .img img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes hidden {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}
.logo {
  max-width: 87px;
  height: 58px;
  width: 100%;
  margin-right: 0px !important;
}
.logo img {
  max-width: 87px;
  height: 58px;
  width: 100%;
}

.favoritesbtn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden; /* Ensure any overflow is hidden */
}
.favoritesbtn svg {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
}

#Combined-Shape {
  fill: #898989;
  transition: fill 1s ease;
}

#Checkmark {
  opacity: 0;
  transition: opacity 0.5s ease;
}

button.animate #Combined-Shape {
  animation: fillHeart 1s forwards;
}

button.animate #Checkmark {
  animation: showCheckmark 0.5s forwards;
}

@keyframes fillHeart {
  from {
    fill: #898989;
  }
  to {
    fill: #080808; /* Red color for the filled heart */
  }
}
@keyframes showCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 420px) {
  .bookNew__card {
    max-width: 48% !important;
  }
  #cart-button {
    max-width: 80%;
  }
  .default-state {
    font-size: 10px !important;
  }
  .slider-test:after {
    height: 207px !important;
  }
  .btnFlex .button {
    font-size: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slider-test:after {
    bottom: -44px !important;
    height: 540px !important;
    background-size: contain !important;
  }
  .text__slider {
    left: 40px;
  }
  .text__slider h2 {
    font-size: 20px !important;
  }
}
@media (min-width: 499px) and (max-width: 580px) {
  .slider-test:after {
    bottom: 0px !important;
    height: 250px !important;
    background-size: cover !important;
    background: url(/assets/images/before-mobile.png) !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .text__slider {
    top: -80px !important;
    width: 170px !important;
    left: -40px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .news__slider {
    margin: 90px 0px !important;
    margin-top: 50px !important;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  .slider-test:after {
    bottom: 0px !important;
    height: 269px !important;
    background-size: cover !important;
    background: url(/assets/images/before-mobile.png) !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .text__slider {
    top: -80px !important;
    width: 170px !important;
    left: -40px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .news__slider {
    margin: 90px 0px !important;
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-test:after {
    bottom: 0px !important;
    height: 358px !important;
    background-size: cover !important;
    background: url(/assets/images/before-mobile.png) !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .text__slider {
    top: -80px !important;
    width: 170px !important;
    left: -40px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .news__slider {
    margin: 90px 0px !important;
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-test:after {
    bottom: 0px !important;
    height: 424px !important;
    background-size: cover !important;
    background: url(/assets/images/sliderraf.webp) !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .bookNew .bookNew__card .succesbtn {
    transform: translate(-130px, -50%) !important;
  }
  .text__slider {
    top: -80px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .news__slider {
    margin: 90px 0px !important;
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .slider-test:after {
    bottom: -50px !important;
    height: 534px !important;
    background-size: cover !important;
    background: url(/assets/images/sliderraf.webp) !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .bookNew .bookNew__card .succesbtn {
    transform: translate(-130px, -50%) !important;
  }
  .text__slider {
    top: -80px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
}
@media (max-width: 499px) {
  .text__slider {
    top: -80px !important;
    width: 170px !important;
    left: -50px !important;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .news__slider {
    margin: 77px 0px !important;
    margin-top: 40px !important;
  }
  .bg__slider {
    top: -430px !important;
    height: 960px !important;
  }
  .slider-test:after {
    bottom: 0px !important;
    height: 211px !important;
    background-size: cover !important;
    background: url(/assets/images/before-mobile.png) !important;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .text__slider {
    left: 0px;
    width: 100%;
  }
  .text__slider p {
    font-size: 10px !important;
  }
  .text__slider h2 {
    font-size: 12px !important;
  }
  .slider-test:after {
    bottom: 0px !important;
    height: 280px !important;
    background-size: contain !important;
  }
}
@media (min-width: 1301) and (max-width: 1400px) {
  .slider-test:after {
    bottom: -114px !important;
    height: 540px !important;
    background-size: contain !important;
  }
  .text__slider {
    left: 40px;
  }
  .text__slider h2 {
    font-size: 20px !important;
  }
}
.news__slider {
  margin: 177px 0px;
  display: flex;
  margin-top: 90px;
}
.news__slider .contaiber {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news__slider .contaiber .my__Swiper {
  height: 100%;
}

.text__slider {
  position: absolute;
  top: -80px;
}
.text__slider:hover a {
  color: #FFBF58;
  border: 1px solid #FFBF58;
  transition: all 0.3s;
}
.text__slider p {
  font-size: 14px;
  color: #E6B15C;
  margin-bottom: 0px;
}
.text__slider h2 {
  font-size: 45px;
  font-family: "Ubuntu", sans-serif;
  color: #2E2E2E;
}
.text__slider a {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100px;
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  height: 23px;
  font-size: 10px;
  transition: all 0.3s;
}

.slider-test {
  width: 100%;
  mix-blend-mode: darken;
  position: relative;
  height: 100%;
}
.slider-test:after {
  content: "";
  background: url(/assets/images/sliderraf.webp);
  position: absolute;
  bottom: 86px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper {
  max-width: 82%;
  padding-top: 90px !important;
  overflow: visible;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide-active::after {
  background: none;
}

.swiper-slide > div {
  text-align: center;
  display: none;
  opacity: 0;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide h2 {
  font-size: 1.2rem;
  position: relative;
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.swiper-slide-active h2::after {
  animation: line 0.5s linear forwards;
}

.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .swiper-slide h2 {
    font-size: 2rem;
  }
}
.bg__slider {
  z-index: -1;
  position: absolute;
  width: 100%;
  mix-blend-mode: screen;
  top: -600px;
  height: 1440px;
  transition: opacity 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}

@media (max-width: 450px) {
  .button .succesbtn {
    transform: translate(-80px, -50%) !important;
  }
  #cart-button {
    margin-right: 0px !important;
  }
}
.details__text .succesbtn i {
  color: white;
  margin-right: 10px;
  font-size: 19px !important;
}

.like {
  width: auto;
  height: 42px;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.like svg {
  margin: 0;
  transform: translate3d(0, 0, 0);
}
.like svg .heart {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, fill 0.3s ease;
  transform-origin: center;
  fill: transparent;
  stroke: #898989;
  stroke-width: 1.5;
}
.like svg .thread {
  stroke-dashoffset: 87;
  stroke-dasharray: 87;
  transform: scale(0.5);
  transform-origin: center;
  stroke: #898989;
}
.like svg .checkmark {
  opacity: 0;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: opacity 0.3s ease 0.6s, stroke-dashoffset 0.3s ease 0.6s;
}
.like .like-text {
  color: #898989;
  transition: color 0.6s ease;
}
.like.liked svg {
  animation: bounce 0.8s ease;
}
.like.liked svg .heart {
  opacity: 0;
  transform: scale(0.5);
  fill: #00FF00;
}
.like.liked svg .thread {
  animation: threadheart 0.6s ease-in forwards;
}
.like.liked svg .checkmark {
  opacity: 1;
  stroke-dashoffset: 0;
}
.like.liked .like-text {
  color: #A8D071; /* Yazı yeşil olacak */
}

@keyframes threadheart {
  0% {
    fill: rgba(8, 8, 8, 0);
    stroke: #080808;
    transform: scale(0.5);
    stroke-dashoffset: 87;
  }
  95% {
    fill: rgba(8, 8, 8, 0);
    stroke: #080808;
    transform: scale(1);
    stroke-dashoffset: 0;
  }
  100% {
    fill: #A8D071; /* Kalp tamamlandıktan sonra yeşil */
    stroke: #A8D071; /* Çizgi de yeşil olacak */
    transform: scale(1);
    stroke-dashoffset: 0;
  }
}
.favorites #cart-button {
  max-width: 85%;
}

@media (max-width: 550px) {
  #cart-button {
    margin-right: 0px !important;
  }
  .favorites .succesbtn {
    transform: translate(-90px, -50%) !important;
  }
}
.details__filter .succesbtn {
  transform: translate(-98px, -50%) !important;
}

.bag {
  text-decoration: none !important;
}

.mini-card-item {
  padding: 20px 15px !important;
  width: 311px;
  background-color: #fff !important;
  right: 0;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 310px;
  overflow: scroll;
  list-style: none;
}
.mini-card-item ul {
  list-style: none;
  padding-left: 0px !important;
  height: 180px;
  overflow: scroll;
}
.mini-card-item .total__mini {
  position: fixed;
  background: white;
  height: 110px;
  padding: 30px 0px;
  padding-top: 0px !important;
  bottom: 0px;
  border-bottom: 2px solid #FFC21C;
  width: 100%;
  max-width: 279px;
  left: 15px;
}
.mini-card-item .total__mini small {
  font-weight: bold;
  color: #FFC21C;
}
.mini-card-item .total__mini a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  padding: 5px 10px;
  border-radius: 31px;
  margin-top: 10px;
  font-weight: 500;
  width: 100%;
}
.mini-card-item .total__mini a i {
  margin-right: 10px;
  font-size: 26px;
}
.mini-card-item .total__mini h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-card-item .mini-card {
  justify-content: space-between !important;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mini-card-item .mini-card .mini-title {
  display: flex;
  flex-direction: column;
}
.mini-card-item .mini-card img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-card-item .mini-card span {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.mini-card-item .mini-card small {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.mini-card-item .mini-card p {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 0px !important;
}

@media (min-width: 1400px) {
  .panel__page .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1308px !important;
  }
}
.panel__page .tab-content h2 {
  font-size: 22px;
  color: #444444;
  font-weight: 300;
  margin-bottom: 26px;
}
.panel__page .tab-content p {
  color: #444444;
  font-size: 22px;
  text-decoration: underline;
  font-weight: 200 !important;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  margin-bottom: 26px;
}
.panel__page .tab-content p b {
  font-weight: bold !important;
}
.panel__page .tab-pane {
  margin-top: 0px !important;
}
.panel__page #Combined-Shape {
  fill: #000000 !important;
}
.panel__page .navFlex {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.panel__page .navFlex span {
  font-size: 15px !important;
}
.panel__page .navFlex a {
  font-size: 15px !important;
}
.panel__page .navFlex svg {
  margin-right: 5px;
  width: 21px;
  height: 21px;
}
.panel__page .topNav {
  margin: 0px 100px !important;
}
.panel__page .topNav i {
  font-size: 21px;
}
.panel__page .topNav svg {
  fill: #000000;
}
.panel__page .topNav .dropdown-toggle {
  text-decoration: none;
  display: flex;
}
.panel__page .topNav .dropdown-toggle span {
  display: flex;
  flex-direction: column;
}
.panel__page .topNav .dropdown-toggle span small {
  font-size: 10px;
  text-decoration: underline !important;
  color: #AFAFAF !important;
}
.panel__page .search-boxx {
  position: relative;
  left: 50px;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.3s;
}
.panel__page .search-box:focus {
  left: 50px !important;
  position: relative;
}
.panel__page .admin__flex {
  max-width: 1157px;
  margin: 0 auto;
}
.panel__page .admin__flex .admin__flex__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.panel__page .admin__flex .admin__text h2 {
  font-size: 35px;
  color: #444444;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}
.panel__page .admin__flex .admin__text h2 b {
  font-weight: bold;
}
.panel__page .admin__flex .admin__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel__page .admin__flex .admin__right a {
  color: #525252;
  text-decoration: none;
  line-height: 16px;
  text-align: right;
}
.panel__page .admin__flex .admin__right a span {
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: -0.4px;
}
.panel__page .admin__flex .admin__right a small {
  text-decoration: underline;
  font-size: 12px !important;
}
.panel__page .admin__flex .admin__right a small i {
  font-size: 12px !important;
}
.panel__page .admin__flex .admin__right header {
  background-color: #EDEDED;
}
.panel__page .admin__info {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -50px;
}
.panel__page .admin__info .card__info {
  border-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: 104px;
  padding: 18px;
}
.panel__page .admin__info .card__info:nth-child(1) {
  max-width: 166px !important;
}
.panel__page .admin__info .card__info:nth-child(2) {
  max-width: 166px !important;
}
.panel__page .admin__info .card__info:nth-child(3) {
  max-width: 166px !important;
}
.panel__page .admin__info .card__info:nth-child(4) {
  max-width: 190px !important;
}
.panel__page .admin__info .card__info:nth-child(5) {
  max-width: 240px !important;
}
.panel__page .admin__info .card__info:nth-child(6) {
  max-width: 166px !important;
}
.panel__page .admin__info .card__info:nth-child(7) {
  max-width: 166px !important;
}
.panel__page .admin__info .card__info h3 {
  font-size: 16px;
  color: #525252;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 300;
}
.panel__page .admin__info .card__info span {
  letter-spacing: -0.5px;
  font-size: 20px;
  color: #525252;
  text-align: center;
  font-weight: bold;
}

.top-text-wrapper {
  margin-bottom: 30px;
}

.top-text-wrapper code {
  font-size: 0.8em;
  background: linear-gradient(90deg, #fce3ec, #ffe8cc);
  background: linear-gradient(90deg, #fce3ec 10%, #ffe8cc 100%);
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}

.tab-section-wrapper {
  padding: 30px 0;
}

.tab-content {
  margin-top: 20px;
}

.tab-horizontal .tab-content {
  margin-top: 20px;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
}

.tab-nav-item {
  list-style: none;
  transition: all 0.3s;
}

.tab-nav-link {
  font-size: 16px;
  line-height: 2.88;
  letter-spacing: -0.4px;
  color: #787878;
  transition: all 0.3s;
}
.tab-nav-link:hover i {
  color: #F0B400 !important;
}

.tab-horizontal .tab-nav-item {
  margin: 0px 28px;
}

.tab-nav-link {
  display: flex !important;
  letter-spacing: -0.4px;
  color: #787878;
  align-items: center;
}
.tab-nav-link div {
  display: flex;
  margin-left: 15px !important;
}
.tab-nav-link .i {
  width: 24px;
  height: 24px;
  margin-right: 15px !important;
}
.tab-nav-link .i i {
  color: rgba(120, 120, 120, 0.6705882353);
}

.tab-nav-item {
  transition: all 0.3s;
}
.tab-nav-item:hover {
  background-color: rgba(240, 180, 0, 0.2117647059) !important;
  transition: all 0.3s;
  border-left: 4px solid #FFC107 !important;
}
.tab-nav-item:hover a {
  color: #F0B400 !important;
  transition: all 0.3s;
}

.tab-nav-link.active {
  color: #F0B400;
  background: rgba(240, 180, 0, 0.2117647059);
}
.tab-nav-link.active i {
  color: #F0B400;
}

.tab-nav-item:first-child {
  margin-left: 0;
}

.tab-nav-item:last-child {
  margin-right: 0;
}

.tab-vertical .tab-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tab-vertical .nav-tabs {
  flex-basis: 225px;
  flex-direction: column;
  border: 0;
}

.tab-vertical .tab-content {
  flex-basis: calc(100% - 250px);
  padding-left: 20px;
}

.tab-vertical .nav-tabs li a {
  display: block;
}

.tab-vertical .nav-tabs li:not(:first-child) {
  margin-top: 0px !important;
}

.tab-nav-link {
  text-decoration: none;
}
.tab-nav-link:hover {
  text-decoration: none !important;
}

.jtable {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden; /* Köşeleri düzgün yuvarlamak için */
}

.jtable thead tr:first-child {
  border-radius: 5px; /* Üst köşeleri yuvarla */
}

.tab-nav-link.active {
  position: relative;
}
.tab-nav-link.active:before {
  content: "";
  position: absolute;
  left: -4px;
  width: 4px;
  height: 46px;
  background: #F0B400;
  top: 0px;
}
.tab-nav-link.active svg {
  fill: #F0B400;
}
.tab-nav-link.active svg path {
  stroke: #F0B400;
  opacity: 8;
}
.tab-nav-link.active svg g {
  stroke: #F0B400;
  opacity: 8;
}

.tab-nav-item.active {
  border-left: 4px solid #FFC107;
}

.tab-vertical .tab-nav-item {
  background: transparent;
  border-left: 4px solid #E2E2E2;
}

.tab-nav-item.active {
  border-left: 4px solid #F0B400 !important;
  transition: all 0.3s;
}

.tab-vertical .tab-content {
  margin-top: 0px;
  max-width: 1000px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .tab-vertical .tab-content {
    margin-top: 3px;
  }
  .tab-vertical .tab-wrapper {
    display: block;
  }
}
.set__svg {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__select {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  align-items: center;
  position: relative;
  background: url(/assets/images/bg__button.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 27px;
}
.button__select .flexx__btn {
  display: flex;
}
.button__select h3 {
  color: #765800;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
  padding-left: 10px;
}
.button__select button {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.44);
  border: 1px solid transparent !important;
  width: 160px;
  border: none;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  color: rgba(118, 89, 0, 0.918);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 600 !important;
  margin-left: 15px;
  transition: all 0.3s;
}
.button__select button:hover {
  border: 1px solid #765800 !important;
  transition: all 0.3s;
}

.jtable .jtable-data-row.jtable-row-even {
  background: #F3F3F3 !important;
}
.jtable .jtable-data-row {
  background-color: #EAEAEA;
  height: 45px;
}
.jtable .jtable-data-row td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: -0.35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #171717;
  border-right: 0.75px solid #D5D5D5;
}
.jtable .jtable-data-row:nth-child(1) {
  padding-left: 10px !important;
}
.jtable thead {
  background: #FFFFFF;
  border-radius: 5px;
}
.jtable thead th {
  text-align: center;
  line-height: 18px;
}
.jtable thead .jtable-column-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.jtable thead .jtable-column-header-container:nth-child(1) {
  padding-left: 15px !important;
}
.jtable thead .jtable-column-header-container span {
  margin-bottom: 0px !important;
  height: 45px;
  display: flex;
  align-items: center;
  color: #787878;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 300;
  text-align: center;
}
.jtable .barkod-column {
  color: #418DD9 !important;
}

.jtable td input[name=adet] {
  width: 65px;
  padding: 5px;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 400 !important;
  color: #787878 !important;
}
.jtable td input[name=adet]:focus {
  outline: none !important;
}

.jtable input[type=number] {
  -moz-appearance: textfield; /* Firefox için */
  -webkit-appearance: none; /* Chrome, Safari, Opera için */
  appearance: textfield; /* Genel olarak */
}

.jtable input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.table-price {
  display: flex;
  align-items: center;
}
.table-price span {
  margin-bottom: 0px !important;
  color: #2E2E2E !important;
  font-size: 16px;
  margin-left: 5px !important;
}
.table-price small {
  font-size: 12px;
  color: #F43B3B;
  text-decoration: line-through;
}

.jtable-bottom-panel {
  display: flex;
  width: 100%;
  border-radius: 10px;
  background: white;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}
.jtable-bottom-panel span {
  margin-bottom: 0px !important;
}

.jtable-left-area {
  display: flex;
  align-items: center;
}

.jtable-page-list {
  display: flex !important;
  align-items: center;
  margin-right: 200px;
}
.jtable-page-list span {
  border: 1px solid #DBDBDB;
  border-radius: 23px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #BCBCBC;
  margin-right: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.jtable-page-list .jtable-page-number-active {
  background-color: #BCBCBC;
  color: #717171 !important;
}

.jtable-page-size-change {
  display: flex !important;
  align-items: center;
  margin-right: 24px;
  position: relative; /* Needed for the after element positioning */
}
.jtable-page-size-change select {
  border-radius: 23px;
  border: none !important;
  background: #E0E0E0;
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
  width: 66px;
  height: 30px;
  text-align: center;
  padding-right: 20px; /* Add space for the custom arrow */
  position: relative; /* Needed for the after element positioning */
}
.jtable-page-size-change select:focus {
  outline: none;
}
.jtable-page-size-change span {
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
  margin-right: 6px;
}

.jtable-page-size-change {
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #E0E0E0;
}

.jtable-page-size-change::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/assets/images/okk.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.jtable-page-size-change::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 2px;
  width: 24px;
  height: 24px;
  background-color: #EAEAEA;
  z-index: 1;
  border-radius: 50px;
}

.jtable-goto-page {
  display: flex !important;
  align-items: center;
  border: none !important;
  margin-right: 24px;
  position: relative;
}
.jtable-goto-page select {
  border: none !important;
  border-radius: 23px;
  background: #E0E0E0;
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
  width: 66px;
  height: 30px;
  text-align: center;
  padding-right: 20px;
}
.jtable-goto-page select:focus {
  outline: none;
}
.jtable-goto-page span {
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
  margin-right: 6px;
}

.jtable-goto-page::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/assets/images/okk.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.jtable-goto-page::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 2px;
  width: 24px;
  height: 24px;
  background-color: #EAEAEA;
  z-index: 1;
  border-radius: 50px;
}

.jtable-page-size-change {
  display: flex !important;
  align-items: center;
}

.jtable-page-info {
  letter-spacing: -0.35px;
  font-size: 14px;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
  opacity: 0.75;
  filter: alpha(opacity=50);
  color: #ccc;
  cursor: default;
}

.bottom__table {
  margin-top: 48px;
}
.bottom__table tbody tr:last-child {
  background-color: #F9F9F9;
}
.bottom__table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.bottom__table table {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #CBCBCB;
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  max-width: 396px;
}
.bottom__table h3 {
  font-size: 22px;
  color: #444444;
  margin-bottom: 23px;
}
.bottom__table th, .bottom__table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.bottom__table th {
  color: #414141;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.bottom__table th b {
  font-weight: bold !important;
}
.bottom__table table caption {
  font-weight: bold;
  margin-bottom: 10px;
}

#havale {
  margin-bottom: 20px;
}
#havale .jtable-bottom-panel {
  background-color: transparent !important;
  padding: 0px !important;
}
#havale .jtable-goto-page {
  display: none !important;
}
#havale .jtable-page-list {
  display: none !important;
}

.select_title {
  position: relative;
}

.select_title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/assets/images/okk.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.havale_select {
  margin-bottom: 27px;
}
.havale_select select {
  border-radius: 10px;
  background-color: #E0E0E0;
  padding: 12px 29px;
  max-width: 340px;
  width: 100%;
  margin-right: 15px;
  border: 1px solid #E0E0E0;
  height: 50px;
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
}
.havale_select select::-moz-placeholder {
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
}
.havale_select select::placeholder {
  color: #717171;
  font-size: 14px;
  letter-spacing: -0.35px;
}
.havale_select select:focus {
  outline: none;
}
.havale_select button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 12px 29px;
  color: white;
  background-color: #FFC107;
  border: 1px solid #FFC107;
}

.jtable-no-data-row {
  text-align: center;
  color: #BCBCBC;
  font-size: 14px;
  letter-spacing: -0.35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.jtable-no-data-row td {
  padding: 17px 0px !important;
}

.siparis__title, .fatura__title {
  margin-bottom: 16px;
}
.siparis__title input, .fatura__title input {
  border: 1.5px solid #DDDDDD;
  border-radius: 10px;
  padding: 11px 20px;
  font-size: 15px;
  color: #B2B2B2;
  letter-spacing: -0.38px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.siparis__title input::-moz-placeholder, .fatura__title input::-moz-placeholder {
  color: #B2B2B2;
}
.siparis__title input::placeholder, .fatura__title input::placeholder {
  color: #B2B2B2;
}
.siparis__title input:focus, .fatura__title input:focus {
  outline: none;
}
.siparis__title select, .fatura__title select {
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  padding: 11px 23px;
  background-color: transparent;
  color: #B2B2B2;
  font-family: "Montserrat", sans-serif;
}
.siparis__title select:focus, .fatura__title select:focus {
  outline: none;
}

.jtable .jtable-data-row td:last-child {
  border-right: none;
}

#siparisListele a {
  color: #CE2C2C;
}
#siparisListele .jtable-bottom-panel {
  background-color: transparent !important;
}

.jtable {
  width: 100%;
}

.fatura__title {
  margin-bottom: 16px;
}
.fatura__title button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0980392157);
  border-radius: 10px;
  background-color: white;
  border: none !important;
  color: #AA7F00;
  letter-spacing: -0.38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 12px;
  text-align: center;
  max-width: 120px;
  width: 100%;
}
.fatura__title input {
  max-width: 140px;
  width: 100%;
  padding: 12px 20px;
}

.bottomFatura {
  display: flex;
  flex-direction: column;
  max-width: 734px;
  width: 100%;
}
.bottomFatura table {
  display: flex;
  border-radius: 15px;
  background-color: #F3E2AD;
  padding: 24px 35px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
}
.bottomFatura table tbody {
  width: 100%;
}
.bottomFatura table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bottomFatura table th {
  letter-spacing: -0.38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #171717;
  font-size: 14px;
}
.bottomFatura ul {
  display: flex;
  border-radius: 15px;
  background-color: #F3E2AD;
  padding: 24px 35px;
  justify-content: space-between;
}
.bottomFatura ul li {
  letter-spacing: -0.38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #171717;
  font-size: 14px;
}

.tedariktable {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #CBCBCB;
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.tedariktable thead {
  background-color: #F9F9F9;
}
.tedariktable th {
  text-align: center;
  color: #414141;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.tedariktable th, .tedariktable td {
  padding: 10px;
  border: 1px solid #ddd;
}
.tedariktable table caption {
  font-weight: bold;
  margin-bottom: 10px;
}
.tedariktable tr {
  height: 40px;
}
.tedariktable tr b {
  font-weight: bold;
}
.tedariktable tr td {
  text-align: center;
  color: #414141;
  font-size: 14px;
  letter-spacing: -0.35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.tedariktable tbody tr:last-child {
  background-color: #F9F9F9;
}
.tedariktable tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tedarikBtn {
  display: flex;
}
.tedarikBtn a {
  max-width: 180px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 12px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #171717;
  transition: all 0.3s;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tedarikBtn a:hover {
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.tedarikBtn a:nth-child(1) {
  background-color: #FFC107;
}
.tedarikBtn a:nth-child(2) {
  background-color: #59B529;
  color: white;
}

.jtable-column-header {
  position: relative;
}
.jtable-column-header:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #DEDEDE;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.fatura__title button:focus {
  background-color: #FFC107;
  color: #FFFFFF;
}

.panel__header {
  background-color: #EDEDED;
  padding-bottom: 100px;
}
.panel__header .topNav {
  max-width: 1157px;
  margin: 0px auto !important;
}

.password__update {
  max-width: 1157px;
  margin: 50px auto !important;
}
.password__update .input__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.password__update .input__flex i {
  color: #AAAAAA;
  margin-top: 20px;
}
.password__update .input__flex h2 {
  font-size: 35px;
  color: #444444;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}
.password__update .input__flex h2 b {
  font-weight: bold;
}
.password__update .input__flex .form__group {
  display: flex;
  flex-direction: column;
}
.password__update .input__flex .form__group label {
  font-size: 16px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  color: #444444;
  margin-bottom: 0px;
  margin-left: 10px;
}
.password__update .input__flex .form__group input {
  border: 1px solid #CECECE;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 16px 13px;
  font-size: 14px;
  color: #AAAAAA;
  width: 230px;
}
.password__update .input__flex .form__group input:focus {
  outline: none;
}
.password__update .input__flex .form__group input::-moz-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}
.password__update .input__flex .form__group input::placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.g-recaptcha {
  width: 200px;
  height: 30px;
  border-radius: 6px;
}
.g-recaptcha iframe {
  height: 45px;
  border-radius: 6px;
}

.rc-anchor-container {
  border-radius: 6px !important;
  height: 45px;
}

.password__btn {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #96D54E;
  font-size: 14px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border: none;
  padding: 19px;
  margin: 24px auto;
  width: 100%;
  max-width: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password__btn svg {
  margin-right: 5px;
}

.password__success h2 {
  color: white;
  font-size: 40px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 20px;
}
.password__success h2 svg {
  margin-right: 5px;
}
.password__success button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 13px 24px;
  color: #404040;
  letter-spacing: -0.35px;
  font-size: 14px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.success-mode {
  background-color: #A8D071;
}
.success-mode img {
  filter: grayscale(100%) brightness(10000%);
}
.success-mode #Search #Combined-Shape {
  stroke: white;
}
.success-mode small {
  color: white !important;
}
.success-mode .navFlex a {
  color: white;
}
.success-mode .navFlex #Combined-Shape {
  fill: white !important;
}
.success-mode .navFlex svg {
  fill: white;
}

.table-row-icon {
  position: relative; /* Konumlandırmayı başlatmak için */
}

.table-row-icon::after {
  content: "\f144"; /* Font Awesome ikonu için örnek içerik */
  font-family: "Font Awesome 5 Free"; /* Font Awesome kullanıyorsanız */
  font-weight: 900; /* Font Awesome için gerekli stil */
  position: absolute;
  right: 10px; /* İkona sağdan uzaklık */
  top: 50%;
  transform: translateY(-50%); /* Ortalamak için */
  cursor: pointer;
  font-size: 16px; /* İkon boyutu */
}/*# sourceMappingURL=style.css.map */