@font-face {
  font-family: 'icomoon';
  src:  url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.eot?w8z8v4');
  src:  url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.eot?w8z8v4#iefix') format('embedded-opentype'),
    url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.woff2?w8z8v4') format('woff2'),
    url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.ttf?w8z8v4') format('truetype'),
    url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.woff?w8z8v4') format('woff'),
    url('https://i.icomoon.io/public/c9afc0bac7/newBauhaus/icomoon.svg?w8z8v4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comments:before {
  content: "\e901";
}
.icon-chat:before {
  content: "\e901";
}
.icon-talk:before {
  content: "\e901";
}
.icon-bubble:before {
  content: "\e901";
}
.icon-cart:before {
  content: "\e900";
}
.icon-shopping:before {
  content: "\e900";
}
.icon-ecommerce:before {
  content: "\e900";
}
.icon-buy:before {
  content: "\e900";
}
.icon-purchase:before {
  content: "\e900";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-add_comment:before {
  content: "\e902";
}





/*......Sepet Kategori..........*/
.basketTitle {
  margin-top: 5%;
  margin-bottom: 3%;
}
@media (min-width: 578px) {
  .basketTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.basketTitle .titleLeft {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
@media (min-width: 578px) {
  .basketTitle .titleLeft {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.basketTitle h5, .basketTitle h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .basketTitle h5, .basketTitle h6 {
    font-size: 20px;
  }
}
.basketTitle span {
  margin-left: 10px;
  font-size: 12px;
  color: #444;
}
.basketTitle h6 {
  font-size: 11px;
}
@media (min-width: 578px) {
  .basketTitle h6 {
    font-size: 14px;
  }
}

.basketTitle-2 .titleTop {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.basketTitle-2 .titleTop p {
  font-size: 12px;
}
.basketTitle-2 .titleTop .btn {
  padding: 10px 20px;
  width: 13rem;
  margin: 30px auto;
  display: block;
  font-weight: 600;
  border-color: #979797;
}
.basketTitle-2 .titleTop .btn:hover {
  background: #1ec81e;
  color: #fff;
  border-color: #fff;
}
.basketTitle-2 ul.basketTitleList {
  display: flex;
  align-items: center;
  overflow-y: scroll;
}
.basketTitle-2 ul.basketTitleList li {
  padding: 10px 20px;
  text-align: center;
}
.basketTitle-2 ul.basketTitleList li a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  transition: 0.5s ease;
}
@media (min-width: 578px) {
  .basketTitle-2 ul.basketTitleList li a {
    font-size: 14px;
  }
}
.basketTitle-2 ul.basketTitleList li a:hover {
  color: #d11116;
}
.basketTitle-2 ul.basketTitleList li.activeRed {
  border-bottom: 2px solid #d11116;
}
.basketTitle-2 ul.basketTitleList li.activeRed a {
  color: #d11116;
}
.basketTitle-2 .basketTitleBottom {
  display: flex;
  margin-top: 3em;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.basketTitle-2 .basketTitleBottom .filterRight {
  font-size: 12px;
  display: flex;
  align-items: baseline;
  color: #666;
}
.basketTitle-2 .basketTitleBottom .filterRight .form-select {
  border: 1px solid #dadada;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 10px;
}
.basketTitle-2 .basketTitleBottom .filterRight .form-select:focus {
  box-shadow: none;
}
.basketTitle-2 h6 {
  font-size: 14px;
  font-weight: 600;
}

.basketList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .basketList .basketRight, .basketList .basketLeft {
    width: 100%;
  }
}

/*.productFrame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding-top: 10px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 578px) {
  .productFrame {
    flex-wrap: nowrap;
  }
}

.productFrame .productBox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}*/
@media (min-width: 578px) {
  .productFrame .productBox {
    width: 90%;
  }
}

.progresBarFrame {
  width: 52%;
  margin-left: 40px;
  position: relative;
}
@media (min-width: 578px) {
  .progresBarFrame {
    width: 55%;
    margin-left: 0;
  }
}
.progresBarFrame.iconActive:before {
  content: "";
  font-family: "etamamla";
  position: absolute;
  left: -20px;
  color: #f44336;
  font-size: 14px;
}

.progress {
  width: 45%;
  height: 10px;
  overflow: auto;
  margin-right: 5px;
}
@media (min-width: 578px) {
  .progress {
    width: 100%;
  }
}

.progress-bar {
  background: #20c114;
  border-radius: 24px;
}

.number-counter {
  display: flex;
  align-items: center;
}
.number-counter button {
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 5px;
  color: #555;
}
.number-counter input {
  border: none;
  text-align: center;
  width: 30px;
}

.contributors {
  position: relative;
}
.contributors span {
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 15px;
  cursor: pointer;
}
.contributors .contList-frame {
  position: absolute;
  left: -142px;
  margin-top: 10px;
  height: auto;
  width: 180px;
  display: none;
  background: #000;
  z-index: 1;
}
.contributors .contList-frame:after {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  top: -18px;
  right: 10px;
}
.contributors .contList-frame.active {
  display: block;
}
.contributors .contList-frame .contList {
  background: #000;
  overflow-y: scroll;
  padding: 10px;
  border-radius: 4px;
  max-height: 150px;
}
.contributors .contList-frame .contList li {
  color: #fff;
  font-size: 12px;
}

.remainder {
  margin: 10px 0;
  font-size: 12px;
  display: block;
}

.trash {
  cursor: pointer;
  text-align: end;
  width: 100%;
}
@media (min-width: 578px) {
  .trash {
    width: auto;
  }
}

.mobileProduct {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.percent {
  font-size: 12px;
  font-weight: 600;
}

/*......Sepet Sipariş Özeti..........*/
/*.basketRight .orderSummary {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px;
}*/
@media (max-width: 578px) {
  .basketRight .orderSummary {
    display: block;
  }
}
@media (min-width: 992px) {
  .basketRight .orderSummary {
    display: block;
  }
}
@media screen and (min-width: 578px) and (max-width: 1000px) {
  .basketRight .orderSummary {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.basketRight .orderSummary h6 {
  font-weight: 600;
}
.basketRight .orderSummary .shippingFee {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.basketRight .orderSummary .totalPrice {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.basketRight .orderSummary .totalPrice span:last-of-type {
  font-size: 18px;
}
.basketRight .orderSummary a {
  display: block;
}
.basketRight .orderSummary a button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  background: #fff;
  border: 1px solid #8d8d8d;
}
@media (min-width: 578px) {
  .basketRight .orderSummary a button {
    font-size: 15px;
  }
}
.basketRight .orderSummary a button.red {
  background: #d11116;
  color: #fff;
  border: 1px solid #d11116;
}
.basketRight .orderSummary a button.red:hover {
  background: #fff;
  color: #212529;
  border: 1px solid #8d8d8d;
}
.basketRight .orderSummary a button:hover {
  background: #d11116;
  color: #fff;
}
.basketRight .orderSummary a.listShareLink {
  color: #2d70e9;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}
.basketRight .orderSummary .leftColum {
  width: auto;
}
@media (min-width: 578px) {
  .basketRight .orderSummary .leftColum {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .basketRight .orderSummary .leftColum {
    width: auto;
  }
}

.pastProducts {
  margin-bottom: 5%;
}
.pastProducts .pastProTitle {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.basketRight .orderNotice {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px;
}
.basketRight .orderNotice p {
  border-radius: 8px;
  padding: 15px 10px;
  background: #ffeade;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.basketRight .shareList {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 5px;
}
.basketRight .shareList button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  background: #d11116;
  color: #fff;
}
.basketRight .shareList button:hover {
  background: #fff;
  color: #212529;
  border: 1px solid #8d8d8d;
}
@media (min-width: 578px) {
  .basketRight .shareList button {
    width: 24em;
  }
}
@media (min-width: 992px) {
  .basketRight .shareList button {
    width: 100%;
  }
}
.basketRight .shareList div {
  display: flex;
  justify-content: space-between;
}
.basketRight .shareList div a {
  color: #2d70e9;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}

.modal {
  top: 50%;
  transform: translateY(-20%);
}
.modal .modal-header {
  border-bottom: none;
  position: absolute;
  z-index: 1;
  right: 0;
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-body p {
  font-size: 12px;
}
.modal .modal-body button.popupBtn {
  width: 150px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .modal-body ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal .modal-body ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-body ul li.facebook {
  background: #3b5998;
}
.modal .modal-body ul li.twitter {
  background: #00acee;
}
.modal .modal-body ul li.instagram {
  background: #3f729b;
}
.modal .modal-body ul li.whatsap {
  background: #47b000;
}
.modal .modal-body ul li a {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

/* sepet slider */
.pastProducts .owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pastProducts .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.pastProducts .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.pastProducts .owl-carousel .owl-nav button.owl-next, .pastProducts .owl-carousel .owl-nav button.owl-prev {
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  height: 30px;
  width: 30px;
}

/* DETAY SAYFASI*/
.detailRow {
  margin-bottom: 5%;
  flex-wrap: wrap;
}

/*.detailLeft {
  display: flex;
  flex-wrap: wrap;
}*/
.detailLeft .img-width {
  width: 25%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
}
.detailLeft .img-large {
  width: 50%;
}

.colorBtn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.colorBtn input {
  margin-right: 10px;
}
.colorBtn .chosenColor {
  font-size: 14px;
}

/*.detailRight {
  padding: 10px 10px 10px 20px;
}
.detailRight .card {
  border: none;
}
.detailRight h6 {
  font-size: 20px;
  font-weight: 600;
}
.detailRight p {
  font-size: 16px;
}

.form-select {
  border: 1px solid #dadada;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 30px;
  outline: none;
}
.form-select:focus {
  box-shadow: none;
}

.detailBox .red {
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  background: #d11116;
  color: #fff;
  width: 70%;
}
.detailBox .red:hover {
  background: #fff;
  color: #d11116;
}

.detailBox .shareBtn {
  margin-left: 20px;
  color: #1268fd;
  font-size: 14px;
}

.productFeatures {
  margin-top: 30px;
}
.productFeatures h6 {
  font-size: 16px;
  font-weight: 600;
}
.productFeatures p {
  font-size: 14px;
  line-height: 1.43;
}

.productDetail .detailProducts {
  position: relative;
}
.productDetail .detailProducts .card {
  border: none;
}
*/

/* odeme sayfası*/
.payment {
  display: flex;
  margin-top: 5%;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .payment {
    flex-wrap: wrap;
  }
}

.paymentList {
  display: flex;
  margin: 10px auto 20px auto;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .paymentList {
    width: 50%;
  }
}
.paymentList li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 20px;
  width: 25%;
  position: relative;
  font-size: 12px;
}
.paymentList li .pay-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
}
.paymentList li:first-of-type {
  width: 50%;
  align-items: center;
}
.paymentList li:last-of-type .pay-circle {
  color: #e7e7e7;
}
.paymentList li.active {
  border-bottom: 2px solid #3cb260;
}
.paymentList li.active .pay-circle {
  background: #3cb260;
}
.paymentList li.active .pay-circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3cb260;
}
.paymentList li.active .pay-circle:after {
  content: "L";
  position: absolute;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  left: 8px;
  font-size: 17px;
  transform: rotateY(180deg) rotateZ(-45deg);
  -webkit-text-stroke: 0.5px black;
  font-weight: bold;
  background: #3cb260;
}

.paymentLine {
  position: relative;
  left: -3px;
}

.checkLine {
  position: relative;
  left: -24px;
  white-space: nowrap;
}

.paymentTitle {
  margin-top: 5%;
  margin-bottom: 5%;
  font-weight: 600;
}

.paymentLeft {
  padding: 10px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1000px) {
  .paymentLeft {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .paymentLeft {
    margin-right: 30px;
    padding: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .paymentRight {
    width: 100%;
  }
}

.paymentMenuList {
  display: flex;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .paymentMenuList {
    width: 80%;
  }
}
.paymentMenuList li {
  margin-right: 20px;
  padding-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .paymentMenuList li {
    font-size: 18px;
    margin-right: 12%;
  }
}
.paymentMenuList li.active {
  border-bottom: 3px solid #d11116;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.paymentMenuList li a:hover {
  color: #d11116;
}
.paymentMenuList:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #e7e7e7;
  width: 100%;
  bottom: 0;
}

.paymentProcess form {
  margin-top: 30px;
}
.paymentProcess form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 578px) {
  .paymentProcess form .form-group {
    width: 38%;
  }
}
.paymentProcess form .form-group.cardDate {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 578px) {
  .paymentProcess form .form-group.cardDate {
    flex-wrap: wrap;
  }
}
.paymentProcess form .form-group.cardDate .formInput {
  margin-bottom: 20px;
}
.paymentProcess form .form-group.cardDate .form-group {
  max-width: 137px;
}
@media (min-width: 578px) {
  .paymentProcess form .form-group.cardDate .form-group {
    margin-top: 0;
  }
}
.paymentProcess form .form-group label {
  font-size: 12px;
  margin-bottom: 5px;
}
.paymentProcess form .form-group input, .paymentProcess form .form-group select {
  outline: none;
  border-radius: 4px;
  border: solid 1px #d4d5d7;
  padding: 10px;
  font-size: 12px;
}
.paymentProcess form .paymentTable, .paymentProcess form .contract-check {
  width: 100%;
}

.paymentProcess form .card-icons {
  position: relative;
  display: none;
}
@media (min-width: 578px) {
  .paymentProcess form .card-icons {
    display: flex;
  }
}
.paymentProcess form .card-icons:after {
  content: "";
  background: url("../img/card_icons.png");
  background-repeat: no-repeat;
  height: 19px;
  width: 97px;
  position: absolute;
  right: -6.5rem;
  top: 1.5rem;
}

.paymentRight .btn {
  min-width: 150px;
}

.cardDate select {
  margin-right: 10px;
  width: 80px;
}

.paymentTable > label {
  font-size: 14px;
  font-weight: 600;
}

.paymentTable {
  display: block;
  margin-top: 35px;
}
.paymentTable .paymentOptions {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
}
.paymentTable .paymentOptions .optionsLeft, .paymentTable .paymentOptions .optionsRight {
  width: 50%;
  display: flex;
}

.optionsLeft {
  flex-direction: column;
}
@media (min-width: 578px) {
  .optionsLeft {
    flex-direction: row;
    align-items: center;
  }
}
.optionsLeft .taksit {
  width: 40%;
  display: block;
}

.allCardLink {
  color: #1268fd;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.optionsRight {
  justify-content: end;
  align-items: center;
}
.optionsRight div {
  margin-right: 30px;
  width: 50%;
}
@media (min-width: 578px) {
  .optionsRight div {
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    width: 60%;
  }
}
@media (min-width: 578px) {
  .optionsRight span {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

.optionsRight input:before {
  border-radius: 50%;
}

.optionsRight input:checked:before {
  background: #fff;
  border-radius: 50%;
}

.optionsRight input:checked:after {
  width: 12px;
  height: 12px;
  content: "";
  background: #20c114;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

.contract-check label {
  display: flex;
  align-items: baseline;
}
.contract-check label p {
  margin-left: 15px;
  font-size: 14px;
  position: relative;
  top: -4px;
}
.contract-check label p a {
  color: #1268fd;
}

.contract-check input:checked:before {
  background: #fff;
}

.contract-check input:checked:after {
  color: #20c114;
  font-size: 15px;
  -webkit-text-stroke: 0.5px white;
}

/**** Etkinlik Sayfası ****/
.headerTop.activityHeader .logo {
  width: 35%;
}
@media (min-width: 992px) {
  .headerTop.activityHeader .logo {
    width: 268px;
  }
}

.activityTitle {
  margin-top: 10%;
  margin-bottom: 5%;
}
.activityTitle h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 578px) {
  .activityTitle h2 {
    font-size: 24px;
  }
}
.activityTitle p {
  font-size: 14px;
}
@media (min-width: 578px) {
  .activityTitle p {
    font-size: 16px;
  }
}

.activityFrame {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .activityFrame {
    flex-wrap: wrap;
  }
}

.activityBox {
  margin: 10px;
  position: relative;
  border-radius: 8px;
  width: 42%;
}
@media (min-width: 992px) {
  .activityBox {
    width: auto;
  }
}
.activityBox.active:before {
  content: "L";
  position: absolute;
  color: #c3262c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transform: rotateY(180deg) rotateZ(-45deg);
  background: #fff;
  border-radius: 50%;
  height: 25px;
  font-weight: 600;
  z-index: 1;
  width: 25px;
  right: 8px;
  padding: 3px;
  top: 12px;
}
.activityBox.active:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.activityText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 768px) {
  .activityText {
    font-size: 18px;
  }
}

.activityButton {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  .activityButton {
    display: flex;
    justify-content: center;
  }
}
.activityButton .btn {
  width: 100%;
  height: 48px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  color: #d11116;
  font-weight: 600;
  background: #fff;
}
@media (min-width: 578px) {
  .activityButton .btn {
    width: 300px;
    height: 48px;
    font-size: 16px;
  }
}
.activityButton .btn:hover {
  color: #fff;
  background: #d11116;
}
.activityButton .btn.btn-red {
  color: #fff;
  background: #d11116;
}
.activityButton .btn.btn-red:hover {
  color: #d11116;
  background: #fff;
}

/**  liste adı oluşturma sayfası **/
.listNamePage input {
  outline: none;
  border-radius: 6px;
  border: solid 2px #d4d5d7;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
@media (min-width: 578px) {
  .listNamePage input {
    width: 400px;
    height: 70px;
  }
}

.listNamePage .fastFilter .filterList li a {
  font-size: 12px;
  border: 0px solid #e0e0e0;
  background: #fff;
  color: #000;
  padding: 10px;
}
@media (min-width: 578px) {
  .listNamePage .fastFilter .filterList li a {
    font-size: 13px;
    padding: 14px 20px;
  }
}

.listNamePage h2 {
  font-size: 24px;
  font-weight: 600;
}

/** tebrik sayfası **/
.celebration-icon {
  text-align: center;
}
.celebration-icon img {
  width: 90px;
}

.greeting {
  position: relative;
  margin-top: 35%;
}
@media (min-width: 768px) {
  .greeting {
    margin-top: 15%;
  }
}
.greeting .activityTitle p {
  width: 100%;
  margin: auto;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 578px) {
  .greeting .activityTitle p {
    width: 40%;
  }
}

.greeting .activityButton {
  margin-top: 0;
}

.shush-icon {
  position: absolute;
  top: 10%;
  width: 100%;
  overflow: hidden;
  transform: rotate(36deg);
}
.shush-icon img {
  width: 150%;
}
@media (min-width: 768px) {
  .shush-icon {
    transform: none;
    top: 10%;
  }
  .shush-icon img {
    width: 100%;
  }
}

/*......kategori başlık kısım..........*/
.chanceProduct {
  margin-top: 4%;
  margin-bottom: 25px;
}

ul.chanceList {
  display: flex;
  background: #fff;
  padding-left: 10px;
}
ul.chanceList li {
  padding: 20px 15px;
  margin-right: 10px;
}
ul.chanceList li a {
  font-weight: 600;
  font-size: 14px;
  color: #2d2d2d;
}
ul.chanceList li.chanceActive {
  border-bottom: 2px solid #d11116;
}
ul.chanceList li.chanceActive a {
  color: #d11116;
}

/*......kategori başlık kısım son..........*/
/*
.products {
  flex-wrap: wrap;
}

.products .card {
  margin: 5px;
  border: 0px;
  height: 100%;
  justify-content: space-between;
}

.sliderFrame {
  position: relative;
  overflow: hidden;
}
.sliderFrame .badgeFrame {
  position: absolute;
  bottom: 3px;
  left: 3px;
  display: none;
}
.sliderFrame .badgeFrame span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8px;
  padding: 3px 5px;
  filter: contrast(100%);
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .sliderFrame .badgeFrame span {
    font-size: 11px;
  }
}
.sliderFrame .badgeFrame .badge-light {
  color: #d11116;
}

.badge-danger {
  background: #d11116;
}

.card-text {
  color: #4a4a4a;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
}
@media (min-width: 992px) {
  .card-text {
    font-size: 16px;
  }
}

.products .card-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.subInfo {
  color: #E00023;
  font-size: 11px;
  display: none;
}

.card-price {
  align-items: center;
  flex-wrap: wrap;
}

.discount {
  background: #d11116;
  font-size: 12px;
  padding: 5px 8px;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
  height: 23px;
}

@media (min-width: 768px) {
  .discount {
    font-size: 12px;
    height: 28px;
  }
}

.card-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.card-price .price-old {
  font-size: 12px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #939292;
}
@media (min-width: 768px) {
  .card-price .price-old {
    font-size: 15px;
  }
}
.card-price .price-old:before {
  height: 1px;
  background: #939292;
  display: block;
  content: "";
  width: 100%;
  position: absolute;
}
.card-price .price {
  font-size: 12px;
  color: #000;
}
@media (min-width: 768px) {
  .card-price .price {
    font-size: 15px;
  }
}

.card-cargo {
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.card-cargo span {
  font-size: 11px;
  font-weight: 600;
  color: #009311;
}
.card-cargo span:before {
  content: "";
  font-family: "icomoon";
  font-size: 13px;
  margin-right: 5px;
  color: #009311;
}

.card-bottom {
  justify-content: space-between;
  font-size: 12px;
  flex-direction: column;
  padding-bottom: 10px;
  z-index: 1000;
}
.card-bottom .basket {
  padding: 8px 11px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #d11116;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}
.card-bottom .basket .basket-text {
  display: block;
}
.card-bottom .card-stars {
  display: none;
}

@media (max-width: 578px) {
  .category .container-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.products .owl-nav {
  position: absolute;
  width: 100%;
  top: 10px;
  margin-top: 0;
  width: 100%;
}

.products .cardContentTop .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin-top: 0;
}
.products .cardContentTop .owl-dots .owl-dot.active span {
  background: #d11116;
}

@media (max-width: 578px) {
  .products .cardContentTop {
    padding-bottom: 0.5rem;
  }
  .products .cardContentTop .discount {
    font-size: 9px;
    height: 25px;
  }
  .products .cardContentTop .discount:after {
    right: -9px;
    height: 18px;
    width: 18px;
  }
}

.cardHover {
  position: absolute;
  width: 100%;
  bottom: -30px;
  display: flex;
  z-index: -1;
  transition: all 0.7s ease;
  display: none;
}
.cardHover div {
  height: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
}
.cardHover div.quickView {
  background-color: rgba(224, 0, 35, 0.6);
  color: #fff;
  padding-bottom: 3px;
  transition: 0.5s ease;
}
.cardHover div.quickView:hover {
  background-color: #d11116;
}
.cardHover div.quickView:before {
  content: "";
  font-family: "icomoon";
  font-size: 14px;
}
.cardHover div.addToWishlist {
  background-color: rgba(49, 49, 49, 0.6);
  color: #fff;
  padding-bottom: 3px;
  transition: 0.5s ease;
}
.cardHover div.addToWishlist:hover {
  background-color: #313131;
}
.cardHover div.addToWishlist:before {
  content: "";
  font-family: "icomoon";
  font-size: 11px;
}

@media (min-width: 768px) {
  .card:hover .cardHover {
    bottom: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .card:hover .badgeFrame {
    display: none;
  }
}

.card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}*/

.textContent {
  margin-top: 10px;
  padding: 0 7px;
}
@media (min-width: 768px) {
  .textContent {
    margin-bottom: 10px;
  }
}

.cardContentBottom {
  padding: 0 7px;
}

.moreBtn {
  padding: 10px 20px;
  margin: 30px auto;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
}

/*......sepet kategori  ..........*/
.productFrame .card {
  flex-direction: row;
  margin-left: 20px;
  border: none;
  z-index: -1;
}
.productFrame .card .sliderFrame {
  width: 68px;
  padding: 10px;
  border: 1px solid #dadada;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .productFrame .card .sliderFrame {
    width: 100px;
  }
}
.productFrame .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 12px;
}
.productFrame .card .card-body {
  padding: 0;
  width: 50%;
}

.productFrame .textContent {
  margin-top: 0;
}
@media (min-width: 768px) {
  .productFrame .textContent {
    margin-top: 0;
  }
}

/*......sepet kategori son ..........*/



/* Zafer Fix  ================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
==============================================================
============================================================== */

@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1230px;
  }

}


.circleFrame {
    overflow: hidden;
}


.fastCat .container .card {
  overflow: hidden;
}

.homeSlider.owl-carousel .owl-nav button.owl-prev span, .homeSlider.owl-carousel .owl-nav button.owl-next span {
    height: 35px;
    display: block;
    line-height: 1.5;
}




.homeBlogFrame .blogLeft .blogText {
  width: fit-content;
}
@media (min-width:768px) {
.homeBlogFrame .blogLeft .blogText {
  margin-left: 20px;
}

}
@media (min-width:992px) {
.homeBlogFrame .blogLeft .blogText h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}
.homeBlogFrame .blogLeft .blogBox .blog-img {
  width: 100%;
}
.homeBlogFrame .blogLeft .blogText p {
    line-height: 1.5;
    -webkit-line-clamp: 3;
}


.cardImgCt {
  position: relative;
  padding-top: 100%;
}
.cardImgCt img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.descPrev .dealerBody {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.descPrev .dealerBody p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.dropdown-item {
  font-size: 12px;
}

.relevantCategory > ul > li:not(.hasChild):after {
  display: none;
}
.storySlider > .circleBox {
    display: none;
}

.detailProducts.highlights .card .card-title h5 {
    -webkit-line-clamp: 3;
    font-size: 12px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pastProducts .owl-carousel .owl-nav button.owl-next span, .pastProducts .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.dealerBody .numberProd {
  display: none;
}
.homeBlogFrame .blogLeft .blogBox .blog-img img{
   object-fit: cover;
   height: 100%;
  }
@media (min-width: 768px) {
  .homeBlogFrame .blogLeft .blogBox {
    flex-wrap: nowrap;
  }
  .homeBlogFrame .blogLeft .blogBox .blog-img {
    width: 250px;
    height: 130px;
  }
}
@media (min-width: 992px) {
.homeBlogFrame .blogLeft .blog-icon {
    
}
.descPrev .dealerBody {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
}