@charset "UTF-8";
/* @import url('https://use.typekit.net/pdm5qar.css?v2');/
   $proximaNovaFont:"proxima-nova", Arial, sans-serif; */
.container-fluid {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

header .menu {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
header img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

footer *, img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.hero-head {
  font-size: 42px;
  font-weight: 600;
}

h1 {
  font-size: 32px;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.font-size-12 {
  font-size: 0.75rem !important;
}
.font-size-12* {
  font-size: 0.75rem !important;
}

.font-size-14 {
  font-size: 0.875rem !important;
}
.font-size-14* {
  font-size: 0.875rem !important;
}

.font-size-16 {
  font-size: 1rem !important;
}
.font-size-16* {
  font-size: 1rem !important;
}

.font-size-18 {
  font-size: 1.125rem !important;
}
.font-size-18* {
  font-size: 1.125rem !important;
}

.font-size-42 {
  font-size: 2.625rem !important;
}
.font-size-42* {
  font-size: 2.625rem !important;
}

.font-size-80 {
  font-size: 80px !important;
}
.font-size-80* {
  font-size: 80px !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-orange {
  color: #f68220;
}

.text-green {
  color: #02c074;
}

.text-plato {
  color: #ac2a8c;
}

.text-light {
  color: #adadad !important;
}

.text-random-blue {
  color: #4a66c6;
}

.text-support-dark {
  color: #5c5c5c;
}

.text-overflow-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-overflow-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-overflow-3-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a {
  color: #272727;
}
a:hover, a:active {
  color: #f68220 !important;
  text-decoration: none;
}
a.m-a-primary {
  padding: 0px;
  font-weight: bold;
  font-size: 0.875rem;
  color: #f68220;
}
a.m-a-primary:hover, a.m-a-primary:active {
  color: #272727;
}
a.underline:hover, a.underline:active {
  color: #272727;
  text-decoration: underline !important;
}
a.video-icon {
  display: block;
  position: relative;
}
a.video-icon:after {
  width: 50px;
  height: 50px;
  content: url(../images/slider-banner/play-2.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.video-icon:hover:after {
  opacity: 0.8;
}
a.video-icon.black:after {
  width: 50px;
  height: 50px;
  content: url(../images/slider-banner/play-1.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.video-icon.black:hover:after {
  opacity: 0.8;
}

.btn {
  padding: 10px 40px;
  border-radius: 0px;
  font-family: "Metropolis", Arial, sans-serif;
}
.btn.m-btn-white {
  color: #272727;
  border: solid 2px #fff;
  background-color: #fff;
}
.btn.m-btn-white:hover, .btn.m-btn-white:active {
  color: #f68220 !important;
  background-color: #fff;
}
.btn.m-btn-black {
  color: #fff;
  background-color: #272727;
}
.btn.m-btn-black:hover, .btn.m-btn-black:active {
  color: #fff !important;
  background-color: #000;
}
.btn.m-btn-radius {
  border-radius: 25px;
}
.btn.m-btn-line {
  color: #272727;
  border: solid 2px #888888;
}
.btn.m-btn-line:hover, .btn.m-btn-line:active {
  color: #fff !important;
  border-color: #272727;
  background-color: #272727;
}
.btn.m-btn-primary {
  color: #fff;
  background-color: #f68220;
}
.btn.m-btn-primary:hover, .btn.m-btn-primary:active {
  color: #fff !important;
  background-color: #ff973e;
}
.btn.m-btn-primary-text {
  color: #f68220;
  line-height: 1.5;
}
.btn.m-btn-primary-text:hover, .btn.m-btn-primary-text:active {
  color: #272727 !important;
}
.btn.m-btn-text {
  color: #272727;
}
.btn.m-btn-text:hover, .btn.m-btn-text:active {
  color: #f68220 !important;
}
.btn.underline {
  text-decoration: underline !important;
}
.btn.chevron-down {
  position: relative;
}
.btn.chevron-down h4 {
  color: #f68220;
}
.btn.chevron-down h4:before {
  content: "\e803";
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}
.btn.chevron-down.collapsed h4:before {
  content: "\e804";
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}

button, a {
  outline: none !important;
  box-shadow: none !important;
}

.alert {
  border-radius: 0rem;
}

.cookie-alert {
  position: fixed;
  top: 80vh;
  right: 40px;
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 99;
}
.cookie-alert .close {
  padding: 20px 10px;
}
.cookie-alert p {
  margin: 0px;
  padding: 20px 15px 20px 10px;
  color: #272727;
  line-height: normal;
}

.cookie-settings {
  position: fixed;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 100;
}

footer + .cookie-settings {
  margin-bottom: 95px;
}

footer:has(.cookie-settings) {
  margin-bottom: 95px;
}

::-moz-selection {
  color: #fff;
  background: #f68220;
}

::selection {
  color: #fff;
  background: #f68220;
}

.input-group.c-black input, .input-group.c-black button {
  height: 50px;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  box-shadow: none;
  background-color: #404040;
  opacity: 0.5;
}
.input-group.c-black input:hover, .input-group.c-black input:active, .input-group.c-black button:hover, .input-group.c-black button:active {
  opacity: 1;
}
.input-group.c-black input {
  font-size: 0.875rem;
}
.input-group.c-black input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.input-group.c-black input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.input-group.c-black input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.input-group.c-black button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
}

.form-control {
  height: 50px;
  padding: 15px 20px;
  border: none;
  border-radius: 0px;
  background-color: #f5f5f5;
}
.form-control::-moz-placeholder {
  opacity: 0.3;
  color: #272727;
}
.form-control::placeholder {
  opacity: 0.3;
  color: #272727;
}
.form-control:focus {
  color: #495057;
  border-color: #f68220;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
}

select.form-control {
  background-image: url("../images/select-chevron-down.svg") !important;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.white-select {
  height: 24px;
  margin-bottom: 0.5rem;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0) !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .checkslider {
  background-color: #f68220;
}
.switch input:checked + .checkslider:before {
  transform: translateX(20px);
}
.switch input[disabled] + .checkslider {
  opacity: 0.7;
}
.switch .checkslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .checkslider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
}

.white-select.bootstrap-select > .dropdown-toggle {
  outline: none;
  padding: 0px 0px 8px !important;
}
.white-select.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.white-select.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #272727;
}
.white-select.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #272727;
}
.white-select.bootstrap-select > .dropdown-toggle::after {
  width: 35px;
  height: 25px;
  overflow: hidden;
  margin-top: -7px;
  content: url("../images/select-chevron-down.svg") !important;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
.white-select.bootstrap-select .dropdown-menu {
  padding: 0px;
}
.white-select.bootstrap-select .bs-searchbox {
  padding: 4px 4px;
}
.white-select.bootstrap-select .bs-searchbox .form-control {
  height: 38px;
  padding: 0.25rem 0.5rem;
}
.white-select.bootstrap-select .dropdown-item {
  padding: 0.25rem 0.5rem;
}
.white-select.bootstrap-select .dropdown-item:active, .white-select.bootstrap-select .dropdown-item.active {
  color: #fff !important;
  background-color: #f68220;
}
.white-select.bootstrap-select .btn-light {
  border: none;
  background-color: #fff;
}

.custom-control .custom-control-input {
  width: 20px;
  height: 20px;
}
.custom-control .custom-control-input:focus {
  border-color: #f68220;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
}
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #f68220;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f68220;
  background-color: #f68220;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
}
.custom-control .custom-control-input:indeterminate ~ .custom-control-label::before {
  border: #adb5bd solid 1px;
  background-color: #fff;
}
.custom-control .custom-control-label {
  padding-left: 10px;
}
.custom-control .custom-control-label::before {
  top: 0.1rem;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.custom-control .custom-control-label:after {
  left: -1.4rem;
  background: no-repeat 80%/80% 80%;
}

.accordion .card {
  border: none;
  background: none;
}
.accordion .card .card-header {
  padding: 0px;
  border: none;
  background: none;
}
.accordion .card .card-header .head {
  position: relative;
}
.accordion .card .card-header .head .btn {
  width: 100%;
  padding: 10px 30px 10px 0px !important;
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  /* chevron */
}
.accordion .card .card-header .head .btn:hover {
  text-decoration: none;
}
.accordion .card .card-header .head .btn:hover div:first-child {
  text-decoration: underline;
}
.accordion .card .card-header .head .btn.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.accordion .card .card-header .head .btn .micon-chevron {
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 0px;
}
.accordion .card .card-header .head .btn .micon-chevron:after {
  content: "\e804";
}
.accordion .card .card-header .head .btn.collapsed .micon-chevron:after {
  content: "\e802";
}
.accordion .card .card-header .head .micon.micon-accordion {
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 0px;
}
.accordion .card .card-header .head .micon.micon-accordion:after {
  content: "\e80b";
}
.accordion .card .card-header .head .btn.collapsed + .micon.micon-accordion:after {
  content: "\e80c";
}
.accordion .card .card-header .head .pdf {
  position: absolute;
  top: 15px;
  right: 40px;
}
.accordion .card .card-body {
  padding: 0rem 0rem 1.5rem;
}
.accordion .card .pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
  font-size: 0.875rem;
}

.drop-down-tab .nav-item.show .nav-link h4:before {
  content: "\e803";
  position: absolute;
  right: 0px;
  top: 0px;
  margin: -8px 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}
.drop-down-tab .nav-item .nav-link h4 {
  padding-right: 50px !important;
}
.drop-down-tab .nav-item .nav-link h4:before {
  content: "\e804";
  position: absolute;
  right: 0px;
  top: 0px;
  margin: -8px 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}
.drop-down-tab .nav-item .nav-link:after {
  display: none;
}
.drop-down-tab .dropdown-menu {
  min-width: 8.5rem;
  height: auto;
  max-height: 195px;
  overflow-x: hidden;
  padding: 0px 1px 0px 0px;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to bottom, white, #adadad);
  border-image: linear-gradient(to bottom, white, #adadad);
  border-image-slice: 1;
  background: #fff;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.drop-down-tab .dropdown-menu::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
.drop-down-tab .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(39, 39, 39, 0.3);
  border-radius: 2px;
}
.drop-down-tab .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 2px;
}
.drop-down-tab .dropdown-menu.show {
  top: -15px !important;
  left: -25px !important;
}
.drop-down-tab .dropdown-menu .dropdown-item .title {
  margin: 5px 0px;
}
.drop-down-tab .dropdown-menu .dropdown-item:hover {
  background-color: #fdd5b7;
}
.drop-down-tab .dropdown-menu .dropdown-item:active, .drop-down-tab .dropdown-menu .dropdown-item.active {
  background-color: #f68220;
}
.drop-down-tab .dropdown-menu .dropdown-item:active:hover, .drop-down-tab .dropdown-menu .dropdown-item.active:hover {
  color: #fff !important;
}

.modal .modal-content {
  position: relative;
  border: none;
  border-radius: 0rem;
}
.modal .modal-content > button.close {
  position: absolute;
  top: 25px;
  right: 18px;
  z-index: 99;
  opacity: 1;
}
.modal .modal-content > button.close i {
  color: #272727;
  font-size: 2.5rem;
}
.modal .modal-footer {
  border-top: 1px solid #f4f4f4;
}
#main-popup img, #main-popup video, .lity-content img, .lity-content video {
  max-width: 75vw;
  max-height: 75vh;
}

.see-more-col {
  overflow: hidden;
  transition: height 300ms ease-out;
}
.see-more-col > .row {
  overflow: hidden;
  transition: height 300ms ease-out;
}

.table.table-borderless tr th:first-child, .table.table-borderless tr td:first-child {
  padding-left: 0px !important;
}
.table.table-borderless tr th:first-child, .table.table-borderless tr td:last-child {
  padding-right: 0px !important;
}
.table .odd {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.table .even {
  background-color: rgb(255, 255, 255) !important;
}

.nav-tabs .nav-link {
  padding: 0px 0px 20px 0px;
  border: none;
}
.nav-tabs .nav-link h3, .nav-tabs .nav-link h4 {
  margin: 0px;
  text-align: center;
  color: #adadad;
  font-weight: 300;
  white-space: nowrap;
  font-weight: 500;
}
.nav-tabs .nav-link.active h3 {
  color: #272727;
}
.nav-tabs .nav-link.active h4 {
  color: #f68220;
}

.msprite {
  background: url("../images/sprite.svg?v1");
  background-size: 201px 75px;
  background-repeat: no-repeat;
}
.msprite.pin {
  display: block;
  width: 24px;
  height: 33px;
  background-position: -52px 5px;
}
.msprite.pin-white {
  display: block;
  width: 24px;
  height: 33px;
  background-position: -27px 4px;
}
.msprite.pin-white-reverse {
  display: block;
  width: 24px;
  height: 33px;
  background-position: -127px 4px;
}
.msprite.cart {
  display: block;
  width: 21px;
  height: 33px;
  background-position: -77px 5px;
}
.msprite.cart-white {
  display: block;
  width: 21px;
  height: 33px;
  background-position: -104px 5px;
}
.msprite.place-for-rent {
  display: block;
  width: 21px;
  height: 33px;
  background-position: -153px 5px;
}
.msprite.place-for-rent-white {
  display: block;
  width: 21px;
  height: 33px;
  background-position: -104px 5px;
}
.msprite.migros-tv {
  display: block;
  width: 40px;
  height: 30px;
  background-size: 345px 130px;
  background-position: -304px -5px;
}

.m-bg-cream {
  background-color: #f4f1ef;
}

.m-bg-orange {
  background-color: #f68220;
}

.m-bg-green {
  background-color: #02c074 !important;
}

.m-bg-blue {
  background-color: #20a6f6 !important;
}

.m-bg-pink {
  background-color: #ac2a8c !important;
}

.m-bg-light-blue {
  background-color: #34b2cc !important;
}

.m-content-mt {
  margin-top: 40px;
}

.m-content-mb {
  margin-bottom: 40px;
}

.m-content-my {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-content-pt {
  padding-top: 40px;
}

.m-content-pb {
  padding-bottom: 40px;
}

.m-content-py {
  padding-top: 40px;
  padding-bottom: 40px;
}

.border-right-sm {
  border-right: 1px solid #e5e5e5;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

@media screen and (min-width: 991px) and (max-width: 1388px) {
  .cookie-alert {
    top: initial;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .m-content-mt {
    margin-top: 30px !important;
  }
  .m-content-mb {
    margin-bottom: 30px !important;
  }
  .m-content-my {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-content-pt {
    padding-top: 30px !important;
  }
  .m-content-pb {
    padding-bottom: 30px !important;
  }
  .m-content-py {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .font-md-32 {
    font-size: 32px !important;
  }
  .font-md-20 {
    font-size: 20px;
  }
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-14 {
    font-size: 14px !important;
  }
  h1 {
    font-size: 24px;
  }
  .cookie-alert {
    top: initial;
    right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    overflow: hidden;
  }
  .m-content-mt {
    margin-top: 20px !important;
  }
  .m-content-mb {
    margin-bottom: 20px !important;
  }
  .m-content-my {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-content-pt {
    padding-top: 20px !important;
  }
  .m-content-pb {
    padding-bottom: 20px !important;
  }
  .m-content-py {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .font-weight-sm-bold {
    font-weight: bold !important;
  }
  .font-weight-sm-normal {
    font-weight: 400 !important;
  }
  .font-sm-32 {
    font-size: 32px !important;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-14 {
    font-size: 14px !important;
  }
  .text-black-sm-100 {
    color: #272727 !important;
  }
}
@media (max-width: 576px) {
  .border-right-sm {
    border-right: 0 !important;
  }
  .modal.mobile-to-bottom .modal-dialog {
    margin: 0px;
    align-items: flex-end;
    min-height: 100%;
  }
  .modal.mobile-to-bottom .modal-dialog .modal-body {
    max-height: calc(100vh - 65px);
    overflow-y: scroll;
    overflow-y: overlay;
    overflow-x: hidden;
  }
  .drop-down-tab .dropdown-menu.show {
    width: 100vw;
    left: 5px !important;
  }
  .drop-down-tab .dropdown-menu.show .nav-link h4 {
    right: 15px !important;
    background-color: #fff;
  }
  .drop-down-tab .dropdown-menu .dropdown-item {
    padding: 0.25rem 20px !important;
  }
  .drop-down-tab .nav-item .nav-link h4:before {
    right: 15px !important;
    background-color: #fff;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: "Metropolis", Arial, sans-serif;
  font-size: 1rem;
  color: #272727;
  background-color: #fff;
  overflow-x: hidden;
}

header {
  display: flex;
  height: 80px;
  z-index: 900;
}
header > .continaer-fluid {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
header > .continaer-fluid > .container {
  background-color: #fff;
}
header > .continaer-fluid.position-relative {
  margin-right: -20px;
}
header > div {
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 999;
}
header .head {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0px -10px;
}
header .head > div {
  display: flex;
}
header .head .logo {
  width: 135px;
  height: 80px;
  padding: 15px 0px;
  background-color: #fff;
}
header .head .hamburger {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  padding: 0px 0.9vw 0px 0px;
  cursor: pointer;
}
header .head .hamburger .name {
  padding-left: 7px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
header .head .hamburger button {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 5px;
  overflow: visible;
  color: inherit;
  cursor: pointer;
  font: inherit;
  border: 0px #000 solid;
  border-radius: 0;
  text-transform: none;
  background-color: transparent;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .head .hamburger button .inner {
  margin: 0;
  margin-top: -0.5px;
  position: relative;
  width: 100%;
}
header .head .hamburger button .inner span.bar {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #272727;
  border-radius: 0;
  content: "";
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
header .head .hamburger button .inner span.bar:nth-child(1), header .head .hamburger button .inner span.bar:nth-child(2) {
  background: none;
  top: -1px;
}
header .head .hamburger button .inner span.bar:nth-child(1)::before, header .head .hamburger button .inner span.bar:nth-child(2)::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  border-radius: 0;
  background-color: #272727;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .head .hamburger button .inner span.bar:nth-child(1) {
  transform: translate3d(0, -4px, 0);
}
header .head .hamburger button .inner span.bar:nth-child(2) {
  transform: translate3d(0, 4px, 0);
}
header .head .hamburger button .inner span.bar:nth-child(3) {
  display: none;
}
header .head .hamburger.open button .inner span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
header .head .hamburger.open button .inner span.bar:nth-child(1), header .head .hamburger.open button .inner span.bar:nth-child(2) {
  transform: translate3d(0, 0, 0) !important;
}
header .head .hamburger.open button .inner span.bar:nth-child(1)::before, header .head .hamburger.open button .inner span.bar:nth-child(2)::before {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
header .head .hamburger.open button .inner span.bar:nth-child(1)::before {
  transform: rotate(45deg) !important;
}
header .head .hamburger.open button .inner span.bar:nth-child(2)::before {
  transform: rotate(-45deg) !important;
}
header .head .navigation {
  position: relative;
  flex-grow: 1;
}
header .head .navigation .menu {
  display: flex;
  width: 100%;
}
header .head .navigation .menu .nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 0px;
}
header .head .navigation .menu .nav li {
  padding: 0px 0.8vw;
}
header .head .navigation .menu .nav li:first-child {
  padding-left: 1.7vw;
}
header .head .navigation .menu .nav a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #272727;
  text-decoration: none;
  line-height: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 150ms ease-out;
}
header .head .navigation .menu .nav a:hover, header .head .navigation .menu .nav a:active, header .head .navigation .menu .nav a.active {
  color: #f68220;
}
header .head .navigation .menu .nav.other {
  padding: 0px 0px 0px 0px;
}
header .head .navigation .menu .nav.other a {
  font-size: 0.875rem;
  font-weight: 600;
}
header .head .navigation .menu .nav .submenu {
  display: none;
}
header .head .navigation .menu .nav-left {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
header .head .navigation .menu .nav-left li {
  padding: 0.4vw;
}
header .head .navigation .menu .nav-left li:last-child {
  padding-right: 1.7vw;
  border-right: 1px solid #e5e5e5;
}
header .head .navigation .menu .nav-left p {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 700;
}
header .head .navigation .menu .nav-left a:hover .micon-home {
  color: #272727;
}
header .head .navigation .menu .nav-left .micon-home {
  font-size: 1.3rem;
  color: #f68220;
}
header .head .navigation .menu .nav-left .main-menu {
  border: 0px;
  outline: none;
  background: none;
}
header .head .navigation .menu .nav-left .main-menu:active .micon-arrow-left {
  color: #f68220;
}
header .head .navigation .menu .nav-left .main-menu:active .micon-arrow-right {
  color: #f68220;
}
header .head .navigation .menu .nav-left .main-menu .micon-arrow-left {
  line-height: 35px;
}
header .head .navigation .menu .nav-left .main-menu .micon-arrow-right {
  line-height: 35px;
}
header .head .navigation .menu .nav-inline {
  position: relative;
}
header .head .navigation .menu .nav-inline .main {
  display: none !important;
  padding: 0px;
}
header .head .navigation .menu .nav-inline .main li:first-child {
  padding-left: 0vw;
}
header .head .navigation .menu .nav-inline .other {
  display: flex !important;
}
header .head .navigation .menu .nav-inline .main-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
header .head .navigation .menu .nav-inline .other-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  background-color: #fff;
}
header .head .navigation .menu .nav-right {
  position: absolute;
  right: 0px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px -10px 0px 0px;
  padding: 0px;
  list-style: none;
  transition: all 200ms ease-out;
  background-color: #fff;
  /* &.toggleAccount{
      position: absolute;
      right: -85px;
      height: 100%;
      -webkit-transition: right 200ms ease-out;
      transition: right 200ms ease-out;
  } */
}
header .head .navigation .menu .nav-right li {
  padding: 0px;
}
header .head .navigation .menu .nav-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  transition: color 150ms ease-out;
}
header .head .navigation .menu .nav-right a.stores {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 0px;
  border-radius: 15px;
  background-color: #f68220;
  transition: width 250ms ease-out;
}
header .head .navigation .menu .nav-right a.stores i {
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  transform: scale(1);
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.stores span {
  position: absolute;
  margin-top: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  transform: scale(0);
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.stores:hover {
  width: 110px;
}
header .head .navigation .menu .nav-right a.stores:hover i {
  transform: scale(0);
}
header .head .navigation .menu .nav-right a.stores:hover span {
  transform: scale(1);
  transition-delay: 0ms;
}
header .head .navigation .menu .nav-right a.cart {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 0px;
  border-radius: 15px;
  background-color: #f68220;
  transition: width 250ms ease-out;
}
header .head .navigation .menu .nav-right a.cart i {
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  transform: scale(1);
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.cart span {
  position: absolute;
  margin-top: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  transform: scale(0);
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.cart:hover {
  width: 90px;
}
header .head .navigation .menu .nav-right a.cart:hover i {
  transform: scale(0);
}
header .head .navigation .menu .nav-right a.cart:hover span {
  transform: scale(1);
  transition-delay: 0ms;
}
header .head .navigation .menu .nav-right a.place-for-rent {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 0px;
  border-radius: 15px;
  background-color: #f68220;
  transition: width 250ms ease-out;
}
header .head .navigation .menu .nav-right a.place-for-rent i {
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  transform: scale(1);
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.place-for-rent span {
  position: absolute;
  margin-top: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  transform: scale(0);
  transition: all 150ms ease-out;
  transition-delay: 125ms;
  pointer-events: none;
}
header .head .navigation .menu .nav-right a.place-for-rent:hover {
  width: 140px;
}
header .head .navigation .menu .nav-right a.place-for-rent:hover i {
  transform: scale(0);
}
header .head .navigation .menu .nav-right a.place-for-rent:hover span {
  transform: scale(1);
  transition-delay: 0ms;
}
header .head .navigation .menu .nav-right a.language {
  margin: 0px 2px;
}
header .head .navigation .menu .nav-right a i {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
header .head .navigation .menu .nav-right a:hover, header .head .navigation .menu .nav-right a:active {
  color: #f68220;
}
header .head .navigation .menu .nav-right .search, header .head .navigation .menu .nav-right .account {
  /* .micon-user{
      height:13px;
      margin-top:3px;
  } */
}
header .head .navigation .menu .nav-right .search.open .micon-search, header .head .navigation .menu .nav-right .account.open .micon-search {
  font-size: 2.2rem;
}
header .head .navigation .menu .nav-right .search.open .micon-search::before, header .head .navigation .menu .nav-right .account.open .micon-search::before {
  content: "\e809";
}
header .head .navigation .menu .nav-right .search .micon-search, header .head .navigation .menu .nav-right .account .micon-search {
  height: 13px;
  margin-top: 3px;
}
header .head .navigation .menu .nav-right .search .micon-close, header .head .navigation .menu .nav-right .account .micon-close {
  height: 13px;
  margin-top: 5px;
  font-size: 38px;
}
header .head .search-bar {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 88%;
  height: 80px;
  background-color: #fff;
}
header .head .search-bar > div {
  height: 100%;
}
header .head .search-bar input {
  border: none;
  outline: none;
  box-shadow: none;
  color: #272727;
  border-radius: 5px;
  width: 99%;
  background-color: #fff;
}
header .head .search-bar input[type=search] {
  -webkit-appearance: textfield;
}
header .head .search-bar input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
header .head .search-bar .result-count {
  display: inline-block;
  margin: 0px;
  font-size: 0.7rem;
  white-space: nowrap;
  color: #adadad;
}
header .head .search-bar.open {
  background-color: #fff;
}
header .search-result {
  position: fixed;
  top: -255px;
  width: 100%;
  min-height: 50px;
  background-color: white;
  z-index: -2;
  transition: all 250ms ease 0s;
}
header .search-result.open {
  top: 81px;
}
header .search-result .result {
  margin-left: 14%;
  width: 80%;
  max-height: 205px;
  overflow-y: scroll;
  margin-top: 25px;
  margin-bottom: 25px;
  direction: rtl;
}
header .search-result .result::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(39, 39, 39, 0.1);
  border-radius: 3px;
}
header .search-result .result::-webkit-scrollbar-thumb {
  background-color: rgba(39, 39, 39, 0.3);
  border-radius: 3px;
}
header .search-result .result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 3px;
}
header .search-result .result ul {
  margin: 0px;
  padding: 0px 0px 0px 34px;
  list-style: none;
}
header .search-result .result ul li {
  width: 100%;
  padding: 10px 0px;
}
header .search-result .result ul li a {
  display: block;
}
header .search-result .result ul li a:after {
  float: right;
  content: "\e802";
  margin: -10px 5px 0px 0px;
  font-family: "icon-migros";
  font-size: 30px;
}
header .search-result .result ul li p {
  margin: 0px;
}

main .main-slider .owl-carousel {
  display: block;
  overflow-y: hidden;
  max-height: 710px;
  background-color: #f4f1ef;
}
main .main-slider .owl-carousel .item img {
  display: block;
  width: 100%;
  pointer-events: none;
}
main .main-slider .owl-carousel .item + .item {
  display: none;
}
main .main-slider .owl-carousel .owl-stage-outer {
  margin-bottom: -5px;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-stage {
  display: table;
  height: 100%;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item {
  position: relative;
  width: 100%;
  height: 100%;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 710px;
  overflow: hidden;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .image.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .image.zoom {
  transform-origin: 50% 50%;
  transition: transform 250s linear;
  transform: scale(1);
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 710px;
  color: #fff;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption h1 {
  height: 45px;
  font-size: 2.625rem;
  line-height: 2.625rem;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 115px;
  -webkit-mask-image: -webkit-gradient(linear, left 40%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate .masked {
  position: relative;
  top: 0px;
  left: 0px;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate .masked.animate.three {
  animation: moveThree 3s infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate .masked.animate.four {
  animation: moveFour 4s infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate .masked.animate.five {
  animation: moveFive 5s infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes moveThree {
  0% {
    top: 0px;
  }
  40% {
    top: -45px;
  }
  80% {
    top: -90px;
  }
}
@keyframes moveFour {
  0% {
    top: 0px;
  }
  26% {
    top: -45px;
  }
  52% {
    top: -90px;
  }
  80% {
    top: -135px;
  }
}
@keyframes moveFive {
  0% {
    top: 0px;
  }
  20% {
    top: -45px;
  }
  40% {
    top: -90px;
  }
  60% {
    top: -135px;
  }
  80% {
    top: -180px;
  }
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption.bottom > div {
  position: absolute;
  bottom: 140px;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item.active .item .image.zoom, main .main-slider .owl-carousel .owl-stage-outer .owl-item.fadeOut .item .image.zoom {
  animation: thisScale 80s infinite;
  animation-timing-function: linear;
}
@keyframes thisScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item.active .item .caption .animate .masked.three, main .main-slider .owl-carousel .owl-stage-outer .owl-item.fadeOut .item .caption .animate .masked.three {
  animation: moveThree 3s;
  animation-iteration-count: infinite;
  transition-timing-function: ease-out;
  animation-delay: 1s;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item.active .item .caption .animate .masked.four, main .main-slider .owl-carousel .owl-stage-outer .owl-item.fadeOut .item .caption .animate .masked.four {
  animation: moveFour 4s infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
main .main-slider .owl-carousel .owl-stage-outer .owl-item.active .item .caption .animate .masked.five, main .main-slider .owl-carousel .owl-stage-outer .owl-item.fadeOut .item .caption .animate .masked.five {
  animation: moveFive 5s;
  animation-iteration-count: infinite;
  transition-timing-function: ease-out;
  animation-delay: 1s;
}
@keyframes moveThree {
  0% {
    top: 0px;
  }
  40% {
    top: -45px;
  }
  80% {
    top: -90px;
  }
}
@keyframes moveFour {
  0% {
    top: 0px;
  }
  26% {
    top: -45px;
  }
  52% {
    top: -90px;
  }
  80% {
    top: -135px;
  }
}
@keyframes moveFive {
  0% {
    top: 0px;
  }
  20% {
    top: -45px;
  }
  40% {
    top: -90px;
  }
  60% {
    top: -135px;
  }
  80% {
    top: -180px;
  }
}
main .main-slider .owl-carousel .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
main .main-slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 9px;
  height: 8px;
  margin: 0px 8px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.5;
}
main .main-slider .owl-carousel .owl-dots .owl-dot:last-child span {
  width: 8px;
}
main .main-slider .owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}
main .main-slider .owl-carousel .videoplayer {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
main .main-slider .owl-carousel .videoplayer video {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
main .main-slider .owl-carousel .videoplayer .video-control {
  z-index: 10;
}
main .main-slider .owl-carousel .videoplayer .video-control .multiple-image img {
  transition: opacity 300ms ease-out;
}
main .main-slider .owl-carousel .videoplayer .video-control.play .multiple-image img {
  opacity: 0;
}
main .main-slider .owl-carousel .videoplayer .video-control.play span {
  display: none;
}
main .main-slider .owl-carousel .videoplayer .video-control span {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
main .main-slider .owl-carousel .videoplayer .video-control span:hover, main .main-slider .owl-carousel .videoplayer .video-control span:active {
  opacity: 0.6;
}
main .main-slider .owl-carousel .videoplayer .video-control .icon-play-orange {
  background-image: url(../images/slider-banner/play-2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
main .main-slider .owl-carousel .videoplayer .video-control .icon-play-black {
  background-image: url(../images/slider-banner/play-1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
main .head.type-1 {
  position: relative;
  overflow: hidden;
}
main .head.type-1 > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  max-height: 520px;
}
main .head.type-1 .multiple-image img {
  width: 100vw;
  height: auto;
}
main .head.type-1 .container {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
main .head.type-1 .container-degrade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 52%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}
main .head.type-1 h1 {
  position: absolute;
  bottom: 80px;
  margin: 0px;
  font-size: 2.625rem;
  color: #fff;
}
main .head.type-2 {
  position: relative;
  overflow: hidden;
  max-height: 520px;
}
main .head.type-2 .container {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
main .head.type-2 h1 {
  position: absolute;
  bottom: 20px;
  margin: 0px;
  font-size: 2.625rem;
  color: #fff;
}
main .submenu {
  position: sticky;
  top: 0px;
  width: 100vw;
  height: 60px;
  margin-top: 1px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 1;
}
main .submenu .container {
  display: flex;
  align-items: center;
  height: 60px;
  padding-right: 30px;
}
main .submenu nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: calc(100% - 100px);
  margin: 0px auto;
  /* .owl-stage-outer{
      width:calc((90% - 20px));
      margin:0px auto;
  } */
}
main .submenu nav .owl-nav {
  position: absolute;
  top: -7px;
  left: -50px;
  width: calc(100% + 100px);
  height: 35px;
  z-index: 1;
  pointer-events: none;
}
main .submenu nav .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}
main .submenu nav .owl-nav .owl-prev.disabled {
  display: none;
}
main .submenu nav .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
main .submenu nav .owl-nav .owl-next.disabled {
  display: none;
}
main .submenu nav .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 34px !important;
  line-height: 0px !important;
  color: #f68220 !important;
  border-radius: 17px;
  border: 2px solid #f68220 !important;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.5960784314) !important;
}
main .submenu nav .owl-nav button span {
  display: block;
  height: 9px;
}
main .submenu nav a {
  padding: 0px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 150ms ease-out;
}
main .submenu nav a.active {
  color: #f68220;
}
main .band {
  position: relative;
  z-index: 99;
}
main .band .inner {
  width: 100%;
  height: 100%;
  height: 80px;
  margin: -40px 0px 0px;
  color: #fff;
  background-color: #f68220;
}
main .band .inner a, main .band .inner button {
  border-width: 0px;
  color: #fff;
  min-height: 100%;
  background: none;
}
main .band .inner a:hover, main .band .inner button:hover {
  color: #272727 !important;
}
main .band .inner .y-anim {
  position: absolute;
  right: 10px;
  animation: yAnim 1.2s infinite;
}
@keyframes yAnim {
  0%, 100% {
    margin-top: -8px;
  }
  50% {
    margin-top: 8px;
  }
}
main .band .band-space {
  height: 40px;
}
main .content {
  position: relative;
  /* History Horizontal */
  /* .history{
      .migros-history{
          position: relative;
          top:0px;
          width: 100%;
          height: 100vh;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          z-index: 0;

          &::-webkit-scrollbar {
              display: none;
          }

          .slide{
              flex: 0 0 auto;
              width:100%;
              margin-top:80px;
              height:calc(100vh - 80px);
              overflow: hidden;

              .bg-images{
                  position: absolute;
                  top:0px;
                  left:0px;
                  width:100%;
                  height:100%
              }

              &.center{
                  display: flex;
                  justify-content: center;
              }
          }

          #slide-svg{
              position: absolute;
              bottom: 0%;
              left: 0%;
              width:100%;
              height:100%;
              z-index:5;
          }

          .progress{
              position: absolute;
              left:0px;
              bottom:0px;
              width:100vw;
              border-radius: 0px;
              background-color:rgba(255,255,255,0.15);
              z-index: 100;
              .progress-bar{
                  background-color: $colortPrimary;
              }
          }
      }

      .mobile-alert{
          display:none;
          width:100vw;
          height:calc(100vh - 60px);
          align-items: center;
          justify-content: center;

          h4{
              width:100%;
              padding:20px 20px;
          }
      }
  } */
}
main .content.outer {
  position: initial;
}
main .content.header-space {
  margin-top: 40px;
}
main .content h1 {
  margin: 10px 0px;
  line-height: normal;
}
main .content h6 {
  font-size: 14px;
}
main .content p {
  margin-bottom: 30px;
}
main .content.type-1 .inner {
  display: flex;
  flex-direction: row;
}
main .content.type-1 .inner .text {
  width: 50%;
  padding: 50px 120px 0px 100px;
}
main .content.type-1 .inner .image {
  width: 50%;
  margin-bottom: 40px;
}
main .content.type-1 .inner-min {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  width: 60%;
}
main .content.type-1 .inner-min .text {
  padding: 50px 10px 0px 100px;
}
main .content.type-1 .inner-min .text h3 {
  margin-bottom: 15px;
}
main .content.type-1 .inner-min .image {
  width: 390px;
}
main .content.type-2 .head p {
  width: 32%;
}
main .content.type-2 .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 0;
}
main .content.type-2 .inner .news {
  width: 55%;
}
main .content.type-2 .inner .news .information {
  position: relative;
  margin-top: 30px;
}
main .content.type-2 .inner .news .information .date {
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #adadad;
  white-space: nowrap;
}
main .content.type-2 .inner .news .information .title {
  font-weight: bold;
  color: #f68220;
}
main .content.type-2 .inner .news .information .description {
  font-size: 1.5rem;
  line-height: normal;
}
main .content.type-2 .inner .list {
  width: 45%;
  margin-top: 40px;
  padding: 70px 50px 40px;
}
main .content.type-2 .inner .list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
main .content.type-2 .inner .list ul li a {
  position: relative;
  display: block;
  padding: 35px;
  margin-bottom: 10px;
  background-color: #fff;
  text-decoration: none;
}
main .content.type-2 .inner .list ul li a p {
  line-height: normal;
  font-size: 1.25rem;
}
main .content.type-2 .inner .list ul li a p.title {
  width: 70%;
  margin: 5px 0px 0px;
}
main .content.type-2 .inner .list ul li a p.date {
  margin: 0px;
  font-size: 0.875rem;
  color: #adadad;
}
main .content.type-2 .inner .list ul li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
main .content.type-2 .inner .list ul li a:hover {
  color: #272727;
}
main .content.type-2 .inner .list ul li a:hover .title {
  color: #f68220;
}
main .content.type-3 {
  display: flex;
  flex-direction: row;
  padding: 0px 110px;
  margin-bottom: 40px;
}
main .content.type-3 .text {
  width: 50%;
}
main .content.type-3 .text p {
  width: 75%;
}
main .content.type-3 .text a {
  margin-top: 80px !important;
}
main .content.type-3 .inner {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
main .content.type-4 {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
}
main .content.type-4 .text {
  width: 55%;
  margin-top: 160px;
}
main .content.type-4 .text h1 {
  width: 50%;
}
main .content.type-4 .text p {
  width: 68%;
}
main .content.type-4 .text a {
  margin: 0px 0px 20px !important;
}
main .content.type-4 .image {
  width: 45%;
  padding-right: 30px;
  margin-bottom: 80px;
}
main .content.type-5 .head {
  width: 90%;
}
main .content.type-5 .head h1 {
  width: 50%;
}
main .content.type-5 .head p {
  width: 68%;
}
main .content.type-5 .head .arrow {
  width: 90px;
  margin-bottom: 25px;
  margin-right: -5px;
}
main .content.type-5 .head .arrow i {
  cursor: pointer;
}
main .content.type-5 .head .arrow i:hover {
  opacity: 0.5;
}
main .content.type-5 .inner {
  width: 125%;
}
main .content.type-5 .inner .arrow {
  display: none !important;
}
main .content.type-5 .inner .owl-item {
  width: 510px;
}
main .content.type-5 .inner .item {
  position: relative;
  overflow: hidden;
}
main .content.type-5 .inner .item a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(39, 39, 39, 0), #272727);
}
main .content.type-5 .inner .item a > div {
  position: absolute;
  left: 0px;
  bottom: -50px;
  margin: 0px 40px;
  color: #fff;
  transition: all 250ms ease-out;
}
main .content.type-5 .inner .item a > div h3 {
  margin-bottom: 30px;
}
main .content.type-5 .inner .item a > div p {
  opacity: 0;
  transition: all 250ms ease-out;
}
main .content.type-5 .inner .item a:hover div {
  bottom: 20px;
}
main .content.type-5 .inner .item a:hover div p {
  opacity: 1;
}
main .content.type-6 {
  overflow: hidden;
}
main .content.type-6 .images {
  position: relative;
  display: inline-block;
  width: 75%;
}
main .content.type-6 .images h1 {
  padding: 10px 20px;
  position: absolute;
  top: 80%;
  right: -27.8%;
  margin: 0px;
  font-size: 2.63rem;
  transition: all 250ms ease 0s;
  color: #fff;
  background-color: #f68220;
}
main .content.type-7 {
  padding: 100px 0px !important;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767.98px) {
  main .content.type-7 {
    padding: 20px 0px !important;
  }
}
@media (max-width: 991.98px) {
  main .content.type-7 {
    padding: 40px 0px !important;
  }
}
main .content.type-7 .owl-carousel .owl-stage-outer {
  height: 50px !important;
}
main .content.type-7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
main .content.type-7 .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
main .content.type-7 .item a:hover {
  opacity: 0.8;
}
main .content.type-7 .item img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  main .content.type-7 .item img {
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  main .content.type-7 .item img {
    height: 25px;
  }
}
main .content.type-8 .inner {
  display: flex;
  flex-direction: row;
}
main .content.type-8 .inner .text {
  width: 53%;
  padding: 50px 120px 0px 100px;
}
main .content.type-8 .inner .image {
  width: 47%;
}
main .content.type-9 .inner {
  display: flex;
  flex-direction: row;
}
main .content.type-9 .inner .text {
  width: 53%;
  padding: 50px 120px 0px 100px;
}
main .content.type-9 .inner .image {
  width: 47%;
}
main .content.type-10 .text div:last-child {
  display: none;
}
main .content.type-11 nav {
  height: 50px;
}
main .content.type-11 .nav-tabs .nav-link {
  width: 70px;
  padding: 0px 0px 20px 0px;
  border: none;
}
main .content.type-11 .nav-tabs .nav-link h3 {
  text-align: center;
  color: #adadad;
  font-weight: 300;
  white-space: nowrap;
}
main .content.type-11 .nav-tabs .nav-link.active {
  border-bottom: 3px solid #f68220;
}
main .content.type-11 .nav-tabs .nav-link.active h3 {
  color: #272727;
  font-weight: 600;
}
main .content.type-12 .nav .nav-link {
  position: relative;
  padding-left: 0px;
  color: #adadad;
}
main .content.type-12 .nav .nav-link.active {
  color: #272727;
  background: none;
}
main .content.type-12 .nav .nav-link.active:after {
  content: "\e801";
  position: absolute;
  right: 0px;
  top: 0px;
  margin: -4px 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}
main .content.type-12.icon-plus .panel-group .nav-link {
  padding: 2px 0px;
}
main .content.type-12.icon-plus .panel-group .nav-link:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e80b";
}
main .content.type-12.icon-plus .panel-group .nav-link.collapsed:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e80c";
}
main .content.type-12.icon-chevron .panel-group .nav-link {
  padding: 2px 0px;
}
main .content.type-12.icon-chevron .panel-group .nav-link:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e804";
}
main .content.type-12.icon-chevron .panel-group .nav-link.collapsed:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e802";
}
main .content.type-12 .owl-stage-outer {
  width: 200%;
}
main .content.type-13 nav {
  height: 50px;
}
main .content.type-13 .owl-carousel .owl-stage-outer {
  width: calc(100% - 80px);
  margin: 0px auto;
}
main .content.type-13 .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
}
main .content.type-13 .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  margin-right: 10px !important;
}
main .content.type-13 .owl-carousel .owl-stage-outer .nav-link {
  padding: 0px;
}
main .content.type-13 .owl-carousel .owl-stage-outer .nav-link.active h3 {
  padding: 0px 0px 15px 0px;
  border-bottom: 2px solid #f68220;
}
main .content.type-13 .owl-carousel .owl-stage-outer .nav-link h3 {
  margin: 0px 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
main .content.type-13 .owl-carousel .owl-stage-outer .nav-link:first-child h3 {
  margin-left: 0px;
}
main .content.type-13 .owl-carousel .owl-dots {
  display: none !important;
}
main .content.type-13 .owl-carousel .owl-nav {
  position: absolute;
  top: -3px;
  width: 100%;
  height: 35px;
  z-index: 1;
  pointer-events: none;
}
main .content.type-13 .owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 34px;
  color: #f68220;
  line-height: 0px;
  border-radius: 17px;
  border: 2px solid #f68220;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.5960784314);
}
main .content.type-13 .owl-carousel .owl-nav button span {
  height: 8px;
  width: 10px;
}
main .content.type-13 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}
main .content.type-13 .owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
main .content.type-13 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
main .content.type-13 .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
main .content.type-13 .owl-carousel.square {
  margin-bottom: 20px;
}
main .content.type-13 .owl-carousel.square.nav-tabs {
  border-bottom: none;
}
main .content.type-13 .owl-carousel.square.nav-tabs .nav-item {
  margin-bottom: 0px;
}
main .content.type-13 .owl-carousel.square.nav-tabs .owl-nav {
  top: 1.5px;
}
main .content.type-13 .owl-carousel.square .nav-link {
  padding: 7px 10px;
  border-radius: 0px;
  border: 1px solid #adadad;
}
main .content.type-13 .owl-carousel.square .nav-link.active {
  color: #f68220;
  border: 1px solid #f68220;
}
main .content.type-13 .owl-carousel.square .nav-link .title {
  margin: 0px;
  white-space: nowrap;
}
main .content.type-13 .tab-content > .tab-content {
  padding-top: 10px;
}
main .content.type-13 .tab-content-sub p {
  margin-bottom: 20px;
}
main .content.type-14 {
  position: relative;
}
main .content.type-14 .item img {
  width: 180px;
}
main .content.type-14 .owl-item.active.line .item {
  border-right: solid 1px #e5e5e5;
}
main .content.type-14 .arrow {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
main .content.type-14 .arrow i {
  cursor: pointer;
  border: 2px solid #272727;
}
main .content.type-14 .arrow i:hover {
  opacity: 0.5;
}
main .content.type-15 .inner {
  width: 125%;
}
main .content.type-15 .inner .item {
  position: relative;
  width: 290px;
  height: 380px;
}
main .content.type-15 .inner .item .top {
  display: flex;
  flex-direction: column;
}
main .content.type-15 .inner .item .top .images {
  display: flex;
  align-items: center;
  height: 230px;
}
main .content.type-15 .inner .item .top .images img {
  height: 150px;
}
main .content.type-15 .inner .item .top h3 {
  padding: 0px 20px;
  font-weight: 500;
  color: #fff;
}
main .content.type-15 .inner .item .bottom {
  position: absolute;
  bottom: 20px;
  padding: 0px 20px;
}
main .content.type-15 .inner .item .bottom a {
  color: #fff;
}
main .content.type-15 .inner .item .bottom a:hover, main .content.type-15 .inner .item .bottom a:active {
  color: #272727;
}
main .content.type-16 .item img {
  width: 110px;
}
main .content.type-16-1 .item > div:first-child {
  overflow: hidden;
  width: 110px;
  height: 110px;
  border: 1px solid #f4f1ef;
}
main .content.type-16-1 .item img {
  width: 110px;
}
main .content.type-17 {
  position: relative;
}
main .content.type-17 .item {
  position: relative;
}
main .content.type-17 .item .caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to bottom, rgba(39, 39, 39, 0), #272727);
}
main .content.type-17 .item .caption .text {
  position: absolute;
  left: 60px;
  bottom: 60px;
  margin: 0px;
  color: #fff;
}
main .content.type-17 .item .caption a:hover {
  opacity: 0.8;
}
main .content.type-17 .arrow {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0px 40px;
}
main .content.type-17 .arrow i {
  cursor: pointer;
  border: 2px solid #fff;
}
main .content.type-17 .arrow i:hover {
  opacity: 0.8;
}
main .content.type-17 .arrow > div {
  z-index: 99;
}
main .content.type-17 .owl-dots {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
main .content.type-17 .owl-dots button {
  width: 32px;
  height: 32px;
}
main .content.type-17 .owl-dots button.active span {
  opacity: 0.5;
}
main .content.type-17 .owl-dots button span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px auto;
  border-radius: 4px;
  background-color: #fff;
}
main .content.type-19 .owl-stage-outer {
  width: 180%;
}
main .content.type-20 .owl-stage-outer {
  width: 130%;
}
main .content.type-20 .arrow i {
  cursor: pointer;
}
main .content.type-20 .arrow i:hover {
  opacity: 0.5;
}
main .content.type-21 .accordion .card {
  position: relative;
}
main .content.type-21 .accordion .card .card-header {
  z-index: 99;
}
main .content.type-21 .accordion .card .card-header .head .btn {
  color: #f68220;
}
main .content.type-21 .accordion .card .card-header .head .btn.collapsed {
  color: #272727;
}
main .content.type-21 .accordion .card .card-header .head .btn:hover div:first-child {
  text-decoration: none;
}
main .content.type-21 .accordion .card .card-header .head .micon {
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 0px;
}
main .content.type-21 .accordion .card .card-header .head .micon.micon-accordion:after {
  content: "\e803";
  color: #f68220;
}
main .content.type-21 .accordion .card .card-header .head .btn.collapsed + .micon.micon-accordion:after {
  content: "\e804";
  color: #272727;
}
main .content.type-21 .accordion .card .nav .nav-link {
  position: relative;
  padding: 0.3rem 1rem 0.3rem 0rem;
  color: #adadad;
}
main .content.type-21 .accordion .card .nav .nav-link:hover p {
  color: #272727;
}
main .content.type-21 .accordion .card .nav .nav-link.active {
  background: none;
}
main .content.type-21 .accordion .card .nav .nav-link.active p {
  color: #272727;
  font-weight: 600;
}
main .content.type-21 .owl-carousel .owl-stage-outer {
  width: 160%;
}
main .content.type-21 .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
main .content.type-21 .owl-carousel .owl-dots button.owl-dot {
  background: #ececec;
  width: 10px;
  height: 10px;
  margin: 10px 5px 0px;
  border-radius: 5px;
}
main .content.type-21 .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #f68220;
}
main .content.type-22 .head {
  width: 90%;
}
main .content.type-22 .head .arrow {
  width: 90px;
  margin-bottom: 25px;
  margin-right: -5px;
}
main .content.type-22 .head .arrow i {
  cursor: pointer;
}
main .content.type-22 .head .arrow i:hover {
  opacity: 0.5;
}
main .content.type-22 .inner {
  width: 125%;
}
main .content.type-22 .inner .owl-carousel .owl-item img {
  width: 400px;
}
main .content.type-22 .inner .arrow {
  display: none !important;
}
main .content.type-23 {
  height: 80px;
  margin-top: 15px;
  margin-right: -1px;
  background-color: #fff;
}
main .content.type-23 .col {
  padding-left: 0px;
  padding-right: 0px;
}
main .content.type-23 .col:nth-last-child(2) input {
  padding: 15px 20px !important;
}
main .content.type-23 .form-group {
  position: relative;
  margin-bottom: 0px;
}
main .content.type-23 .form-group label {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0px;
  font-size: 0.85rem;
}
main .content.type-23 .form-group .form-control {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  background-color: #eae9e9;
  outline: none !important;
  box-shadow: none !important;
}
main .content.type-24 .item {
  position: relative;
  overflow: hidden;
}
main .content.type-24 .item a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
}
main .content.type-24 .item a > div {
  position: absolute;
  left: 0px;
  bottom: 30px;
  margin: 0px 40px;
  color: #fff;
}
main .content.type-24 .item a > div h3 {
  margin-bottom: 0px;
}
main .content.type-24 .item a > div p {
  margin: 0px;
}
main .content.type-24 .item a:hover div {
  color: #f68220;
}
main .content.type-25 .nav .nav-link {
  position: relative;
  padding-left: 0px;
  color: #272727;
}
main .content.type-25 .nav .nav-link:after {
  content: "\e802";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 0px;
  font-family: "icon-migros";
  font-size: 2rem;
}
main .content.type-25 .nav .nav-link.active {
  color: #272727;
  background: none;
}
main .content.type-25 .nav .nav-link.active p:first-child {
  color: #f68220;
}
main .content.type-25 .nav .nav-link.active:after {
  color: #f68220;
}
main .content.type-25.icon-chevron .panel-group .nav-link {
  padding: 2px 0px;
}
main .content.type-25.icon-chevron .panel-group .nav-link p:first-child {
  color: #f68220;
}
main .content.type-25.icon-chevron .panel-group .nav-link:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e804";
  color: #f68220;
}
main .content.type-25.icon-chevron .panel-group .nav-link.collapsed p:first-child {
  color: #272727;
}
main .content.type-25.icon-chevron .panel-group .nav-link.collapsed:before {
  position: absolute;
  right: 15px;
  font-family: "icon-migros";
  font-size: 1.8rem;
  content: "\e802";
  color: #272727;
}
main .content.type-26 .nav-tabs .nav-item.active h4 {
  color: #f68220;
}
main .content.type-27 .head.row {
  padding: 10px 31px !important;
}
main .content.type-27 .accordion .card {
  border-bottom: 1px solid #f4f1ef;
}
main .content.type-27 .accordion .card .card-header:first-child {
  border-radius: 0px;
}
main .content.type-27 .accordion .card .card-header .head .btn {
  padding: 30px 30px !important;
  border-radius: 0px;
  background-color: #f4f1ef;
  transition: padding 200ms ease-in-out;
}
main .content.type-27 .accordion .card .card-header .head .btn.btn-link:focus {
  text-decoration: none;
}
main .content.type-27 .accordion .card .card-header .head .btn.collapsed {
  padding: 10px 30px !important;
  font-weight: 400 !important;
  background-color: #fff;
}
main .content.type-27 .accordion .card .card-header .head .btn.collapsed .row {
  padding: 5px;
}
main .content.type-27 .accordion .card .card-header .head .btn .row {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  transition: all 200ms ease-in-out;
}
main .content.type-27 .accordion .card .card-header .head .micon.micon-accordion {
  right: 30px;
}
main .content.type-27 .accordion .card .card-body {
  padding: 10px 30px !important;
  background-color: #f4f1ef;
}
main .content.contact .shop-list {
  margin-bottom: 0px;
}
main .content.contact .shop-list li {
  position: relative;
}
main .content.contact .shop-list li:last-child {
  margin-bottom: 0px !important;
}
main .content.contact .shop-list .micon {
  position: absolute;
  right: 10px;
}
main .content.contact .shop-list .micon.collapsed:before {
  content: "\e804";
}
main .content.contact .map {
  position: sticky;
  top: 120px;
}
main .content.contact .filter-list {
  display: flex;
  flex-direction: column;
}
main .content.contact .filter-list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0px;
}
main .content.contact .filter-list ul li {
  list-style: none;
}
main .content.contact .filter-list button {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  outline: none;
  border: 2px solid #f4f1ef;
  border-radius: 15px;
  background-color: #f4f1ef;
  font-size: 0.75rem;
  transition: all 200ms ease-out;
}
main .content.contact .filter-list button.active {
  background-color: #ff973e;
  border: 2px solid #ff973e;
}
@media (hover: hover) {
  main .content.contact .filter-list button:hover {
    background-color: #ff973e;
    border: 2px solid #ff973e;
  }
}
main .content.contact .filter-list button img {
  width: auto;
  height: 20px;
  margin-right: 7px;
}
main .content.contact .icon-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  font-size: 12px;
}
main .content.contact .icon-list li {
  width: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 12px;
  margin: 10px 1.7%;
}
main .content.contact .icon-list li .collapse hr {
  margin-bottom: 5px !important;
}
main .content.contact .icon-list li .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 35px;
  background-color: #e5e5e5;
}
main .content.contact .icon-list li .icon img {
  display: block;
  width: 24px;
  height: 24px;
}
main .content.contact .location {
  width: 100%;
  height: 40px;
}
main .content.contact .location .msprite.pin {
  margin-top: -5px;
}
main .content.contact .location p {
  color: #212529;
}
main .content.P404 h1 {
  font-size: 10rem;
  color: #f68220;
}
main .content .did-the-content-help .question.selected {
  pointer-events: none;
}
main .content .did-the-content-help .question.selected button {
  opacity: 0.5;
}
main .content .did-the-content-help .question.selected button.active {
  opacity: 1;
  text-decoration: underline;
}
main .content .did-the-content-help .question button:hover, main .content .did-the-content-help .question button:active {
  opacity: 0.5;
}
main .piyasa-ozeti .modal-content {
  height: 650px;
}
main .piyasa-ozeti .modal-content .iframe-content {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  height: calc(100% - 45px);
}
main .piyasa-ozeti .modal-content .iframe-content iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}
main .chart .share-value {
  margin-top: 60px;
  margin-bottom: 20px;
}
main .chart .share-value h1 {
  margin: 0px;
  font-size: 42px;
  line-height: 40px;
}
main .chart .share-value p {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}
main .chart .other-value h3 {
  margin: 0px;
}
main .chart .other-value p {
  margin: 0px;
  font-size: 12px;
}
main .chart .other-value .micon-arrow-cross-up {
  color: #02c074;
}
main .chart .other-value .micon-arrow-cross-down {
  color: #ac2a8c;
}
main .chart .controller .col {
  border-right: 1px solid #f4f1ef;
  background-color: #fff;
}
main .chart .controller .btn.active {
  color: #f68220;
  font-weight: 600;
}
main .chart .apexcharts-tooltip {
  box-shadow: none;
  background: none;
  border: 0px;
}
main .chart .apexcharts-tooltip .custom-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .chart .apexcharts-tooltip .custom-marker p {
  margin: 0px;
  font-size: 14px;
  color: #f68220;
}
main .chart .apexcharts-tooltip .custom-marker .circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
main .chart .apexcharts-tooltip .custom-marker .circle img {
  height: 100%;
  padding: 8px;
}
main .account {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  overflow: hidden;
  overflow-y: scroll;
  transition: background-color 0.3s linear;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
}
main .account.open {
  pointer-events: all;
  background-color: rgba(39, 39, 39, 0.35);
}
main .account.open .content {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
main .account .content {
  width: 485px;
  min-height: 100vh;
  float: right;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100vw);
  transition: transform 0.3s ease-in-out;
}
main .account .content::-webkit-scrollbar {
  display: none;
}
main .account .content .close {
  position: absolute;
  top: 35px;
  right: 8px;
  opacity: 1;
}
main .account .content .close:hover, main .account .content .close:active {
  opacity: 0.5;
}
main .account .content .inner {
  margin-top: 80px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
main .account .content .inner .nav-tabs .nav-link:first-child {
  margin-right: 20px;
}
main .account .content .inner .nav-tabs .nav-link.active h4 {
  color: #272727;
}
main .account .content .inner input[type=password].dot {
  font-size: 25px;
  -webkit-text-stroke-width: 0.5rem;
  letter-spacing: 0.5rem;
  text-indent: 4px;
}
main .account .content .inner #togglePassword {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
main .profile {
  width: 100%;
  background-color: #fff;
}
main .profile.content.type-1 .form-group select.form-control {
  height: initial;
  padding: 0px 40px 0px 0px;
  -moz-text-align-last: right;
  text-align-last: right;
  direction: rtl;
  background-color: none;
}
main .profile.content.type-1 .form-group select.form-control:focus {
  color: #495057;
  border-color: none;
  outline: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
main .profile.content.type-2 .navbar {
  position: sticky;
  top: 120px;
}
main .profile.content.type-2 .navbar .nav-link {
  padding: 0.3rem 0rem;
  font-weight: 300;
  font-size: 20px;
  color: #adadad;
}
main .profile.content.type-2 .navbar .nav-link.active {
  color: #f68220;
  font-weight: 500;
}
main .profile.content.type-2 .form-group > label {
  font-size: 12px;
  color: #adadad;
}
main .profile.content.type-2 .item-list {
  margin-top: -0.8rem;
}
main .profile.content.type-2 .item-list .item {
  position: relative;
  background-color: #f4f1ef;
  padding: 1.5rem 3rem 1.5rem 1rem;
}
main .profile.content.type-2 .item-list .item button {
  position: absolute;
  top: 25px;
  right: 20px;
  padding: 0px;
}
main .profile.content.type-2 .item-list .item button:active {
  opacity: 0.5;
}
main .profile.content.type-2 .anchor {
  width: 100%;
  padding-top: 1.5rem;
}
main .profile.content.type-2 .file-upload-user {
  position: relative;
  width: 128px;
  height: 170px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #f4f1ef;
  transition: background-color 200ms ease;
}
main .profile.content.type-2 .file-upload-user:hover {
  background-color: #d2d2d2;
}
main .profile.content.type-2 .file-upload-user input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
main .profile.content.type-2 .file-upload-user .desc {
  margin: 0px;
  text-align: center;
}
main .profile.content.type-2 .file-upload-user.dragover {
  border: 2px solid #c7c7c7;
}
main .profile.content.type-2 .file-upload-user-content {
  width: 128px;
  margin-top: -110px;
}
main .profile.content.type-2 .file-upload-area {
  position: relative;
  width: 500px;
  min-height: 200px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: background-color 200ms ease;
}
main .profile.content.type-2 .file-upload-area:hover {
  background-color: #d2d2d2;
}
main .profile.content.type-2 .file-upload-area input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
main .profile.content.type-2 .file-upload-area .desc {
  position: absolute;
  top: 20px;
  left: 1.75rem;
}
main .profile.content.type-2 .file-upload-area.dragover {
  border: 2px solid #c7c7c7;
}
main .profile.content.type-2 .file-upload-area .list-group {
  margin-top: 40px;
}
main .profile.content.type-2 .file-upload-area .list-group .list-group-item {
  display: flex;
  padding: 0.25rem;
  font-size: 12px;
  background: none;
  border: 0px;
}
main .profile.content.type-2 .file-upload-area .list-group .list-group-item p {
  margin-bottom: 0px;
}
main .profile.content.type-2 .file-upload-area .list-group .list-group-item button {
  padding: 0px;
  font-size: 12px;
}
main .profile.content.type-2 .file-upload-area .list-group .list-group-item button .micon-close {
  margin-left: -8px;
  margin-right: 5px;
  font-size: 1.5rem;
}
main .banner-overlay .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
}
main .image-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
main .image-overlay .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(39, 39, 39, 0), #272727);
  transition: all 300ms ease-out;
}
main .image-overlay .overlay p {
  position: absolute;
  top: 100%;
  left: 0px;
  bottom: -100px;
  color: #fff;
  transition: all 300ms ease-out;
}
main .image-overlay:hover .overlay {
  opacity: 1;
}
main .image-overlay:hover .overlay p {
  top: auto;
  bottom: 0px;
}
main .shape {
  position: absolute;
  background-color: #f4f1ef;
  z-index: -1;
}
main .shape.type-1 {
  top: -80px;
  right: 0px;
  width: 63%;
  height: 81%;
}
main .shape.type-1-1 {
  top: 0px;
  right: 0px;
  width: 63%;
  height: 100%;
  background-image: url(../images/m.svg);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
main .shape.type-2 {
  top: 40px;
  right: 0px;
  width: 68%;
  height: 92%;
}
main .shape.type-3 {
  bottom: -40px;
  left: 0px;
  width: 100%;
  height: 65%;
  background-image: url("../images/chart-bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
main .shape.type-4 {
  top: 120px;
  left: 0px;
  width: 77%;
  height: calc(100% - 160px);
  background-color: #00b96c;
  background-image: url("../images/surdurulebilirlik-bg.svg");
  background-size: auto 62%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
main .shape.type-5 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main .shape.type-6 {
  top: -30%;
  right: 0px;
  width: 63%;
  height: 130%;
}
main .shape.type-7 {
  top: 350px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% - 350px);
}
main .shape.type-8 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main .shape.type-9 {
  top: -25%;
  left: 0px;
  width: 63%;
  height: 125%;
}
main .shape.type-10 {
  width: 80%;
  height: 70%;
  left: 0px;
  bottom: 0px;
}
main .form-rating .star {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .form-rating .star button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  background: none;
}
main .form-rating .star button:hover i, main .form-rating .star button.hover i, main .form-rating .star button:active i, main .form-rating .star button.active i {
  color: #FFD700;
  text-shadow: #eac600 1px 2px 2px;
}
main .form-rating .star button i {
  position: absolute;
  font-size: 2.5rem;
  color: #adadad;
  z-index: 0;
}
main .form-rating .star button span {
  position: absolute;
  top: 6px;
  font-size: 0.8rem;
  color: #272727;
  z-index: 1;
}
main .form-rating h5 {
  font-size: 17px;
}
main .form-rating textarea {
  text-indent: 5px;
  border-radius: 3px;
}
main .form-rating textarea:focus {
  color: #495057;
  border-color: #FFD700;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 198, 0, 0.25);
}
main .form-rating .raitng-toast {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
main .form-rating .raitng-toast.fade:not(.show) {
  pointer-events: none;
}
main .form-rating .raitng-toast .toast-header {
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0);
}
main .form-rating .raitng-toast .toast-header .close {
  justify-content: flex-end;
  margin-right: -20px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
main .form-rating .raitng-toast .toast-body {
  background-color: #fff;
}
main .sikca-sorulan-sorular .search input[type=search] {
  color: #272727;
  border: solid 2px #5c5c5c;
}
main .sikca-sorulan-sorular .search input[type=search]:focus {
  border: solid 2px rgba(0, 0, 0, 0.3);
}
main .sikca-sorulan-sorular .search input[type=search]:focus + .btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25) !important;
}
main .sikca-sorulan-sorular .accordion .card .btn:not(.collapsed) {
  color: #f68220 !important;
}
main .sikca-sorulan-sorular .accordion .card .btn:not(.collapsed) + .micon-accordion {
  color: #f68220 !important;
}
main mark {
  padding: 0rem;
  background-color: #fadfa6;
}

footer .social {
  padding: 40px 0px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
footer .social ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .social ul li {
  padding: 0px 2rem;
}
footer .social a {
  font-size: 1.5rem;
  transition: color 150ms ease-out;
}
footer .social .migros-tv {
  filter: grayscale(1) brightness(0.5);
  transition: all 150ms ease-out;
}
footer .social .migros-tv:hover {
  filter: grayscale(0) brightness(1);
}
footer .social .micon-x {
  margin-top: -2px;
  font-size: 1.2rem;
}
footer .navigation {
  border-top: 10px solid #f68220;
  background-color: #272727;
}
footer .navigation .nav {
  padding: 60px 0px;
}
footer .navigation .nav .title {
  margin: 0px;
  color: #fff;
  pointer-events: none;
}
footer .navigation .nav ul {
  margin: 0px;
  padding: 0px 0px 20px;
}
footer .navigation .nav ul li:last-child .mobile-store {
  margin-bottom: 0px;
}
footer .navigation .nav ul li a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 150ms ease-out;
}
footer .navigation .nav ul li a.mobile-store {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-width: 180px;
  margin-bottom: 0.75rem;
  padding: 0;
  border: 1px solid #919191;
  border-radius: 1rem;
  transition: all 150ms ease-out;
  overflow: hidden;
  opacity: 1;
}
footer .navigation .nav ul li a.mobile-store img {
  max-width: 175px;
  min-width: 175px;
  height: 50px;
}
footer .navigation .nav ul li a.mobile-store:hover, footer .navigation .nav ul li a.mobile-store:active {
  border-color: #fff;
}
footer .navigation .nav ul li a:hover, footer .navigation .nav ul li a:active {
  opacity: 1;
}
footer .navigation .nav .newsletter p {
  color: #fff;
  font-size: 1rem;
}
footer .navigation .company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .navigation .company > div:first-child {
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
footer .navigation .company > div:first-child div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer .navigation .company > div:first-child div:first-child {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
footer .navigation .company > div:first-child img.anadolugrubu {
  height: 36px;
}
footer .navigation .company > div:first-child img.migros {
  height: 23px;
}
footer .navigation .company p {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
}
footer .size-iyi-gelecek {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 95px;
  background-color: #fff;
}
footer .size-iyi-gelecek img {
  display: block;
}
footer .back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #adadad;
  border-radius: 20px;
  background-color: #272727;
  cursor: pointer;
  transition: background-color 250ms ease-out;
}
footer .back-to-top i {
  color: #fff;
}
footer .back-to-top:hover {
  background-color: #5c5c5c;
}

@media (min-width: 1367px) and (max-width: 1920px) {
  .multiple-image.desktop-large-cutting img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    height: 520px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1309px) {
  .container {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  header .head {
    margin: 0px;
  }
  header .head .search-bar {
    width: 87%;
  }
  header .head .navigation .menu .nav li {
    padding: 0px 0.7vw;
  }
  header .head .navigation .menu .nav-right {
    margin: 0px 10px 0px 0px;
  }
  header .head .navigation .menu .nav-right a {
    width: auto;
  }
  main .content.type-1 .inner .text {
    padding: 50px 60px 0px 50px;
  }
  main .content.type-1 .inner-min .text {
    padding: 50px 10px 0px 50px;
  }
  main .content.type-8 .inner .text {
    padding: 50px 60px 0px 50px;
  }
  main .content.type-9 .inner .text {
    padding: 50px 60px 0px 50px;
  }
}
/* @media (max-width: 1024px) {
    main{
        .container-fluid{
            overflow: hidden !important;
        }
    }
} */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0px 20px;
  }
  header {
    position: fixed; /* Sürdürülebilirlik/Çalışmalarımız sayfasındaki submenu desktopta etkilendiği için mobile'a eklendi.*/
    top: 0px;
    height: 60px;
    position: initial;
    top: initial;
  }
  header > .continaer-fluid {
    overflow: inherit;
  }
  header .head {
    margin: 0px;
  }
  header .head .logo {
    width: auto;
    height: 60px;
    padding: 10px 0px;
    z-index: 1;
    background: none;
  }
  header .head .logo img {
    height: 40px;
  }
  header .head .hamburger {
    padding: 5px;
  }
  header .head .navigation {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    background-color: #fff;
  }
  header .head .navigation > .hamburger {
    display: none;
  }
  header .head .navigation .menu {
    display: flex !important;
    justify-content: flex-end;
    box-shadow: 0 1px 0 0 #e5e5e5;
  }
  header .head .navigation .menu .nav {
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding: 0px 10px;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    z-index: -1;
  }
  header .head .navigation .menu .nav li {
    width: 100%;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
  }
  header .head .navigation .menu .nav li:first-child {
    padding: 10px 0px 0px 0px;
  }
  header .head .navigation .menu .nav li a {
    display: block;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 300;
    color: #adadad;
    text-transform: initial;
    margin-left: -15px;
    padding: 5px 0px;
    transition: all 200ms linear;
  }
  header .head .navigation .menu .nav li a:before {
    content: "•";
    padding-right: 10px;
  }
  header .head .navigation .menu .nav li a.open {
    margin-left: 5px;
    color: #f68220;
    font-weight: 600;
  }
  header .head .navigation .menu .nav li.stores {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f68220;
    transition: all 200ms linear;
    z-index: -1;
  }
  header .head .navigation .menu .nav li.stores a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    padding: 5px 0px 5px 7px;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
    font-size: 1.125rem;
    color: #fff;
  }
  header .head .navigation .menu .nav li.stores a:hover {
    color: #fff !important;
  }
  header .head .navigation .menu .nav li.stores a:last-child {
    border: none;
  }
  header .head .navigation .menu .nav li.stores a:before {
    content: "";
  }
  header .head .navigation .menu .nav li.stores a i:first-child {
    padding-right: 30px;
  }
  header .head .navigation .menu .nav li.stores a i:last-child {
    margin-left: auto;
  }
  header .head .navigation .menu .nav.open {
    display: block;
    /* height:calc(100vh - 120px); */
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 70px;
    scroll-behavior: smooth;
  }
  header .head .navigation .menu .nav.open .stores {
    top: calc(100vh - 120px);
  }
  header .head .navigation .menu .nav .submenu {
    display: block !important;
    overflow: hidden;
    padding: 0px 0px 0px 24px;
    transition: height 0.2s ease-in-out;
  }
  header .head .navigation .menu .nav .submenu li {
    padding: 0px;
  }
  header .head .navigation .menu .nav .submenu li a {
    padding: 5px 0px;
    font-size: 1.125rem;
  }
  header .head .navigation .menu .nav .submenu li a.active {
    color: #f68220;
  }
  header .head .navigation .menu .nav-right {
    margin-right: 25px;
    /* &.nav-right-profile{
        .profile-name{
            left:initial;
            top:2px;
            right: 70px;

            i{
                display: flex;
                align-items: center;
                font-size: 1.7rem;
            }
        }

        .profile{
            &.open{
                .micon-user{
                    margin-left:-2px;
                }
            }
        }
    } */
  }
  header .head .navigation .search-bar {
    width: 100%;
    height: auto;
    top: 61px;
    padding: 0px 15px 0px 0px;
  }
  header .head .navigation .search-bar div:first-child {
    padding: 20px 20px 0px;
  }
  header .head .navigation .search-bar div:last-child {
    padding: 0px 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  header .head .navigation .search-bar .result-count {
    margin: 3px 10px 0px 0px;
  }
  header .search-result.open {
    top: 167px;
  }
  header .search-result .result {
    width: 100%;
    margin: 20px 0px;
  }
  header .search-result .result ul {
    padding: 0px 0px 0px 35px;
  }
  main .main-slider .owl-carousel .owl-dots {
    bottom: 40px;
  }
  main .main-slider .owl-carousel .videoplayer video {
    width: auto;
    height: 100%;
  }
  main .submenu {
    top: 61px;
  }
  main .head.type-1 .container {
    left: 0px;
    transform: initial;
  }
  main .head.type-1 .container-degrade {
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.55) 100%);
  }
  main .head.type-1 h1 {
    bottom: 20px;
  }
  main .band {
    position: relative;
  }
  main .band .inner {
    height: 60px;
    margin: 0px 0px;
  }
  main .band-space {
    display: none;
  }
  main .content.header-space {
    margin-top: 20px;
  }
  main .content.type-1 .inner .text {
    width: 100%;
    padding: 40px 20px 0px 0px;
  }
  main .content.type-1 .inner .image {
    width: 100%;
    margin-bottom: 0px;
  }
  main .content.type-1 .inner-min {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
  }
  main .content.type-1 .inner-min .text {
    padding: 50px 10px 0px 0px;
  }
  main .content.type-2 .head p {
    width: 100%;
  }
  main .content.type-2 .inner .news {
    width: 50%;
  }
  main .content.type-2 .inner .news .description {
    font-weight: 600;
  }
  main .content.type-2 .inner .list {
    width: 50%;
    margin-top: 40px;
    padding: 20px;
  }
  main .content.type-2 .inner .list ul li a {
    padding: 15px;
    margin-bottom: 10px;
  }
  main .content.type-3 {
    padding: 0px 0px;
  }
  main .content.type-3 .text {
    width: 50%;
  }
  main .content.type-3 .inner {
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  main .content.type-4 .text {
    margin-top: 120px;
  }
  main .content.type-4 .text h1 {
    width: 100%;
  }
  main .content.type-4 .text p {
    width: 90%;
  }
  main .content.type-4 .text a {
    margin-top: 20px !important;
  }
  main .content.type-4 .image {
    padding-right: 0px;
  }
  main .content.type-6 .images h1 {
    right: -34%;
  }
  main .content.type-8 .inner .text {
    width: 100%;
    padding: 40px 20px 0px 0px;
  }
  main .content.type-8 .inner .image {
    width: 100%;
  }
  main .content.type-9 .head h4 {
    width: 100%;
  }
  main .content.type-9 .inner .text {
    width: 100%;
    padding: 40px 0px 0px 20px;
  }
  main .content.type-9 .inner .image {
    width: 100%;
  }
  main .content.type-10 .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  main .content.type-11 nav {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  main .content.type-14 .item {
    border: none;
  }
  main .content.type-14 .owl-item.active.line .item {
    border-right: none;
  }
  main .content.type-16 .item img {
    width: 80px;
  }
  main .content.type-16 .item h4 {
    font-size: 17px;
  }
  main .content.type-16 .item h6 {
    font-size: 12px;
  }
  main .content.type-16 div.buttons .btn {
    font-size: 14px;
  }
  main .content.type-16-1 .item > div:first-child {
    width: 80px;
    height: 80px;
  }
  main .content.type-16-1 .item img {
    width: 80px;
  }
  main .content.type-16-1 .item h4 {
    font-size: 17px;
  }
  main .content.type-16-1 .item h6 {
    font-size: 12px;
  }
  main .content.type-16-1 div.buttons .btn {
    font-size: 14px;
  }
  main .content.type-17 .item .caption .text {
    left: 20px;
    bottom: 20px;
  }
  main .content.type-17 .arrow {
    padding: 0px 20px;
  }
  main .content.type-17 .owl-dots {
    right: 20px;
    bottom: 20px;
  }
  main .content.type-19 .owl-stage-outer, main .content.type-20 .owl-stage-outer {
    width: calc(100% + 20px);
  }
  main .content.type-19 .owl-stage-outer img, main .content.type-20 .owl-stage-outer img {
    width: calc(100vw - 80px);
  }
  main .content.type-23 {
    margin-top: 0px;
  }
  main .content.type-23 .col:first-child {
    padding-left: 0px;
  }
  main .profile.content.type-2 .navbar {
    position: fixed;
    top: 70px;
  }
  main .profile.content.type-2 .navbar .nav-link {
    font-size: 18px;
  }
  main .profile.content.type-2 .navbar .nav-link.active {
    font-weight: 600;
  }
  main .profile.content.type-2 .experiences-list .experiences {
    padding: 1.5rem 2rem 1.5rem 0rem;
  }
  main .profile.content.type-2 .experiences-list .experiences button {
    right: 10px;
  }
  main .shape.type-3 {
    width: 110%;
    bottom: -40px;
    margin: 0px -20px 0px -20px;
  }
  main .shape.type-4 {
    top: 80px;
    height: calc(100% - 120px);
    background-image: none;
  }
  main .shape.type-5 {
    width: calc(100% + 40px);
    margin: 0px -20px 0px -20px;
  }
  footer .social {
    padding: 20px 0px;
  }
  footer .navigation .nav {
    padding: 20px 0px;
  }
  footer .navigation .company {
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  main .head.type-1 > img {
    height: 320px;
  }
  main .head.type-1 .container {
    left: 0px;
    transform: initial;
  }
  main .head.type-1 h1 {
    bottom: 20px;
    font-size: 2.15rem;
  }
  main .head.type-2 h1 {
    bottom: 15px;
    font-size: 2.15rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  main .content h1 {
    width: 100%;
  }
  main .content p {
    width: 100% !important;
  }
  main .content.type-1 .inner {
    flex-direction: column;
  }
  main .content.type-1 .inner .text {
    padding: 0px;
  }
  main .content.type-1 .inner-min {
    width: 70%;
    flex-direction: column-reverse;
    top: -100px;
    margin-bottom: -100px;
  }
  main .content.type-1 .inner-min .text {
    padding: 20px 10px 0px 0px;
  }
  main .content.type-1 .inner-min .image {
    width: 100%;
  }
  main .content.type-2 .inner {
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  main .content.type-2 .inner .news {
    width: 100%;
  }
  main .content.type-2 .inner .news .information {
    margin-top: 20px;
  }
  main .content.type-2 .inner .list {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  main .content.type-2 .inner .list ul li a {
    padding: 15px;
    margin-bottom: 10px;
  }
  main .content.type-3 {
    flex-direction: column;
    margin-bottom: 0px;
    overflow: inherit;
  }
  main .content.type-3 .text {
    width: 100%;
  }
  main .content.type-3 .text p {
    width: 100%;
  }
  main .content.type-3 .text a {
    margin: 0px 0px 10px 0px !important;
  }
  main .content.type-3 .inner {
    width: calc(100% + 40px);
    margin: 0px -20px 0px -20px;
    border-radius: 0px;
  }
  main .content.type-4 {
    flex-direction: column-reverse;
  }
  main .content.type-4 .text {
    width: 100%;
    margin-top: 0px;
  }
  main .content.type-4 .text p {
    width: 100%;
  }
  main .content.type-4 .text a {
    margin: 20px 0px 10px 0px !important;
  }
  main .content.type-4 .image {
    width: calc(100% + 40px);
    margin: 0px -20px 30px;
  }
  main .content.type-4 .spahe {
    display: block;
  }
  main .content.type-5 .inner {
    width: 180%;
  }
  main .content.type-6 .images {
    width: 100%;
  }
  main .content.type-6 .images h1 {
    padding: 0px;
    position: relative;
    left: 0px;
    top: 0px !important;
    margin: 20px 0px;
    color: #272727;
    background: none;
  }
  main .content.type-8 .inner {
    flex-direction: column;
  }
  main .content.type-8 .inner .text {
    padding: 0px;
  }
  main .content.type-8 .inner .image {
    width: 100%;
  }
  main .content.type-9 .inner {
    flex-direction: column-reverse;
  }
  main .content.type-9 .inner .text {
    padding: 0px;
  }
  main .content.type-9 .inner .image {
    width: 100%;
  }
  main .content.type-10 .text div:last-child {
    display: none;
  }
  main .content.type-12.open-border .panel-group .nav-link {
    border-bottom: 1px solid #e5e5e5;
  }
  main .content.type-12.open-border .panel-group .nav-link.collapsed {
    border-bottom: none;
  }
  main .content.type-16 .item .micon-arrow-right {
    display: none;
  }
  main .content.type-17 > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  main .content.type-17 .item .caption .text {
    font-size: 17px;
    left: 20px;
    right: 0px;
    bottom: 60px;
    padding: 0px 40px;
  }
  main .content.type-17 .arrow {
    display: none !important;
  }
  main .content.type-17 .owl-dots {
    display: flex;
    justify-content: center;
    left: 0px;
    right: 0px;
    bottom: 20px;
  }
  main .content.type-21 .accordion .card {
    position: relative;
  }
  main .content.type-21 .accordion .card .card-header {
    z-index: 99;
  }
  main .content.type-21 .accordion .card .card-header .head .micon.micon-accordion:after {
    content: "\e80b";
    color: #f68220;
  }
  main .content.type-21 .accordion .card .card-header .head .btn.collapsed + .micon.micon-accordion:after {
    content: "\e80c";
    color: #272727;
  }
  main .content.type-21 .open-border .panel-group .nav-link {
    padding: 0.3rem 1rem 0.5rem 0rem;
    border-bottom: 1px solid #e5e5e5;
  }
  main .content.type-21 .open-border .panel-group .nav-link:before {
    position: absolute;
    right: 15px;
    margin-top: -7px;
    font-family: "icon-migros";
    font-size: 1.8rem;
    content: "\e804";
  }
  main .content.type-21 .open-border .panel-group .nav-link.collapsed {
    border-bottom: none;
  }
  main .content.type-21 .open-border .panel-group .nav-link.collapsed:before {
    position: absolute;
    right: 15px;
    font-family: "icon-migros";
    font-size: 1.8rem;
    content: "\e802";
  }
  main .content.type-21 .open-border .panel-group .nav-link p {
    font-size: 16px;
  }
  main .content.type-21 .open-border .panel-group .panel-body {
    margin-bottom: 30px;
  }
  main .content.type-23 {
    height: auto;
    margin: 0px -20px;
  }
  main .content.type-23 .form-group {
    border: solid 1px #e5e5e5;
  }
  main .content.type-23 .form-group .form-control {
    height: 60px;
  }
  main .content.type-23 .form-group select.form-control {
    background-position: calc(100% - 10px) center;
  }
  main .content.type-27 {
    margin: 0px -20px;
  }
  main .content.type-27 .head.row {
    padding: 10px 31px !important;
  }
  main .content.type-27 .accordion .card .card-header .head .btn {
    padding: 30px 20px !important;
  }
  main .content.type-27 .accordion .card .card-header .head .btn:hover div:first-child {
    text-decoration: none !important;
  }
  main .content.type-27 .accordion .card .card-header .head .btn.collapsed {
    padding: 10px 20px !important;
  }
  main .content.type-27 .accordion .card .card-header .head .btn.collapsed .row {
    padding-bottom: 10px;
  }
  main .content.type-27 .accordion .card .card-header .head .btn.collapsed .row div:nth-child(2), main .content.type-27 .accordion .card .card-header .head .btn.collapsed .row div:nth-child(3) {
    height: 0px;
    overflow-y: hidden;
  }
  main .content.type-27 .accordion .card .card-header .head .btn .row {
    padding-bottom: 30px;
  }
  main .content.type-27 .accordion .card .card-header .head .btn .row div:nth-child(2), main .content.type-27 .accordion .card .card-header .head .btn .row div:nth-child(3) {
    transition: height 200ms ease-in-out;
    height: 24px;
  }
  main .content.type-27 .accordion .card .card-header .head .micon.micon-accordion {
    right: 15px;
  }
  main .content.type-27 .accordion .card .card-body {
    padding: 10px 20px !important;
  }
  main .profile.content.type-2 .navbar {
    width: calc(100% - 40px);
    position: fixed;
    top: 61px;
    border-bottom: 1px solid #f4f1ef;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-direction: row;
    z-index: 1;
  }
  main .profile.content.type-2 .navbar .nav-link {
    font-size: 18px;
  }
  main .profile.content.type-2 .navbar .nav-link.active {
    font-weight: 300;
  }
  main .profile.content.type-2 .file-upload-user-content {
    margin-top: inherit;
  }
  main .shape.type-1 {
    top: -40px;
    width: 100%;
  }
  main .shape.type-1-1 {
    top: -40px;
    left: -15px;
    width: calc(100% + 15px);
    background-image: none;
  }
  main .shape.type-2 {
    display: initial;
    top: 20%;
    width: 120%;
    margin: 0px -20px;
  }
  main .shape.type-4 {
    display: initial;
    width: 100%;
    height: 100%;
  }
  main .shape.type-6 {
    width: 100%;
  }
  footer .social {
    padding: 10px 0px;
  }
  footer .navigation .nav .title {
    pointer-events: inherit;
    cursor: pointer;
    font-size: 1.125rem;
    transition: opacity 100ms ease-out;
  }
  footer .navigation .nav .title:after {
    margin-top: -2px;
    float: right;
    font-family: "icon-migros";
    font-size: 1.5rem;
    content: "\e80c";
  }
  footer .navigation .nav .title:hover, footer .navigation .nav .title:active {
    opacity: 1;
  }
  footer .navigation .nav .title.active:after {
    content: "\e80b";
  }
  footer .navigation .nav .title.active + .footer-menu {
    display: table !important;
  }
}
@media (max-width: 576px) {
  header .head .navigation .menu .nav-right {
    margin-right: 15px;
  }
  header .head .navigation .search-bar div:first-child p {
    width: 75%;
  }
  header .search-result {
    top: -100vh;
  }
  header .search-result.open {
    top: 167px;
  }
  header .search-result .result {
    overflow-y: scroll;
    max-height: calc(100vh - 207px);
    direction: initial;
  }
  header .search-result .result ul {
    padding: 0px;
  }
  main .main-slider .owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
  }
  main .main-slider .owl-carousel .owl-stage-outer .owl-stage {
    display: block;
  }
  main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption h1 {
    height: initial;
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
  main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate {
    height: 115px;
  }
  main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate h1 {
    height: 45px;
  }
  main .main-slider .owl-carousel .owl-stage-outer .owl-item .item .caption .animate h6 {
    height: 45px;
  }
  @keyframes move {
    0% {
      top: 0px;
    }
    20% {
      top: -45px;
    }
    40% {
      top: -90px;
    }
    60% {
      top: -135px;
    }
    80% {
      top: -180px;
    }
  }
  main .main-slider .owl-carousel .owl-dots {
    bottom: 40px;
  }
  main .main-slider .owl-carousel .videoplayer video {
    width: auto;
    height: 100%;
  }
  main .content.type-1 .inner-min {
    top: -60px;
    margin-bottom: -60px;
  }
  main .content.type-2 .inner .list ul li a p.date {
    font-size: 0.75rem;
  }
  main .content.type-2 .inner .list ul li a p.title {
    font-size: 1rem;
  }
  main .content.type-2 .inner .shape.type-2 {
    top: 10%;
  }
  main .content.type-4 .text {
    margin: 20px 0px 25px 0px !important;
  }
  main .content.type-5 .head .arrow {
    display: none !important;
  }
  main .content.type-5 .inner {
    width: 190%;
  }
  main .content.type-5 .inner .arrow {
    display: flex !important;
    width: calc(100vw - 30px);
    height: 20px;
    padding: 20px 0px 35px;
    cursor: pointer;
  }
  main .content.type-5 .inner .arrow > div {
    height: 20px;
  }
  main .content.type-11 .nav-tabs .nav-link {
    width: 60px;
    padding: 0px 0px 10px 0px;
  }
  main .content.type-11 .nav-tabs .nav-link h3 {
    font-size: 1.125rem;
  }
  main .content.type-11 .nav-tabs .nav-link.active {
    border-bottom: 2px solid #f68220;
  }
  main .content.type-13 h3, main .content.type-13 h4 {
    font-size: 17px;
  }
  main .content.type-13 p {
    font-size: 0.875rem;
  }
  main .content.type-13 .table {
    margin-bottom: 10px;
  }
  main .content.type-13 .table td, main .content.type-13 .table th {
    padding: 0.75rem 0.4rem;
    font-size: 0.875rem;
  }
  main .content.type-13 .table thead td {
    padding-bottom: 0px;
  }
  main .content.type-13 .table .buttons button {
    font-size: 14px;
  }
  main .content.type-13 .owl-carousel .owl-stage-outer {
    width: 80%;
    margin: 0px auto;
  }
  main .content.type-13 .owl-carousel .owl-nav {
    width: 100% !important;
    top: -5px;
  }
  main .content.type-13 .owl-carousel .owl-nav button {
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
  }
  main .content.type-13 .owl-carousel.square.nav-tabs .owl-item {
    margin-right: 10px !important;
  }
  main .content.type-14 .item img {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
  }
  main .content.type-14 .arrow {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  main .content.type-17 .item {
    min-height: 230px;
  }
  main .content.type-17 img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 230px;
  }
  main .content.type-22 .head .arrow {
    display: none !important;
  }
  main .content.type-22 .inner {
    width: 190%;
  }
  main .content.type-22 .inner .owl-carousel .owl-item img {
    width: calc(100vw - 40px);
  }
  main .content.type-22 .inner .arrow {
    display: flex !important;
    width: calc(100vw - 30px);
    height: 20px;
    padding: 20px 0px 35px;
    cursor: pointer;
  }
  main .content.type-22 .inner .arrow > div {
    height: 20px;
  }
  main .content.type-24 .owl-stage-outer {
    width: calc(100% + 20px);
  }
  main .content.type-24 .owl-stage-outer .item {
    width: calc(100vw - 80px);
  }
  main .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  main .submenu nav {
    /* .owl-stage-outer{
        width: 80%;
        margin: 0px auto;
    } */
  }
  main .submenu nav .owl-nav {
    top: -7px;
  }
  main .submenu nav .owl-nav button {
    width: 35px;
    height: 35px;
    font-size: 34px !important;
    color: #f68220 !important;
    line-height: 0px !important;
    border-radius: 5vw;
    border: 2px solid #f68220 !important;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.5960784314) !important;
  }
  main .account {
    z-index: 995;
  }
  main .account .content {
    width: 100%;
  }
  main .account .content .close {
    top: 75px;
    right: 10px;
    z-index: 99;
  }
  main .piyasa-ozeti .modal-content {
    height: calc(100vh - 60px);
  }
  main .form-rating .star button i {
    position: absolute;
    font-size: 2rem;
  }
  footer .social {
    padding: 10px 0px;
  }
  footer .social ul li {
    padding: 0px 1.1rem;
  }
  footer .navigation .nav {
    padding: 20px 0px;
  }
  footer .navigation .company {
    flex-direction: column;
    justify-content: center;
  }
  footer .navigation .company > div {
    display: block;
    margin: 0px auto 10px;
  }
  footer .navigation .company p {
    text-align: center;
    font-size: 0.75rem;
  }
  footer .size-iyi-gelecek {
    height: 60px;
  }
  footer .size-iyi-gelecek img {
    height: 30px;
  }
}
@media (max-width: 414px) {
  header .head .navigation .search-bar div:first-child p {
    width: 100%;
  }
}
@media (max-width: 320px) {
  main .content.contact .location p {
    line-height: 20px;
    margin-top: -5px;
  }
}