@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600&subset=latin-ext");
body,
html {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  /*font: 'San Francisco', Helvetica, Arial, san-serif;*/
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
} /*
header{
margin-bottom:74px;
}*/
.homepage .container.highlighted {
  position: relative;
  margin-top: -40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
main {
  min-height: 100%;
  overflow: auto;
  padding-bottom: 0;
}
footer {
  background: #bababa;
  position: relative;
  margin-top: 0;
  height: 650px;
  clear: both;
  padding-top: 20px;
}

footer .our-partners,
footer .protected-by,
footer .social-area {
  text-align: center !important;
  margin-bottom: 40px;
  padding: 0px 48px 0px 0px;
}

@media (max-width: 992px) {
  footer {
    height: 790px;
  }
}
@media (max-width: 768px) {
  footer {
    height: 1107px;
  }
}

.input-group i.far,
.input-group i.fas,
.input-group i.fa {
  margin: 10px 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 9;
  color: #c9c9c9;
}

.helper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}

.header {
  background: url(/assets/img/ai-user-header-background.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
  text-transform: capitalize;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 0 !important;
  transition: height 0.15s ease-out;
}
.header .container {
  position: relative;
  height: 100%;
}
.header .title {
  left: 0;
  top: 0;
}
.header .title img {
  height: 45px;
}
.header .user {
  position: absolute;
  right: 0;
  height: 50%;
  top: 11%;
}

.header .menu {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}
.headerHeight {
  height: 130px !important;
}

.header .menu .nav-link {
  color: #fff !important;
}
.header .menu .active {
  border-bottom: 6px solid #ceb491;
  background: white;
  border-top-left-radius: 15px;
  color: black !important;
  border-top-right-radius: 15px;
}

.header .name {
  display: contents;
}
.user .homepage {
  padding-top: 260px;
}
.user .homepage .view {
  border: 2px solid #e9ecef;
  border-top: none;
}
.menuTree .btn .fas {
  font-size: 5vw;
  color: #339af0;
}
.menuTree .btn span,
.menuTree .btn p {
  position: relative;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.mailbox .description-table {
  border-bottom-style: hidden;
}
.mailbox .description-table span {
  cursor: pointer;
}

.btn-orange {
  background-color: #f48123;
  color: white;
}
.btn-black {
  background-color: #000000;
  color: white;
}
.btn-black:hover {
  color: #ceb491;
  text-decoration: none;
}
.btn-gold {
  background-color: #ceb491;
  color: white;
}
.btn-gold:hover {
  background-color: #b79f80;
  color: #000000;
  text-decoration: none;
}
hr.underline {
  width: 10em;
  margin: 0 auto;
  border-top: 1px solid #212529;
  margin-bottom: 4em;
}

.modal.mh-8 {
  max-height: 80% !important;
}

@media screen and (min-width: 1170px) {
  .burger-signup {
    display: none;
  }
}
.button-holder-header {
  display: inline-block;
}

/*

ng-view.ng-enter {
animation-name: example;
animation-duration: 2s;
opacity:0;
}


/* Standard syntax 
@keyframes example {
0%   {opacity:0}
100% { opacity:1;}
}
*/

/* sm */
@media (max-width: 544px) {
  .header {
    height: 130px;
  }
  .user .homepage {
    padding-top: 150px;
  }
  .header .menu .navbar-collapse {
    background-color: #343a40 !important;
  }
  .header .title img {
    height: 2rem;
  }
  .header .menu {
    bottom: 0;
  }

  .header .menu .menu-position {
    position: absolute;
    min-width: 100%;
    top: -55px;
  }
  .header .menu #collapsibleNavbar {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    padding: 3px;
  }

  .header .menu .active {
    border-bottom: 6px solid #ceb491;
    background: white;
    border-top-left-radius: 0px;
    color: black !important;
    border-top-right-radius: 0px;
  }
  .header .user {
    top: 0%;
    margin-left: 92px;
    margin-top: 35px;
    height: 25px;
  }
}
@media (max-width: 992px) {
  .hoverInfo img {
    right: auto !important;
    left: 190px !important;
  }
}
/* md */
@media (min-width: 544px) and (max-width: 768px) {
  .header {
    height: 130px;
  }
  .header .menu {
    bottom: 0;
  }
  .user .homepage {
    padding-top: 150px;
  }
  .header .menu .navbar-collapse {
    background-color: #343a40 !important;
  }
  .header .title img {
    height: 2rem;
  }
  .header .menu #collapsibleNavbar {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    padding: 3px;
  }
  a.gold-link {
    color: #000000 !important;
    text-decoration: none;
    background-color: transparent;
  }
  a.gold-link:hover {
    color: #ceb491 !important;
  }
  .bg-gold {
    background-color: #ceb491;
  }
  .bg-gold:hover {
    background-color: #eccca2;
  }
  .btn-outline-gold {
    border-color: #ceb491;
    color: #ceb491;
    cursor: pointer;
  }
  .btn-outline-gold:hover {
    border-color: #eccca2;
    color: #303030;
  }
  .btn-outline-fold:disabled {
    border-color: #6c6c6c;
    color: #6c6c6c;
  }
  .alert-info-gold {
    background-color: #eccca2;
  }
  .header .menu .active {
    border-bottom: 6px solid #ceb491;
    background: white;
    border-top-left-radius: 0px;
    color: black !important;
    border-top-right-radius: 0px;
  }
}
/* lg */
@media (min-width: 768px) and (max-width: 992px) {
  .header .menu {
    font-size: 17px;
  }
  .header {
    height: 180px;
  }
  .user .homepage {
    padding-top: 180px;
  }
}
/* xl */
@media (min-width: 992px) and (max-width: 1200px) {
  .header {
    height: 200px;
  }
  .user .homepage {
    padding-top: 200px;
  }
}

.details .warning {
  border: 1px groove #007bff;
}
.details .warning i {
  font-size: 3vw;
}

.menuTree .mainmenu-icon {
  width: 54px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 0.5vw;
}
.c-pointer {
  cursor: pointer;
}
.l-auto {
  left: auto;
}
.r-auto {
  left: auto;
}

.bg-amerikadaniste {
  background-color: #000000 !important;
  color: white !important;
}
.bg-grey {
  background-color: #e2e2e2 !important;
}
.color-amerikadaniste {
  color: #ceb491 !important;
}
.new-adress-table {
  border-spacing: 3px;
  border-collapse: separate;
}

.new-adress-table .groove {
  border: 1px;
  border-style: groove;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1px;
}

.menuTree .active {
  background-color: #ceb491 !important;
  border-radius: 5px 5px 0 0;
  border: 2px solid #ceb491;
  color: #ffffff !important;
  font-weight: 600 !important;
  position: relative;
  width: 90px;
  text-align: center;
}
.radius-5 {
  border-radius: 5px;
}
.div#order-details-cc.col-12 .card {
  border-radius: 0rem;
}
.menuTree .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.recommend-success .imgdiv {
  padding-top: 50px;
}
.recommend-success .imgdiv .img-1 {
  position: absolute;
  right: 179px;
  bottom: -59px;
}

.recommend-success .imgdiv .img-2 {
  position: absolute;
  right: 97px;
  bottom: -59px;
}
.new-parcel-success .warning-icon {
  color: #ffc107;
  font-size: 24px;
  margin: 15px;
}
.color-amerikadaniste {
  color: #ceb491 !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  left: 50%;
  top: 120px;
  z-index: 9999999;
}
#snackbar.showSnack {
  visibility: visible;
  -webkit-animation: snackin 0.5s, snackout 0.5s 2.5s;
  animation: snackin 0.5s, snackout 0.5s 2.5s;
}

@-webkit-keyframes snackin {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 120px;
    opacity: 1;
  }
}

@keyframes snackin {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 120px;
    opacity: 1;
  }
}

@-webkit-keyframes snackout {
  from {
    top: 120px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes snackout {
  from {
    top: 120px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

.setting .setting-title {
  width: 121px;
  height: 24px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.bfm .product-list .card .card-header {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #ceb491;
}
.bfm .product-list .card .card-body {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}
.bg-amerikadaniste-grey {
  background-color: #4a4a4a;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.details .new-product .bg-amerikadaniste-grey {
  border-radius: 2px;
  background-color: #4a4a4a;
}

.details .new-product .bg-amerikadaniste-grey .icons {
  right: 5px;
  color: white;
}
.details .new-product .description {
  overflow: hidden;
}
.details .new-product .description .row:first-child {
  padding: 15px;
}

.details .new-product label {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d5d5d;
}
@media (max-width: 375px) {
  .footer-follow {
    padding: 16px;
  }
  .footer-follow-text {
    font-size: 16px;
  }

  .footer-follow-text-low {
    font-size: 13px;
  }

  .brandpop {
    padding: 0px 25px !important;
  }
}

@media (max-width: 560px) {
  header {
    margin-bottom: 26px;
  }
  .navbar-brand > img {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .brandpop {
    padding: 0px 60px;
    margin-left: 0px !important;
  }
  .lang-res {
    margin: 27px 12px 20px -4px !important;
  }
  .footer-follow {
    padding: 33px 32px;
  }

  .footer-follow-text {
    font-size: 18px;
  }
  .footer-follow-text-low {
    font-size: 15px;
  }
}

/* Order Details Ödeme Sayfası */
.col-12 div.cvchowto img {
  left: 85px !important;
  bottom: 170px !important;
}

.col-12 .question-mark-cc {
  width: 20% !important;
  height: 20% !important;
}

.col-12 div.cc-cardnumber img {
  width: 7% !important;
}

@media screen and (max-width: 1024px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 8% !important;
    }
    .col-12 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 90% !important;
    }
  }
  @media (orientation: landscape) {
    .col-12 div.cc-cardnumber img {
      width: 8% !important;
    }
    .col-12 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 90% !important;
    }
  }
}
@media screen and (max-width: 860px) {
  @media (orientation: landscape) {
    .col-12 div.cc-cardnumber img {
      width: 8% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 35% !important;
      max-width: 35% !important;
    }
    .col-12 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 90% !important;
    }
  }
}
@media screen and (max-width: 768px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      left: 293px !important;
      bottom: 271px !important;
      width: 10% !important;
    }
    .col-12 .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 2.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 35% !important;
      max-width: 35% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 87% !important;
    }
  }
  @media (orientation: landscape) {
    .col-12 div.cc-cardnumber img {
      width: 10% !important;
    }
    .col-12 .question-mark-cc {
      width: 16% !important;
      height: 16% !important;
      margin: 3.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 35% !important;
      max-width: 35% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 87% !important;
    }
  }
}
@media screen and (max-width: 540px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 8% !important;
    }
    .col-12 .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 3.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 55% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 25% !important;
      max-width: 25% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 90% !important;
    }
  }
}

@media screen and (max-width: 414px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 11% !important;
    }
    .col-12 .question-mark-cc {
      width: 20% !important;
      height: 20% !important;
      margin: 3.5px !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 45% !important;
      max-width: 45% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 87% !important;
    }
  }
}
@media screen and (max-width: 375px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 12% !important;
    }
    .col-12 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 3.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 75% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 45% !important;
      max-width: 45% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 360px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 12% !important;
    }
    .col-12 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 3.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 75% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 45% !important;
      max-width: 45% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 320px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 13% !important;
    }
    .col-12 .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 4.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 70% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 45% !important;
      max-width: 45% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 84% !important;
    }
  }
}
@media screen and (max-width: 280px) {
  @media (orientation: portrait) {
    .col-12 div.cc-cardnumber img {
      width: 15% !important;
    }
    .col-12 .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 4.5px !important;
    }
    .col-12 div.cvchowto img {
      width: 65% !important;
    }
    .col-12 .col-md-3 {
      flex: 0 0 55% !important;
      max-width: 55% !important;
    }
    .col-12 .form-group label.col-5 {
      max-width: 100% !important;
    }
    .col-12 .cc-cardnumber input {
      width: 80% !important;
    }
  }
}

/* My Bills Ödeme Sayfası */
.row .col .question-mark-cc {
  width: 13% !important;
  height: 13% !important;
  margin: 4px !important;
}

.row .col div.cvchowto img {
  left: 85px !important;
  bottom: 170px !important;
}

.row .col div.cc-cardnumber img {
  width: 7% !important;
}
.row .col cc-cardnumber input {
  width: 92% !important;
}

@media screen and (max-width: 1024px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 6% !important;
    }
    .row .col .question-mark-cc {
      width: 15% !important;
      height: 15% !important;
      margin: 2.5px !important;
    }
    .row .col div.cvchowto img {
      width: 40% !important;
    }
    .row .col cc-cardnumber input {
      width: 93% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
  }
  @media (orientation: landscape) {
    .row .col div.cc-cardnumber img {
      width: 6% !important;
    }
    .row .col .question-mark-cc {
      width: 12% !important;
      height: 12% !important;
      margin: 4.5px !important;
    }
    .row .col div.cvchowto img {
      width: 40% !important;
    }
    .row .col cc-cardnumber input {
      width: 93% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
  }
}
@media screen and (max-width: 860px) {
  @media (orientation: landscape) {
    .row .col div.cc-cardnumber img {
      width: 8% !important;
    }
    .row .col .col-md-3 {
      flex: 0 0 35% !important;
      max-width: 35% !important;
    }
    .row .col .question-mark-cc {
      width: 16% !important;
      height: 16% !important;
      margin: 4.5px !important;
    }
    .row .col div.cvchowto img {
      width: 55% !important;
    }
    .row .col .cc-cardnumber input {
      width: 90% !important;
    }
  }
}
@media screen and (max-width: 768px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 9% !important;
    }
    .row .col .question-mark-cc {
      width: 20% !important;
      height: 20% !important;
      margin: 2.5px !important;
    }
    .row .col div.cvchowto img {
      width: 55% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 89% !important;
    }
  }
  @media (orientation: landscape) {
    .row .col div.cc-cardnumber img {
      width: 9% !important;
    }
    .row .col .question-mark-cc {
      width: 16% !important;
      height: 16% !important;
      margin: 4px !important;
    }
    .row .col div.cvchowto img {
      width: 55% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 87% !important;
    }
  }
}
@media screen and (max-width: 540px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 9% !important;
    }
    .row .col .question-mark-cc {
      width: 35% !important;
      height: 35% !important;
      margin: 2.5px !important;
    }
    .row .col div.cvchowto img {
      width: 55% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 89% !important;
    }
  }
}

@media screen and (max-width: 414px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 12% !important;
    }
    .row .col .question-mark-cc {
      width: 20% !important;
      height: 20% !important;
      margin: 3.5px !important;
    }
    .row .col div.cvchowto img {
      width: 65% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 375px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 12% !important;
    }
    .row .col .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 3px !important;
    }
    .row .col div.cvchowto img {
      width: 75% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 360px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 12% !important;
    }
    .row .col .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 3.5px !important;
    }
    .row .col div.cvchowto img {
      width: 75% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 320px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 14% !important;
    }
    .row .col .question-mark-cc {
      width: 35% !important;
      height: 35% !important;
      margin: 3.5px !important;
    }
    .row .col div.cvchowto img {
      width: 75% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 84% !important;
    }
  }
}
@media screen and (max-width: 280px) {
  @media (orientation: portrait) {
    .row .col div.cc-cardnumber img {
      width: 15% !important;
    }
    .row .col .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 4.5px !important;
    }
    .row .col div.cvchowto img {
      width: 75% !important;
    }
    .row .col .form-group label.col-5 {
      max-width: 100% !important;
    }
    .row .col .cc-cardnumber input {
      width: 80% !important;
    }
  }
}

/* BFM New Ödeme Sayfası */
.container .row .col-md-6 div.cvchowto img {
  bottom: 230px !important;
}
.container .row .col-md-6 div.cc-cardnumber img {
  width: 9% !important;
}
@media screen and (max-width: 1024px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 230px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 90% !important;
    }
  }
  @media (orientation: landscape) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 230px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 90% !important;
    }
  }
}
@media screen and (max-width: 860px) {
  @media (orientation: landscape) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 4.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 89% !important;
    }
  }
}
@media screen and (max-width: 768px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 30% !important;
      height: 30% !important;
      margin: 2.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 89% !important;
    }
  }
  @media (orientation: landscape) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 13% !important;
      height: 13% !important;
      margin: 2.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 230px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 89% !important;
    }
  }
}
@media screen and (max-width: 540px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 2.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 55% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 90% !important;
    }
  }
}

@media screen and (max-width: 414px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 12% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 13% !important;
      height: 13% !important;
      margin: 3.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 65% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 86% !important;
    }
  }
}
@media screen and (max-width: 375px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 12% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 18% !important;
      height: 18% !important;
      margin: 3.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 75% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 86% !important;
    }
  }
}
@media screen and (max-width: 360px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 12% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 20% !important;
      height: 20% !important;
      margin: 2.5px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 65% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 85% !important;
    }
  }
}
@media screen and (max-width: 320px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 14% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 25% !important;
      height: 25% !important;
      margin: 2px !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 65% !important;
      bottom: 255px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 84% !important;
    }
  }
}
@media screen and (max-width: 280px) {
  @media (orientation: portrait) {
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 15% !important;
    }
    .container .row .col-md-6 .question-mark-cc {
      width: 22% !important;
    }
    .container .row .col-md-6 div.cvchowto img {
      width: 65% !important;
      bottom: 280px !important;
      left: 80px !important;
    }
    .container .row .col-md-6 .cc-cardnumber input {
      width: 83% !important;
    }
  }
}

/* Safari Design */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Order Details Ödeme Sayfası */
    .col-12 div.cvchowto img {
      left: 85px !important;
      bottom: 170px !important;
    }

    .col-12 .question-mark-cc {
      width: 20% !important;
      height: 20% !important;
    }

    .col-12 div.cc-cardnumber img {
      width: 7% !important;
    }

    @media screen and (max-width: 1024px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 8% !important;
        }
        .col-12 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 90% !important;
        }
      }
      @media (orientation: landscape) {
        .col-12 div.cc-cardnumber img {
          width: 8% !important;
        }
        .col-12 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }
    @media screen and (max-width: 860px) {
      @media (orientation: landscape) {
        .col-12 div.cc-cardnumber img {
          width: 8% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 35% !important;
          max-width: 35% !important;
        }
        .col-12 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }

    @media screen and (max-width: 768px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          left: 293px !important;
          bottom: 271px !important;
          width: 10% !important;
        }
        .col-12 .question-mark-cc {
          width: 30% !important;
          height: 30% !important;
          margin: 2.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 35% !important;
          max-width: 35% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 87% !important;
        }
      }
      @media (orientation: landscape) {
        .col-12 div.cc-cardnumber img {
          width: 10% !important;
        }
        .col-12 .question-mark-cc {
          width: 16% !important;
          height: 16% !important;
          margin: 3.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 35% !important;
          max-width: 35% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 87% !important;
        }
      }
    }
    @media screen and (max-width: 540px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 8% !important;
        }
        .col-12 .question-mark-cc {
          width: 30% !important;
          height: 30% !important;
          margin: 3.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 55% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 25% !important;
          max-width: 25% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }

    @media screen and (max-width: 414px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 11% !important;
        }
        .col-12 .question-mark-cc {
          width: 20% !important;
          height: 20% !important;
          margin: 3.5px !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 45% !important;
          max-width: 45% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 87% !important;
        }
      }
    }
    @media screen and (max-width: 375px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 12% !important;
        }
        .col-12 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 3.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 75% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 45% !important;
          max-width: 45% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 360px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 12% !important;
        }
        .col-12 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 3.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 75% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 45% !important;
          max-width: 45% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 320px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 13% !important;
        }
        .col-12 .question-mark-cc {
          width: 30% !important;
          height: 30% !important;
          margin: 4.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 70% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 45% !important;
          max-width: 45% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 84% !important;
        }
      }
    }
    @media screen and (max-width: 280px) {
      @media (orientation: portrait) {
        .col-12 div.cc-cardnumber img {
          width: 15% !important;
        }
        .col-12 .question-mark-cc {
          width: 30% !important;
          height: 30% !important;
          margin: 4.5px !important;
        }
        .col-12 div.cvchowto img {
          width: 65% !important;
        }
        .col-12 .col-md-3 {
          flex: 0 0 55% !important;
          max-width: 55% !important;
        }
        .col-12 .form-group label.col-5 {
          max-width: 100% !important;
        }
        .col-12 .cc-cardnumber input {
          width: 80% !important;
        }
      }
    }

    /* My Bills Ödeme Sayfası */
    .row .col .question-mark-cc {
      width: 13% !important;
      height: 13% !important;
      margin: 4px !important;
    }

    .row .col div.cvchowto img {
      left: 85px !important;
      bottom: 170px !important;
    }

    .row .col div.cc-cardnumber img {
      width: 7% !important;
    }
    .row .col cc-cardnumber input {
      width: 92% !important;
    }

    @media screen and (max-width: 1024px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 6% !important;
        }
        .row .col .question-mark-cc {
          width: 15% !important;
          height: 15% !important;
          margin: 2.5px !important;
        }
        .row .col div.cvchowto img {
          width: 40% !important;
        }
        .row .col cc-cardnumber input {
          width: 93% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
      }
      @media (orientation: landscape) {
        .row .col div.cc-cardnumber img {
          width: 6% !important;
        }
        .row .col .question-mark-cc {
          width: 12% !important;
          height: 12% !important;
          margin: 4.5px !important;
        }
        .row .col div.cvchowto img {
          width: 40% !important;
        }
        .row .col cc-cardnumber input {
          width: 93% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
      }
    }
    @media screen and (max-width: 860px) {
      @media (orientation: landscape) {
        .row .col div.cc-cardnumber img {
          width: 8% !important;
        }
        .row .col .col-md-3 {
          flex: 0 0 35% !important;
          max-width: 35% !important;
        }
        .row .col .question-mark-cc {
          width: 16% !important;
          height: 16% !important;
          margin: 4.5px !important;
        }
        .row .col div.cvchowto img {
          width: 55% !important;
        }
        .row .col .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }
    @media screen and (max-width: 768px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 9% !important;
        }
        .row .col .question-mark-cc {
          width: 20% !important;
          height: 20% !important;
          margin: 2.5px !important;
        }
        .row .col div.cvchowto img {
          width: 55% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 89% !important;
        }
      }
      @media (orientation: landscape) {
        .row .col div.cc-cardnumber img {
          width: 9% !important;
        }
        .row .col .question-mark-cc {
          width: 16% !important;
          height: 16% !important;
          margin: 4px !important;
        }
        .row .col div.cvchowto img {
          width: 55% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 87% !important;
        }
      }
    }
    @media screen and (max-width: 540px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 9% !important;
        }
        .row .col .question-mark-cc {
          width: 35% !important;
          height: 35% !important;
          margin: 2.5px !important;
        }
        .row .col div.cvchowto img {
          width: 55% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 89% !important;
        }
      }
    }

    @media screen and (max-width: 414px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 12% !important;
        }
        .row .col .question-mark-cc {
          width: 20% !important;
          height: 20% !important;
          margin: 3.5px !important;
        }
        .row .col div.cvchowto img {
          width: 65% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 375px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 12% !important;
        }
        .row .col .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 3px !important;
        }
        .row .col div.cvchowto img {
          width: 75% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 360px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 12% !important;
        }
        .row .col .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 3.5px !important;
        }
        .row .col div.cvchowto img {
          width: 75% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 320px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 14% !important;
        }
        .row .col .question-mark-cc {
          width: 35% !important;
          height: 35% !important;
          margin: 3.5px !important;
        }
        .row .col div.cvchowto img {
          width: 75% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 84% !important;
        }
      }
    }
    @media screen and (max-width: 280px) {
      @media (orientation: portrait) {
        .row .col div.cc-cardnumber img {
          width: 15% !important;
        }
        .row .col .question-mark-cc {
          width: 30% !important;
          height: 30% !important;
          margin: 4.5px !important;
        }
        .row .col div.cvchowto img {
          width: 75% !important;
        }
        .row .col .form-group label.col-5 {
          max-width: 100% !important;
        }
        .row .col .cc-cardnumber input {
          width: 80% !important;
        }
      }
    }

    /* BFM New Ödeme Sayfası */
    .container .row .col-md-6 div.cvchowto img {
      bottom: 230px !important;
    }
    .container .row .col-md-6 div.cc-cardnumber img {
      width: 9% !important;
    }
    @media screen and (max-width: 1024px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 230px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 90% !important;
        }
      }
      @media (orientation: landscape) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 230px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }
    @media screen and (max-width: 860px) {
      @media (orientation: landscape) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 4.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 89% !important;
        }
      }
    }
    @media screen and (max-width: 768px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 12% !important;
          height: 12% !important;
          margin: 1.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 235px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 89% !important;
        }
      }
      @media (orientation: landscape) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 13% !important;
          height: 13% !important;
          margin: 2.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 230px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 89% !important;
        }
      }
    }
    @media screen and (max-width: 540px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 9% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 2.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 55% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 90% !important;
        }
      }
    }

    @media screen and (max-width: 414px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 12% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 13% !important;
          height: 13% !important;
          margin: 3.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 65% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 86% !important;
        }
      }
    }
    @media screen and (max-width: 375px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 12% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 18% !important;
          height: 18% !important;
          margin: 3.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 75% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 86% !important;
        }
      }
    }
    @media screen and (max-width: 360px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 12% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 20% !important;
          height: 20% !important;
          margin: 2.5px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 65% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 85% !important;
        }
      }
    }
    @media screen and (max-width: 320px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 14% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 25% !important;
          height: 25% !important;
          margin: 2px !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 65% !important;
          bottom: 255px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 84% !important;
        }
      }
    }
    @media screen and (max-width: 280px) {
      @media (orientation: portrait) {
        .container .row .col-md-6 div.cc-cardnumber img {
          width: 15% !important;
        }
        .container .row .col-md-6 .question-mark-cc {
          width: 22% !important;
        }
        .container .row .col-md-6 div.cvchowto img {
          width: 65% !important;
          bottom: 280px !important;
          left: 80px !important;
        }
        .container .row .col-md-6 .cc-cardnumber input {
          width: 83% !important;
        }
      }
    }
  }
}
.header-basket {
  padding: 0.5rem;
  margin-left: 1rem;
  display: flex;
}
.header-basket-qty {
  margin-left: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding-bottom: 1.1rem;
  color: black;
}
