input.error {
  border: 1px solid red !important;
}

.header-light-menu .login {
  margin-right: 0 !important;
}

select.error {
  border: 1px solid red !important;
}

/* Widget categories
/* ========================================================================== */
.widget-categories ul li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.widget-categories ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}
.widget-categories ul li a:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
}
.widget-categories ul li a:hover:before {
  -webkit-animation: bounceIn 0.4s;
  animation: bounceIn 0.4s;
}
/* Widget tabs
/* ========================================================================== */
.widget.shop-categories {
  margin-bottom: 15px;
  padding-bottom: 22px;
}
.widget.shop-categories .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: -4px;
  padding-left: 0px;
}
.widget.shop-categories .widget-content {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
  padding: 10px 15px;
}
.widget.shop-categories ul {
  /* margin: -10px -15px -10px -15px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  /**/
}
.widget.shop-categories ul li {
  padding: 10px 15px 10px 0px;
  overflow: hidden;
  display: block;
}
.widget.shop-categories ul li + li {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
}
.widget.shop-categories ul a {
  display: block;
  margin-right: 20px;
  color: #777777;
  font-size: 14px;
  font-weight: normal;
}

.widget.shop-categories > ul {
  margin-top: 0;
  padding-left: 0 !important;
  margin-left: 0;
}
.active-menu > a {
  color: var(--theme-deafult) !important;
}

.widget.shop-categories ul a:hover {
  color: var(--theme-deafult);
}
.widget.shop-categories ul a .count {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget.shop-categories ul ul.children {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: none;
  margin-top: 9px;
  padding-left: 21px;
}
.widget.shop-categories ul ul.children li {
  padding: 9px 15px 9px 0;
}
.widget.shop-categories ul ul.children a {
  margin-right: 0;
}
.widget.shop-categories ul .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget.shop-categories ul .arrow {
  float: right;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
}
.widget.shop-categories ul .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}

.filter-items .checkbox-filtre:last-child {
  border-bottom: 0px;
}

.shop-categories .widget-title {
  padding-top: 0;
  border-top: 0;
}

.sticky-toolbox {
  padding-top: 0;
  margin-bottom: 9px;
  padding-bottom: 2px;
}

/* The checkbox-filtre */
.checkbox-filtre {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* Hide the browser's default checkbox */
.checkbox-filtre input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  top: 31%;
  transform: translateY(-50%);
  left: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-filtre:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-filtre input:checked ~ .checkmark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-filtre input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-filtre .checkmark:after {
  left: 4px;
  top: 3px;
  font-size: 9px;
  font-family: "Font Awesome 5 Free";
  width: 5px;
  content: "\f00c";
  font-weight: 900;
  height: 10px;
}

.whatshapp-siparis i {
  font-size: 23px;
  color: green;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.whatshapp-siparis {
  font-weight: 500;
  background: #cccccc00;
  padding: 12px 15px;
  color: black;
  color: #232323;
  border: 1px solid #cccccc94;
  font-size: 13px;
  margin-right: 8px;
}

.telefon-siparis {
  font-weight: 500;
  background: #cccccc00;
  padding: 12px 15px;
  color: black;
  color: #232323;
  border: 1px solid #cccccc94;
  font-size: 13px;
}

.telefon-siparis i {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  color: #ff4b3c;
}

.whatshapp-siparis:hover,
.telefon-siparis:hover {
  color: #232323;
  transition: all 500ms;
  background: #cccccc1a;
}

.product-contact-button {
  margin-bottom: 32px;
  margin-top: 31px;
}

.product-incele {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.product-incele:hover {
  opacity: 1;
}

.product-incele {
  font-size: 1.4rem;
  font-weight: 700;
}

.free-cargo-str {
  margin-top: 15px;
  line-height: 23px;
}

.login-p {
  text-transform: inherit;
  color: #3a3a3a;
  font-weight: 600;
  font-size: 15px;
}

.payments ul {
  padding-left: 0px;
}

.payments ul li label {
  margin-bottom: 0;
  width: 100%;
  padding: 11px 25px;
  cursor: pointer;
}

.payments .first-payment-li input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.payments .first-payment-li > li {
  margin: 11px 0px;
  width: 100%;
  padding: 11px 10px;
  display: block;
  background: #cccccc12;
  border: 1px solid #cccccc82;
}

.havale-alan ul li {
  margin: 10px 0px;
  display: block;
}

.havale-alan {
  margin: 5px 0px 23px 0px;
  background: #ccc0;
  padding: 20px 16px;
  border: 1px solid #cccccc82;
}

.dashboard-detail ul li h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.dashboard-detail ul li .details .right {
  display: inline-block;
}

.dashboard-detail ul li .details .left {
  display: inline-block;
  margin-right: 18px;
  min-width: 32%;
  font-weight: normal;
}

.dashboard-detail ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc52;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.dashboard-detail ul li:last-child {
  border-bottom: 0px;
}

.dashboard-box {
  background: #cccccc1f;
  border: 1px solid #ccc3;
  padding: 5px 11px;
}

.footer-middle .widget-body {
  padding: 8px 0 0;
  color: #ccc;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer {
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
  background: #222;
  color: #ccc;
}

.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 13px;
    display: block;
    width: 100%;
}

.footer .social-link {
  letter-spacing: 0.005em;
  color: #999;
  border: 2px solid #999;
}

.footer-middle .widget {
  margin-bottom: 2.5rem;
}

.footer-middle {
  padding: 3.6rem 0 2.8rem;
  border-bottom: 1px solid #333;
}

.footer .copyright {
  margin: 0;
  font-size: 1.2rem;
  color: #777;
  line-height: 1.5;
}

.popin.generalAnnounce {
  width: 450px;
}

.popin {
  background-color: rgba(32, 32, 32, 0.95);
  width: 270px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  color: #c9c9c9;
  font-size: 12px;
  line-height: 17px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 6;
  border-radius: 5px;
}

.popin .closeBtn {
  cursor: pointer;
  display: block;
  font-size: 21px;
  position: absolute;
  margin-right: 8px;
  right: 8px;
  top: 10px;
  z-index: 1;
}

.popin .closeBtn i:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.popin .closeBtn:hover {
  opacity: 0.8;
  transition: all 500ms;
}

.popin .title-cerez {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
  color: #fff;
}

.popin.generalAnnounce a {
  color: #fff;
  text-decoration: underline;
}

.popin.generalAnnounce p {
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

.google-map iframe {
  width: 100%;
  height: 400px;
}

.home-modal {
  max-width: 750px;
  padding: 0;
}

.title-small {
  margin-bottom: 7px;
  font-size: 15px;
}

.title-description {
  font-size: 15px;
  text-transform: inherit;
  margin-top: -15px;
}

.one-vitrin {
  margin-top: 20px;
}

.category-descripton {
  margin-top: 30px;
  background: #cccccc0f;
  padding: 16px 25px;

  border: 1px solid #cccccc5c;
}

.category-descripton h4 {
  font-size: 17px;
  text-align: center;
  color: #444;
  margin-top: 16px;
}

.category-descripton p {
  font-size: 13.5px;
}

.kdv
{
    font-size: 15px;
    color: #d26e4b;
    margin-top: 4px;
}


.footer-middle .widget-body a
{
  color: rgb(153, 153, 153);;
}

.adres-satir a
{
      line-height: 19px;
}