.ft-sepet-box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #F2F2F2;
  background-color: #fff;
  /*background: #f6f6f6;
    padding: 4px;

  > .content {
    border: 1px solid #e0e0e0;
  }*/
}

.ft-spinbox > input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.ft-spinbox > input::-webkit-outer-spin-button, .ft-spinbox > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.ft-root {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ft-button {
/*  border-radius: 0.3571428571em; */
  font-size: 1.2em;
  padding: 0.5952380952em;
  display: inline-block;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  border: none;
}
.ft-button:not([disabled]) {
  background: #000;
  cursor: pointer;
  color: #fff;
}
.ft-button:not([disabled]):hover {
  background: #ffce33;
}
.ft-button[disabled] {
  cursor: not-allowed;
}

.ft-secondary-button {
/*  border-radius: 0.3571428571em; */
  font-size: 1.2em;
  padding: 0.5952380952em;
  display: inline-block;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  border: 1px solid #000;
}
.ft-secondary-button:not([disabled]) {
  background: #fff;
  cursor: pointer;
  color: black;
}
.ft-secondary-button:not([disabled]):hover {
  background: white;
}
.ft-secondary-button[disabled] {
  cursor: not-allowed;
}
.ft-secondary-button:hover {
  background: #000 !important;
  color: #fff;
}

.ft-break {
  flex: 0 0 100%;
}

.ft-notice {
  margin-bottom: 30px;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 1px 12px;
}
.ft-notice > p {
  font-size: 0.9285714286em;
  line-height: 1.5;
  margin: 0.5em 0;
  padding: 2px 0;
}
.ft-notice > p a {
  text-decoration: underline;
  color: #2271b1;
}
.ft-notice.success {
  border-left-color: #00a32a;
}

.ft-action-button {
  margin: 30px 45px 0;
  min-width: 170px;
}

.ft-collapsable:not(.expanded) > .content {
  display: none;
}
.ft-collapsable > .content {
  margin-top: 30px;
}

.RangeModelsPickerFilter_icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 32px;
  top: -1.5px;
}
.RangeModelsPickerFilter_icon::before, .RangeModelsPickerFilter_icon::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  background-color: currentColor;
  transition: transform 0.5s;
}
.ft-collapsable.expanded .RangeModelsPickerFilter_icon::before, .ft-collapsable.expanded .RangeModelsPickerFilter_icon::after {
  color: #EFDF00;
}
.RangeModelsPickerFilter_icon::before {
  right: 6.6819805153px;
  transform: translateY(-50%) rotate(45deg);
}
.ft-collapsable.expanded .RangeModelsPickerFilter_icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.RangeModelsPickerFilter_icon::after {
  right: 0.3180194847px;
  transform: translateY(-50%) rotate(-45deg);
}
.ft-collapsable.expanded .RangeModelsPickerFilter_icon::after {
  transform: translateY(-50%) rotate(45deg);
}

.badge-container {
  position: absolute;
  inset: 15px;
}

.ft-badge {
  float: right;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 1em;
}

.ft-sepet {
  width: calc(100% + 30px);
  margin: -15px;
}
.ft-sepet-item {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 50%;
}
@media screen and (min-width: 768.5px) and (max-width: 980px) {
  .ft-sepet-item {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .ft-sepet-item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ft-sepet-item {
    font-size: 2.8vw;
  }
}

.ft-detay-header {
  display: flex;
  align-items: flex-start;
}
.ft-detay-header > img {
  flex: 0 0 auto;
  width: 30%;
}
.ft-arac-label {
  font-size: 1.4545454545em;
  margin-top: 15px;
  flex-grow: 1;
}
.ft-arac-name {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
}

.ft-arac-version {
  line-height: 1.32;
}

@media screen and (min-width: 768.5px) and (max-width: 980px), screen and (max-width: 500px) {
  .ft-arac-label {
    margin-top: 0.9065934066em;
    font-size: 1.1818181818em;
  }
}

.ft-detay-header > .ft-button {
  font-family: "Renault Global";
  margin: 15px 15px 0;
  font-size: 1em;
  flex: 0 0 auto;
  line-height: 1;
}
@media screen and (min-width: 768.5px) and (max-width: 980px), screen and (max-width: 500px) {
  .ft-detay-header > .ft-button {
    margin: 1.3392857143em 1.3392857143em 0 1.0714285714em;
    font-size: 0.8em;
  }
}

.ft-detay {
  padding: 0 1.0714285714em 1.0714285714em;
}
.ft-detay-label, .ft-detay-value {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
}

.ft-detay-label {
  font-weight: bold;
  width: 55%;
}

.ft-detay-value {
  margin-left: 4%;
  width: 41%;
}
.ft-spinbox {
  display: inline-block;
  vertical-align: top;
  height: 2.5844155844em;
  background: #f6f6f6;
  position: relative;
  margin: -0.5194805195em 0;
  padding: 0.5194805195em;
  margin: 0;
}
.ft-spinbox > input {
  width: 3.2467532468em;
  font-size: 0.8em;
  vertical-align: top;
  height: 100%;
  outline: none;
  box-shadow: none;
  background: transparent;
  text-align: center;
  border: none;
  color: #666;
}
.ft-spinbox.invalid {
  box-shadow: 0 0 1.5px 1px red;
}
.ft-spinbox > div {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100%;
}
.ft-spinbox > div > img {
  height: 100%;
}
.ft-spinbox > div > button {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
  background: white;
  height: 100%;
  width: 100%;
  border: none;
  font-size: 0.8658008658em;
  font-family: "Renault Global";
  cursor: pointer;
  padding: 0;
}
.ft-spinbox > div > button:hover {
  background: #e6e6e6;
}
