body {
  font-family: stolzl;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: inherit;
}

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

.p10 {
  padding: 3rem 0;
}

.bg {
  background-color: #F8F8F8;
}

:root {
  --color1: #C9312D;
  --color2: #0099A8;
  --color3: #000000;
  --color4: #006580;
  --accent-gray: #CECCCC;
}

.header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.header-top .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
ul.social {
  display: flex;
  gap: 1rem;
}
.header-top a {
  color: #848484;
  font-size: 16px;
  font-weight: 350;
}

.header-top i {
  font-size: 24px;
}

ul.header-bottom .active {
  font-weight: 500;
}
.mobile-menu .detail .header-wrapper {
  color: black;
}

.mobile-menu .detail {
  box-shadow: 0px 4px 30px rgba(204, 204, 204, 0.25);
  padding: 1rem 0;
}

.mobile-menu .detail .header-right .hamburger div {
  background: black;
}

.mobile-menu .header-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    color: white;
    margin-bottom: 2rem;

}

.mobile-menu .header-center ul {
  display: flex;
  gap: 2rem;
  font-size: 18px;
}

.mobile-menu .header-left img {
  width: 146px;
}


#toggle {
  display: none;
}

/**
  Hamburger
**/
.mobile-menu .header-right .hamburger {
  position: absolute;
  top: -1.5em;
  right: 0;
  cursor: pointer;
  width: 4em;
  height: 45px;
  z-index: 5;
}

.mobile-menu .header-right .hamburger div {
  position: relative;
  width: 2.4em;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.mobile-menu .header-right .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  background-color: var(--color1);
  top: -100%;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.mobile-menu .nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}

.mobile-menu .header-right nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin: 1rem;
  overflow: hidden;
}

.mobile-menu .header-right nav a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:hover {
  color: var(--color3);
}

.mobile-menu .header-right nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-right {
  position: relative;
}

header.mobile-menu {
  background: var(--color1);
}

.nav-top img {
  width: 183px;
}

.header-right nav .mobil-w {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

header.mobile-menu {
  display: none;
}


#content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
  padding: 1rem 2rem;
}

#content:not(.en) [data-lang='en'],
#content:not(.no) [data-lang='no'],
#content:not(.sv) [data-lang='sv'],
#content:not(.ru) [data-lang='ru'],
#content:not(.es) [data-lang='es'] {
  display: none;
}

#content.en [data-lang='en'],
#content.no [data-lang='no'],
#content.sv [data-lang='sv'],
#content.ru [data-lang='ru'],
#content.es [data-lang='es'] {
  display: block;
}



.main-header {
  background-color: #3498db;
  color: #fff;
  height: 56px;
  display: flex;
  padding: 0 2rem;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .4);
}

.main-header h1 {
  font-size: 1.25rem;
  line-height: 1.35;
  font-family: 'Noto Sans', Arial, sans-serif;
}

.main-header .switch {
  margin-left: auto;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.current {
  text-transform: uppercase;
  height: 42px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  color: #848484;
  line-height: 42px;
  display: flex;
  transition: all 0.2s ease-out;
  border-radius: 3px;
}

.current span {
  display: inline-block;
}

.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.switch.show-options .options {
  display: block;
  z-index: 5;
}

.switch.anim-options .options {
  opacity: 1;
}

.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, .4);
  margin: 2rem 0;
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}

.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #e1e4e6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}

.options-list li:last-child {
  border-bottom: none;
}

.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}

.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}

.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}

.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}

.options-list li.selected {
  color: var(--color1);
}

.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}

#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

ul.header-bottom {
  display: flex;
  gap: 2rem;
  font-weight: 350;
  justify-content: center;
  padding: 1rem;
}

ul.header-bottom li a:before {
  content: '';
  height: 2px;
  background-color: var(--color1);
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

ul.header-bottom li a:hover:before {
  width: 100%;

}

ul.header-bottom li a {
  width: 100%;
  position: relative;
  display: flex;
}

.slider-wrapper img {
  max-width: 100%;
  z-index: -1;
  position: relative;
}

.slider-wrapper {
  position: relative;
  z-index: 1;
}

.slider-wrapper .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 45%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 3;
}

button.red-btn {
  cursor: pointer;
  padding: 1rem 2rem;
  max-width: 180px;
  background: var(--color1);
  color: white;
  transition: all .3s ease;
}

button.red-btn:hover {
  background: black;
}


.slider-wrapper .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  /* or 150% */
  color: #000000;
}

.slider-wrapper .desc {
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  color: #000000;
  font-weight: 350;
}

.item-box img {
  max-width: 100%;
  max-height: 100%;
}

.item-box {
  border: 10px solid #E2DCDC;
  position: relative;
}

.item-box .content {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  align-items: end;
  justify-content: space-around;
  text-align: end;
  color: #000000;
  height: 100%;
}

.item-box .content .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  /* or 133% */
}

.item-box .content .desc {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
}

.item-box .content img {
  width: 90px;
}

.bg {
  background-color: #F8F8F8;
}

.category.box {
  position: relative;
  border: 5px solid #E2DCDC;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background: white;
  align-items: center;
}

.category.box .content {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

button.white {
  cursor: pointer;
  padding: 1rem 2rem;
  display: flex;
  gap: .5rem;
  background: #F1F1F1;
  max-width: 233px;
  color: black;
  transition: all .3s ease;
  align-items: center;
}

button.white:hover {
  background: var(--color1);
  color: white;
}

.category.box .content .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.category.box img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.special-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  height: 100%;
  width: 100%;
}

.item2 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}

.special-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.content-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #404040;
  flex-grow: 1;
  max-width: 188px;
}

.special-box img {
  max-width: 100%;
}

.parallax .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.parallax-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-bg img {
  width: 100%;
  height: 100%;
}

.parallax .content {
  padding: 3rem;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.parallax .content .title {
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
}

.parallax .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.parallax {
  position: relative;
  width: 100%;
  height: 100%;
}

.parallax .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
}

.parallax .right i {
  font-size: 15rem;
  margin: auto;
  font-weight: 350;
  text-align: center;
}

.parallax .content .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

button.transparent {
  cursor: pointer;
  padding: 1rem 2rem;
  max-width: 210px;
  transition: all .3s ease;
  background: transparent;
  border: 1px solid white;
  color: white;
}

button.transparent:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}

.footer {
  background: black;
}

.footer-title {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 2rem;
}

ul.footer-menu {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

ul.footer-menu li a {
  color: white;
  transition: all .3s;
  font-weight: 350;
}

ul.footer-menu li a:hover {
  color: var(--color1);
}

.footer-bottom {
  padding: 2rem 0;
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 350;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

ul.bottom-menu {
  display: flex;
  gap: 2rem;
}

ul.bottom-menu a {
  color: #B3B3B3;
  transition: all .3s;
}

ul.bottom-menu a:hover {
  color: var(--color1);
}

.footer-top {
  padding-bottom: 2rem;
  border-bottom: 0.01px solid #9B9B9B;
}

.page .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.page-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}

.page-desc {
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
}

b,
strong {
  font-weight: 500;
}

.page-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

form {
  padding: 1rem 0;
}

form .item1 input {
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  width: 100%;
  background: white;
  border-left: none;
  border-bottom: 1px solid #84848466;
  border-right: none;
  border-top: none;
  position: relative;
}

form.title {
  font-size: 30px;
  line-height: 47px;
  color: white;
  font-weight: 600;
}

form .desc {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: white;
}

form.item1 {
  padding: 5px;
}

form .check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 1rem;
  font-size: 14px;
}

form.check a {
  color: var(--color2);
  font-weight: 600;
}

form {
  position: relative;
}

form .subdesc {
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  /* or 145% */
  color: #404040;
  padding: 1rem;
}

form .subdesc a {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

form select {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  -webkit-appearance: none;
  border-left: none;
  border-bottom: 1px solid #84848466;
  border-right: none;
  border-top: none;
}

.sec-wrap .title {
  text-align: center;
  width: 100%;
  margin: auto;
  color: #2E2E2E;
}

.sec-wrap .desc {
  text-align: center;
  width: 100%;
  margin: auto;
}

textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
  background: transparent;
  border-left: none;
  border-bottom: 1px solid #84848466;
  border-right: none;
  border-top: none;
}

form button.red-btn {
  margin: 0 1rem;
}

form .item1 input focus {
  border: none;
}

form.iletisim-form {
  width: 80%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cecece;
}

.sec-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 1rem;
}

.sec-desc {
  font-weight: 350;
  font-size: 16px;
  line-height: 22px;
}

select:required:invalid {
  color: #848484;
  font-weight: 350;
  font-size: 14px;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.ddl-select {
  visibility: hidden;
}

.ddl {
  position: relative;
  height: 56px;
  width: 100%;
  text-align: initial;
  outline: none;
}

.ddl::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 12px;
  height: 2px;
  background: #cecece;
  z-index: 1;
  transform: rotate(-40deg);
  transition: 0.5s;
}

.ddl::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 28px;
  width: 12px;
  height: 2px;
  background: #cecece;
  z-index: 1;
  transform: rotate(40deg);
  transition: 0.5s;
}

.ddl.active::after {
  right: 28px;
}

.ddl.active::before {
  right: 20px;
}

.ddl-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
}

.ddl.active .ddl-options {
  visibility: visible;
  opacity: 1;
}

.ddl .ddl-options {
  position: absolute;
  width: 100%;
  top: 55px;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
  z-index: 999;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.ddl .ddl-options>div {
  padding: 10px 20px;
  cursor: pointer;
}

.ddl .ddl-options>div:hover {
  background: var(--bs-primary);
  color: #fff;
}

ul.adress-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
}

ul.adress-menu li {
  display: flex;
  flex-direction: column;
}

ul.adress-menu li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

ul.adress-menu li {
  font-weight: 350;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: .5rem;
}

.adress .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  width: 80%;
}

.header-top .right form {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.adress iframe {
  width: 80%;
}

.faqwell {
  margin-top: 20px;
  margin-bottom: 50px;
}

.faqwell .item {
  background: rgb(255, 255, 255);
  margin-bottom: 12px;
  cursor: pointer;
  box-shadow: 0px 4px 20px rgb(202 202 202 / 20%);
  padding: 1rem;
  border-radius: 15px;
}

.faqwell .item .fs-head {
  color: var(--color3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  letter-spacing: -0.03em;
}

.faqwell .item .fs-head .plusminus .minus {
  display: none;
}

.faqwell .item .fs-content {
  padding-top: 12px;
  margin-top: 15px;
  display: none;
  font-weight: 350;
  line-height: 22px;
  font-size: 18px;
}

.faq .content {
  position: relative;
  z-index: 3;
}

.faq .pop-wrapper {
  display: flex;
  flex-direction: column;
}

.faq .left .icon {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  object-fit: cover;
  width: 75px;
  height: 75px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq .left .icon img {
  width: 40px;
  height: 40px;
  padding: 0.3rem;
  object-fit: cover;
  display: flex;
}

.faq .left {
  display: flex;
  gap: 0.5rem;
}

section.faq {
  position: relative;
}

.faqwell {
  margin-top: 20px;
  margin-bottom: 50px;
}


.faqwell .item .fs-head {
  color: var(--color3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 125% */
  letter-spacing: -0.03em;
}

.faqwell .item .fs-head .plusminus .minus {
  display: none;
}

.faqwell .item .fs-content {
  padding-top: 12px;
  margin-top: 15px;
  display: none;
  font-weight: 350;
  line-height: 22px;
  font-size: 16px;
}

.faqwell .item i {
  font-size: 30px;
}

.user .right {
  width: 35%;
  float: left;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding: 4rem 0;
}

form .title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 2rem;
}

.user .left {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}

.user .left img {
  max-width: 100%;
  height: 100vh;
}

section.user {
  position: relative;
}

.user .bottom {
  font-weight: 350;
  font-size: 11px;
  line-height: 13px;
  color: #848484;
}

a.form-link {
  font-weight: 350;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000000;
  padding: 2rem 1rem;
}

a.form-link span {
  color: var(--color1);
  font-weight: 400;
}

.field-icon {
  float: right;
  position: relative;
  z-index: 2;
  margin-top: -10%;
  top: 0;
  right: 3%;
  color: #cecece;
}

form label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #B3B3B3;
  padding-bottom: 1rem;
  display: block;
}

.c-boxes label a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.c-box {
  color: #949494;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  letter-spacing: -0.03em;
  align-items: center;
  gap: .5rem;
}

.user[type="checkbox"],
.user[type="radio"] {
  width: 50px;
  height: 50px;
}

.user-info {
  position: relative;
  z-index: 9;
}

.user-info .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

ul.user-info-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  font-weight: 350;
}

#setB_male,
#setB_female {
  accent-color: #FF543E;
}

.gender fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.gender label {
  padding-bottom: 0;
  font-size: 16px;
}

.gender fieldset input {
  width: 30px;
  height: 36px;
}

.gender {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 2rem;
  padding: 0 1rem;
}

.gender .title {
  color: #9f9f9f;
  font-weight: 350;
}

input.form-item {
  margin-bottom: 1rem;
  padding: 1rem;
  outline: none;
  width: 100%;
  background: white;
  border: 1px solid #84848466;
  position: relative;
}

button.orange-btn {
  cursor: pointer;
  padding: 1rem 4rem;
  max-width: 339px;
  background: #FF543E;
  color: white;
  transition: all .3s ease;
}

button.orange-btn:hover {
  background: #B3B3B3
}

.end {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.border {
  border: 1px solid #cecece;
  padding: 2rem;
}

.mb {
  margin-bottom: 2rem;
}

ul.user-info-menu li a {
  cursor: pointer;
}

.breadcrumb a.active {
  font-weight: 500;
}

.dropdown button {
  background: none;
  border: none;
  color: #333;

}

.dropdown button:active {
  background: none;
  border: none;
  color: #333;
}

.dropdown button:focus {
  background: none;
  border: none;
  color: #333;
}

.dropdown-menu {
  background: white;
  color: black;

}

.dropdown-menu:hover {
  box-shadow: 2px 2px 2px #333;
}

.dropdown-menu li {
  padding: 10px;
  border-bottom: 0 solid rgb(133, 219, 24);
}

.dropdown-menu li:hover {
  border: none;
}

.dropdown-menu li a {
  color: #111;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 130px;
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
  font-size: 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 3px;
}

.dropdown-toggle::after {
  display: none;
}


.accordion-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2;
  border-left: none;
  border-top: none;
  border-right: 0;
  border-radius: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: black;
}

ul.pagination {
  display: flex;
  gap: .5rem;
  width: 100%;
  justify-content: center;
}

ul.pagination li a {
  color: #B3B3B3;
}

a.page-link.active {
  border: 1px solid black;
  color: black;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-check-input:checked {
  background-color: var(--color1);
  border-color: var(--color1);
}

.accordion-item {
  font-weight: 350;
}

.accordion {
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 16px;
  color: #212529;
  font-weight: 350;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 20px;
}

.accordion li.open i {
  color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  font-size: 16px;
  padding-left: 20px;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 5px 5px 5px 16px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.md-switch {
  margin-bottom: 15px;
}

.md-switch:last-of-type {
  margin-bottom: 0px;
}

.md-switch .md-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.md-switch .md-toggle+label {
  display: flex;
  position: relative;
  cursor: pointer;
  outline: none;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.md-switch input.md-toggle-round+label {
  padding: 2px;
  width: 62px;
  height: 24px;
}

.md-switch input.md-toggle-round+label:before,
input.md-toggle-round+label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.md-switch input.md-toggle-round+label:before {
  right: 1px;
  background: #DDDDDD;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.md-switch input.md-toggle-round+label:after {
  width: 18px;
  height: 18px;
  margin: auto 4px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

.md-switch input.md-toggle-round:checked+label:before {
  background-color: var(--color1);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}

.md-switch input.md-toggle-round:checked+label:after {
  margin-left: 32px;
}

.md-switch input.md-toggle-round:checked+label span {
  color: #555555;
}

.md-switch label span {
  display: block;
  padding-left: 15px;
  box-sizing: border-box;
  min-width: 500px;
  margin-left: 65px;
  vertical-align: middle;
  color: #555555;
}


.md-switch input:disabled+label span {
  color: #cccccc;
  cursor: not-allowed;
}

.md-switch input:disabled+label:after {
  background-color: #cccccc;
  cursor: not-allowed;
}

.md-switch.md input.md-toggle-round+label {
  width: 46px;
  height: 25px
}

.md-switch.md input.md-toggle-round+label:after {
  width: 21px;
  height: 21px;
}

.md-switch.md input.md-toggle-round:checked+label:after {
  margin-left: 24px;
}

.md-switch.md label span {
  margin-left: 45px;
  line-height: 10px;
}

.md-switch.sm input.md-toggle-round+label {
  width: 35px;
  height: 18px
}

.md-switch.sm input.md-toggle-round+label:after {
  width: 14px;
  height: 14px;
}

.md-switch.sm input.md-toggle-round:checked+label:after {
  margin-left: 20px;
}

.md-switch.sm label span {
  margin-left: 35px;
  line-height: 0px;
}

.breadcrumb .wrapper {
  display: flex;
  gap: 3px;
  padding: .5rem;
  color: #848484;
  font-weight: 350;
}

.breadcrumb .wrapper a {
  cursor: pointer;
  font-size: 12px;
  color: #848484;
}

/* component */

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked~label {
  color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
  color: #fc0;
}

/* explanation */

article {
  background-color: #ffe;
  box-shadow: 0 0 1em 1px rgba(0, 0, 0, .25);
  color: #006;
  font-family: cursive;
  font-style: italic;
  margin: 4em;
  max-width: 30em;
  padding: 2em;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #E2E2E2;
  padding: 2rem;
  position: relative;
  background: white;
}

.product-card .content {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: start;
}

.product-card .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.product-card img {
  max-width: 100%;
  max-height: 100%;
  flex-grow: 1;
}

.product-card span {
  border: .5px solid var(--color1);
  color: var(--color1);
  display: inline-block;
  max-width: 120PX;
  padding: .5rem;
  position: absolute;
  top: 0;
  left: 0;
}


.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
  max-width: 50%;
  margin: auto;
}

.img-item {
  margin: 0.3rem;
  border: .2px solid var(--color1);
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product-content {
  padding: 2rem 1rem;
}

.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}

.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.product-link:hover {
  opacity: 0.9;
}

.product-rating {
  color: #ffc107;
}

.product-detail ul li span {
  font-weight: 400;
}

.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info input {
  width: 60px;
}

.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.purchase-info .btn:first-of-type {
  background: #256eff;
}

.purchase-info .btn:last-of-type {
  background: #f64749;
}

.purchase-info .btn:hover {
  opacity: 0.9;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }

  .card-wrapper {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-content {
    padding-top: 0;
  }
}

ul.parallax {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 2rem;
  border: 1px solid #E2E2E2;
}

ul.parallax .item img {
  width: 60px;
  height: 60px;
}

ul.parallax .item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 133% */
  color: #404040;
}

ul.parallax .item .desc {
  font-weight: 350;
  font-size: 12px;
  line-height: 16px;
}

.parallax .item {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: end;
}

.parallax a {
  font-size: 11px;
  line-height: 16px;
  /* identical to box height, or 145% */
  text-decoration-line: underline;
}

.product-detail-info .active .price {
  color: var(--color1);
}



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

.product-detail-info .filter.block {
  display: block;
}

ul.websites.filters {
  display: flex;
  gap: 0.5rem;
  font-size: 22px;
  color: #515E6B;
}

ul.websites.filters li {
  padding: 1rem;
  letter-spacing: 0.05rem;
  border-bottom: 0.2px solid #404040;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #404040;
}

.price span {
  font-size: 42px;
  font-weight: 600 !important;
}

.price {
  font-size: 18px;
  font-weight: 350;
}

.websites .navLink .active {
  cursor: pointer;
  font-weight: 500;
}

a.navLink.active {
  font-weight: 500;
}

.icerik ul,
ol {
  list-style: disc;
  font-weight: 350;
  padding: 5px;
}

.icerik li {
  padding: 5px;
}

.icerik {
  font-weight: 350;
  font-size: 18px;
}

.other-product .page-title {
  margin: auto;
  text-align: center;
}

.shopping-cart-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  border-bottom: 1px solid #e2e2e24a;
}

.product-img img {
  max-width: 143px;
  border: 1px solid #E2E2E2;
}

.shopping-cart-wrapper .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shopping-title {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 22px;
}

.shopping-title span {
  font-weight: 350;
  font-size: 16px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  padding: .5rem;
}

.button-container button {
  background: none;
}

.shopping-cart-wrapper .left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: end;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  /* font-size: 24px; */
  /* font-weight: 350; */
}

.shopping-price {
  padding: 1rem;
  border: .5px solid var(--color1);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.shopping-price input {
  background: none;
  border: none;
  color: var(--color1);
  font-size: 24px;
  width: 120px;
}

.shopping-price .desc {
  font-size: 14px;
  line-height: 14px;
  color: #404040;
  font-weight: 350;
}

.br {
  border: 1px solid #E2E2E2;
}

.price-item {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
}

.shopping-cart-bottom {
  border: 1px solid #E2E2E2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shopping-cart-bottom button {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 16px;
}

div#nihaitoplam {
  color: #FF543E;
}

.price-item .price {
  font-weight: 500;
  font-size: 18px;
}

.price-item .title {
  font-size: 20px;
}

.brt {
  border-bottom: 1px solid #E2E2E2;
}

input.all {
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 3;
  width: 100%;
}

.shopping-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

button.remove-button {
  background: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: .5rem;
  position: relative;
}

.remove-items [type="checkbox"],
[type="radio"] {
  margin-left: .5rem;
}

.remove-items input[type="checkbox"] {
  accent-color: #FF543E;
  width: 20px;
  height: 20px;
}

a.active {
  font-weight: 400;
}

.order button.accordion-button.collapsed {
  background: #F3F3F3;
}

.order-wrapper {
  display: flex;
  gap: 3rem;
}

.order-wrapper .list {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.order-wrapper .list span {
  font-weight: 350;
}

.order .price {
  border: 1px solid #E2E2E2;
  padding: 1rem;
}

.order .accordion-item {
  border: 1px solid #F3F3F3;
  border-radius: 0;
}

.price-detail {
  display: flex;
  width: 100%;
  flex-direction: column;
  border: .5px solid #c9312d21;
  min-width: 240px;
  padding: 1rem;
}

.price-detail .adet {
  font-weight: 350;
}

.price-detail .fiyat {
  color: #848484;
  font-size: 24px;
  font-weight: 350;
  margin-top: -14px;
}

.price-detail .fiyat b {
  font-size: 48px;
}

ul.piece {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin: 1rem 0;
}

li.active .price-detail {
  border: 0.5px solid var(--color1);
}

li.active .price-detail .fiyat {
  color: var(--color1);
}

.minus,
.plus {
  display: inline-block;
  color: #848484;
  text-align: center;
  cursor: pointer;
}

.num {
  padding: 0 10px;
}

.minus i,
.plus i {
  font-size: 26px;
  font-weight: 350;
}

.wrap .qty {
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  padding: .5rem;
  justify-content: space-between;
}

button.black {
  background: black;
  color: white;
  padding: .5rem 1rem;
  font-size: 28px;
  transition: all .3s;
  height: 100%;
  max-width: 97px;
}

.wrap {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.shopping-top p {
  font-size: 14px;
  font-weight: 350;
}

.price-item input[type="checkbox"] {
  width: 40px;
  accent-color: #ff543d;
}

.price-item label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 350;
  padding-left: .5rem;
}

.address-item .left {
  padding: 1rem;
  background: #FFF6F4;
  border: 1px solid #FF543E;
}

.addres-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.address-info {
  font-weight: 350;
  font-size: 14px;
  line-height: 22px;
}

.address-wrap {
  padding: 2rem;
}

.check-item input[type="checkbox"] {
  width: 20px;
  accent-color: #ff543d;
  height: 20px;
}

.check-item label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 350;
}

.address-item .right {
  background: #F8F8F8;
  padding: 1rem;
  border: 1px solid #BBBBBB;
}

.address-item .content {
  display: flex;
  gap: 1rem;
  height: 100%;
  margin-bottom: 2rem;
}

.address-item .right a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.payment-wrapper {
  padding: 1rem;
}

.check-item {
  display: flex;
  align-items: center;
  gap: .5rem;
}


.main-password {
  position: relative;
}

.icon-view {
  position: absolute;
  right: 12px;
  top: 20px;
  color: #cecece;
}

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  z-index: 9;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}

/* Inner */
.popup-inner {
  max-width: 650px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

/* Close Button */
.popup-close {
  display: inline-block;
  position: relative;
  -webkit-transform: translate(50%, -50%);
  border-radius: 1000px;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
  color: black;
  font-weight: 350;
  margin-top: 1rem;
}

.popup-close:hover {
  text-decoration: none;
}



.popup-scroll {
  overflow-y: scroll;
  max-height: 300px;
  padding: 0 1em 0 0;
}

.popup-scroll::-webkit-scrollbar {
  background-color: #EEE;
  width: 10px;
}

.popup-scroll::-webkit-scrollbar-thumb {
  border: 1px #EEE solid;
  border-radius: 2px;
  background: #777;
  -webkit-box-shadow: 0 0 8px #555 inset;
  box-shadow: 0 0 8px #555 inset;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.popup-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
}

.adress-detail-info .active .price {
  color: var(--color1);
}



.adress-detail-info .filter {
  display: none;
}

.adress-detail-info .filter.block {
  display: block;
}

.adress-detail-info a.navLink.active {
  color: #FF543E;
}

.adress-detail-info ul.websites.filters li {
  border-bottom: none;
  padding: 1rem 0;
}

.adress-detail-info ul.websites.filters {
  display: inline-flex;
  gap: 1rem;
}

.adress-detail-info .ddl {
  border: 1px solid #cecece;
}

.adress-detail-info textarea {
  border: 1px solid #cecece;
  margin-top: 1rem;
}

h6 {
  font-weight: 400;
  padding: 1rem 0;
}
.popup-inner .top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-info .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.btn.btn-primary {
  border: 1px solid black;
  max-width: 159px;
  padding: 1rem;
  display: flex;
  gap: .5rem;
  margin-top: 1rem;
}
.logo img {
  max-width: 320px;
}
.pop-up-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  border-bottom: 1px solid #E2E2E2;
}

.pop-up-top .title {
  font-size: 20px;
  margin: 0;
}
body.search-open {
  overflow: hidden;
}
.right .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  background: white;
  border-radius: 50%;
  outline: none;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgb(0 0 0 / 90%);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: white;
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  padding: 10px 2rem;
  font-size: 1rem;
  color: white;
}
.search-box.search-elem button.submit[disabled] {
  background: white;
  color: black;
}
.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 72px;
  font-size: 32px;
  width: 100%;
  outline: none;
  font-weight: 300;
  border: none;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px var(--color1);
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 27px;
  left: 2rem;
  font-size: 18px;
  font-weight: 300;
  color: rgb(153, 153, 153);
  transition: all 0.3s ease 0s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 1rem;
}
.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}


@media only screen and (min-width: 320px) and (max-width: 568px){
header.destkop {
  display: none;
}

.slider-wrapper img {
  min-height: 55vh;
  object-fit: cover;
}

.slider-wrapper .title {
  font-size: 22px;
  line-height: 30px;
}

.slider-wrapper .content {
  max-width: 75%;
}

.slider-wrapper .desc {
  font-size: 14px;
  line-height: 22px;
}

button.red-btn {
  padding: 1rem 2rem;
  max-width: 159px;
  font-size: 14px;
}
.item-box .content {
  max-width: 70%;
  gap: .5rem;
  padding: 1rem;
}

.item-box .content .title {
  font-size: 18px;
  line-height: 20px;
}

.item-box .content .desc {
  display: none;
}

.item-box img {
  /* min-height: 40vh; */
}

.parallax-bg img {
  min-height: 40vh;
  object-fit: cover;
}

.parallax .content {
  padding: 1rem;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.parallax .left {
  gap: 1rem;
  width: 100%;
}

.parallax .content .title {
  font-size: 24px;
  line-height: 30px;
}

.parallax .content .right {
  width: 100%;
  align-items: start;
  justify-content: start;
}

.parallax .right i {
  font-size: 5rem;
  text-align: start;
  margin: 0;
}

.p10 {
  padding: 1rem 0;
}
.content-title {
  font-size: 16px;
  line-height: 20px;
}

button.white {
  max-width: 110px;
  font-size: 14px;
}
.page-title {
  font-size: 20px;
  line-height: 22px;
}

.addres-title {
  font-size: 18px;
  line-height: 22px;
}
.sec-title {
  font-size: 26px;
  line-height: 34px;
}
header.mobile-menu {
  display: block;
}
form.iletisim-form {
  width: 100%;
  padding-bottom: 1rem;
}

.ddl-input {
  left: 0;
}
.adress .wrapper {
  flex-direction: column;
  width: 100%;
  padding: 1rem 0;
}

ul.adress-menu {
  gap: 1rem;
  width: 100%;
}
.adress iframe {
  width: 100%;
}
.user .left img {
  height: 20vh;
  object-fit: cover;
}

.user .right {
  width: 100%;
  height: 100%;
}

form .title {
  font-size: 20px;
  line-height: 24px;
}

.logo img {
  max-width: 197px;
}

.user .left {
  position: relative;
  height: 100%;
}
.order-wrapper {
  flex-direction: column;
  gap: 1rem;
}

.shopping-cart-wrapper {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.shopping-title {
  font-size: 18px;
  line-height: 22px;
  gap: .5rem;
}

.shopping-cart-wrapper .right {
  flex-direction: column;
  align-items: self-start;
}
.address-item .content {
  flex-direction: column;
}
.page-desc {
  font-size: 14px;
  line-height: 20px;
}
ul.piece {
  flex-direction: column;
}

.breadcrumb .wrapper {
  display: none;
} 
button.black {
  max-width: 113px;
}

ul.parallax {
  flex-direction: column;
}

ul.websites.filters {
  flex-direction: column;
}
.mb {
  margin-bottom: 1rem;
}
.price-item .title {
  font-size: 16px;
}

.price-item .price {
  font-size: 16px;
}
.gender {
  gap: .5rem;
  font-size: 14px;
  /* flex-direction: column; */
  align-items: self-start;
}

.gender fieldset {gap: .4rem;}

.gender fieldset input {
  width: 15px;
  height: 15px;
}
.user-info .title {
  font-size: 28px;
  line-height: 30px;
}
.adress-detail-info .ddl {
  margin-bottom: 1rem;
}

}
h6 {
  font-size: 20px;
  font-weight: 500;
}
.ddl-input {
  left: 15px;
}