@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto13/Roboto-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("font/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Shadows";
  src: url("font/Shadows_Into_Light_Two/ShadowsIntoLightTwo-Regular.ttf");
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

.container {
  padding: 0;
}

.header-kampanya {
  background-color: #23408e;
  padding: 0.5rem;
  color: white;
  text-align: center;
}

.header-top {
  display: flex;
  flex-direction: row;
  padding: 0.4rem 0;
}

.header-top > div:nth-child(1) {
  width: 20%;
  padding: 0.5rem;
  overflow: hidden;
}

.header-top > div:nth-child(1) > a > img {
  width: 100%;
}

.header-top > div:nth-child(2) {
  width: 55%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-content: center;
}

.header-top > div:nth-child(2) > div:nth-child(1) {
  flex-basis: 80%;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: row;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 0.2rem;
}

.header-top > div:nth-child(2) > div:nth-child(1).active {
  border: 1px solid #23408e;
}

.header-top > div:nth-child(2) > div > span {
  width: 8%;
  display: inline-block;
  padding: 0.3rem 0.2rem;
  text-align: center;
  color: #bbbbbb;
}

.header-top > div:nth-child(2) > div > span:nth-child(1) {
  color: #bbbbbb;
}

.header-top > div:nth-child(2) > div > input {
  width: 84%;
  border: none;
}

.header-top > div:nth-child(2) > div > input:focus-visible {
  outline: none;
}

.header-top > div:nth-child(2) > div:nth-child(2) {
  width: 10%;
}

.header-top > div:nth-child(2) > div:nth-child(2) > button {
  height: 100%;
  width: 4rem;
  border-radius: 5px;
  background-color: rgb(218, 218, 218);
  border: none;
  margin-left: 0.3rem;
  color: rgb(73, 73, 73);
}

.header-top > div:nth-child(2) > div:nth-child(2) > button.active {
  background-color: #23408e;
  color: white;
}

.header-top > div:nth-child(3) {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.header-top > div:nth-child(3) > div {
  flex: 1;
  text-align: right;
}

.header-top > div:nth-child(3) > div:nth-child(2) {
  margin-left: 0.3rem;
}

.header-top > div:nth-child(3) > div > a {
  display: inline-block;
  padding: 0.5rem;
  width: 10rem;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #575858;
  color: #575858;
}

.header-top > div:nth-child(3) > div:nth-child(1) a {
  border-color: white;
  transition: color 0.4s ease;
}

.header-top > div:nth-child(3) > div:nth-child(1) a > i {
  font-size: 22px;
}

.header-top > div:nth-child(3) > div:nth-child(1) a:hover {
  color: #23408e;
  border: 1px solid #23408e;
}

.header-top > div:nth-child(3) > div:nth-child(2) {
  position: relative;
}

.header-top > div:nth-child(3) > div:nth-child(2) > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 0.3rem;
}

.header-top > div:nth-child(3) > div:nth-child(2):hover > a::after {
  content: "\f106";
}

.header-top > div:nth-child(3) > div:nth-child(2) > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  padding-top: 2rem;
  z-index: 100;
}

.login-dropdown.active {
  display: block;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div.active {
  display: block;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div > div::before {
  content: "";
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 20px;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div > div {
  margin-top: 1rem;
  padding: 0.5rem;
  /* border:1px solid $gri; */
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  box-shadow: 0px 0px 15px rgb(153, 153, 153);
  background-color: white;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div > div > div > a {
  text-decoration: none;
  padding: 0.6rem;
  border-bottom: 1px solid #dddddd;
  display: block;
  font-weight: 600;
  color: #575858;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div > div > div > a:hover {
  color: #23408e;
}

.header-top > div:nth-child(3) > div:nth-child(2) > div > div > div:last-child > a {
  border: none;
}

.header-top > div:nth-child(2) > div > span:nth-of-type(2) {
  opacity: 0;
  cursor: pointer;
}

.header-top > div:nth-child(2) > div > span:nth-of-type(2).active {
  opacity: 1;
}

.header-top > div:nth-child(2) > div {
  position: relative;
}

div.search-box {
  box-sizing: border-box;
  display: none;
  min-height: 300px;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 104%;
  left: 0;
  width: 100%;
  border: 1px solid #23408e;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  padding: 1rem 0.5rem;
  background-color: white;
  z-index: 100;
}

div.search-box.active {
  display: block;
}

div.search-box > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

div.search-box > ul > li {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

div.search-box > ul > li > img {
  width: 50px;
  border-radius: 5px;
}

div.search-box > ul > li > a {
  width: 100%;
  padding-left: 0.8rem;
  display: block;
  text-decoration: none;
  color: #575858;
}

.header-top > div:nth-child(2) > div:nth-child(1).active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-bottom {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0.4rem;
}

ul.mainMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-content: center;
}

ul.mainMenu > li {
  flex: 1;
  position: relative;
}

ul.mainMenu > li > a {
  display: block;
  padding: 0.3rem;
  text-decoration: none;
  color: #575858;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

ul.mainMenu > li > a:hover {
  color: #23408e;
}

ul.mainMenu > li > div {
  position: absolute;
  padding: 0.5rem;
  left: -112%;
  top: 100%;
  padding-top: 1.4rem;
  width: 320%;
  display: none;
  z-index: 100;
}

ul.mainMenu > li:hover > div {
  display: block;
}

ul.mainMenu > li > div > * {
  box-sizing: border-box;
}

ul.mainMenu > li > div > div::before {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -15px;
  left: 48%;
}

ul.mainMenu > li > div > div {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 0.4rem;
  border-radius: 5px;
  box-shadow: 0 0 15px #979797;
}

ul.mainMenu > li > div > div > div {
  flex: 1;
  /* height: 200px; */
  overflow-y: auto;
  overflow-x: hidden;
}

ul.mainMenu > li > div > div > div > img {
  border-radius: 5px;
  width: 200px;
  height: 200px;
}

ul.mainMenu > li > div > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div {
  padding-left: 0.3rem;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div > h5 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid silver;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div > ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div > ul > li {
  border-bottom: 1px solid transparent;
  display: block;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div > ul > li:hover {
  border-color: #575858;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div > ul > li > a {
  -webkit-text-decoration: None;
          text-decoration: None;
  color: #575858;
  font-weight: 500;
  display: block;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  font-size: 0.8rem;
  line-height: 1rem;
  transition: 0.3s;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div:nth-child(2) > a {
  font-size: 0.9rem;
  text-align: right;
  font-weight: 500;
  text-decoration: none;
  color: #575858;
  display: block;
  text-align: right;
  padding-right: 0.3rem;
}

ul.mainMenu > li > div > div > div:nth-child(2) > div:nth-child(2) > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f101";
}

.slideContainer .owl-carousel div.slide-item {
  height: 600px !important;
  overflow: hidden !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.slideContainer .owl-carousel div.slide-item img.screen {
  display: block;
}

.slideContainer .owl-carousel div.slide-item img.mobil {
  display: none;
}

.slideContainer .owl-carousel div.slide-box {
  width: 30rem;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 125px;
  left: 5%;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(114, 114, 114);
}

.slideContainer .owl-carousel div.slide-box.right {
  left: inherit;
  right: 5%;
}

.slideContainer .owl-carousel div.slide-box h3 {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  padding: 0.5rem;
  font-size: 2rem;
  line-height: 2rem;
}

.slideContainer .owl-carousel div.slide-box p {
  padding: 0.5rem;
  font-size: 1rem;
}

.slideContainer .owl-carousel div.slide-box a {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: #23408e;
  color: white;
  border-radius: 0.2rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.slideContainer .owl-carousel div.slide-box a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f101";
}

.slideContainer .owl-nav .owl-next,
.slideContainer .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  display: block;
}

.slideContainer .owl-nav .owl-next {
  right: 20px;
}

.slideContainer .owl-nav .owl-prev {
  left: 20px;
}

.slideContainer .owl-nav .owl-next span,
.slideContainer .owl-nav .owl-prev span {
  font-size: 65px;
  display: inline-block;
  opacity: 0.6;
  color: #23408e;
}

.slideContainer .owl-nav .owl-next span:hover,
.slideContainer .owl-nav .owl-prev span:hover {
  opacity: 1;
}

header.mobil {
  display: none;
}

header.mobil div.logo {
  padding: 1rem 0.5rem;
  text-align: center;
}

header.mobil div.logo img {
  height: 3rem;
}

header.mobil .header-kampanya {
  font-size: 12px;
}

.slide-box-mobil {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(241, 241, 241, 0.9);
  width: 100%;
}

.slide-box-mobil > a {
  border-top: 1px solid #23408e;
  padding: 0.3rem;
  display: inline-block;
  text-decoration: none;
  color: black;
  text-align: left;
  font-weight: 500;
  font-size: 18;
}

div.kesfet {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto auto;
  box-sizing: border-box;
}

div.slideContainer {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.kesfet-container {
  box-sizing: border-box;
  margin-top: 3rem;
}
@media (max-width: 990px) {
  .kesfet-container {
    padding: 0.5rem;
  }
}

div.kesfet {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-bottom: 0.5rem;
}

div.kesfet > div:nth-child(1) {
  flex-basis: 30%;
}

div.kesfet > div:nth-child(1) {
  border-radius: 5px;
  overflow: hidden;
}

div.kesfet > div:nth-child(1) img {
  width: 100%;
  height: 100%;
}

div.kesfet > div:nth-child(2) {
  flex-basis: 70%;
  box-sizing: border-box;
  padding-left: 0.5rem;
}

div.kesfet > div:nth-child(2) h6 {
  margin: 0;
  padding: 0;
  padding-bottom: 0.2rem;
}

div.kesfet > div:nth-child(2) > h6 > a {
  color: #2e3440;
  text-decoration: none;
  font-weight: 800;
}

div.kesfet > div:nth-child(2) > a {
  color: rgb(150, 150, 150);
  display: block;
  text-decoration: none;
}

div.kesfet > div:nth-child(2) > a > span {
  color: #333;
  font-weight: 600;
}

.b-1 {
  margin-bottom: 2rem;
}

.b-1 > a {
  text-decoration: none;
  color: #23408e;
}

@media (max-width: 990px) {
  header.mobil {
    display: block;
  }
  .owl-nav .owl-next span,
  .owl-nav .owl-prev span {
    font-size: 35px;
  }
  header.main {
    display: none;
  }
  .slideContainer .owl-carousel div.slide-item img.secreen {
    display: none;
  }
  .slideContainer .owl-carousel div.slide-item img.mobil {
    display: block;
    width: 100%;
    height: 100%;
  }
  .slideContainer .owl-carousel div.slide-item {
    height: 500px !important;
  }
  .slideContainer .owl-carousel div.slide-item img {
    height: 500px;
    width: auto;
  }
  .slideContainer .owl-carousel {
    height: auto;
    text-align: center;
  }
  .slide-box-mobil {
    display: block;
  }
  .slide-box-mobil > a {
    width: 100%;
  }
  .slide-box {
    display: none;
  }
}
div.kmp-container > div > a > figure figcaption {
  display: block;
  color: #333;
  padding: 0.8rem 0.5rem;
  text-decoration: none;
  position: relative;
  bottom: 5px;
  z-index: 2;
  background-color: white;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 990px) {
  div.kmp-container > div > a > figure figcaption {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
}

div.kmp-container {
  margin-top: 3rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
@media (max-width: 995px) {
  div.kmp-container {
    padding: 0.5rem;
  }
}
div.kmp-container > div {
  flex: 1;
  margin-left: 1.3rem;
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  box-shadow: 0 0 5px rgb(216, 216, 216);
  border-radius: 5px;
  overflow: hidden;
  height: auto;
}
@media (max-width: 990px) {
  div.kmp-container > div {
    margin-left: 0.5rem;
  }
}
div.kmp-container > div > a {
  text-decoration: none;
}
div.kmp-container > div > a > figure {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
div.kmp-container > div > a > figure img {
  width: 100%;
  transition: all ease 0.4s;
}
div.kmp-container > div > a > figure img:hover {
  transform: scale(1.03);
}
div.kmp-container > div > a :hover {
  color: #23408e;
}
div.kmp-container > div:first-child {
  margin-left: 0;
}

div[class^=urun-slide] {
  margin-top: 3rem;
}
div[class^=urun-slide] h5 {
  padding: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div[class^=urun-slide] h5 > a {
  text-decoration: none;
  color: #23408e;
  font-size: 1.3rem;
}
div[class^=urun-slide] h5 > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f101";
}
div[class^=urun-slide] .owl-nav .owl-next, div[class^=urun-slide] .owl-nav .owl-prev {
  font-size: 35px;
  display: inline-block;
  opacity: 1;
  color: #23408e;
  position: absolute;
  top: 45%;
}
div[class^=urun-slide] .owl-nav .owl-next {
  right: -0.7rem;
}
div[class^=urun-slide] .owl-nav .owl-prev {
  left: -0.7rem;
}
@media (max-width: 990px) {
  div[class^=urun-slide] .owl-nav .owl-next {
    right: 0.4rem;
  }
  div[class^=urun-slide] .owl-nav .owl-prev {
    left: 0.4rem;
  }
}
div[class^=urun-slide] > div {
  display: flex;
  flex-direction: row;
}
div[class^=urun-slide] .item {
  height: 100%;
  padding: 0.5rem;
}
div[class^=urun-slide] .u {
  box-shadow: 0 0 10px silver;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 0.5rem;
  overflow: hidden;
}
div[class^=urun-slide] .u > a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
}
div[class^=urun-slide] .u > a > div {
  position: relative;
  flex: 1;
  overflow: hidden;
}
div[class^=urun-slide] .u > a > div img {
  width: 100%;
}
div[class^=urun-slide] .u > a > div span.top {
  display: inline-block;
  padding: 0.3rem;
  border-radius: 0.3rem;
  background-color: orange;
  color: white;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
}
div[class^=urun-slide] .u > a > div span.bottom {
  display: inline-block;
  padding: 0.3rem;
  border-radius: 0.3rem;
  background-color: white;
  color: #23408e;
  border: 1px solid #23408e;
  font-size: 0.7rem;
  font-weight: 500;
  position: absolute;
  bottom: 0.3rem;
  right: 0.5rem;
}
div[class^=urun-slide] .u > a > div:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 0.3rem;
}
div[class^=urun-slide] .u > a > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.3rem;
}
div[class^=urun-slide] .u > a > div:nth-child(3) > div {
  padding: 0.5rem;
}
div[class^=urun-slide] .u > a > div:nth-child(3) > div:nth-child(1) {
  background-color: rgb(234, 255, 255);
  color: #23408e;
  padding: 0.3rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 18px;
}
div[class^=urun-slide] .u > a > div:nth-child(3) > div:nth-child(2) {
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
}
div[class^=urun-slide] .u > a > div:nth-child(3) > div:nth-child(2) > span:nth-child(1) {
  font-size: 14px;
  text-decoration: line-through;
  color: gray;
  line-height: 14px;
}
div[class^=urun-slide] .u > a > div:nth-child(3) > div:nth-child(2) > span:nth-child(2) {
  font-size: 16px;
  color: #575858;
  line-height: 16px;
}

div.f-tanitim {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 4rem;
}
@media (max-width: 990px) {
  div.f-tanitim {
    flex-direction: column;
  }
}
div.f-tanitim > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
div.f-tanitim > div :nth-child(1) {
  text-align: center;
}
div.f-tanitim > div :nth-child(1) > span {
  color: #23408e;
  display: inline-block;
  background-color: rgb(223, 247, 255);
  font-size: 35px;
  line-height: 100px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
div.f-tanitim > div :nth-child(2) {
  padding: 1rem 0.3rem 0.3rem 0.3rem;
  text-align: center;
  font-weight: 600;
  color: #575858;
  font-size: 1.3rem;
}
div.f-tanitim > div :nth-child(3) {
  text-align: center;
  padding: 0.5rem;
}

div.f-tanitim-metin {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
div.f-tanitim-metin > p {
  width: 80%;
}

#kvs {
  background-color: rgb(238, 238, 238);
  padding: 2rem 0;
}

div.kvs {
  width: 100%;
  box-sizing: border-box;
}
div.kvs :nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  div.kvs :nth-child(1) {
    flex-flow: row wrap;
  }
}
div.kvs :nth-child(1) > div {
  display: flex;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 2rem;
}
div.kvs :nth-child(1) > div > img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  outline-style: solid;
  outline-color: silver;
  outline-width: 4px;
  box-shadow: 0 0 10px gray;
}
div.kvs :nth-child(2) {
  box-sizing: border-box;
}
div.kvs :nth-child(2) h4 {
  text-align: center;
  padding: 1rem 0.5rem;
}
div.kvs :nth-child(2) p {
  box-sizing: border-box;
  display: block;
  text-align: justify;
  margin: 0;
  padding: 0.5rem;
  width: 100%;
}

div#kvs-baski {
  margin-top: 5rem;
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
div#kvs-baski::before {
  position: absolute;
  content: "";
  width: 50%;
  background: rgb(238, 238, 238);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  transform: skewX(22deg);
}
div#kvs-baski::after {
  position: absolute;
  content: "";
  width: 40%;
  background: rgb(238, 238, 238);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
}
@media (max-width: 990px) {
  div#kvs-baski::after {
    width: 30%;
  }
  div#kvs-baski::before {
    width: 90%;
  }
}

@keyframes buttonAnimate {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.3);
  }
}
div.kvs-baski > div:nth-child(2) > div > a::before, div.kvs-baski > div:nth-child(2) > div > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #23408e;
  border-radius: 0.3rem;
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}

div.kvs-baski {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 990px) {
  div.kvs-baski {
    flex-direction: column;
  }
}
div.kvs-baski > div {
  flex: 1;
}
div.kvs-baski > div:nth-child(1) {
  position: relative;
}
div.kvs-baski > div:nth-child(1) p {
  font-size: 26px;
}
div.kvs-baski > div:nth-child(1) p span {
  font-family: "Shadows";
  color: #23408e;
  font-weight: 500;
}
div.kvs-baski > div:nth-child(2) {
  text-align: center;
}
div.kvs-baski > div:nth-child(2) > div > a {
  background-color: #23408e;
  color: white;
  text-decoration: none;
  padding: 0.6rem 1rem;
  border-radius: 0.3rem;
  display: inline-block;
  margin-bottom: 0.8rem;
  position: relative;
}
div.kvs-baski > div:nth-child(2) > div > a:hover::after {
  animation: buttonAnimate 0.4s ease;
}
div.kvs-baski > div:nth-child(2) > div > a:hover::before {
  animation: buttonAnimate 0.4s ease 0.1s;
}
@media (max-width: 950px) {
  div.kvs-baski > div:nth-child(2) {
    margin-top: 2rem;
  }
}

div#foot-bottom {
  border-top: 5px solid #23408e;
  background-color: #575858;
  padding-top: 2rem;
}
@media (max-width: 990px) {
  div#foot-bottom {
    margin-bottom: 2.5rem;
  }
}

div.foot-bottom > div:nth-child(5) ul, div.foot-bottom > div:nth-child(4) ul, div.foot-bottom > div:nth-child(3) ul, div.foot-bottom > div:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.foot-bottom > div:nth-child(5) ul > li, div.foot-bottom > div:nth-child(4) ul > li, div.foot-bottom > div:nth-child(3) ul > li, div.foot-bottom > div:nth-child(2) ul > li {
  margin-bottom: 0.1rem;
  border-bottom: 1px dotted rgb(155, 155, 155);
}
div.foot-bottom > div:nth-child(5) ul > li a, div.foot-bottom > div:nth-child(4) ul > li a, div.foot-bottom > div:nth-child(3) ul > li a, div.foot-bottom > div:nth-child(2) ul > li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0.2rem;
}

div.foot-bottom > div:nth-child(5) h6, div.foot-bottom > div:nth-child(4) h6, div.foot-bottom > div:nth-child(3) h6, div.foot-bottom > div:nth-child(2) h6 {
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
  padding: 0.7rem 0.4rem;
  border-bottom: 1px solid silver;
  margin-bottom: 1rem;
}

div.foot-bottom {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(155, 155, 155);
  padding-bottom: 1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 990px) {
  div.foot-bottom {
    flex-flow: wrap;
  }
}
div.foot-bottom > div {
  box-sizing: border-box;
  padding: 0.5rem;
}
div.foot-bottom > div:nth-child(1) {
  width: 35%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  div.foot-bottom > div:nth-child(1) {
    width: 100%;
  }
}
div.foot-bottom > div:nth-child(1) h6 {
  font-size: 22px;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(2) p {
  font-size: 1rem;
  text-align: justify;
  color: white;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(2) p span {
  color: silver;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(2) p b {
  font-size: 1.2rem;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(2) p a {
  text-decoration: none;
  color: white;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(3) {
  padding: 1rem 0rem;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(3) ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(3) ul li {
  flex: 1;
  text-align: center;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(3) ul li a {
  color: white;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border: 1px solid silver;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(3) ul li a:hover {
  color: #575858;
  background-color: white;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(4) {
  padding: 1rem 0.3rem;
  text-align: center;
  font-size: 18px;
  color: white;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) > div {
  padding: 0.2rem;
  box-sizing: border-box;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) {
  width: 80%;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) {
  width: 20%;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) input {
  padding: 0.5rem;
  border-radius: 0.3rem;
  font-size: 18px;
  background-color: silver;
  width: 100%;
  border: none;
  display: block;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) input:focus-visible, div.foot-bottom > div:nth-child(1) > div:nth-child(5) input:focus, div.foot-bottom > div:nth-child(1) > div:nth-child(5) input:focus-within {
  outline: none;
  background-color: white;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) button {
  padding: 0.5rem;
  font-size: 18px;
  border: none;
  background-color: transparent;
  border: 1px solid silver;
  color: silver;
  border-radius: 0.4rem;
  width: 100%;
}
div.foot-bottom > div:nth-child(1) > div:nth-child(5) button:hover {
  background-color: #23408e;
  color: white;
  border-color: transparent;
  cursor: pointer;
}
div.foot-bottom > div:nth-child(2) {
  width: 15%;
}
div.foot-bottom > div:nth-child(3) {
  width: 15%;
}
div.foot-bottom > div:nth-child(4) {
  width: 15%;
}
div.foot-bottom > div:nth-child(5) {
  width: 20%;
}
div.foot-bottom > div:nth-child(5) ul > li > a {
  display: flex;
  flex-direction: row;
}
div.foot-bottom > div:nth-child(5) ul > li > a > div {
  text-align: justify;
  padding: 0.2rem;
}
div.foot-bottom > div:nth-child(5) ul > li {
  border-bottom: none;
}
div.foot-bottom > div:nth-child(5) img {
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 990px) {
  div.foot-bottom > div:nth-child(2), div.foot-bottom > div:nth-child(3), div.foot-bottom > div:nth-child(4) {
    width: 50% !important;
  }
  div.foot-bottom > div:nth-child(5) {
    width: 100% !important;
  }
}

div.f-b-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 990px) {
  div.f-b-menu ul {
    flex-wrap: wrap;
  }
}
div.f-b-menu ul > li a {
  padding: 0.5rem;
  color: silver;
  text-decoration: none;
  display: inline-block;
}
div.f-b-menu > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.5rem;
}
div.f-b-menu > div p {
  margin: 0;
  padding: 1rem;
  text-align: center;
  color: rgb(155, 155, 155);
  width: 50%;
  border-top: 1px solid rgb(155, 155, 155);
}

div.m-menu-bottom {
  display: none;
  z-index: 1000;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  border-top: 1px solid #23408e;
}
@media (max-width: 990px) {
  div.m-menu-bottom {
    display: block;
  }
}
div.m-menu-bottom > ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.m-menu-bottom > ul > li {
  flex: 1;
}
div.m-menu-bottom > ul > li > a {
  color: #575858;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.2rem;
  border-right: 1px solid #23408e;
}
div.m-menu-bottom > ul > li > a span {
  display: block;
}
div.m-menu-bottom > ul > li > a span:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
}
div.m-menu-bottom > ul > li > a span:nth-child(2) {
  font-size: 12px;
}
div.m-menu-bottom > ul > li:last-child > a {
  border: none;
}

div.m-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: -100vw;
  top: 0;
  background-color: white;
  z-index: 999;
}
div.m-menu > div {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div.m-menu > div.m-sub-menu {
  left: -100%;
}
div.m-menu > div > div:nth-child(1) {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  background-color: #23408e;
}
div.m-menu > div > div:nth-child(1) > span {
  padding: 0.5rem;
  display: block;
}
div.m-menu > div > div:nth-child(2) > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
div.m-menu > div > div:nth-child(2) > ul > li > a {
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.3rem;
  color: #575858;
  display: flex;
  border-bottom: 1px solid silver;
}

div#photo-edit {
  width: 100vw;
  height: auto;
  background-color: #2e3440;
}

div.m-sub-ara {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  left: -100vw;
  top: 0;
  z-index: 999;
}
div.m-sub-ara > div:nth-child(1) {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  background-color: #23408e;
}
div.m-sub-ara > div:nth-child(1) > span {
  padding: 0.5rem;
  display: block;
}
div.m-sub-ara > div:nth-child(2) {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
}
div.m-sub-ara > div > div:nth-child(1) {
  width: 80%;
  background-color: blue;
  overflow: hidden;
}
div.m-sub-ara > div > div:nth-child(1) > input {
  width: 100%;
  border-radius: none;
  border: 1px solid #23408e;
  border-radius: none;
  padding: 0.5rem;
  font-size: 1.2rem;
}
div.m-sub-ara > div > div:nth-child(1) > input:focus {
  outline: none;
  border-radius: none;
}
div.m-sub-ara > div > div:nth-child(1) > input:active {
  outline: 0;
  border-radius: none;
}
div.m-sub-ara > div > div:nth-child(2) {
  width: 20%;
  background-color: red;
}
div.m-sub-ara > div > div:nth-child(2) > button {
  width: 100%;
  height: 100%;
  border-radius: none;
  border: 1px solid #23408e;
  background-color: #23408e;
  color: white;
}
div.m-sub-ara > div:nth-child(3) {
  height: 100%;
  overflow: auto;
}
div.m-sub-ara > div:nth-child(3) ul.m-ara-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
div.m-sub-ara > div:nth-child(3) ul.m-ara-list > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  color: #575858;
  font-weight: 600;
}
div.m-sub-ara > div:nth-child(3) ul.m-ara-list > li > a > span {
  padding: 0.5rem;
  font-size: 1.2rem;
}
div.m-sub-ara > div:nth-child(3) ul.m-ara-list > li > a > span:nth-child(1) {
  flex-basis: 15%;
}
div.m-sub-ara > div:nth-child(3) ul.m-ara-list > li > a > span:nth-child(1) > img {
  width: 100%;
  border-radius: 0.3rem;
}

div.edit-pic {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.edit-pic > div:nth-child(1) {
  width: 100%;
}
@media (max-width: 990px) {
  div.edit-pic > div:nth-child(1) {
    order: 1;
  }
}
div.edit-pic > div:nth-child(1) > div > div {
  display: flex;
  flex-direction: row;
}
@media (max-width: 990px) {
  div.edit-pic > div:nth-child(1) > div > div {
    flex-direction: column;
  }
  div.edit-pic > div:nth-child(1) > div > div > div:nth-child(1), div.edit-pic > div:nth-child(1) > div > div > div:nth-child(2) {
    width: 100% !important;
    border: 1px solid red;
  }
}
div.edit-pic > div:nth-child(1) > div > div > div:nth-child(1) {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div.edit-pic > div:nth-child(1) > div > div > div:nth-child(2) {
  border: 1px solid 0;
}
div.edit-pic > div:nth-child(1) ul.btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
}
div.edit-pic > div:nth-child(1) ul.btn-list > li {
  padding: 0.3rem;
  margin-bottom: 0.5rem;
}
div.edit-pic > div:nth-child(1) ul.btn-list > li > button {
  border: none;
  background-color: transparent;
  padding: 0.7rem;
  border: 1px solid white;
  color: white;
  border-radius: 0.2rem;
}
div.edit-pic > div:nth-child(2) {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 100%;
}
div.edit-pic > div:nth-child(2) > div.resim-container {
  width: 100%;
  position: relative;
}
div.edit-pic > div:nth-child(2) > div.resim-container > img {
  max-width: 100%;
}

.btn-load {
  font-size: 14px;
  width: 1.3rem !important;
  height: 1.3rem !important;
}

span.spt-adet {
  background-color: #23408e;
  color: white;
  display: inline-block;
  padding: 0.3rem 0.4rem;
  font-size: 12px;
  line-height: 12px;
  border-radius: 50%;
}

#resimExport {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#resimExport > canvas {
  max-width: 100%;
}

#resimModal {
  background-color: #2e3440;
}
#resimModal .modal-body {
  padding: 0;
  border: none;
}
#resimModal .modal-footer, #resimModal .modal-header {
  border: none;
}
#resimModal .modal-footer {
  justify-content: center;
}
#resimModal .modal-content {
  background-color: #2e3440;
  border: none;
}
#resimModal .btn-close {
  background: none;
  font-size: 1.5rem;
  color: white !important;
  opacity: 1;
}
#resimModal .btn-edit {
  background-color: none;
  border: 1px solid white;
  color: white;
}

div.urun-header {
  padding: 1rem;
  background-color: #23408e;
  text-align: center;
}
div.urun-header > h1 {
  color: rgb(238, 238, 238);
  margin: 0;
  padding: 0;
}
div.urun-header > ul {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.urun-header > ul > li > a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(238, 238, 238);
  font-weight: 500px;
}
div.urun-header > ul > li > a:hover {
  text-decoration: underline;
}
div.urun-header > ul > li:last-child::after {
  content: "";
}
div.urun-header > ul > li::after {
  content: "❱";
  color: white;
  margin: 0.2rem;
}

div.urun {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
div.urun > div {
  min-height: 20vh;
  height: auto;
  width: 50%;
}
@media (max-width: 990px) {
  div.urun {
    flex-direction: column;
  }
  div.urun > div {
    width: 100%;
  }
}
div.urun > div.urun-rigth > div:nth-child(1) > p, div.urun > div.urun-rigth > div:nth-child(3) > p, div.urun > div.urun-rigth > div:nth-child(5) > p {
  background-color: #575858;
  color: rgb(238, 238, 238);
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}
div.urun > div.urun-rigth > div:nth-child(2) #boyut {
  box-sizing: border-box;
  margin-top: 0.5rem;
}
div.urun > div.urun-rigth > div:nth-child(2) #boyut .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem 0.5rem 0;
  width: 23.5%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  div.urun > div.urun-rigth > div:nth-child(2) .s-boyut {
    width: 45.5%;
  }
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut > div {
  cursor: pointer;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0.4rem;
  height: auto;
  border: 2px solid rgb(238, 238, 238);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.5rem;
  color: #575858;
  transform: scale(1);
  position: relative;
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut > div:hover {
  border-color: #23408e;
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut > div.active {
  border-color: #23408e;
  color: white;
  background-color: #4663b3;
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut > div > div {
  text-align: center;
  width: 100%;
}
div.urun > div.urun-rigth > div:nth-child(2) .s-boyut > div:last-child {
  margin-bottom: 0;
}
div.urun > div.urun-rigth > div:nth-child(2) .dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.3rem;
}
div.urun > div.urun-rigth > div:nth-child(2) .dots > button {
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  padding: 0.4rem 0.8rem;
  border: none;
  margin-right: 0.2rem;
  background-color: #575858;
}
div.urun > div.urun-rigth > div:nth-child(2) .dots > button.active {
  background-color: #23408e;
}
div.urun > div.urun-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid silver;
  margin-right: 0.5rem;
}

#cerceve {
  box-sizing: border-box;
}
#cerceve .item {
  box-sizing: border-box;
  padding: 0.3rem;
}
#cerceve .cerceve {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid silver;
}
#cerceve .cerceve > img {
  filter: opacity(30%) grayscale(30%);
  width: 100%;
}
#cerceve .cerceve > img:hover {
  border-color: #23408e;
}
#cerceve .cerceve > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 110%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 2px solid transparent;
  left: -5%;
  top: 100%;
  z-index: 1;
  transition: all ease 0.2s;
}
#cerceve .cerceve > div > span {
  text-align: center;
  color: white;
  background-color: #575858;
  padding: 0.2rem;
  display: block;
  width: 100%;
}
#cerceve .cerceve:hover > div {
  top: 0;
}
#cerceve .cerceve.active {
  border-color: #23408e;
}
#cerceve .cerceve.active > img {
  filter: opacity(100%) grayscale(0);
  border-color: #23408e;
}

.u-spt-ekle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (max-width: 990px) {
  .u-spt-ekle {
    flex-flow: row wrap;
  }
  .u-spt-ekle > div:nth-child(1) {
    order: 1;
  }
  .u-spt-ekle > div:nth-child(2) {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .u-spt-ekle > div:nth-child(3) {
    order: 2;
  }
}
.u-spt-ekle > div {
  box-sizing: border-box;
}
.u-spt-ekle > div.u-adet {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.u-spt-ekle > div.u-adet > input {
  padding: 0.5rem;
  font-size: 1.2rem;
  border: 1px solid #23408e;
  width: 3rem;
  text-align: center;
  outline: none;
}
.u-spt-ekle > div.u-adet > button {
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  outline-width: 0;
  border: 1px solid #23408e;
  color: #23408e;
}
.u-spt-ekle > div.u-adet > button:nth-child(1) {
  border-right: none;
}
.u-spt-ekle > div.u-adet > button:nth-child(2) {
  border-left: none;
}
.u-spt-ekle > div.u-adet > button:active {
  background-color: #23408e;
  color: white;
}
.u-spt-ekle > div.tutar {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  color: #575858;
}
.u-spt-ekle > div.tutar > div > span.fiyatEski {
  font-size: 16px;
  margin-right: 0.5rem;
  text-decoration: line-through;
  color: red;
}
.u-spt-ekle > div.spt-ekle-btn {
  padding: 0.5rem;
}
.u-spt-ekle > div.spt-ekle-btn button {
  border: 1px solid #23408e;
  padding: 1rem;
  font-size: 1.3rem;
  background-color: #23408e;
  color: white;
  border-radius: 0.3rem;
  outline: none;
  cursor: pointer;
}
.u-spt-ekle > div.spt-ekle-btn :disabled {
  background-color: #5b7ad1;
}

.odeme-info > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 990px) {
  .odeme-info > ul {
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  .odeme-info > ul > li {
    margin-bottom: 0.2rem;
  }
}
.odeme-info > ul > li {
  margin-right: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  border: 1px solid silver;
  padding: 0.4rem;
  border-radius: 0.2rem;
  line-height: 1rem;
}
.odeme-info > ul > li > div {
  color: #888;
  font-size: 0.8rem;
}
.odeme-info > ul > li > div:nth-child(1) {
  font-size: 1.8rem;
  margin-right: 0.3rem;
}
.odeme-info > ul > li > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.odeme-info > ul > li > div:nth-child(2) > span {
  display: block;
}

.urun-model {
  border-radius: 0.2rem;
  margin-top: 1rem;
  cursor: pointer;
}
.urun-model > div > p {
  background-color: #575858;
  color: rgb(238, 238, 238);
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  margin-bottom: 0.5rem;
}
.urun-model #model {
  overflow: hidden;
  position: relative;
}
.urun-model #model .urun-nav > .owl-prev, .urun-model #model .urun-nav > .owl-next {
  background-color: #dfdfdf;
  border: none;
  border-radius: 0.2rem;
  padding: 0.5rem;
  margin: 0.5rem;
  line-height: 0;
  position: absolute;
  top: 35%;
  padding: 0.5rem;
  font-size: 25px;
  color: #575858;
  cursor: pointer;
}
.urun-model #model .urun-nav > .owl-prev {
  left: -50px;
  transition: left 0.3s ease;
}
.urun-model #model .urun-nav > .owl-next {
  right: -50px;
  transition: right 0.3s ease;
}
.urun-model #model:hover .urun-nav > .owl-prev {
  left: 0;
}
.urun-model #model:hover .urun-nav > .owl-next {
  right: 0;
}
.urun-model #model div.u-model-item {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 0.2rem;
  padding: 0.2rem;
  position: relative;
}
.urun-model #model div.u-model-item.active {
  border-color: #575858;
}
.urun-model #model div.u-model-item.active > div:nth-child(2) {
  background-color: #575858;
  color: white;
}
.urun-model #model div.u-model-item > div:nth-child(1) > img {
  width: 100%;
  height: 100;
}
.urun-model #model div.u-model-item > div:nth-child(2) {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(238, 238, 238);
  padding: 0.2rem 0.5rem;
  box-sizing: border-box;
}

#main-model {
  width: 100%;
  cursor: zoom-in;
}

/*Modal*/
div.do-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div.do-modal > div.do-content {
  min-width: 20vw;
  min-height: 20vh;
  background-color: white;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
}
div.do-modal > div.do-content > span {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  color: white;
  font-size: 1.5rem;
}
div.do-modal > div.do-content > div#do-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.do-modal > div.do-content > div#do-content > img {
  height: 100%;
  width: 100%;
}

div.do-tab {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
div.do-tab > div.do-tab-nav {
  background-color: red;
}
div.do-tab > div.do-tab-nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  background-color: #23408e;
  border-bottom: 3px solid #575858;
}
div.do-tab > div.do-tab-nav > ul > li > span {
  display: inline-block;
  padding: 0.8rem 1rem;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  border-right: 3px solid #575858;
  cursor: pointer;
}
div.do-tab > div.do-tab-nav > ul > li > span.active {
  background-color: #575858;
}
div.do-tab > div.do-tab-content {
  box-sizing: border-box;
  padding: 1rem 0rem;
}
div.do-tab > div.do-tab-content > div {
  display: none;
}
div.do-tab > div.do-tab-content > div:nth-child(1) {
  display: block;
}

div.kanvasAciklama {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  div.kanvasAciklama {
    flex-direction: column;
  }
  div.kanvasAciklama > div {
    width: 100% !important;
  }
}
div.kanvasAciklama > div {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
div.kanvasAciklama > div > img {
  width: 100%;
}
div.kanvasAciklama > div > h3 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  margin: 0 0 0.5rem 0;
}
div.kanvasAciklama > div > p {
  padding: 0.5rem;
  text-align: justify;
}

div.u-yorum {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  border: 1px solid silver;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
div.u-yorum > div {
  padding: 0.5rem;
  width: 100%;
}
div.u-yorum > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid silver;
  background-color: rgb(230, 230, 230);
}
div.u-yorum > div:nth-child(1) > div {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  align-content: center;
}
div.u-yorum > div:nth-child(1) > div > div {
  flex: 1;
  white-space: nowrap;
}
div.u-yorum > div:nth-child(1) > div > div:nth-child(1) {
  margin-right: 1rem;
  white-space: nowrap;
  color: goldenrod;
}

input.d-input {
  padding-top: 0.3rem;
  width: 100%;
}

.btn-site {
  background-color: #23408e;
  color: white;
}
.btn-site:hover {
  background-color: #4663b3;
  color: white;
}

div.img-uploads {
  font-size: 22px;
  font-weight: bold;
  padding: 0.5rem;
  color: white;
  text-align: center;
}

div#progress-img {
  display: none;
}

div.bg-bar {
  background-color: rgb(0, 197, 211);
  color: #333;
}

ul.harita {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 1rem;
}
ul.harita > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 0rem 0rem;
  color: #23408e;
  font-weight: 500;
}
ul.harita > li > a::after {
  content: "❯";
  padding: 0.3rem;
}
ul.harita > li > a:hover {
  text-decoration: underline;
}
ul.harita > li:last-child > a::after {
  content: "";
}

.page-head {
  font-size: 1.4rem;
  color: #23408e;
  margin-top: 0.6rem;
  padding: 1rem 0;
}

div.spt-list {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
div.spt-list > div {
  padding: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

div.spt-adet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
div.spt-adet > div button {
  padding: 0.3rem;
  background-color: #23408e;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: white;
  width: 1.5rem;
  border-radius: 0.2rem;
}
div.spt-adet > div button:hover {
  background-color: #5b7ad1;
}
div.spt-adet > div input {
  border: none;
  width: 2rem;
  font-size: 16px;
  text-align: center;
}

div#load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3137254902);
  z-index: 999999;
}
div#load > div {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
div#load > div > img {
  opacity: 0.8;
}

#toplam {
  padding: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  color: #23408e;
  text-align: right;
}

.spt-button {
  padding: 0.3rem;
  background-color: #23408e;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 0.2rem;
}
.spt-button:hover {
  transition: all ease 0.3s;
  background-color: #5b7ad1;
}

.cb_btn {
  background-color: #23408e;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
  padding: 0.4rem;
}
.cb_btn:hover {
  background-color: #333;
  color: white;
}

.uyeLogin {
  border: 2px solid #888;
  border-radius: 0.2rem;
  padding: 2rem;
}

.btn-reload {
  border: none;
  background-color: white;
  color: #23408e;
}

.site-checkbox {
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 0 !important;
  transition: all 0.25s ease;
  transform: scale(1.3);
  width: 1rem;
}
.site-checkbox:checked {
  background-color: #23408e;
  transform: scale(1.5);
  border: none;
}

.site-link {
  border: none;
  text-decoration: none;
  background-color: white;
  color: #23408e;
  font-weight: 600;
}
.site-link:hover {
  text-decoration: underline;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #23408e;
  font-size: 16px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button:hover {
  background-color: white !important;
  color: #23408e;
}

.swal-text {
  background-color: #f1f1f1;
  padding: 17px;
  border: 1px solid rgb(241, 241, 241);
  display: block;
  margin: 22px;
  text-align: center;
  color: #333;
  max-height: 75vh;
  overflow-x: auto;
}

.swal-overlay--show-modal .swal-modal {
  width: auto;
  min-width: 400px;
  max-width: 70vw !important;
}

.sifre-group > input {
  border-radius: 0.375rem !important;
  border-right: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.sifre-group > button {
  border-color: #ced4da;
  border-radius: 0.375rem !important;
  border-left: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.sifre-group > button:hover {
  background-color: transparent !important;
  border-color: #ced4da;
  color: #333;
}
.sifre-group > button:visited, .sifre-group > button:focus, .sifre-group > button:active {
  background-color: transparent !important;
  border-color: #ced4da !important;
  color: #333;
}

div.onay {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
div.onay > div {
  padding: 1rem;
  font-size: 22px;
}
div.onay > div:nth-child(1) {
  font-size: 32px;
}

.list-group-item.active {
  background-color: #23408e;
}

.profilBaslik {
  border-bottom: 2px solid #23408e;
  padding: 0.2rem;
  border-left: 5px solid #23408e;
  padding-left: 0.5rem;
}

.red {
  color: red;
}

.swal-button--cancel {
  color: white;
}

#adresTabs .nav-tabs {
  background-color: white;
  padding: 0;
  border-bottom: 1px solid #23408e;
}
#adresTabs .nav-tabs .nav-item button {
  color: #23408e;
  border: 1px solid #23408e;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#adresTabs .nav-tabs .nav-item button.active {
  color: white;
  font-weight: bold;
  background-color: #23408e;
}
#adresTabs .nav-tabs li {
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #23408e;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  position: absolute;
  right: 10px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
}

#adresDetay {
  padding: 0.5rem;
  border: 1px solid silver;
  border-radius: 0.3rem;
  margin-top: 1rem;
}
#adresDetay h4 {
  padding: 0;
}

.kargoList, .odemeList {
  border-bottom: 1px solid gray;
  margin-bottom: 0.5rem;
}
.kargoList .form-check-input:checked, .odemeList .form-check-input:checked {
  background-color: #23408e;
}
.kargoList > label, .odemeList > label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.kargoList > label > span, .odemeList > label > span {
  display: block;
  padding-bottom: 0.5rem;
}
.kargoList > label > span:last-child, .odemeList > label > span:last-child {
  font-weight: bold;
}

#ob, #mss {
  width: 100%;
  height: 300px;
  overflow: auto;
  text-wrap: wrap;
}

#total {
  border: 1px solid #575858;
  border-radius: 5px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#total > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  font-size: 16px;
  font-weight: 500;
}
#total > div:nth-child(3) {
  border-top: 1px solid #575858;
  padding: 0.5rem;
  font-size: 22px;
}
#total > div:nth-child(4) input {
  transform: scale(1.5);
}
#total > div > span {
  display: inline-block;
}

#bilgilendirmeOnayLabel {
  border: 1px solid transparent;
}

.error {
  border-color: red !important;
  color: red;
}

.accordionBtnFlex {
  padding-right: 2rem !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.accordionBtnFlex > span {
  display: inline-block;
}
@media (max-width: 990px) {
  .accordionBtnFlex > span:nth-child(2) {
    display: none;
  }
}

.spdLoad {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 3rem auto;
}
ul.ulMesaj {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

ul.ulMesaj > li {
  display: grid;
  grid-template-columns: 10% 85%;
  grid-template-rows: 40px auto;
  margin-bottom: 0.5rem;
}

ul.ulMesaj > li > div > img {
  width: 100%;
}

ul.ulMesaj > li > div {
  border: 1px solid silver;
  padding: 0.3rem;
}

ul.ulMesaj > li > div:nth-child(1) {
  grid-row: 1/3;
}

ul.ulMesaj > li > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.posterBoyut {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.posterBoyut > div {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
div.posterBoyut > div > * {
  flex: 1;
  display: flex;
  align-content: center;
  align-items: center;
}
div.posterBoyut > div > input {
  text-align: center;
}
div.posterBoyut > div > label > span {
  color: red;
  margin-left: 0.3rem;
}
div.posterBoyut > div:nth-child(3) > label {
  order: 2;
  justify-content: flex-end;
}
div.posterBoyut > div:nth-child(3) > input {
  order: 1;
}
div.posterBoyut > div:not(.x) {
  flex: 1;
}
div.posterBoyut > div.x {
  font-size: 32px;
}

.materyal {
  padding: 2rem 1rem;
  box-sizing: border-box;
  background-color: 0;
}

.modelDiv {
  height: 200px;
  border: 1px solid red;
}

#bardak {
  overflow: hidden;
}
#bardak div.item {
  border: 5px solid transparent;
}
#bardak div.item.active {
  border: 5px solid #575858;
}
#bardak div.item.active > div:nth-child(2) {
  background-color: #575858;
  color: white;
}
#bardak div.item > div {
  padding: 0.2rem;
  overflow: hidden;
}
#bardak div.item > div:nth-child(1) {
  min-height: 200px;
  height: 200px;
}
#bardak div.item > div:nth-child(1) img {
  width: 100%;
  height: auto;
}
#bardak div.item > div:nth-child(2) {
  text-align: center;
  padding: 0.2rem;
  box-sizing: border-box;
}
#bardak .urun-nav > .owl-prev, #bardak .urun-nav > .owl-next {
  background-color: #dfdfdf;
  border: none;
  border-radius: 0.2rem;
  padding: 0.5rem;
  margin: 0.5rem;
  line-height: 0;
  position: absolute;
  top: 35%;
  padding: 0.5rem;
  font-size: 25px;
  color: #575858;
  cursor: pointer;
}
#bardak .urun-nav > .owl-prev {
  left: 0px;
  transition: left 0.3s ease;
}
#bardak .urun-nav > .owl-next {
  right: 0px;
  transition: right 0.3s ease;
}
#bardak:hover .urun-nav > .owl-prev {
  left: 0;
}
#bardak:hover .urun-nav > .owl-next {
  right: 0;
}

#bardakInfo {
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
}
#bardakInfo > div {
  border-bottom: 1px solid #575858;
  padding: 0.2;
}
#bardakInfo > div:nth-child(odd) {
  background-color: silver;
  color: #575858;
}

/***********************************EXZOOM********************************/
.exzoom {
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
}
.exzoom * {
  box-sizing: border-box;
}
.exzoom .exzoom_img_box {
  background: transparent;
  position: relative;
  margin-bottom: 0.5rem;
}
.exzoom .exzoom_img_box .exzoom_main_img {
  display: block;
  width: 100%;
}
.exzoom .exzoom_img_box span {
  background: url("data:img/jpg;base64,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") repeat;
}
.exzoom .exzoom_preview {
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  display: none;
}
.exzoom .exzoom_preview .exzoom_preview_img {
  position: relative;
  max-width: initial !important;
  max-height: initial !important;
  left: 0;
  top: 0;
}
.exzoom .exzoom_nav {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  left: 30px;
}
.exzoom .exzoom_nav .exzoom_nav_inner {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  float: left;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 1px solid #333;
}
.exzoom .exzoom_nav .exzoom_nav_inner span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.exzoom .exzoom_btn {
  position: relative;
  margin: 0;
}
.exzoom .exzoom_btn a {
  display: block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -62px;
  text-decoration: none;
  color: #23408e;
}
.exzoom .exzoom_btn a:hover {
  background: #333;
  color: #fff;
}
.exzoom .exzoom_btn a.exzoom_next_btn {
  left: auto;
  right: 0;
}
.exzoom .exzoom_zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .exzoom .exzoom_zoom_outer {
    display: none;
  }
}
.exzoom .exzoom_img_ul_outer {
  position: absolute;
  overflow: hidden;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  width: 100%;
}

.resimInfo {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  padding: 0.5rem;
}
.resimInfo img {
  height: 300px;
  max-height: 100%;
  max-width: 100%;
}

.infoHead {
  background-color: #575858 !important;
  color: rgb(238, 238, 238);
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}

.page-header {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
@media (max-width: 990px) {
  .page-header {
    padding: 0.5rem;
  }
}
.page-header::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-header > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.page-header > div > div {
  z-index: 1;
}
.page-header > div > div > h1 {
  color: white;
  font-weight: bold;
  font-size: 42px;
}
@media (max-width: 990px) {
  .page-header > div > div > h1 {
    font-size: 32px;
  }
}
.page-header > div > div > p {
  color: white;
  font-size: 22px;
}
@media (max-width: 990px) {
  .page-header > div > div > p {
    font-size: 18px;
  }
}

.harita_harita {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.harita_harita > li::after {
  content: "❱";
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0.2rem;
}
@media (max-width: 990px) {
  .harita_harita > li::after {
    font-size: 18px;
  }
}
.harita_harita > li:last-child::after {
  content: "";
}
.harita_harita > li > a {
  color: white;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 990px) {
  .harita_harita > li > a {
    font-size: 18px;
  }
}
.harita_harita > li > a:hover {
  text-decoration: underline;
}

#main-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow-x: hidden;
}
@media (max-width: 990px) {
  #main-btn {
    margin-top: 3rem;
  }
}

.t-button {
  overflow-x: hidden;
  box-sizing: border-box;
  border: 2px solid #23408e;
  border-radius: 0.3rem;
  width: 80%;
  height: auto;
  padding: 1rem;
  transition: outline-color ease 0.3s;
  background-color: transparent;
  outline-offset: -10px;
  outline-width: 5px;
  outline-color: transparent;
  outline-style: solid;
  margin-bottom: 1rem;
}
@media (max-width: 990px) {
  .t-button {
    padding: 0.5rem;
    width: 95%;
  }
}
.t-button > a {
  color: #23408e;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.t-button > a > span:nth-child(1) {
  font-size: 42px;
  margin-right: 1rem;
}
@media (max-width: 990px) {
  .t-button > a > span:nth-child(1) {
    font-size: 28px;
  }
}
.t-button > a > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.t-button > a > span:nth-child(2) > span:nth-child(1) {
  font-size: 26px !important;
  font-weight: 700;
}
@media (max-width: 990px) {
  .t-button > a > span:nth-child(2) > span:nth-child(1) {
    font-size: 18px !important;
  }
}
.t-button:hover {
  outline-color: #575858;
}/*# sourceMappingURL=main.css.map */