body {
  font-size: 17px;
  background: url('../img/background.png');
}

textarea {
  font-size: 24px !important;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select {
  height: 42px !important;
  font-size: 18px !important;
}

select.form-control.input-lg {
  padding: 0px 14px;
}

@media only screen and (max-width: 999px) {
  select {
    text-indent: 0;
    line-height: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  select {
    height: 45px !important;
    font-size: 19px !important;
  }

  textarea {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 375px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  select {
    font-size: 17px !important;
  }

  textarea {
    font-size: 17px !important;
  }
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  border-color: #bdc3c7 !important;
  border-radius: 0.2em !important;
  background: transparent;
  outline: none;
  background-color: #fff;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
textarea:focus {
  border-color: #3399ff !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 0 10px #3399ff !important;
  -moz-box-shadow: inset 0 0 10px #3399ff !important;
  box-shadow: inset 0 0 10px #3399ff !important;
  background: transparent;
  outline: none;
  background-color: #fff;
}

.select-container select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.select-container {
  position: relative;
}

.select-container::after {
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  width: 0;
  z-index: 2;
}

@media only screen and (max-width: 999px) {
  .select-container::after {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
    right: 15px !important;
  }
}

.strike {
  text-decoration: line-through;
}

.wrapper {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  position: relative;
}

.wrapper a {
  display: inline-block;
}

.wrapper img,
.wrapper input[type='image'] {
  max-width: 100%;
}

.wrapper .container {
  width: 100% !important;
}

.fixed {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

.scroll-to-top {
  position: fixed;
  font-size: 19px;
  bottom: 5vw;
  right: 5vw;
  width: 44px;
  height: 44px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 20;
}

.shadow-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../images/shadow-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 10;
}

@media only screen and (max-width: 999px) {
  .shadow-top:before {
    height: 4vw;
  }
}

.shadow-top.reverse:before {
  background-image: url(../images/shadow-bottom.png);
}

.shadow-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../images/shadow-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  z-index: 10;
}

@media only screen and (max-width: 999px) {
  .shadow-bottom:after {
    height: 4vw;
  }
}

.shadow-bottom.reverse:after {
  background-image: url(../images/shadow-top.png);
}

.shadow-top,
.shadow-bottom {
  position: relative;
}

.shadow-top {
  padding-top: 40px;
}

@media only screen and (max-width: 999px) {
  .shadow-top {
    padding-top: 4vw;
  }
}

.shadow-bottom {
  padding-bottom: 40px;
}

@media only screen and (max-width: 999px) {
  .shadow-bottom {
    padding-bottom: 4vw;
  }
}

.heading.shadow-top,
.heading.shadow-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.product .button-select-product {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  cursor: pointer;
}

.product .button-select-product .selected {
  display: none;
}

.product.selected .button-select-product img {
  display: none;
}

.product.selected .button-select-product .selected {
  display: inline-block;
}

.checkout-form .form {
  position: relative;
}

.success {
  padding-top: 50px;
  padding-bottom: 50px;
}

.success p {
  text-align: left;
  line-height: 1;
}

.success .info {
  font-size: 18px;
}

.success .message {
  text-align: center;
  font-size: 56px;
  margin: 0;
  font-weight: 700;
  padding: 30px;
}

.success .message.alt {
  font-weight: 300;
  margin-top: 30px;
}

@media only screen and (max-width: 999px) {
  .success {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .success .message {
    font-size: 6vw;
    line-height: 8vw;
    padding: 3vw;
  }

  .success .message.alt {
    margin-top: 0;
  }

  .success .info {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 375px) {
  .success .message {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-video .modal-dialog {
    width: 715px;
  }
}

.modal-video .modal-body {
  position: relative;
  padding: 0;
}

.modal-video .modal-body iframe {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  height: 400px;
}

.modal-video .modal-body .close {
  position: absolute;
  top: 0;
  right: -40px;
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
  background-color: #ff3333;
  color: #fff;
  opacity: 1;
  z-index: 10;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  .modal-video .modal-body .close {
    top: 0;
    right: 0;
  }
}

.error_label {
  font-size: 23px;
  color: tomato;
  display: none;
  margin-top: 11px;
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input[type='radio'] {
}

label {
  background: rgb(219, 219, 219);
  background: linear-gradient(
    10deg,
    rgba(219, 219, 219, 1) 0%,
    rgba(244, 244, 244, 1) 49%,
    rgba(219, 219, 219, 1) 100%
  );
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

[type='submit'] {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.container {
  margin: 0 auto;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .container {
    width: 768px !important;
  }

  .rightBar {
    width: 145px !important;
    left: 67px;
    height: 490px !important;
  }
}

.container .row {
  margin: 0 !important;
}

[class*='col-'] {
  padding: 0px 5px 5px 5px !important;
}

[class*='col-'] img {
  /*display: block;*/
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.form_wrap {
  padding: 30px 0;
}

.form_wrap > img.back {
  position: absolute;
  z-index: -5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.grid1 {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 25px calc(100% - 25px);
  align-items: center;
}

.grid1 .self {
}

.grid1 .self.number {
  text-align: center;
  font-size: 2.8em;
  filter: blur(2.5px);
  color: #d6dee1;
}

.grid1 .self.form_item {
  padding: 10px;
}

.grid1 .self.form_item input,
.grid1 .self.form_item textarea,
.grid1 .self.form_item select {
  background: url(img/x/form_item_back.jpg) repeat;
  background-size: auto 100%;
  padding: 0 10px;
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 #ddd !important;
}

.grid1 .self.form_item input {
  height: 50px;
}

.grid1 .self.form_item select {
  height: 50px;
  color: #757575;
}

.grid1 .self.form_item textarea {
  height: 170px;
  padding: 10px 10px;
}

.form1_submit_button {
  background: none;
  border: 0 !important;
  margin-bottom: -3px !important;
}

label {
  margin: 0;
  outline: none;
}

.color {
  display: none;
}

.form-group {
  margin-bottom: 15px !important;
  width: 98%;
  margin: 0 auto;
}

im.calc_price,
im.price,
span.deneme2 {
  direction: rtl;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  display: block;
}

span.deneme2 {
  color: red;
  font-size: 17px;
}

.product-image.selected {
  display: none;
}

.product.selected .product-image {
  display: none;
}

.product.selected .product-image.selected {
  display: block;
}

.button-submit-container {
  padding-top: 50px;
}

@media only screen and (max-width: 999px) {
  .button-submit-container {
    padding-top: 5vw;
  }
}

.form_btn {
  width: 100%;
  height: 55px;
  margin: 0px 0px 10px 0px;
  font-size: 25px;
  background: #1e3799;
  color: #fff;
  font-weight: bold;
  border: 0px;
  border-radius: 0.2em;
}

.form_btn:hover {
  background: #0c2461;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

ul.footer_menu {
  display: inline-flex;
  list-style-type: none;
}

ul.footer_menu li {
  margin: 5px;
}

.ortala {
  text-align: center !important;
}

.tel_dikkat {
  background: url(../phone-warning.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
  border: 2px solid #501919 !important;
  transition: 1s !important;
}

.tel_ok {
  background: url(../phone-ok.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
  border: 2px solid #501919 !important;
  transition: 1s !important;
}

.header {
  -webkit-box-shadow: 0px 6px 4px -2px rgba(166, 166, 166, 0.57);
  -moz-box-shadow: 0px 6px 4px -2px rgba(166, 166, 166, 0.57);
  box-shadow: 0px 6px 4px -2px rgba(166, 166, 166, 0.57);
}

/* Modern checkout form */
#siparisformu {
  background: #ffffff;
  /* padding: 14px !important; */
}

.checkout-form {
  --pw-primary: #1167d8;
  --pw-primary-dark: #0b4fb0;
  --pw-accent: #13b981;
  --pw-text: #152033;
  --pw-muted: #6d7788;
  --pw-border: #d9e1ea;
  --pw-surface: #ffffff;
  --pw-focus: rgba(17, 103, 216, 0.18);
  color: var(--pw-text);
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.checkout-form .wrapper {
  /* max-width: 768px; */
  margin: 0 auto;
  /* padding: 15px 0px; */
  border-radius: 8px;
  /* box-shadow: 0 18px 44px rgba(22, 34, 51, 0.08); */
}

.checkout-form #formtop {
  padding: 0 !important;
}

.checkout-form .form-group {
  margin-bottom: 12px;
}

.checkout-form .form-control,
.checkout-form input[type='text'],
.checkout-form input[type='email'],
.checkout-form input[type='tel'],
.checkout-form textarea,
.checkout-form select {
  width: 100%;
  min-height: 52px;
  height: 52px !important;
  padding: 0 15px !important;
  border: 1px solid var(--pw-border) !important;
  border-radius: 8px !important;
  background: var(--pw-surface) !important;
  color: var(--pw-text);
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.35 !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.checkout-form textarea.form-control,
.checkout-form textarea {
  height: 118px !important;
  min-height: 118px;
  padding-top: 14px !important;
  resize: vertical;
}

.checkout-form .form-control::placeholder,
.checkout-form textarea::placeholder {
  color: #8a96a8;
  font-weight: 500;
}

.checkout-form .form-control:focus,
.checkout-form input[type='text']:focus,
.checkout-form input[type='email']:focus,
.checkout-form input[type='tel']:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
  border-color: var(--pw-primary) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow:
    0 0 0 4px var(--pw-focus),
    0 8px 20px rgba(17, 103, 216, 0.1) !important;
}

.checkout-form .select-container select {
  padding-right: 48px !important;
  color: var(--pw-text);
  cursor: pointer;
}

.checkout-form .select-container::after {
  width: 9px;
  height: 9px;
  right: 18px;
  top: calc(50% - 7px);
  border: solid var(--pw-muted);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}

.checkout-form hr {
  margin: 6px 0 12px;
  border: 0;
  border-top: 1px solid #edf1f5;
}

.checkout-form .product-element {
  position: relative;
  overflow: hidden;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.checkout-form .product-element:hover {
  transform: none;
  border-color: transparent !important;
  box-shadow: none;
}

.checkout-form .product-element.selected,
.checkout-form .product-element:has(input.paket:checked) {
  border-color: transparent !important;
  box-shadow: none;
}

.form_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  height: auto;
  margin: 4px 0 2px;
  padding: 15px 22px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #1167d8 0%, #0c55ba 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(17, 103, 216, 0.28);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    opacity 0.18s ease;
}

.form_btn:hover,
.form_btn:focus {
  background: linear-gradient(135deg, #0f5fc7 0%, #09479f 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(17, 103, 216, 0.34);
}

.form_btn:active {
  transform: translateY(0);
  box-shadow: 0 9px 20px rgba(17, 103, 216, 0.25);
}

.form_btn:disabled {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.checkout-form .form-control.is-invalid,
.checkout-form input[type='text'].is-invalid,
.checkout-form input[type='email'].is-invalid,
.checkout-form input[type='tel'].is-invalid,
.checkout-form textarea.is-invalid,
.checkout-form select.is-invalid {
  border-color: #e5484d !important;
  background: #fffafa !important;
  box-shadow:
    0 0 0 4px rgba(229, 72, 77, 0.12),
    0 1px 2px rgba(16, 24, 40, 0.04) !important;
}

.checkout-form .field-error {
  display: none;
  margin-top: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(229, 72, 77, 0.18);
  border-radius: 8px;
  background: #fff5f5;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  #siparisformu {
    padding: 10px !important;
  }

  .checkout-form .wrapper {
    padding: 12px 10px 14px;
    border-radius: 8px;
  }

  .checkout-form .form-control,
  .checkout-form input[type='text'],
  .checkout-form input[type='email'],
  .checkout-form input[type='tel'],
  .checkout-form select {
    min-height: 50px;
    height: 50px !important;
    font-size: 16px !important;
  }

  .checkout-form textarea.form-control,
  .checkout-form textarea {
    font-size: 16px !important;
  }

  .form_btn {
    min-height: 56px;
    font-size: 17px;
  }
}
