@charset "UTF-8";
300;600&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*/
top-region {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #333;
}
top-region .headerTopArea {
  padding: 4px 0 !important;
  position: relative;
}
top-region .headerTopArea .logo {
  width: auto;
  height: 100%;
  max-height: 45px;
}
top-region .headerTopArea .link-area {
  align-self: center;
  display: flex;
}
top-region .headerTopArea .link-area .userButtonGroup {
  display: flex;
  float: right;
  position: relative;
  align-items: center;
}
top-region .headerTopArea .link-area .userButtonGroup .userGroupBtn {
  padding: 0 10px;
  display: block !important;
  color: var(--textcolor, #ddd);
  align-self: center;
  border-left: 1px solid var(--textcolor, #ddd);
  font-size: 17px;
}
top-region .headerTopArea .link-area .userButtonGroup .langType2 {
  border-right: none;
  padding: 3px 8px;
  align-self: center;
  display: block;
  margin-right: 5px;
}
top-region .headerTopArea .link-area .userButtonGroup .langType2 .lngItem {
  display: flex;
}
top-region .headerTopArea .link-area .userButtonGroup .langType2 span {
  color: #fff;
  display: flex;
}
top-region .headerTopArea .link-area .userButtonGroup .currType2 {
  color: #fff;
  padding: 0 15px;
  align-self: center;
  float: left;
  height: 100%;
  padding-top: 2px;
}
top-region .headerTopArea .link-area .userButtonGroup .langType2 ul li span, top-region .headerTopArea .link-area .userButtonGroup .currType2 ul li span {
  color: #333;
}
top-region .headerTopArea .link-area .userButtonGroup .langSelectButton {
  font-size: 14px;
  cursor: pointer;
}
top-region .headerTopArea .link-area .userButtonGroup .langSelectButton img {
  max-height: 26px;
}
top-region .headerTopArea .link-area .userButtonGroup .mobileLangSelectButton {
  color: #fff;
  font-size: 24px;
}
top-region .headerTopArea .link-area .accoundDropdown {
  display: block !important;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  border-radius: 0 !important;
  border-top: none !important;
  will-change: transform !important;
  background-color: #fff;
  padding: 10px !important;
  width: auto !important;
  transform: none !important;
  border-color: var(--textcolor, #ddd);
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown li {
  display: inline-block;
  float: right;
  text-align: right;
  width: 100%;
  padding: 0 5px;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown li .envoy-title {
  background-color: #a2a2a2;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown li .envoy-content p {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown li .envoy a {
  text-transform: unset !important;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown a {
  font-weight: 200;
  font-size: 13px;
  width: 100%;
  text-align: right;
  float: right;
  padding: 5px 0;
  color: var(--maincolor, #000);
  text-transform: uppercase;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown a:after {
  display: none;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown a:hover {
  text-decoration: none;
}
top-region .headerTopArea .link-area .accoundDropdown .topUserDropDown:hover {
  display: block;
}
top-region .headerTopArea .link-area .accoundDropdown .myAccountBtn {
  display: flex !important;
}
top-region .headerTopArea .link-area .accoundDropdown .myAccountBtn span {
  color: #fff;
  font-size: 14px;
  width: max-content;
  cursor: pointer;
}
top-region .headerTopArea .link-area .accoundDropdown .myAccountBtn i {
  margin-left: 2px;
}
top-region .headerTopArea .mobileCategoryButton {
  color: #fff;
  font-size: 19px;
}
top-region .headerMiddleArea {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
top-region .headerMiddleArea .header-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
top-region .headerMiddleArea .header-menu-links > li {
  float: left;
  position: relative;
  transition: all 0.3s ease;
}
top-region .headerMiddleArea .header-menu-links > li a {
  color: var(--textcolor, #ddd) !important;
  text-decoration: none !important;
  padding: 5px 15px;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
}
top-region .headerMiddleArea .header-menu-links > li:hover > ul {
  display: block;
  border-top: unset;
  background-color: #fff;
}
top-region .headerMiddleArea .header-menu-links > li:hover > a {
  color: #fff !important;
}
top-region .headerMiddleArea .header-menu-links > li .subMenuDrop {
  margin-top: -3px;
}
top-region .headerMiddleArea .header-menu-links > li .subMenuDrop li .dropItem {
  color: #333 !important;
  font-size: 12px;
  transition: all 0.3s ease;
}
top-region .headerMiddleArea .header-menu-links > li .subMenuDrop li .dropItem:hover {
  font-weight: 600;
}

body .mobileMenuContainer {
  background-color: #f9f9f9;
  display: none;
  width: 80% !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -10 !important;
  left: -100% !important;
  position: absolute;
  height: 0 !important;
  font-family: Inter, sans-serif;
}
body .mobileMenuContainer .mm-vertical {
  padding: 0;
}
body .mobileMenuContainer .mm-vertical .mTitleBlock {
  margin-bottom: 2px !important;
  padding: 0px 0;
  margin-top: -20px !important;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}
body .mobileMenuContainer .mm-vertical .pe-7s-menu {
  font-size: 30px;
  padding: 10px 9px 10px 19px;
  float: left;
}
body .mobileMenuContainer .mm-vertical .mTitle {
  float: left;
  padding: 15px 0;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile {
  width: 100%;
  margin: 0;
  float: left;
  display: none;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile .menuDropDown .menuDropDown {
  float: left;
  position: relative;
  display: block;
  background-color: #bfbfbf;
  border-radius: 0;
  border: none;
  width: 100%;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li {
  float: left;
  width: 100%;
  background-color: #fff;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .dropItem {
  font-size: 14px;
  color: #222;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .dropItem span.fa-angle-right {
  display: none;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li:after {
  display: none;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .mm-next {
  background: #fff !important;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .mm-next:after {
  border: none;
  content: "\e688";
  font-family: "Pe-icon-7-stroke";
  transform: rotate(0);
  font-size: 30px;
  left: 4px;
  top: 9px !important;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .mm-next:before {
  display: none;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .mm-panel {
  float: left;
  width: 100%;
  padding: 0;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop {
  position: relative;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li {
  padding-left: 20px;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li .dropItem {
  font-size: 13px;
  color: #444;
  padding: 7px 20px;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li:after {
  border-color: #d8d8d8;
  font-size: 27px;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li .mm-next {
  right: 20px;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li .DDLast li a {
  color: #666 !important;
}
body .mobileMenuContainer .mm-vertical .menuBarMobile li .subMenuDrop li.mm-opened .dropItem {
  color: #000;
}
body .mobileMenuContainer .mm-vertical .mm-listview li.mm-vertical.mm-opened > .mm-next:after {
  border: none;
  content: "\e682";
  font-family: "Pe-icon-7-stroke";
  transform: rotate(0);
  font-size: 30px;
  left: 0px;
  top: 9px !important;
}
body .mobileMenuContainer .mm-vertical .mm-listview li.mm-vertical.mm-opened:after {
  display: none;
}
body .mobileMenuContainer .mm-vertical .mm-listview > li:not(.mm-divider):after {
  left: 0;
}
body .mm-opened {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 5 !important;
  left: 0 !important;
  height: auto !important;
  position: relative;
  display: block !important;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  top-region .headerTopArea .logo-area {
    order: 1;
    margin-bottom: 10px;
  }
  top-region .headerTopArea .link-area {
    order: 2;
    padding-right: 0 !important;
  }
  top-region .headerTopArea .link-area .userButtonGroup {
    width: 100%;
    justify-content: right;
  }
  top-region .headerTopArea .mobileCatContent {
    order: 2;
    padding-left: 0;
  }
}