@charset "UTF-8";
700&display=swap");
top-region {
  display: inline-block;
  float: left;
  width: 100%;
}

.autoComplete {
  position: absolute;
  border: 1px solid #ddd;
  top: 100%;
  left: 0px;
  right: 40px;
  z-index: 99999;
  background-color: #fff;
  border-top: 0;
  padding: 20px;
  box-shadow: 0 9px 9px -11px #000;
}
.autoComplete .footer a {
  font-size: 13px;
  color: #333;
  margin-top: 15px;
  display: inline-block;
  font-weight: bold;
}
.autoComplete .footer a:hover {
  text-decoration: none;
  color: #808080;
}
.autoComplete .topMenuSearchContentBoxListProductItemBox {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 7px;
}
.autoComplete .topMenuSearchContentBoxListProductItemBox img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.autoComplete .topMenuSearchContentBoxListProductItemBox .topMenuSearchContentBoxListProductItemBoxTextDiv {
  font-size: 12px;
  color: #333;
}

.fx-menu-additional {
  display: none;
}

.fx-menu {
  position: fixed !important;
  width: 100%;
  z-index: 1001;
  top: 0;
  margin: 0 !important;
}
.fx-menu ul {
  width: 80%;
  float: left;
}
.fx-menu .fx-menu-additional {
  top: 0;
  display: block;
  color: #fff;
  width: 20%;
  float: right;
  text-align: right;
}
.fx-menu .fx-menu-additional .basketButtonArea {
  max-width: 100%;
  min-height: initial;
  padding-top: 10px;
}
.fx-menu .fx-menu-additional .basketButtonArea .basketBtnGroup {
  margin-right: 0;
  border: 1px solid #fff;
}

.advSearchArea {
  padding: 20px;
  background-color: #dcdcdc;
  border-radius: 6px;
  margin-top: 5px;
}
.advSearchArea div[searchtip=extraKat] {
  margin: 0;
}
.advSearchArea div {
  width: min-content;
  width: -moz-min-content;
  width: -webkit-min-content;
  float: left;
  align-items: flex-end;
  margin-bottom: 13px;
  margin-right: 10px;
}
.advSearchArea div label {
  color: #505050;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 9px;
}
.advSearchArea [searchtip=extraKat] {
  display: flex;
  flex-wrap: wrap;
}
.advSearchArea advencedSearch {
  display: inline-block;
  float: left;
}
.advSearchArea advencedSearch .selectpicker {
  padding: 7px 24px 7px 8px;
  border-radius: 8px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  min-width: 15em;
  max-width: 15em;
  border: none;
  min-height: 35px;
  max-height: 35px;
  font-size: 13px;
  color: #444;
  border: 1px solid #cccccc;
  background-size: 12px;
}
.advSearchArea advencedSearch .selectpicker:active, .advSearchArea advencedSearch .selectpicker:focus, .advSearchArea advencedSearch .selectpicker:hover {
  box-shadow: none;
  outline: none;
}
.advSearchArea .advfilterBtn {
  padding: 0;
  float: right;
  margin-top: 21px;
}
.advSearchArea .advfilterBtn button {
  padding: 10px;
  background-color: #404040;
  color: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 6px;
  max-height: 35px;
  line-height: 1;
  font-size: 13px;
  font-size: 15px;
  width: 135px;
  border-radius: 5px;
  cursor: pointer;
}
.advSearchArea .clearBTN {
  color: #444444 !important;
  font-weight: 600;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-top: 8px;
}

.mm-opened .mTitleBlock {
  display: flex !important;
}
.mm-opened .menuBarMobile.mm-listview {
  display: block !important;
}

/*#region Dil Gösterim 2 */
/*#region Normal*/
.langType2 {
  list-style: none;
  float: right;
  color: #484848;
  max-height: fit-content;
  position: relative;
  margin-bottom: -1px;
  font-size: 13px;
  width: auto;
  min-width: 46px;
  text-align: center;
  padding: 10px 15px;
  margin-left: -1px;
  border-right: 1px solid #c1c1c1;
}
.langType2:hover ul {
  visibility: visible;
  opacity: 1;
}
.langType2 li {
  display: block;
  cursor: pointer;
}
.langType2 li span img {
  max-width: 19px;
  float: left;
  margin-right: 5px;
}
.langType2 li.lngItem img {
  max-width: 19px;
  float: left;
}
.langType2 ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0px;
  z-index: 9;
  border: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.langType2 ul:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
}
.langType2 ul li {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 100%;
  float: left;
}
.langType2 ul li span {
  float: right;
}
.langType2 ul li:after {
  content: "";
  position: absolute;
  width: 71%;
  display: block;
  height: 1px;
  bottom: 0px;
  right: 0;
  left: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.langType2 ul li:last-child:after {
  display: none;
}

.currType2 {
  list-style: none;
  float: right;
  color: #484848;
  max-height: fit-content;
  position: relative;
  margin-bottom: -1px;
  font-size: 13px;
  width: auto;
  min-width: 46px;
  text-align: center;
  padding: 10px 15px;
  margin-left: -1px;
  border-right: 1px solid #c1c1c1;
}
.currType2:hover ul {
  visibility: visible;
  opacity: 1;
}
.currType2 li {
  display: block;
  cursor: pointer;
}
.currType2 ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0px;
  z-index: 9;
  border: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.currType2 ul:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
}
.currType2 ul li {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 100%;
  float: left;
}
.currType2 ul li:after {
  content: "";
  position: absolute;
  width: 71%;
  display: block;
  height: 1px;
  bottom: 0px;
  right: 0;
  left: 10px;
  border-bottom: 1px solid #d3d3d3;
  width: 55%;
}
.currType2 ul li:last-child:after {
  display: none;
}

.activeSubLang {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 3px;
  padding: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0px;
  z-index: 9;
  border: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9 !important;
}

.selectedLang {
  color: #1ca900;
  font-weight: bold;
  font-size: 12px;
}

.selectedCurr {
  color: #1ca900;
  font-weight: bold;
  font-size: 12px;
}

/*#endregion */
/*#region Mobile*/
.userMobileButtonGroup {
  float: left;
  display: block;
  width: 100%;
}

.lang-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  right: 0;
  top: 100%;
  z-index: 1000;
  border: 1px solid #ddD;
}
.lang-content .lang {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 15px;
}
.lang-content .curr {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 15px;
}
.lang-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 80%;
  top: 15px;
  border-right: 1px solid #ddd;
}
.lang-content ul {
  width: 100%;
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lang-content ul li {
  width: 100%;
  float: left;
  display: block;
  font-size: 13px !important;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.lang-content ul li:last-child {
  border: none;
}
.lang-content ul li img {
  display: block;
  float: left;
  max-width: 19px;
}

.activeMobileLang {
  opacity: 1;
  visibility: visible;
}

.activeMobileIcon span {
  color: #1ca900 !important;
}

/*#endregion */
/*#endregion */
/*#region Market Tüm TASARIM */
.marketInformation {
  background-color: #2d2d2d;
  color: #fff;
  padding: 5px 0;
}
.marketInformation .mLeftBlock strong {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.marketInformation .mLeftBlock strong i {
  font-size: 25px;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.marketInformation .mLeftBlock strong span {
  float: left;
  display: inline-block;
  line-height: 25px;
}
.marketInformation .mLeftBlock strong:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ff8500;
  border-right: 1px solid #ff8500;
  transform: rotate(45deg);
  border-top-right-radius: 5px;
  margin-top: -7.5px;
  margin-left: 5px;
}
.marketInformation .mLeftBlock label {
  float: left;
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: #ff8500;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.marketInformation .mRightBlock strong {
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.marketInformation .mRightBlock strong i {
  font-size: 25px;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.marketInformation .mRightBlock strong span {
  float: right;
  display: inline-block;
  line-height: 25px;
}
.marketInformation .mRightBlock strong:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ff8500;
  border-left: 1px solid #ff8500;
  transform: rotate(-45deg);
  border-top-left-radius: 5px;
  margin-top: -7.5px;
  margin-right: 5px;
}
.marketInformation .mRightBlock label {
  float: right;
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 12px;
  color: #ff8500;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

/*#region SEHIR_SEC_MODAL */
#regionModal .modal-content {
  border-radius: 5px;
}
#regionModal .modal-content .modal-body {
  padding-bottom: 13px;
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
#regionModal .modal-content .modal-footer {
  padding: 15px;
}
#regionModal .modal-content .modal-footer .regionSubmitBtn {
  float: none;
  margin: auto;
  background-color: #8bc34a;
  border-radius: 100px;
  padding: 6px 19px;
  font-size: 13px;
}
#regionModal select {
  float: left;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#regionModal select:active, #regionModal select:focus {
  outline: none;
  box-shadow: none;
}

/*#endregion */
/*#region SAAT_LİST_MODAL*/
#marketTimeListModal .modal-content {
  padding: 15px !important;
  border-radius: 5px;
}
#marketTimeListModal .modal-content button.close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: -18px;
  margin-left: -18px;
  padding: 4px;
  border-radius: 100px;
  background-color: #ddd;
  opacity: 1;
  text-shadow: none;
}
#marketTimeListModal .modal-content button.close i {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
#marketTimeListModal .timeListHeader {
  padding: 10px 0;
}
#marketTimeListModal .timeListHeader i {
  font-size: 50px;
  float: left;
  display: inline-block;
}
#marketTimeListModal .timeListHeader strong {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
#marketTimeListModal .timeListHeader span {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #ea0000;
}
#marketTimeListModal ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 13px;
}
#marketTimeListModal ul li {
  float: left;
  display: inline-block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  background-color: #5a5a5a;
  color: #ffffff;
  width: 14.28% !important;
  box-shadow: -1px 0px 0px #ddd;
}
#marketTimeListModal ul span {
  float: left;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
}
#marketTimeListModal ul span span {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 6px;
  width: 100%;
  background-color: #5a5a5a;
  color: #fff;
}
#marketTimeListModal ul span strong {
  float: left;
  display: block;
  width: 100%;
}
#marketTimeListModal ul ol {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 0;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
#marketTimeListModal ul ol li {
  float: none;
  display: block;
  width: auto !important;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  color: #000;
}
#marketTimeListModal ul ol li:last-child {
  border-bottom: none;
}
#marketTimeListModal ul ol li[disabled] {
  color: #c1c1c1;
  text-decoration: line-through;
}
#marketTimeListModal ul ol .maxOrder {
  overflow: hidden;
  text-decoration: line-through;
  color: #c1c1c1;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  .marketInformation {
    padding: 10px 15px !important;
  }
  .marketInformation .mLeftBlock {
    border-bottom: 1px solid #fff;
  }
  .marketInformation strong span {
    display: none !important;
  }
  .marketInformation strong:after {
    display: none;
  }
  .marketInformation label {
    margin: 0 !important;
    padding: 0 !important;
  }
  #marketTimeListModal .modal-body {
    overflow-x: auto;
    white-space: nowrap;
  }
  #marketTimeListModal ul li {
    float: left;
    display: inline-block;
    width: 100px !important;
  }
}
@media (max-width: 498px) {
  .advSearchArea advencedSearch .selectpicker {
    max-width: 100%;
    min-width: 100%;
  }
  .advSearchArea div {
    width: 100%;
  }
  .advSearchArea .advfilterBtn {
    display: flex;
    padding: 0 18px;
  }
  .advSearchArea .advfilterBtn button {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .advSearchArea .advfilterBtn {
    display: flex;
  }
  .advSearchArea .advfilterBtn button {
    margin-right: 10px;
  }
}
/*#endregion*/
/*#endregion */
/*Responsive breakpoints Bootstrap 4.1 esas alinarak duzenlenmistir*/
/*Boyutlarin degistirilmesi responsive de sorun olusturabilir*/
:root {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
}

body {
  font-family: "Noto Sans", sans-serif !important;
}

.MegaActive .header__mega-menu {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  max-height: 300px;
  overflow: auto;
}
.MegaActive .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99 !important;
  display: block !important;
  top: 0;
}

top-region {
  font-family: "Noto Sans", sans-serif;
}
top-region header {
  position: relative;
}
top-region header .headerTopArea {
  background-color: #242933;
}
top-region header .headerUserArea .myAccountBtn {
  overflow: hidden;
}
top-region header .headerUserArea .myAccountBtn span {
  color: transparent;
  margin-left: -60px;
  cursor: pointer;
}
top-region header .headerUserArea .myAccountBtn span b {
  color: #fff;
}
top-region header .headerUserArea .topUserDropDown {
  z-index: 999999;
  left: unset !important;
  right: 0;
}
top-region header .headerUserArea .topUserDropDown a {
  color: #242933 !important;
}
top-region header .headerUserArea .topUserDropDown li {
  float: left;
  width: 100%;
  text-align: right;
}
top-region header .headerUserArea .langSelectButton {
  cursor: pointer;
}
top-region header .dinamikSolMenu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}
top-region header .dinamikSolMenu li {
  display: inline-block;
  float: left !important;
  padding: 9px 10px !important;
  width: auto;
  position: relative;
  line-height: 20px;
}
top-region header .dinamikSolMenu li a {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  float: left;
}
top-region header .dinamikSolMenu li + li:before {
  content: "";
  left: 0;
  background-color: #fff;
  padding: 0.5px;
  position: absolute;
  top: 7px;
  bottom: 7px;
}
top-region header .userButtonGroup img {
  max-height: 16px;
}
top-region header .userButtonGroup a {
  color: #fff !important;
  font-size: 13px;
  display: inline-block;
  float: right !important;
  padding: 9px 10px !important;
  width: auto;
  position: relative;
}
top-region header .userButtonGroup a + a:before {
  content: "";
  right: 0;
  background-color: #fff;
  padding: 0.5px;
  position: absolute;
  top: 7px;
  bottom: 7px;
}
top-region header .headerBottomArea {
  background-color: #f98602;
  z-index: 999 !important;
  position: relative;
}
top-region header .headerBottomArea .basicBottomMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
top-region header .headerBottomArea .basicBottomMenu li.dropMenuLi {
  float: left;
  display: block;
}
top-region header .headerBottomArea .basicBottomMenu li.dropMenuLi a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 17px 10px;
  z-index: 999;
  font-weight: bold;
}
top-region header .headerBottomArea .basicBottomMenu li.dropMenuLi a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
top-region header .headerBottomArea .basicBottomMenu li.dropMenuLi a i {
  margin-right: 10px;
}
top-region header .headerBottomArea .basicBottomMenu li.dropMenuLi .dropItem:hover + .menuDropDown {
  display: block;
}
top-region header .headerBottomArea .basicBottomMenu li.otherMenu .dLabel {
  min-width: 43px;
  text-align: center;
}
top-region header .headerBottomArea .basicBottomMenu li.otherMenu li a span {
  margin: 0 !important;
  float: left !important;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown {
  margin-top: 0px;
  border-radius: 0;
  background-color: #f1f1f1;
  padding: 0;
  border: none;
  min-width: 200px;
  width: 100%;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown li {
  width: 100%;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .menuDropDown {
  top: auto;
  left: 100%;
  margin-top: -39px;
  border-left: 0;
  background-color: #e6e6e6;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .menuDropDown:before {
  display: none;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .menuDropDown .DDLast {
  margin-top: -39px;
  background-color: #dedede;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu a {
  color: #333;
  padding: 10px 12px;
  margin-bottom: 0;
  width: 100%;
  font-size: 11px;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu a:hover {
  color: #fff;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu a span {
  float: right;
  margin-top: 3px;
  margin-left: 15px;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .active {
  color: #fff;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown:hover {
  display: block;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown:before {
  content: " ";
  position: absolute;
  left: 15px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f1f1f1;
  margin-top: -7.5px;
  z-index: 99999;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-megaMenu {
  height: 100px;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #efefef;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu a:hover, top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .active {
  color: #333 !important;
}
top-region header .headerBottomArea .basicBottomMenu .menuDropDown .dropdown-submenu .menuDropDown {
  background-color: #fff;
  margin-top: -37px;
  box-shadow: none;
  border: 1px solid #efefef;
}
top-region header .headerBottomArea .megaStarter, top-region header .headerBottomArea .header__single-cat, top-region header .headerBottomArea .header__user-name {
  font-size: 15px;
  padding: 19px 0;
  float: left;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
}
top-region header .headerBottomArea .header__user-name {
  float: right;
}
top-region header .headerBottomArea .header__single-cat {
  padding-left: 10px;
  padding-right: 10px;
}
top-region header .headerBottomArea .header__dynamic-ul {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60px;
  width: auto;
}
top-region header .headerBottomArea .header__dynamic-ul li {
  height: 60px;
  display: inline-block;
  float: left;
  position: relative;
}
top-region header .headerBottomArea .header__dynamic-ul li a {
  font-size: 15px;
  padding: 19px 0;
  float: left;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
top-region header .headerBottomArea .header__dynamic-ul li a.dropItem.active + ul {
  display: block;
  height: auto !important;
  top: 90%;
}
top-region header .headerBottomArea .header__dynamic-ul li a.dropItem.active + ul li {
  height: auto !important;
  width: 100%;
}
top-region header .headerBottomArea .header__dynamic-ul li a.dropItem.active + ul li a {
  color: #333 !important;
  height: auto !important;
  width: 100%;
  padding: 5px 10px;
}
top-region header .headerMiddleArea .header__logo img {
  max-width: 100%;
  padding: 20px 5px;
  height: 104px;
  object-fit: contain;
}
top-region header .headerMiddleArea .header__basket-area {
  background-image: url(/Themes/StandartV2/assets/img/sepetiniz.png);
  background-position: 85px -140px;
  background-size: unset;
  overflow: hidden;
}
top-region header .headerMiddleArea .header__basket-area::after {
  content: "";
  width: 600px;
  height: 300px;
  background-color: transparent;
  position: absolute;
  left: 80px;
  transform: rotate(20deg);
  top: -40px;
  box-shadow: inset 8px 0px 15px #000;
  opacity: 0.3;
}
top-region header .headerMiddleArea .header__basket-area::before {
  content: "";
  background-color: transparent;
  position: absolute;
  width: 50px;
  height: 600px;
  transform: rotateZ(-20deg);
  top: -335px;
  left: 50px;
  box-shadow: inset 10px 0px 15px #000;
  opacity: 0.3;
}
top-region header .headerMiddleArea .header__basket-area .basketUrlBtn {
  padding: 23px 0;
  float: left;
  width: auto;
  display: inline-block;
  position: relative;
  left: 45%;
  top: 0;
  min-width: 200px;
  z-index: 99;
  cursor: pointer;
}
top-region header .headerMiddleArea .header__basket-area .basketUrlBtn i {
  right: auto !important;
  position: absolute;
  top: 45px;
  left: 35px;
  background-color: #f00;
  border-radius: 100%;
  width: auto;
  height: 20px;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 20px;
  padding: 0 7px;
  font-size: 14px;
}
top-region header .headerMiddleArea .header__basket-area .basketUrlBtn img, top-region header .headerMiddleArea .header__basket-area .basketUrlBtn span, top-region header .headerMiddleArea .header__basket-area .basketUrlBtn strong {
  float: left;
  display: inline-block;
}
top-region header .headerMiddleArea .header__basket-area .basketUrlBtn span, top-region header .headerMiddleArea .header__basket-area .basketUrlBtn strong {
  margin-left: 12px;
  width: 130px;
  position: relative;
}
top-region header .headerMiddleArea .header__basket-area .basketUrlBtn .basketTitle {
  margin-top: 12px;
}
top-region .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 3 !important;
  background-color: rgba(0, 0, 0, 0.48);
  left: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  transition-delay: 0.1s;
}
top-region .autoComplete {
  left: 15px;
  right: 15px;
  z-index: 999999;
}
top-region .fx-menu ul {
  width: auto;
}
top-region .header_info .topMenuSearchInfoMail {
  font-family: "Titillium Web";
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
top-region .header_info .topMenuSearchInfoMail a {
  text-decoration: unset !important;
  float: left;
  width: 100%;
  padding: 2px 0;
  font-size: 15px !important;
}
top-region .header_info .topMenuSearchInfoMail a span {
  padding: 3px 5px 0px 0;
  font-size: 14px;
  float: left;
}
top-region .header_info .topMenuSearchInfoMail a small {
  float: left;
}
top-region .header__search-area {
  padding: 30px 15px !important;
}
top-region .header__search-area .topSearchArea {
  text-align: right;
  display: block;
}
top-region .header__search-area label {
  position: absolute;
  top: -20px;
  color: #d6d6d6;
  font-size: 20px;
  z-index: 2;
  right: auto;
  left: 0;
  background-color: #fff;
  padding: 0 15px 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
top-region .header__search-area .btn {
  background-color: transparent !important;
  color: #242933 !important;
  border: none !important;
  padding-bottom: 18px;
}
top-region .header__search-area .btn i {
  transform: scale(2);
}
top-region .header__search-area .btn-giris-yap {
  background-color: #f98602 !important;
  padding: 0.5rem 1rem !important;
  padding-bottom: 0.5rem !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "Titillium Web";
}
top-region .header__search-area input {
  max-width: 100%;
  display: inline-block;
  width: 420px !important;
  border: none;
  padding-left: 20%;
}
top-region .header__search-area .sbox {
  position: relative;
  width: auto;
  float: right;
}
top-region .header__search-area .sbox::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #9E9E9E;
}
top-region .header__search-area .sbox::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #9E9E9E;
}
top-region .header__search-area .searchBtn {
  display: inline-block;
}
top-region .header__mega-menu > li {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 20px;
}
top-region .header__mega-menu > li a {
  color: #333 !important;
  text-decoration: none !important;
  font-size: 12px;
}
top-region .header__mega-menu > li > a {
  font-weight: bold;
}
top-region .header__mega-menu > li ul {
  list-style: none;
  padding: 0;
}

.tablo-baslik {
  background-color: #ededed;
  margin: 5px 0 !important;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #fff;
}
.tablo-baslik div {
  padding: 10px 15px;
  border-left: 1px solid #333;
}
.tablo-baslik div:first-child {
  border-left: unset !important;
}

.advancedSearchArea {
  padding: 10px 0;
  background-color: #193051 !important;
}
.advancedSearchArea div {
  width: unset;
}
.advancedSearchArea .miniBaslik {
  max-height: 20px;
}
.advancedSearchArea strong {
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
  float: right;
}
.advancedSearchArea input[type=text] {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent;
  color: #fff;
  height: 55%;
  margin: 10px 0;
  float: left;
  width: calc(100% - 30px);
  max-width: none !important;
  min-width: unset !important;
}
.advancedSearchArea span, .advancedSearchArea label {
  color: #fff !important;
  font-size: 12px !important;
}
.advancedSearchArea select {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
  width: 100%;
  padding: 0 !important;
  font-size: 13px;
  float: left;
  box-shadow: none !important;
  outline: none !important;
  height: 36px;
}
.advancedSearchArea select option {
  font-size: 16px;
  color: #333;
  padding: 3px 15px;
}
.advancedSearchArea .br-left {
  border-left: 2px solid #f8b101;
  padding: 0;
}
.advancedSearchArea .br-left span, .advancedSearchArea .br-left label {
  padding: 2px 15px !important;
  float: left;
  margin: 0 !important;
  width: 100%;
  text-transform: capitalize;
}
.advancedSearchArea .br-left select {
  margin: 0 !important;
  padding: 0 15px !important;
  float: left !important;
  display: block;
  max-width: 100%;
}
.advancedSearchArea .br-left input {
  font-size: 11px;
  color: #fff;
  margin: 0 15px;
  border-color: #354d6f !important;
  border-radius: 0;
  padding: 0 !important;
  height: 35px;
  min-height: unset;
}
.advancedSearchArea .advfilterBtn {
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
  color: #f8b101 !important;
  float: none;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: auto 0 !important;
}
.advancedSearchArea .advfilterBtn button, .advancedSearchArea .advfilterBtn a {
  cursor: pointer;
  text-decoration: none !important;
}
.advancedSearchArea .advfilterBtn button {
  padding: 7px 10px;
  font-size: 11px;
  margin-top: 0 !important;
}

html body #app-content advencedsearch .selection {
  padding: 0 !important;
  outline: none !important;
  border: none !important;
}
html body #app-content advencedsearch .selection .select2-selection--single {
  background-color: transparent !important;
  height: unset !important;
}
html body #app-content advencedsearch .selection .select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}
html body #app-content advencedsearch .selection span {
  padding: 0 !important;
  outline: none !important;
  border: none !important;
}
html body #app-content advencedsearch .select2 {
  width: 100% !important;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  html.mm-front body .mm-menu {
    display: block !important;
  }
  top-region .headerUserArea .userButtonGroup {
    display: none !important;
  }
  top-region .header__search-area .sbox {
    width: 100% !important;
  }
  top-region .header__search-area .sbox .searchInput {
    width: 80% !important;
  }
  top-region .header__search-area .sbox:before, top-region .header__search-area .sbox:after {
    width: 65%;
  }
  top-region .header__logo {
    text-align: center;
  }
  top-region .mobileCategoryButton {
    display: inline-block !important;
    float: left;
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    line-height: 1;
  }
  top-region .mobileMyAccountButton strong {
    font-size: 13px;
    font-weight: 100;
    padding: 5px;
    float: left;
    top: 5px;
    position: relative;
  }
  top-region .mobileMyAccountButton span {
    float: left;
  }
  top-region .mobileMyAccountButton i {
    display: none;
  }
  top-region .mobileBasketButton, top-region .profileBtn {
    display: inline-block !important;
    float: right;
    color: #fff !important;
    font-size: 30px;
    padding: 5px 15px 5px 0;
    line-height: 1;
  }
  top-region .mobileBasketButton i, top-region .profileBtn i {
    font-size: 15px;
    font-style: normal;
  }
  top-region .mobileBasketButton span, top-region .profileBtn span {
    font-size: 25px;
    padding: 4px;
  }
  .mm-panel {
    float: left;
    width: 100%;
  }
  .mm-panel .menuDropDown {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel {
    padding: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel ul {
    padding-left: 20px !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel > .subMenuDrop {
    background-color: #e6e6e6;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel > .DDLast {
    background-color: #cccccc;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .mTitleBlock .pe-7s-menu {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .mm-panel .menuBarMobile .dropItem .fa-angle-right {
    display: none;
  }
  .mm-listview > li:not(.mm-divider):after {
    color: #ccc !important;
    left: 0 !important;
  }
  .menuBarMobile > li > .mm-panel .mm-panel .mm-listview > li:not(.mm-divider):after {
    color: #afafaf;
  }
  .mm-listview .mm-next:before {
    color: #ccc;
  }
  .DDLast > li:not(.mm-divider):after {
    color: #9e9e9e !important;
    left: -20px !important;
  }
  top-region .header__search-area .sbox .searchInput {
    width: 88% !important;
    font-size: 12px;
  }
  top-region .header__search-area label {
    font-size: 12px;
    top: -9px;
  }
  top-region .header__search-area {
    padding: 5px 15px 20px 15px !important;
  }
  top-region .header__search-area .sbox::before {
    bottom: 0 !important;
  }
  top-region .header__search-area .sbox::after {
    top: 0 !important;
  }
  top-region .header__search-area .btn i {
    transform: scale(1.5);
  }
  .color-circles {
    padding: 0 !important;
  }
  .color-circles hr {
    display: block !important;
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  html.mm-front body .mm-menu {
    display: block !important;
  }
  top-region .headerUserArea .userButtonGroup {
    display: none !important;
  }
  top-region .header__search-area .sbox {
    width: 100% !important;
  }
  top-region .header__search-area .sbox .searchInput {
    width: 80% !important;
  }
  top-region .header__search-area .sbox:before, top-region .header__search-area .sbox:after {
    width: 65%;
  }
  top-region .header__logo {
    text-align: center;
  }
  top-region .mobileCategoryButton {
    display: inline-block !important;
    float: left;
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    line-height: 1;
  }
  top-region .mobileMyAccountButton strong {
    font-size: 13px;
    font-weight: 100;
    padding: 5px;
    float: left;
    top: 5px;
    position: relative;
  }
  top-region .mobileMyAccountButton span {
    float: left;
  }
  top-region .mobileMyAccountButton i {
    display: none;
  }
  top-region .mobileBasketButton, top-region .profileBtn {
    display: inline-block !important;
    float: right;
    color: #fff !important;
    font-size: 30px;
    padding: 5px 15px 5px 0;
    line-height: 1;
  }
  top-region .mobileBasketButton i, top-region .profileBtn i {
    font-size: 15px;
    font-style: normal;
  }
  top-region .mobileBasketButton span, top-region .profileBtn span {
    font-size: 25px;
    padding: 4px;
  }
  .mm-panel {
    float: left;
    width: 100%;
  }
  .mm-panel .menuDropDown {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel {
    padding: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel ul {
    padding-left: 20px !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel > .subMenuDrop {
    background-color: #e6e6e6;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel > .DDLast {
    background-color: #cccccc;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .mTitleBlock .pe-7s-menu {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .mm-panel .menuBarMobile .dropItem .fa-angle-right {
    display: none;
  }
  .mm-listview > li:not(.mm-divider):after {
    color: #ccc !important;
    left: 0 !important;
  }
  .menuBarMobile > li > .mm-panel .mm-panel .mm-listview > li:not(.mm-divider):after {
    color: #afafaf;
  }
  .mm-listview .mm-next:before {
    color: #ccc;
  }
  .DDLast > li:not(.mm-divider):after {
    color: #9e9e9e !important;
    left: -20px !important;
  }
  .color-circles {
    padding: 0 !important;
  }
  .color-circles hr {
    display: block !important;
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html.mm-front body .mm-menu {
    display: block !important;
  }
  top-region .headerUserArea .userButtonGroup {
    display: none !important;
  }
  top-region .header__search-area .sbox {
    width: 100% !important;
  }
  top-region .header__search-area .sbox .searchInput {
    width: 80% !important;
  }
  top-region .header__search-area .sbox:before, top-region .header__search-area .sbox:after {
    width: 65%;
  }
  top-region .header__logo {
    text-align: center;
  }
  top-region .mobileCategoryButton {
    display: inline-block !important;
    float: left;
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    line-height: 1;
  }
  top-region .mobileMyAccountButton strong {
    font-size: 13px;
    font-weight: 100;
    padding: 5px;
    float: left;
    top: 5px;
    position: relative;
  }
  top-region .mobileMyAccountButton span {
    float: left;
  }
  top-region .mobileMyAccountButton i {
    display: none;
  }
  top-region .mobileBasketButton, top-region .profileBtn {
    display: inline-block !important;
    float: right;
    color: #fff !important;
    font-size: 30px;
    padding: 5px 15px 5px 0;
    line-height: 1;
  }
  top-region .mobileBasketButton i, top-region .profileBtn i {
    font-size: 15px;
    font-style: normal;
  }
  top-region .mobileBasketButton span, top-region .profileBtn span {
    font-size: 25px;
    padding: 4px;
  }
  .mm-panel {
    float: left;
    width: 100%;
  }
  .mm-panel .menuDropDown {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel {
    padding: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel ul {
    padding-left: 20px !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel > .subMenuDrop {
    background-color: #e6e6e6;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel,
  .mm-panel .menuBarMobile > li > .mm-panel .mm-panel > .DDLast {
    background-color: #cccccc;
    border: none !important;
    border-radius: 0 !important;
  }
  .mm-panel .mTitleBlock .pe-7s-menu {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .mm-panel .menuBarMobile .dropItem .fa-angle-right {
    display: none;
  }
  .mm-listview > li:not(.mm-divider):after {
    color: #ccc !important;
    left: 0 !important;
  }
  .menuBarMobile > li > .mm-panel .mm-panel .mm-listview > li:not(.mm-divider):after {
    color: #afafaf;
  }
  .mm-listview .mm-next:before {
    color: #ccc;
  }
  .DDLast > li:not(.mm-divider):after {
    color: #9e9e9e !important;
    left: -20px !important;
  }
}
@media (max-width: 1350px) {
  .advancedSearchArea strong {
    font-size: 20px !important;
  }
  .advancedSearchArea .br-left {
    overflow: hidden;
  }
  .advancedSearchArea .br-left span, .advancedSearchArea .br-left select, .advancedSearchArea .br-left input {
    padding: 2px 3px !important;
    font-size: 11px !important;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .ekAlanAktif .col-xl-1 {
    max-width: 7.5%;
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
  }
  .ekAlanAktif .col-xl-2 {
    max-width: 17.5%;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
  }
}
.color-circles .nostock-circle {
  background-color: #f1f1f1;
}
.color-circles .criticstock-circle {
  background-color: #ffeed6;
}
.color-circles .criticstock-circle, .color-circles .nostock-circle {
  border-radius: 100%;
  height: 20px;
  width: 20px;
  margin: 5px;
  padding: 5px;
  box-shadow: 0px 0px 5px #b7b7b7;
  -moz-box-shadow: 0px 0px 5px #b7b7b7;
  -webkit-box-shadow: 0px 0px 5px #b7b7b7;
}
.color-circles span, .color-circles label {
  float: left;
}
.color-circles label {
  padding: 5px;
}

#uymSearch {
  padding: 10px;
  background-color: #FF5722;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 6px;
  max-height: 40px;
  font-size: 13px;
  cursor: pointer;
}

[data-tip=uymAra] {
  padding: 5px 5px !important;
  text-align: center;
}

#uymSearch {
  padding: 10px 5px !important;
}

@media (max-width: 1715px) {
  /*.advfilterBtn button, #uymSearch {
      color: transparent !important;
      width: 36px;
  }*/
  .advfilterBtn button i, #uymSearch i {
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  html body .header__search-area {
    padding: 20px 5px !important;
  }
}
.b2b-hover-image {
  border-radius: 10px;
  border: 1px solid #333;
  z-index: 9999;
  position: fixed;
}
.b2b-hover-image img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  float: left;
  position: relative;
  border-radius: 10px;
  background-color: #f1f1f1 !important;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  .advancedSearchArea .br-left {
    border: none !important;
  }
  .advancedSearchArea .br-left > select, .advancedSearchArea .br-left > input, .advancedSearchArea .br-left > span {
    margin: 0 15px !important;
  }
  .advancedSearchArea .advfilterBtn {
    text-align: center !important;
  }
  .advancedSearchArea .miniBaslik {
    color: #f27f1f !important;
  }
  list-region .listCategoryTop {
    background-color: #f1f1f1;
  }
  list-region .listCategoryTop .siralama_list {
    background-color: #f1f1f1;
  }
  list-region .listCategoryTop .breadcrumbBlock {
    padding: 0 !important;
  }
  list-region .listCategoryTop .breadcrumbBlock .listOrderBlock {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .advancedSearchArea .br-left {
    border: none !important;
  }
  .advancedSearchArea .br-left > select, .advancedSearchArea .br-left > input, .advancedSearchArea .br-left > span {
    margin: 0 15px !important;
  }
  .advancedSearchArea .advfilterBtn {
    text-align: center !important;
  }
  .advancedSearchArea .miniBaslik {
    color: #f27f1f !important;
  }
  list-region .listCategoryTop {
    background-color: #f1f1f1;
  }
  list-region .listCategoryTop .siralama_list {
    background-color: #f1f1f1;
  }
  list-region .listCategoryTop .breadcrumbBlock {
    padding: 0 !important;
  }
  list-region .listCategoryTop .breadcrumbBlock .listOrderBlock {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advancedSearchArea advencedSearch {
    padding: 0 10px;
  }
  .advancedSearchArea advencedSearch .br-left {
    margin-bottom: 5px;
  }
  .advancedSearchArea advencedSearch .br-left > select, .advancedSearchArea advencedSearch .br-left > input, .advancedSearchArea advencedSearch .br-left > span {
    margin: 0 15px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advancedSearchArea advencedSearch {
    padding: 0 10px;
  }
  .advancedSearchArea advencedSearch .br-left {
    margin-bottom: 5px;
  }
  .advancedSearchArea advencedSearch .br-left > select, .advancedSearchArea advencedSearch .br-left > input, .advancedSearchArea advencedSearch .br-left > span {
    margin: 0 15px !important;
  }
}
.select2-container .select2-dropdown {
  max-width: 90vw;
  min-width: 250px;
}

.priceShowHide {
  background-color: #e0e0e0;
  border: 1px solid #ddd;
  position: fixed;
  right: 43px;
  bottom: 100px;
  padding: 10px;
  cursor: pointer;
  z-index: 9999999999999;
}

.afterCont:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  height: 30px;
  border-left: 1px solid #989898;
  transform: rotate(45deg);
}

.priceShowHide i {
  float: left;
  display: block;
  font-size: 30px;
  color: #989898;
}