@charset "UTF-8";
/*
    IMPORT GOOGLE FONT
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
.iframe-mode header,
.iframe-mode footer {
  display: none !important;
}

.iframe-modebutton {
  display: none !important;
}

.form-control:focus {
  border-color: #c10100;
  box-shadow: 0 0 0 0.25rem rgba(193, 1, 0, 0.25);
}

html.body-test, body.body-test {
  outline: 3px solid #e01a22;
}

html,
body {
  font-size: 14px;
  height: 100%;
  font-family: "Open Sans", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  color: #fbfbfb;
  background: #c10100;
}

::selection {
  color: #fbfbfb;
  background: #c10100;
}

.margin-top-content {
  margin-top: 30px;
}

.container {
  max-width: 1170px;
}

section.border-bottom {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

ol.breadcrumb {
  font-weight: 600;
}
ol.breadcrumb li a {
  color: #444444;
}

div.panel h1 {
  margin: 0;
  font-size: 24px;
  color: #c10100;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.txt-12 {
  font-size: 12px !important;
}

.txt-14 {
  font-size: 14px !important;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #c10100;
  box-shadow: 0 1px 1px rgba(193, 1, 0, 0.075) inset, 0 0 10px rgba(193, 1, 0, 0.3);
  outline: 0 none;
}

.form-control,
.form-select {
  padding: 0.65rem 0.75rem;
}

hr {
  border: 0;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(103, 103, 103) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(103, 103, 103) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(103, 103, 103) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.grayscale-hover-color,
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grayscale-hover-color:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: color;
}

div.kizilay-tech-autocomplete {
  position: relative;
}
div.kizilay-tech-autocomplete div.search-result-list {
  left: 11px;
  z-index: 20;
  right: 10px;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  background-color: white;
}
div.kizilay-tech-autocomplete div.search-result-list ul {
  list-style: none;
}

.form-check-input:checked {
  background-color: #c10100;
  border-color: #970000;
}

.big-checkbox {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.16em;
}

div.side-box {
  background-color: rgba(0, 0, 0, 0.05);
}
div.side-box div.box-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
div.side-box div.box-title h4 {
  font-size: 18px;
}
div.side-box div.inline-box-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}
div.side-box div.inline-box-wrapper ul li a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #c10100;
  text-decoration: none;
}

span.filled-stars {
  color: #c10100 !important;
}

a.social-item {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 18px;
  color: #888888;
  overflow: hidden;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.1s ease-out;
  background-color: rgba(0, 0, 0, 0.1);
}
a.social-item i {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
}
a.social-item:hover.facebook {
  color: #ffffff;
  background-color: #3B5998 !important;
}
a.social-item:hover.twitter {
  color: #ffffff;
  background-color: #1DA1F2 !important;
}
a.social-item:hover.instagram {
  color: #ffffff;
  background-color: #5B51D8 !important;
}
a.social-item:hover.youtube {
  color: #ffffff;
  background-color: #FF0000 !important;
}
a.social-item:hover.linkedin {
  color: #ffffff;
  background-color: #0077B5 !important;
}
a.social-item:hover.mail {
  color: #ffffff;
  background-color: #444444 !important;
}

div.payment-detail a {
  font-weight: 700;
  text-decoration: none;
  color: #c10100;
}
div.payment-detail a:hover {
  text-decoration: underline;
}
div.payment-detail a.btn {
  margin: 3px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
div.payment-detail a.btn:hover {
  color: #333;
  border-color: #adadad;
  background-color: #e6e6e6;
}
div.payment-detail a.btn[onclick*=copyTextToClipboard],
div.payment-detail button.btn[onclick*=copyTextToClipboard],
div.payment-detail [onclick*=copyTextToClipboard].btn,
div.payment-detail [onclick*=copyTextToClipboard] a.btn,
div.payment-detail [onclick*=copyTextToClipboard] button.btn {
  color: #000000 !important;
  font-weight: normal !important;
}
div.payment-detail a.btn[onclick*=copyTextToClipboard]:hover,
div.payment-detail button.btn[onclick*=copyTextToClipboard]:hover,
div.payment-detail [onclick*=copyTextToClipboard].btn:hover,
div.payment-detail [onclick*=copyTextToClipboard] a.btn:hover,
div.payment-detail [onclick*=copyTextToClipboard] button.btn:hover {
  color: #333333 !important;
}

div.ajs-modal div.ajs-dialog {
  max-width: 850px !important;
}
div.ajs-modal div.ajs-dialog div.ajs-commands {
  margin: -2px 24px 0 0;
}
div.ajs-modal div.ajs-dialog div.ajs-commands button.ajs-close {
  background-color: #ffffff;
}
div.ajs-modal div.ajs-dialog div.ajs-header {
  color: #f5f5f5;
  background-color: #c10100;
}

div#kizilay-social-bar {
  top: calc(50% - 200px);
  left: 10px;
  z-index: 99;
  width: 36px;
  display: flex;
  position: fixed;
  flex-direction: column;
}

#footer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: #313131;
  background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
  background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
  background: -o-linear-gradient(top, #555555 0%, #313131 100%);
  background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
  background: linear-gradient(to bottom, #555555 0%, #313131 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555555", endColorstr="#313131", GradientType=0);
  background: #c10100;
  background: -moz-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #2e3648));
  background: -webkit-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
  background: -o-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
  background: -ms-linear-gradient(top, #1a1d2b 0%, #2e3648 100%);
  background: linear-gradient(to bottom, #8a0100 0%, #b00100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1d2b", endColorstr="#2e3648", GradientType=0);
}

#footer > .container {
  padding-top: 60px;
  margin-bottom: 60px;
}

#footer > .copyright {
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  font-size: 13px;
  display: block;
}

#footer > .copyright.has-social {
  padding: 8px;
}

#footer > .copyright.has-social .social-icon {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 0;
}

#footer > .copyright .copyright-text {
  margin-top: 14px;
}

#footer canvas {
  width: auto !important;
  height: auto !important;
}

#footer img.footer-logo {
  margin-bottom: 20px;
  display: block;
}

#footer .footer-logo.footer-2 {
  float: left;
  margin: 0 20px 10px 0;
  border-right: rgba(255, 255, 255, 0.1) 1px solid;
  padding-right: 20px;
}

#footer h2 {
  font-size: 26px;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
}

#footer h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

#footer h4 {
  font-size: 15px;
  margin-bottom: 25px;
}

#footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

#footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}

#footer a > i.fa {
  padding-right: 6px;
}

#footer p {
  margin-top: 0;
}

#footer ul {
  margin-bottom: 0;
}

#footer hr {
  border: 0;
  margin: 20px 0;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  border-top: rgba(0, 0, 0, 0.4) 1px solid;
}

#footer address {
  margin-bottom: 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

#footer form input,
#footer form textarea {
  color: #999;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#footer form input[type=submit]:hover,
#footer form input:focus,
#footer form textarea:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

#footer form .input-group-addon {
  color: #999;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.25);
}

#footer form .input-group input,
#footer form .input-group textarea {
  margin-bottom: 0;
}

#footer form .input-group input::placeholder,
#footer form .input-group textarea::placeholder {
  color: #999999;
}

@media only screen and (max-width: 480px) {
  #footer h4 {
    margin-top: 60px;
    display: block;
  }
  #footer .mobile-block {
    margin-bottom: 25px !important;
  }
  #footer.footer-fixed .mobile-block {
    margin-bottom: 0 !important;
  }
  #footer .copyright {
    text-align: center;
  }
}
#footer ul.footer-links > li {
  padding-bottom: 10px;
  font-weight: 300;
}

#footer ul.footer-links > li > a {
  color: rgba(255, 255, 255, 0.6);
}

#footer ul.footer-links > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}

#footer ul.footer-links > li > a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 10px;
}

#footer ul.footer-list li {
  padding: 10px 0;
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
}

#footer ul.footer-list li small {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #ddd;
}

#footer.footer-light ul.footer-list li small {
  color: #999;
}

#footer ul.footer-list.half-paddings li {
  padding: 6px 0;
}

#footer ul.footer-list.half-paddings.noborder li {
  border: 0;
}

#footer ul.footer-posts > li {
  padding: 15px 0;
  border-bottom: rgba(255, 255, 255, 0.07) 1px solid;
}

#footer ul.footer-posts > li:first-child {
  padding-top: 0;
}

#footer ul.footer-posts > li:last-child {
  border-bottom: 0;
}

#footer ul.footer-posts > li > small {
  display: block;
}

#footer address .footer-sprite {
  margin-bottom: 20px;
  padding-left: 30px;
}

#footer address .footer-sprite:last-child {
  margin-bottom: 0;
}

#footer p {
  line-height: 18px;
}

#footer p.contact-desc {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: #403E44 1px dashed;
}

#footer address .footer-sprite.address {
  background-position: 0 0;
}

#footer address .footer-sprite.phone {
  background-position: 0 -138px;
  line-height: 30px;
}

#footer address .footer-sprite.email {
  background-position: 0 -247px;
}

#footer ul.inline-links > li + li:before {
  padding: 0 5px 0 0;
  content: "/ ";
  color: rgba(255, 255, 255, 0.3);
}

#footer .footer-gallery > a {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}

#footer .footer-gallery > a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #footer .footer-gallery {
    text-align: center;
  }
  #footer .footer-gallery > a,
  #footer .footer-gallery > img {
    float: none;
    margin-right: 0;
  }
  #footer .row > div {
    margin-bottom: 60px;
  }
}
footer.sticky {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  footer.sticky {
    top: auto !important;
    position: relative !important;
  }
}
#footer .btn,
#footer .form-control {
  height: 36px;
}

#footer .btn-sm,
#footer .btn-xs,
#footer .btn-lg,
#footer .btn-xlg {
  height: auto;
}

#footer .copyright ul.list-social-icons {
  height: 30px;
}

#footer .copyright ul.list-social-icons a.social-icon {
  margin: 0;
}

#footer a.social-icon {
  color: #999 !important;
}

div#payment-detail-carousel {
  height: 340px;
}
div#payment-detail-carousel .carousel-control-prev,
div#payment-detail-carousel .carousel-control-next {
  top: 100px;
  bottom: 100px;
  z-index: 999;
}
div#payment-detail-carousel .carousel-inner img {
  object-fit: cover;
  max-height: 340px;
  width: auto;
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}

section#account ul.account-options li {
  font-size: 18px;
  line-height: 38px;
}
section#account ul.account-options li a {
  color: #c10100;
  text-decoration: none;
}

.kizilay-tooltip__trigger {
  background: none;
  border: none;
  padding: 0;
  color: #c10100 !important;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500 !important;
  font-size: 0.95rem;
}

.global-spinner-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1080;
}

.global-spinner {
  position: relative;
  width: 64px;
  height: 64px;
}

.global-spinner.ball-scale-multiple > div {
  background-color: #c30000;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  animation: global-spinner-ball-scale-multiple 1.6s 0s linear infinite;
}

.global-spinner.ball-scale-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.global-spinner.ball-scale-multiple > div:nth-child(3) {
  animation-delay: -0.8s;
}

@keyframes global-spinner-ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* Basket Donot Info Icon */
.basket-donot-info-icon {
  width: 12px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .margin-top-content {
    margin-top: 20px !important;
  }
}

/*# sourceMappingURL=styles.min.css.map */
