﻿/*#region general using*/
html, body {
    overflow-x: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: unset;
}
body {
  font-family: "League Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  width: 100%;
  overflow: hidden;
}
.bg-sprite, .icon {
  background-image: url(../img/bg-sprite.svg);
  background-repeat: no-repeat;
}
.icon {
  float: left;
  width: 30px;
  height: 20px;
  margin-right: 4px;
}
.icon.shipping {
    background-position: -80px 0;
}
.icon.montage {
    background-position: -110px 0;
    width: 20px;
}
.icon.gift {
  background-position: -130px 0;
}
.confirm .icon, .alert .icon, .success-msg .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../oldimg/popup-icon-sprite.svg);
    -webkit-background-size: 180px;
    -moz-background-size: 180px;
    -o-background-size: 180px;
    background-size: 180px;
}
.alert .icon {
    background-position: 0 0;
}
.success-icon {
    background-position: 0 0;
}
.confirm .icon, .alert .icon, .success-msg .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../img/popup-icon-sprite.svg);
    -webkit-background-size: 180px;
    -moz-background-size: 180px;
    -o-background-size: 180px;
    background-size: 180px;
}

.close-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.m-icon {
  background-image: url(../img/bg-sprite-mobile.svg);
}

@media (max-width: 1200px) {
  .col {
    padding: 0px;
  }
}
.site-wrap {
  min-height: 100%;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.content {
  padding-top: 100px;
  display: inline-block !important;
  width: 100%;
}
@media (min-width: 1200px) {
    .content {
        padding-top: 168px;
    }
}
@media (max-width: 1200px) {
  #main {
    padding-top: 0px;
  }
}

body.show-nav .container {
    left: calc(100% - 60px);
    margin: 0px 0px;
}
.swiper-button-next, .swiper-button-prev {
  top: 40%;
}

.bx-wrapper {
  margin-bottom: 0px;
  border: 0px !important;
  box-shadow: unset;
}
.bld-menu-txt {
  font-family: "League Medium", sans-serif !important;
  font-weight: 600;
  color: #636363 !important;
  /*margin: 8px 0px 16px;*/
  margin: 15px 0; 
  display: table;
}
a {
  color: #2e2e2e;
  cursor: pointer !important;
}
a:hover {
  text-decoration: none !important;
  color: #df2027;
}

ul {
  margin: 0px;
}

.no-text {
  text-indent: -9999px;
}

.display-none {
    display: none !important;
}
.display-block {
    display: block !important;
}
.custom-loading-div {
  display: none;
  opacity: 0.5;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-image: url(../img/vestel-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.custom-loading-div {
  display: table;
  opacity: 0.5;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-image: url(../img/vestel-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .hidden-m {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.clearfix {
  clear: both;
  min-height: 1px;
  display: block;
}
.section-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #404040;
  font-size: 34px;
  font-family: "League Bold", sans-serif;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-selectmenu-open {
  z-index: 99999999;
}

.ui-selectmenu-menu .ui-menu {
  max-height: 250px !important;
  border-radius: 0 !important;
}
.ui-selectmenu-menu .ui-menu-item {
  font-size: 16px;
  font-family: "League Regular", sans-serif;
  height: 40px !important;
  box-sizing: border-box;
  line-height: 40px !important;
  border: 0;
  padding: 0 !important;
}
.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  border: 0;
  text-indent: 10px;
}
.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #dedede;
  color: #000;
}

.accordion {
  display: grid;
}
@media (min-width: 1200px) {
  .accordion .ui-accordion-content-active {
    background-color: #f9f9f9;
  }
  .accordion .ui-accordion-header-active {
    background-color: #f9f9f9;
  }
}

.ui-accordion-header-active .icon {
  background-position: -52px -156px !important;
}

.inner .accordion {
  margin: 16px 0px;
}

.ui-accordion-header {
  outline: 0 !important;
  margin-top: 10px;
  height: 60px;
  padding: 15px 20px;
  line-height: 45px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "League Regular", sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  border-color: #dedede;
  background: #fff;
}
.ui-accordion-header .slogan {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #dedede;
  line-height: 28px;
}
@media (max-width: 992px) {
  .ui-accordion-header .slogan {
    display: none;
  }
}
.ui-accordion-header .icon {
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 10px;
  background-position: -30px -156px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px !important;
}
.half-part {
  width: 50% !important;
}
@media (max-width: 768px) {
  .half-part {
      width: 100% !important;
  }
}
.full {
    width: 100% !important;
}
/*#endregion*/
/*#region ürün detay picto - anasayfa retro*/

.mainarea {
  width: 100%;
  float: left;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .mainarea {
    margin-top: 16px;
  }
}

.mainarea.dark {
  position: relative;
}
.mainarea.dark .inner {
  z-index: 1;
  position: relative;
}
.mainarea.dark:after {
  content: "";
  width: 140%;
  height: 100%;
  display: table-cell;
  position: absolute;
  left: -20%;
  top: 10px;
  background: #f2f2f2;
}
@media (max-width:540px){
  .mainarea.vestelsupport .box{
      height:130px!important;
  }
}

/*#endregion*/
/*#region mobile nav bar*/
body.show-nav .site-wrap {
  left: calc(100% - 60px);
}
body.show-nav .mobile-nav-left {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
body.show-nav .mobile-nav-left .user-in .text {
  display: table;
  float: left;
  color: #fff;
  height: 40px;
  padding: 5px 0;
  margin-top: 8px;
  box-sizing: border-box;
  font-family: "League Regular", sans-serif;
  font-size: 20px;
  line-height: 15px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.6);
}
body.show-nav .mobile-nav-left .user-in .account-link {
  color: white;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
}
body.show-nav .mobile-nav-left .user-in img {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  margin-left: 12px;
}

.hasChild .ui-accordion-header {
  border: 0px solid #cccccc !important;
  background: none !important;
  color: #2b2b2b;
  padding: 8px 0px;
}
.hasChild ul {
  padding: 0px;
  list-style: none;
}
.hasChild ul li:first-child {
  margin-top: 0px !important;
}
.hasChild ul li a {
  padding: 4px 0px;
}
.hasChild .ui-accordion-content {
  padding: 0px 0px 0px 16px;
}
.hasChild .ui-state-active, .hasChild .ui-widget-content .ui-state-active, .hasChild .ui-widget-header .ui-state-active, .hasChild a.ui-button:active, .hasChild .ui-button:active, .hasChild .ui-button.ui-state-active:hover {
  background: #f9f9f9 !important;
  color: #636363 !important;
  border: 0px !important;
}
/*#endregion*/
/*#region header*/
#header {
  position: fixed;
  width: 100%;
  display: none;
  z-index: 999999;
}
.header-top {
  font-family: "League Regular", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #c9c9c9;
  height: 40px;
  background: #fff;
}
.header-top .individual-sell {
    font-family: "League Bold", sans-serif !important;
}
.desktop-nav {
  overflow: hidden;
}
.header-list {
  margin: 0px;
}
.header-list li a {
  display: table;
  line-height: 20px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #a3a3a3;
  margin-top: 9.5px;
}
.header-list li:last-child a {
  margin-right: 0px;
}
.header-list li:last-child a {
  border-right: 0px;
}

.logo-v {
  float: left;
  width: 34px;
  height: 36px;
  margin-top: 22px;
  position: relative;
}
.logo-v .flat {
  position: absolute;
  left: 0;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  width: 34px;
  z-index: 1;
  background-image: url(../img/logo-v.svg);
  background-size: 99%;
  background-repeat: no-repeat;
  text-indent: -999999px;
  float: left;
}
.logo-v .gradient {
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  width: 34px;
  z-index: 2;
  background-image: url(../img/logo-v-2.png);
  background-size: 99%;
  background-repeat: no-repeat;
  opacity: 0;
}

.logo {
  width: 130px;
  height: 36px;
  margin-top: 22px;
  background-position: -35px -20px;
  display: table;
  float: left;
}

.vestel-logo div {
  float: left;
  margin-top: 22px;
}
.vestel-logo .logo-firstC {
  background: url("../img/logo-v.svg");
  width: 35px;
  height: 36px;
}

.header-middle {
  position: relative;
  z-index: 99999999;
  background: #fff;
}
.header-middle .vestel-logo {
  display: table;
  float: left;
}
.header-middle .other-links {
  display: table;
  float: left;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 24px;
}
.header-middle .other-links li {
  float: left;
  list-style: none;
  margin-right: 16px;
}
.header-middle .other-links li:last-child {
  margin-right: 0px;
}
.header-middle .other-links li a {
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  height: 30px;
  line-height: 40px;
}
.header-middle .other-links li a:hover {
  color: #df2027;
}
.header-middle .inner-right {
  padding: 16px;
}
.header-middle .search-bar-wrap {
  float: left;
}
.header-middle .search-bar-wrap .textInput input {
  float: left;
  outline: 0;
}
.header-middle .search-bar-wrap #txtsearch {
  height: 40px;
  border: 0;
  padding: 0;
  text-indent: 10px;
  float: left;
  width: 280px;
  background-color: #eee;
  font-family: "League Regular", sans-serif;
  font-size: 14px;
}
.header-middle .search-bar-wrap #txtsearch::placeholder {
    padding-top: 5px;
}
.header-middle .search-bar-wrap #btnsearch {
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background-color: #eee;
  background-position: 0 -56px;
  cursor: pointer;
}
.header-middle .cart-area .cart {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  background-position: -40px -56px;
}
.header-middle .cart-area .cart .quantity {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: #ff7f29;
  box-shadow: 0 2px 4px rgba(255, 124, 41, 0.4);
  font-family: "League Medium", sans-serif;
  font-size: 12px;
}
.header-middle .cart-area .cart .quantity.active {
  background-color: #ff7f29;
  box-shadow: 0 2px 4px rgba(255, 124, 41, 0.4);
}
.header-middle .user-header {
  list-style: none;
  float: left;
  padding: 0px;
}
.header-middle .user-header li {
  float: left;
  margin: 8px;
}
.header-middle .user-header li a {
  float: left;
  height: 20px;
  line-height: 20px;
  padding-left: 12px;
  font-family: "League Bold", sans-serif;
  font-size: 14px;
  border-left: solid 1px #a3a3a3;
  margin-top: 4px;
}
.header-middle .user-header li a:hover {
  color: #df2027;
}
.header-middle .user-header li:first-child a {
  border: 0px;
}
.header-middle .cart-area {
  margin: 8px;
}
.user-profile {
  float: left;
  width: 180px;
  margin: 0px 16px;
}
.user-profile .account-bar {
  float: left;
}
.user-profile .account-bar img {
  float: left;
}
.user-profile .account-bar .name {
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  font-family: "League Regular", sans-serif;
  font-size: 15px;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-profile .account-bar .account {
  float: left;
  height: 20px;
  line-height: 20px;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #df2027;
}
.user-profile .account-bar .account .icon {
  float: right;
  margin-top: 8px;
  margin-left: 8px;
  width: 12px;
  height: 6px;
  display: inline-block;
  background-position: -164px -116px;
}
.user-profile .acc-links {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  background-color: #fff;
  width: 310px;
  top: 65px;
  right: 45px;
  border-top: solid 2px #df2027;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 10, 0.175, 1);
}
.user-profile .acc-links.is-open-list {
  visibility: visible;
  max-height: 400px;
}
.user-profile .acc-links:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #df2027 transparent;
  position: absolute;
  right: 140px;
  top: -8px;
}
.user-profile .acc-links .title {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 39px;
  box-sizing: border-box;
  padding: 0px 8px;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  border-bottom: solid 1px #dedede;
}
.user-profile .acc-links .links {
  padding: 16px;
  display: table;
}
.user-profile .acc-links ul {
  list-style: none;
  padding: 0px;
}
.user-profile .acc-links ul li {
  display: table;
  float: left;
  width: 100%;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #888;
}
.user-profile .acc-links ul li a {
  float: left;
  height: 24px;
  line-height: 24px;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.user-profile .acc-links .logout-btn {
  float: left;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-top: solid 1px #dedede !important;
  color: #df2027;
  text-align: center;
  letter-spacing: 2px;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  border: none;
  background: none;
}
.custom.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
  left: 6px;
}
.custom.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 11px;
}
.custom.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 22px;
  left: -2px;
  right: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.custom.switch input:checked + .slider {
  background-color: #df2027;
}
.custom.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.custom.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.custom.switch .slider.round {
  border-radius: 34px;
}
.custom.switch .slider.round:before {
  border-radius: 50%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .header-middle .container .row .user-profile {
        margin:0;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-middle .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  #main-menu .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
/*#endregion*/
/*#region VESTEL HEP YANINIZDA */
.vestelsupport {
  margin-bottom: 32px;
}
.vestelsupport .list {
  display: table;
  margin: auto;
  padding: 0px;
  width: 100%;
}
@media (max-width: 992px) {
  .vestelsupport .list {
    width: 90%;
  }
}
.vestelsupport .title {
  color: #c0c0c0;
  font-size: 50px;
  font-family: "League Light", sans-serif;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.vestelsupport .box-title {
  color: #df2027;
  line-height: 30px;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
}
.vestelsupport ul {
  list-style: none;
  padding: 0px;
}
.vestelsupport ul li a {
  line-height: 32px;
  color: #2e2e2e !important;
}
@media (max-width: 1200px) {
  .vestelsupport ul {
    display: none;
  }
  .vestelsupport .inner {
    padding: 16px;
  }
  .vestelsupport .title {
    height: auto;
    line-height: inherit;
    font-family: "League Medium", sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .vestelsupport .box {
    height: auto !important;
    width: 98% !important;
    margin-bottom: 32px;
    line-height: 1.6em;
    padding: 15px;
    margin-right: 0px !important;
  }
  .vestelsupport .box:nth-child(1) {
    margin-right: 40px !important;
  }
  .vestelsupport .box:nth-child(3) {
    margin-right: 40px !important;
  }
  .vestelsupport .red-borders {
    width: 100% !important;
    border-top: solid 2px #df2027 !important;
    border-right: solid 2px #df2027 !important;
  }
}
@media (max-width: 768px) {
  .vestelsupport .box {
    margin-bottom: 24px;
  }
  .vestelsupport .box:nth-child(1) {
    margin-right: 16px !important;
  }
  .vestelsupport .box:nth-child(3) {
    margin-right: 16px !important;
  }
}
.mainarea.vestelsupport .box {
  float: left;
  box-sizing: border-box;
  border: solid 1px #dedede;
  padding: 25px;
  width: 265px;
  height: 245px;
  position: relative;
  margin-right: 37px;
}
.mainarea.vestelsupport .box .red-borders {
  position: absolute;
  background: transparent;
  border-top: solid 5px #df2027;
  border-right: solid 5px #df2027;
  width: 255px;
  height: 60px;
  top: -6px;
  right: -6px;
}
/*#endregion*/
/*#region footer*/
#footer {
    display: table;
    width: 100%;
    padding: 24px;
    background: #3b3b3b;
    padding: 0px;
}
#footer a {
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1200px) {
  #footer {
    padding: 16px;
  }
  #footer .box {
    padding: 0px;
  }
  #footer .box ul {
    margin-bottom: 20px;
    display: table;
  }
  #footer .box a.label {
    float: none !important;
    height: 50px !important;
    line-height: 48px !important;
    margin-bottom: 0 !important;
    position: relative;
  }
  #footer .brochures-list {
    margin-bottom: 0px;
  }
  #footer .br-list {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
  }
  #footer .accordionFooter .accordion-footer-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  }
  #footer .accordionFooter .accordion-footer-title .m-icon-wrapper {
    height: 50px !important;
    width: 15%;
    display: flex;
    justify-content: center;
  }
  #footer .accordionFooter .m-icon-wrapper .m-icon {
    background-position: -43px -30px;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 15px;
  }
  #footer .accordionFooter ul {
    display: none;
  }
  #footer .open-accordion ul {
    display: table;
  }
  #footer .open-accordion .m-icon {
    transform: rotate(180deg);
  }
  #footer .label {
    display: table;
  }
}
#footer .box .label {
  font-family: "League Bold", sans-serif;
  font-size: 18px;
  color: #ddd;
  min-height: 30px;
  float: left;
  width: 100%;
}
#footer .box .label:hover {
  color: #fff;
}
#footer .box ul {
  list-style: none;
  padding: 0px;
}
#footer .box ul li {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#footer .box ul li a {
  font-family: "League Medium", sans-serif;
  font-size: 15px;
  color: #bbb;
}
#footer .box ul li a:hover {
  color: #df2027;
}
#footer .social {
  padding: 24px 0px;
  float: right;
}
@media (max-width: 1200px) {
  #footer .social {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footer .social ul {
    padding: 0px;
    list-style: none;
    float: left;
}
@media (max-width: 1200px) {
  #footer .social ul {
    float: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}
#footer .social ul li {
  float: left;
  margin-left: 16px;
}
@media (max-width: 1200px) {
  #footer .social ul li {
    margin-left: 0;
  }
}
#footer .social ul li a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  opacity: 0.5;
}
#footer .social ul li a:hover {
  opacity: 1;
  background-color: #df2027;
  border-color: #df2027;
}
#footer .social ul li a:hover .fb {
  background-position: -70px -56px !important;
}
#footer .social ul li a:hover .ins {
  background-position: -108px -56px !important;
}
#footer .social ul li a:hover .tw {
  background-position: -146px -56px;
}
#footer .social ul li .fb {
  background-position: -70px -56px;
}
#footer .social ul li .ins {
  background-position: -108px -56px;
}
#footer .social ul li .tw {
  background-position: -146px -56px;
}
#footer .social .label {
  float: left;
  color: rgba(255, 255, 255, 0.5);
  height: 20px;
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  #footer .social .label {
    display: none;
  }
}
#footer .footer-container #copyright {
  text-align: center;
  padding: 32px 0px;
}
#footer .footer-container #copyright span {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #dedede;
  opacity: 0.5;
  font-size: 14px;
}
#footer .footer-top {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
#footer .footer-top .icon-yt:hover, .icon-pt:hover {
  background-color: none !important;
  border: none !important;
}
/*#footer .footer-top .icon-yt {
  border: none;
}
#footer .footer-top .icon-pt {
  border: none;
}*/
#footer .footer-top .icon-tw {
  border: solid 1px #fff;
}
#footer .footer-top .icon-yt .hover {
  display: none;
}
#footer .footer-top .icon-yt:hover .hover {
  display: block;
}
#footer .footer-top .icon-yt:hover .default {
  display: none;
}
#footer .footer-top .icon-pt .hover {
  display: none;
}
#footer .footer-top .icon-pt:hover .hover {
  display: block;
}
#footer .footer-top .icon-pt:hover .default {
  display: none;
}
@media only screen and (max-device-width: 1200px) {
  #footer .footer-top .vestelgormeengelsiz {
    display: table;
    float: none;
    margin: auto;
  }
}
@media only screen and (min-device-width: 1200px) {
  #footer .footer-top .vestelgormeengelsiz {
    position: relative;
    left: -10px;
  }
  #footer .footer-top .vestelgormeengelsiz, .vestelguvendamgasi, .etbis {
      height: 64px;
  }
  #footer .footer-top .img-area {
      float: left;
      padding-top: 12px;
  }
  #footer .footer-top .vestelgormeengelsiz-button, .vestelguvendamgasi-button {
      float: left;
  }
  #footer .footer-top .vestelguvendamgasi-button {
      margin-left: 4px;
  }
  #footer .footer-top #ETBIS {
      float: left;
      margin-left: 22px;
  }
}
@media only screen and (max-device-width: 1199px) {
  #footer .footer-top .vestelgormeengelsiz, .vestelguvendamgasi, .etbis {
    height: 50px;
  }
  #footer .footer-top .img-area {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 12px;
  }
  #footer .footer-top .vestelgormeengelsiz-button, .vestelgormeengelsiz-button, .vestelguvendamgasi-button, #ETBIS {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#footer .footer-top .social-icon {
  width: 38px;
}
#footer .footer-top .icon-tw:hover {
  border: none !important;
}
/*#endregion*/
/*#region web-header top menü*/
.desktop-header #main-menu {
  display: table;
  width: 100%;
  background: #df2027;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .desktop-header #main-menu .container {
    max-width: 1200px !important;
  }
}
.desktop-header #main-menu .parent-menu {
  margin-right: 16px !important;
}
.desktop-header #main-menu .parent-menu > li {
  list-style: none;
}
.desktop-header #main-menu .menu-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  font-size: 0;
  height: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  display:flex;
}
.desktop-header #main-menu .menu-list > li {
  float: left;
  display: inline-block;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.77, 10, 0.175, 1);
  flex:1;
  opacity:1;
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 50%;
}
.desktop-header #main-menu .menu-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 16px;
    margin-top: 0 !important;
    font-family: "League Medium", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    padding: 0;
}
.desktop-header #main-menu .menu-list > li > a:hover {
  color: white;
}
.desktop-header #main-menu .menu-list > li .opacity {
  opacity: 0.6;
}
.desktop-header #main-menu .menu-list > li:hover {
  background: #f7272f;
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 50%;
}
.desktop-header #main-menu .menu-list > li.active-hvr .sub-menu {
  display: block !important;
  visibility: visible;
  opacity: 1;
  height: 450px;
  padding: 30px 0;
}
.desktop-header #main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  background: #f7272f;
  box-sizing: border-box;
  padding: 0px 0;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -o-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.desktop-header #main-menu .sub-menu .sub-cat-image {
  background-image: url(../img/tv-ses.svg);
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 380px;
  width: 380px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.desktop-header #main-menu .sub-menu .sub-category-content-tv {
    background-image: url('../img/example-photo/tv-ses.svg');
}
.desktop-header #main-menu .sub-menu .sub-category-content-be {
    background-image: url(../img/example-photo/beyaz-esya.svg);
}
.desktop-header #main-menu .sub-menu .sub-category-content-a {
    background-image: url('../img/example-photo/ankastre.svg');
    background-position: center top;
}
.desktop-header #main-menu .sub-menu .sub-category-content-kea {
    background-image: url('../img/example-photo/kucuk-ev-aletleri.svg');
}
.desktop-header #main-menu .sub-menu .sub-category-content-is {
    background-image: url('../img/example-photo/isitma-sogutma.svg');
}
.desktop-header #main-menu .sub-menu .sub-category-content-mc {
    background-image: url('../img/example-photo/mobil-cihazlar.svg');
}
.desktop-header #main-menu .sub-menu .sub-category-content-du {
    background-image: url('../img/example-photo/diger-urunler.svg');
}
.desktop-header #main-menu .sub-menu .inner > ul {
  padding: 0px;
  margin: 0px;
  float: left;
  min-width: 200px;
  position: relative;
  height: 320px;
  columns: 1;
}
.desktop-header #main-menu .sub-menu .inner > ul > li > a {
  text-align: left;
  position: relative;
  padding-left: 25px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  padding-right: 30px;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
}
.desktop-header #main-menu .sub-menu .inner > ul > li > a:before {
  content: "a";
  text-indent: -99999px;
  position: absolute;
  left: 10px;
  height: 20px;
  width: 7px;
  top: 10px;
  background-position: -150px -96px;
  opacity: 0.8;
  background-image: url(../img/bg-sprite.svg);
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s linear;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:hover {
  opacity: 1 !important;
  background: #df2027;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:hover .third-level {
  display: table;
  min-height: 200px;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:hover > a {
  border-bottom: solid 1px black;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:hover > a:before {
  background-position: -140px -96px;
}
.desktop-header #main-menu .sub-menu .inner > ul > li .third-level {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  display: none;
  background-color: #df2027;
  z-index: 9;
}
.desktop-header #main-menu .sub-menu .inner > ul > li .third-level ul {
  padding: 0px;
}
.desktop-header #main-menu .sub-menu .inner > ul > li .third-level ul li{
    padding: 0 20px;
}
.desktop-header #main-menu .sub-menu .inner > ul > li .third-level a {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:nth-child(n+9) .third-level {
  left: 200%;
}
.desktop-header #main-menu .sub-menu .inner > ul > li .third-level .fourth-level {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
    background-color: #df2027;
    z-index: 9;
}
.desktop-header #main-menu .sub-menu .inner > ul > li:hover .third-level li:hover .fourth-level {
    display: table;
    height: 100%;
}
.desktop-header #main-menu .sub-menu .third-level .kitchenware {
    height: 20px;
}
body.scroll .desktop-header #main-menu .sub-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/* header olmayan sayfalar için */
.no-header-detail .header-top,
.no-header-detail #main-menu,
.no-header-detail .other-links,
.no-header-detail .search-bar-wrap,
.no-header-detail .cart-area,
.no-header-detail .user-header,
.no-header-detail .logo-v .gradient {
    display: none;
}
.no-header-detail {
  padding: 0px 0px !important;
}
.no-header-detail .content {
  padding-top: 80px;
}
.no-header-detail .desktop-header .logo {
  margin: 22px 0px;
}
.no-header-detail .footer-container {
  display: none;
}
.no-header-detail .mainTopSlide {
  display:none;
}
.no-header-detail #header {
  height: auto !important;
  min-height: unset !important;
}
.no-header-detail .logo {
  opacity: 1 !important;
}
.no-header-detail .logo-v .flat {
  opacity: 1 !important;
  transform: unset !important;
}

.mainTopSlide .swiper-button-prev, .mainTopSlide .swiper-button-next {
    display: none;
}

.mainTopSlide .top-campaign-wrap {
  text-align: center;
  background-color: #ececec;
  font-family: "League Medium", sans-serif;
  padding: 5px;
  min-height: 50px;
  width: 100%;
}
.mainTopSlide .top-campaign-wrap .wrap {
  display: table;
  margin: auto;
}
/* #endregion */
/*#region mobile header */
.mobile-header-slide {
    opacity: 0;
    transform: translateX(-100%);
    animation: slide-in 0.5s ease forwards;
}


@media (min-width: 992px) {
  .mobile-header-top .container {
      max-width: 1180px !important;
      margin-left: 20px !important;
  }
}

@media (min-width:1200px){
  .mobile-header-top {
      display: none;
  }
}
/*mobile-header-top*/
.show-nav .mobile-header {
  padding: 0px 16px;
}

.mobile-header {
  position: fixed;
  z-index: 999999;
  width: 100%;
  background: #fff;
  padding: 0px 0px;
  border-bottom: solid 4px #df2027;
}
@media (min-width: 1200px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .logo {
  float: left;
  width: 110px;
  height: 30px;
  background-position: -30px 0;
  margin: 13px 0px 13px 13px;
}
.mobile-header .basket {
  float: left;
}
.mobile-header .basket .cart {
  float: right;
  width: 30px;
  height: 30px;
  background-position: -170px 0;
  margin: 13px 0px 0 15px;
  position: relative;
}
.mobile-header .basket .cart span.quantity {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: #666;
  font-family: "League Medium", sans-serif;
  font-size: 12px;
}
.mobile-header .search {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -140px 0;
  margin: 13px 0px;
}

#mobile-nav-btn {
  float: left;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  margin: 13px 0;
}

.show-nav #mobile-nav-btn {
  background-position: 0 -30px;
}

.mobile-nav-left .accordions-menu {
  margin-top: -25px;
}

.mobile-nav-left {
  position: fixed;
  /*z-index: 99999999999;*/
  z-index: 999999;
  height: 100%;
  width: 85%;
  background-color: #f9f9f9;
  box-sizing: border-box;
  overflow: scroll;
  padding-top: 0px;
  padding-bottom: 50px;
  left: calc(-100% + 50px);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-left .user-links {
  position: static;
  width: 100%;
  background-color: #3b3b3b;
  height: 60px;
}
.mobile-nav-left .user-links ul {
  list-style: none;
  padding: 0px;
}
.mobile-nav-left .user-links ul li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 20px;
  line-height: 27px;
  text-align: left;
  margin: 0px;
  padding: 16px;
  display: table;
}
.mobile-nav-left .user-links ul li:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  text-align: right;
  padding-left: 0;
}
.mobile-nav-left .user-links ul li a {
  font-family: "League Bold", sans-serif;
  font-size: 14px;
  color: #fff;
}
.mobile-nav-left .user-links {
  position: static;
  width: 100%;
  background-color: #3b3b3b;
  height: 60px;
}

.mobile-nav-left .user-links ul {
  list-style: none;
  padding: 0px;
}

.mobile-nav-left .user-links ul li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: 20px;
  line-height: 27px;
  text-align: left;
  margin: 0px;
  padding: 16px;
  display: table;
}

.mobile-nav-left .user-links ul li:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  text-align: right;
  padding-left: 0;
}

.mobile-nav-left .user-links ul li a {
  font-family: "League Bold", sans-serif;
  font-size: 12px;
  color: #fff;
}
.mobile-nav-left ul li {
  margin: 8px 0px 0px;
}
.mobile-nav-left ul li a {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .mobile-nav-left {
    display: none;
  }
}
.mobile-nav-left .child {
  padding: 0px 8px;
}
.mobile-nav-left .accordion .accordion-box-item {
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
}
.mobile-nav-left .accordion .accordion-parent-btn {
  width: 100%;
  outline: 0px !important;
  box-shadow: none !important;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "League Medium", sans-serif;
  font-size: 18px;
  color: #df2027;
  letter-spacing: 2px;
  text-align: left;
  text-decoration: none !important;
  border-left: solid 2px #df2027;
  margin: 0px;
}
.mobile-nav-left .accordion .accordion-parent-btn span {
  float: right;
  width: 22px;
  height: 22px;
  background-position: -30px -156px;
  margin-top: 14px;
  background-image: url(../img/bg-sprite.svg);
}
.mobile-nav-left .accordion .collapsed {
  background: #fff;
  color: #000;
  border-left: solid 2px #fff;
  font-family: "League Regular", sans-serif;
}
.mobile-nav-left .accordion .accordionContent {
  background-color: #f9f9f9;
  border-radius: 0;
  padding: 8px 20px 24px;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  border-left: solid 2px #df2027;
}
.mobile-nav-left .accordion .header-accordion2 {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "League Regular", sans-serif;
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;
  border-color: #dedede;
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.mobile-nav-left .accordion .child {
  display: none;
}
.mobile-nav-left .accordion li.active ul {
  display: table;
}
.mobile-nav-left .ui-accordion .ui-accordion-header {
  margin-top: 0px;
  font-size: 16px;
  padding-left: 16px;
}
.mobile-nav-left .hasChild .ui-accordion-header {
  margin-top: 0px;
  font-size: 14px;
  padding: 0px;
  height: auto !important;
  letter-spacing: 0px;
}
.mobile-nav-left .hasChild .ui-accordion-header .icon {
  content: "+";
  float: right;
  margin-right: 2px;
  font-size: 25px;
  position: relative;
  right: 0px;
  font-family: "League Regular", sans-serif;
  width: 20px;
  height: 20px;
}
.mobile-nav-left .hasChild .ui-accordion-header .plusiocn {
  float: right;
  color: #000;
}
.mobile-nav-left .hasChild .ui-accordion-header .plusiocn:after {
  content: "+";
  font-size: 20px;
}
.mobile-nav-left .hasChild .ui-accordion-content ul {
  padding: 1em 0;
}
.mobile-nav-left .hasChild .ui-accordion-content-active {
  border-left: solid 0px #df2027 !important;
}
.mobile-nav-left .hasChild .ui-state-active .plusiocn:after {
  content: "-";
}
.mobile-nav-left .accordions-menu > .accordion > .ui-accordion-content {
  padding: 16px;
  padding-top: 0px;
}
.mobile-nav-left .ui-accordion-header {
  color: #000;
  letter-spacing: 1px;
  font-family: "League Medium", sans-serif;
  font-size: 16px !important;
}
.mobile-nav-left h3 {
  color: #636363;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
}
.mobile-nav-left .ui-accordion-content {
  padding: 1em 0em;
  overflow: auto;
  background-color: #f9f9f9 !important;
  border-width: 0px !important;
  position: relative;
  top: -1px;
}
.mobile-nav-left .ui-accordion-content-active {
  border-left: solid 2px #df2027 !important;
}
.mobile-nav-left .ui-accordion-header-active {
  background: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  border-left: solid 2px #df2027 !important;
  color: #df2027;
  border-left-width: 2px !important;
}
.mobile-nav-left .mobile-menu-list li.hasChild h3 {
  line-height: 35px;
}

.mobile-nav-left ul li {
  margin: 0px !important;
}

.mobile-nav-left .mobile-menu-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mobile-nav-left .mobile-menu-list > li > h3 {
  line-height: 30px;
}
.mobile-nav-left .mobile-menu-list .hasChild li a {
  line-height: 30px;
}
.mobile-nav-left .mobile-menu-list li a {
  color: #636363;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
}
.mobile-nav-left .mobile-menu-list .hasChild {
  line-height: 30px;
}
.mobile-nav-left .mobile-menu-list .ui-accordion-header {
  line-height: 2em;
  color: #636363 !important;
}
.mobile-nav-left .mobile-menu-list li h3 {
  line-height: 30px;
}
.mobile-nav-left ul li {
  margin:0px !important;
}

.mobile-nav-left ul.header-links li {
  margin-bottom: 10px !important;
}

.mobile-header .mobile-login-btn {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -140px 0;
  margin: 13px 15px;
}

.mobile-nav-left ul.header-links {
  padding: 16px;
  padding-bottom: 0px;
  list-style: none;
}
.mobile-nav-left ul.header-links li a {
  font-family: "League Medium", sans-serif;
  font-size: 16px;
}
.mobile-nav-left .exitBtn {
  color: #aa0000;
  border: none;
  background: none;
  margin: 0;
  padding: 0 16px 16px;
}
.mobile-nav-left ul.header-links.support {
  padding-top: 0px;
}
.mobile-nav-left ul.header-links.support li a {
  font-family: "League Regular", sans-serif;
}
.mobile-header .m-search {
  top: 60px;
  z-index: 999999;
  position: absolute;
  display: table;
  width: 100%;
  padding: 2px;
  left: 0px;
  top: 56px;
  background: #df2027;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-header .m-user {
  top: 60px;
  z-index: 999999;
  position: absolute;
  display: table;
  width: 100%;
  left: 0px;
  top: 56px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  height: 0px;
  opacity: 0;
}
.mobile-header .m-search .search {
  height: 40px;
  line-height: 40px;
  border: 0;
  float: left;
  margin: 0;
  width: calc(100% - 52px);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
}
.mobile-header .m-search .submit {
  width: 49px;
  float: right;
  font-size: 14px;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  border: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* #endregion*/
/*#region region button*/
.region-btn {
  float: left;
  width: 40px;
  margin: 0 10px;
}
.region-menu {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  background-color: #fff;
  width: 50px;
  top: 60px;
  right: 95px;
  border: solid 2px #747474;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 10, 0.175, 1);
}
.region-menu.is-open-list {
  visibility: visible;
  max-height: 400px;
}
.region-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #df2027 transparent;
  position: absolute;
  right: 140px;
  top: -8px;
}
.region-menu .title {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 39px;
  box-sizing: border-box;
  padding: 0px 8px;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  border-bottom: solid 1px #dedede;
}
.region-menu .links {
  padding: 0 10px;
  display: table;
}
.region-menu ul {
  list-style: none;
  padding: 0px;
}
.region-menu ul li {
  display: table;
  width: 100%;
  margin: 5px 7px;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #888;
}
.region-menu ul li.active a {
    color:#df2027;
}
.region-menu ul li a {
  float: left;
  height: 24px;
  line-height: 24px;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
/*#endregion*/
/*#region cart summary*/
#cart-list {
  display: none;
}
#cart-list.is-open {
  display: table;
}
#cart-list .cart-items {
  padding: 0px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: -18px;
  top: 78px;
  background: #fff;
  width: 380px;
  height: 285px;
  padding-bottom: 100px;
  border-top: solid 2px #df2027;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
#cart-list .cart-items ul {
  list-style: none;
  padding: 0px;
}
#cart-list .cart-items .arrow {
  right: -300px;
  top: -20px;
  position: relative;
  width: 0;
  border-bottom: solid 20px #f00;
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
}
#cart-list .cart-items .arrow .triangle {
  position: absolute;
  top: 4px;
  left: -16px;
  width: 0;
  border-bottom: solid 16px #fff;
  border-right: solid 16px transparent;
  border-left: solid 16px transparent;
}
#cart-list .cart-items .title {
  height: 40px;
  line-height: 40px;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  float: left;
}
#cart-list .cart-items .title .title-campaignname {
  float: left;
  width: 195px !important;
  line-height: 17px;
}
#cart-list .cart-items .title .title-price {
  vertical-align: top;
  line-height: 17px;
}
#cart-list .cart-items .items {
  float: left;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
}
#cart-list .cart-items .items ul {
  float: left;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
#cart-list .cart-items .items ul li {
  box-sizing: border-box;
  height: 100px;
  border-bottom: solid 1px #dedede;
  width: 340px;
  margin-left: 20px;
  display: table;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#cart-list .cart-items .items ul li .basket-item-left {
  display: table;
  width: 20%;
  float: left;
}
#cart-list .cart-items .items ul li .basket-item-right {
  display: table;
  width: 75%;
  float: left;
  padding: 0px 8px;
}
#cart-list .cart-items .items ul li:first-child .rectangle {
  margin-top: 0px !important;
}
#cart-list .cart-items .items ul li .rectangle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: solid 1px #dedede;
}
#cart-list .cart-items .items ul li .image {
  float: left;
  width: 65px;
  line-height: 85px;
  height: 85px;
  text-align: center;
  box-sizing: border-box;
}
#cart-list .cart-items .items ul li .prd-name {
  float: left;
  text-align: left;
  box-sizing: border-box;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0px 0px;
  line-height: 1.4em;
  margin-top: 0px;
}
#cart-list .cart-items .items ul li .prd-price {
  float: left;
  box-sizing: border-box;
  padding: 0 0;
  font-family: "League Bold", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
}
#cart-list .cart-items .items ul li .prd-price .spnQuantity {
  letter-spacing: 0.9px;
  color: #000;
  margin-left: 6px;
}
#cart-list .cart-items .items ul li .prd-price .spnPrice {
  letter-spacing: 0.9px;
  color: #df2027;
  margin-left: 6px;
}
#cart-list .cart-items .items .multi {
  height: auto;
  box-sizing: border-box;
  width: 340px;
  margin-left: 20px;
  margin-top: 10px;
}
#cart-list .cart-items .items .multi a {
  display: block;
  position: relative;
  height: 90px;
}
#cart-list .cart-items .items .multi a .rectangle {
  margin-top: 8px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: solid 1px #dedede;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#cart-list .cart-items .items .multi a .rectangle .image {
  width: 78px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cart-list .cart-items .items .multi a .prd-name {
  display: block;
  width: 207px;
  height: 28px;
  text-align: left;
  box-sizing: border-box;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 15px 0;
  line-height: 1.4em;
  margin-left: 15px;
  margin-top: 0;
  vertical-align: top;
  position: absolute;
  left: 85px;
  top: -10px;
}
#cart-list .cart-items .items .multi a .prd-price {
  display: inline-block;
  text-align: right;
  width: 205px;
  height: 45px;
  box-sizing: border-box;
  padding: 0 0;
  font-family: "League Bold", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 4px;
  vertical-align: top;
  left: 80px;
  top: 30px;
  position: absolute;
}
#cart-list .cart-items .items .multi a .prd-price label {
  width: 50px;
  text-align: right;
  display: block;
  float: left;
}
#cart-list .cart-items .items .multi a .prd-price .spnQuantity {
  float: left;
  position: relative;
}
#cart-list .cart-items .items .multi a .prd-price .spnPrice {
  letter-spacing: 0.9px;
  color: #df2027;
  position: relative;
  margin-left: -2px;
  text-align: left;
  float: left;
}
#cart-list .cart-items .items .multi a .prd-price .spnPrice span:nth-child(1) {
  margin-left: 10px;
}
#cart-list .cart-items .items .multi .bundle-name {
  padding-top: 20px;
  display: block;
  padding-bottom: 20px;
}
#cart-list .cart-items .total-price {
  padding: 16px;
}
#cart-list .cart-items .total-price span {
  text-align: left;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  margin-right: 8px;
}
#cart-list .cart-items .total-price span strong {
  margin-left: 6px;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  color: #df2027;
}
#cart-list .cart-items .to-basket a {
  width: 381px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #df2027;
  color: #fff;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  float: left;
  letter-spacing: 2px;
}
#cart-list .cart-items-mobile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -42px;
  top: 60px;
  background: #fff;
  width: 300px;
  height: 329px;
  padding-bottom: 50px;
  border-top: solid 2px #df2027;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 1200px) {
  .cart-disabled {
    display: none !important;
  }
}


#cart-list .cart-summary-container {
    margin-top: 10px;
}
#cart-list .cart-summary-container .basket-item-left .rectangle .image img {
    width:75px;
}
#cart-list .cart-summary-container .basket-item-right .prd-price {
    position:relative;
}
#cart-list .cart-summary-container .basket-item-right .prd-price .spnPrice .linethrough {
    color:#000;
}
#cart-list .cart-summary-container .basket-item-right .prd-price .energy-tag-link {
   position: absolute; 
   right: -32px; 
   bottom: 20px;
}
#cart-list .cart-summary-container .basket-item-right .prd-price .energy-tag-link .tag-img {
    position: relative; 
    float: left; 
    top: 5px; 
    left: 10px; 
    width: 36px; 
    height: 15px;
}
/*#endregion*/
/*#region searchResult*/
@media (min-width: 768px) {
  .searchBox .searchBoxWrap .lastProduct {
    display: none;
  }
}

@media (max-width: 768px) {
  .searchBox .productList {
    display: none;
  }
}
.searchBox {
  height: 575px;
  position: absolute;
  width: 95%;
  top: 70px;
  border: 1px solid whitesmoke;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  right: 40px;
}
@media (max-width: 768px) {
  .searchBox {
    width: 100%;
    left: 0px;
    height: auto;
    top: 50px;
    padding: 10px 10px;
  }
  .searchBox ul li {
    width: 100%;
    max-width: unset !important;
    padding: 0px !important;
  }
  .searchBox ul li > a {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .searchBox ul li > a .price {
    line-height: 1.29;
    font-weight: 600;
    font-size: 16px;
    color: #212529;
    font-family: "League Bold", sans-serif;
    white-space: nowrap;
  }
  .searchBox ul li > a .product-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background: transparent center no-repeat;
    background-size: contain;
  }
  .searchBox .link {
    display: table;
    width: 100%;
    float: right;
    text-align: right;
    padding: 5px 25px;
    position: relative;
  }
  .searchBox .link:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiPgogICAgPGRlZnM%2BCiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0xMS42IDEwLjE1MmwtNC4wMTcgNC4xNDlhMSAxIDAgMSAwIDEuNDMgMS4zOThsNC43MDItNC44NDdhMSAxIDAgMCAwIDAtMS40bC01LTUuMTUxYTEgMSAwIDAgMC0xLjQzIDEuMzk4bDQuMzE2IDQuNDUzeiIvPgogICAgPC9kZWZzPgogICAgPHVzZSBmaWxsPSIjNzVDM0Y5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03IC00KSIgeGxpbms6aHJlZj0iI2EiLz4KPC9zdmc%2BCg%3D%3D);
    margin-left: 11px;
    position: absolute;
    right: 9px;
    top: 11px;
  }
  .searchBox h3 {
    margin-bottom: 0;
  }
}
.searchBox.activeSearchBox {
  visibility: visible;
  opacity: 1;
}
.searchBox .searchBoxWrap {
  position: relative;
  width: 100%;
}
.searchBox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  right: 50%;
  top: -19px;
}
.searchBox:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: whitesmoke;
  top: -20px;
  right: 50%;
}
.searchBox h3 {
  width: auto;
  font-size: 16px;
  line-height: 1.29;
  padding-top: 5px;
  color: #de1f26;
  font-family: "League Bold", sans-serif;
  font-weight: 600;
}
.searchBox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.searchBox ul > li {
  max-width: 192px;
  padding: 4px 4px;
}
.searchBox ul > li a {
  color: #000;
  font-size: 12px;
}
.searchBox ul > li.active .productList {
  visibility: visible !important;
  opacity: 1 !important;
}
.searchBox ul > li:hover {
  background: #f7f7f7;
}
.searchBox ul > li:hover .productList {
  /* visibility: visible !important;
   opacity: 1 !important;*/
}
.searchBox .productList {
  position: absolute;
  left: 30%;
  width: 75%;
  top: 0px;
  border-left: 1px solid whitesmoke;
  padding: 0px 16px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.searchBox .productList li {
  width: 33%;
  display: table;
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 210px;
}
.searchBox .productList li a {
  padding: 8px;
  display: table;
  width: 100%;
  font-size: 12px;
}
.searchBox .productList li a:hover {
  background: #f7f7f7;
}
.searchBox .productList li .productImg {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background: transparent center no-repeat;
  background-size: contain;
}
.searchBox .productList li img {
  width: auto;
  max-width: 100%;
  max-height: 100px;
}
.searchBox .productList li .price {
  font-family: "League Regular", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.searchBox .productList li .desc {
  font-family: "League Regular", sans-serif;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  height: 45px;
}
.searchBox .link {
  display: table;
  width: 100%;
  float: right;
  text-align: right;
  padding: 10px 20px;
  position: relative;
}
.searchBox .link:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiPgogICAgPGRlZnM%2BCiAgICAgICAgPHBhdGggaWQ9ImEiIGQ9Ik0xMS42IDEwLjE1MmwtNC4wMTcgNC4xNDlhMSAxIDAgMSAwIDEuNDMgMS4zOThsNC43MDItNC44NDdhMSAxIDAgMCAwIDAtMS40bC01LTUuMTUxYTEgMSAwIDAgMC0xLjQzIDEuMzk4bDQuMzE2IDQuNDUzeiIvPgogICAgPC9kZWZzPgogICAgPHVzZSBmaWxsPSIjNzVDM0Y5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03IC00KSIgeGxpbms6aHJlZj0iI2EiLz4KPC9zdmc%2BCg%3D%3D);
  margin-left: 11px;
  position: absolute;
  right: 9px;
  top: 16px;
}
.mobile-header .m-search.opened-search {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.opened-user {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
/*#endregion*/
/*#region Mağaza Bul*/
.findStore {
  height: 563px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 48px;
  text-align: center;
  background: url("../img/map.jpg"), no-repeat;
  background-size: cover !important;
}
.findStore .title {
  color: #fff !important;
  margin: 16px auto 30px auto !important;
  font-family: "League Medium", sans-serif !important;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}
.findStore option {
  color: #000;
}
.findStore .form-wrap {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 450px;
  margin-top: 25%;
}
.findStore .form-wrap i {
  display: table;
  margin: auto;
  float: none;
}
.findStore .form-wrap .title {
  display: table;
  margin: auto;
  margin-bottom: 24px;
}
.findStore .title {
  font-family: "League Medium", sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.findStore .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 -96px;
  margin: auto auto 20px auto;
}
.findStore select {
  width: 450px;
  height: 50px;
  border: solid 2px #fff;
  background: transparent;
  text-indent: 10px;
  color: #fff;
  font-family: "League Regular", sans-serif;
  font-size: 16px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .findStore select {
    width: 100%;
  }
}
/*#endregion*/
/*#region colorbox*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 0px solid #ccc;
}

#cboxLoadedContent {
  border: 0px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  left: 20px;
  background-position: -60px -96px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-image: url(../img/bg-sprite.svg);
  position: absolute;
  text-indent: -9999px;
  outline: 0px;
}

#cboxNext {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-image: url(../img/bg-sprite.svg);
  position: absolute;
  text-indent: -9999px;
  right: 20px;
  left: inherit;
  background-position: -100px -96px;
  outline: 0px;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 0px;
  display: block;
  background: url(../img/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

#cboxOverlay {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
}

#colorbox {
  z-index: 9999999;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: none !important;
}

#cboxContent, #colorbox, #cboxOverlay, #cboxWrapper {
  overflow: initial !important;
}

#cboxClose {
  top: -50px;
  width: 50px !important;
  height: 50px !important;
  background: url(../img/icon/cboxclose.png) #fff no-repeat center center !important;
}

#cboxClose:hover {
  background: url(../img/icon/cboxclose-hover.png) #fff no-repeat center center !important;
}

#cboxContent, #colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 999999;
}

#cboxTopLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxTopCenter, #cboxTopRight {
  display: none;
}
#cboxCurrent{
    display:none !important;
}
/*#endregion*/
/*#region alertPopup*/
#alert-popup {
  display: table;
  margin: auto;
  text-align: center;
}
#alert-popup .alert {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url(../img/popup-icon-sprite.svg);
  -webkit-background-size: 180px;
  -moz-background-size: 180px;
  -o-background-size: 180px;
  background-size: 180px;
  float: none;
  margin: 0px;
}
#alert-popup .success {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url(../img/popup-icon-sprite.svg);
  -webkit-background-size: 180px;
  -moz-background-size: 180px;
  -o-background-size: 180px;
  background-size: 180px;
  float: none;
  margin: 0px;
  background-position: 0px -90px;
}
#alert-popup h3 {
  font-family: "League Medium", sans-serif;
  font-size: 34px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  color: #293033;
}
#alert-popup p {
  font-family: "League Medium", sans-serif;
}
/*#endregion*/
/*#region buttons*/
.btn-red-flat {
  background-color: #dc3c3c;
  border: solid 1px #dc3c3c !important;
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  font-family: "League Bold", sans-serif !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  outline: 0px !important;
}
.btn-red-flat:hover {
  background-color: #c92822 !important;
  border: solid 1px #c92822 !important;
  color: #fff;
}

.btn-red-flat-2 {
  background-color: #dc3c3c;
  border: solid 1px #dc3c3c;
  display: table;
  padding: 0px 24px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff !important;
  font-family: "League Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
.btn-red-flat-2:hover {
  background-color: #c92822;
  border: solid 1px #c92822;
  color: #fff;
}

.btn-gray-flat {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #293033;
  border: solid 1px #293033;
  margin-bottom: 20px;
  font-family: "League Medium", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.btn-gray-flat:hover {
  color: #fff;
  text-decoration: none;
}
.btn-dark-gray {
  line-height: 50px;
  display: table;
  height: 50px;
  color: #fff;
  padding: 0px 16px;
  text-align: center;
  background-color: #273133;
  border: solid 1px #293033;
  margin-bottom: 20px;
  font-family: "League Medium", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.btn-dark-gray:hover {
  color: #fff;
  text-decoration: none;
}
.btn-v {
  position: relative;
  width: 270px;
  text-align: center;
  height: 50px;
  color: #fff;
  font-family: "League Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 50px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: table;
}
@media (max-width: 992px) {
  .btn-v {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
  }
}

.btn-red {
  background-color: #df2027;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background-color: #f7272f;
  box-shadow: 0 6px 20px 0 rgba(247, 39, 47, 0.5);
}

.btn-light {
  border: 2px solid #df2027;
  color: #df2027;
  background: #fff;
  transition: unset;
  line-height: 46px;
}
.btn-light:hover {
  border: 4px solid #f7272f;
  color: #f7272f;
  line-height: 42px;
  background: #fff;
}

.btn-not-register {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  font-weight: 800;
  font-family: "League Bold", sans-serif;
  letter-spacing: 1px;
  padding: 0;
  font-size:18px !important;
} 
.btn-red-flat-2.active {
  background-color: #c92822;
  border: solid 1px #c92822;
  color: #fff;
}

.btn-red-flat {
  background-color: #dc3c3c;
  border: solid 1px #dc3c3c !important;
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  font-family: "League Bold", sans-serif !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  outline: 0px !important;
}
.btn-red-flat:hover {
  background-color: #c92822 !important;
  border: solid 1px #c92822 !important;
  color: #fff;
}

.btn-red-flat-2 {
  background-color: #dc3c3c;
  border: solid 1px #dc3c3c;
  display: table;
  padding: 0px 24px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff !important;
  font-family: "League Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
.btn-red-flat-2:hover {
  background-color: #c92822;
  border: solid 1px #c92822;
  color: #fff;
}

.btn-gray-flat {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #293033;
  border: solid 1px #293033;
  margin-bottom: 20px;
  font-family: "League Medium", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.btn-gray-flat:hover {
  color: #fff;
  text-decoration: none;
}
.btn-dark-gray {
  line-height: 50px;
  display: table;
  height: 50px;
  color: #fff;
  padding: 0px 16px;
  text-align: center;
  background-color: #273133;
  border: solid 1px #293033;
  margin-bottom: 20px;
  font-family: "League Medium", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.btn-dark-gray:hover {
  color: #fff;
  text-decoration: none;
}
.my-profile-form .btn-red-flat {
  display: table;
  margin: auto;
  background-color: #dc3c3c;
  color: #fff;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  border: 0;
  float: right;
  padding: 0px 40px;
}
#my-profile-form .btn-red-flat-2 {
  margin: auto;
}
/*#endregion*/
/*#region form elements*/
.c-checkbox {
  user-select: none;
  position: relative;
  font-family: "League Regular", sans-serif;
  font-size: 12px;
  color: #4a4a4a;
  cursor: pointer;
}
.c-checkbox .label-desc {
  float: left;
  display: table;
  width: 90%;
  height: 20px;
  line-height: 25px;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.c-checkbox input[type=checkbox]:checked ~ .c-checkbox-checkmark {
  background-color: #fff;
}
.c-checkbox input[type=checkbox]:checked ~ .c-checkbox-checkmark::after {
  background: url(../img/icon/checked.svg) no-repeat;
}
.c-checkbox.default-checkbox input[type=checkbox]:checked ~ .c-checkbox-checkmark::after {
  background: url(../img/bg-sprite.svg) no-repeat;
  background-position: -120px -136px;
}
.c-checkbox.default-checkbox .c-checkbox-checkmark:after {
  background: url(../img/bg-sprite.svg) no-repeat;
  background-position: -100px -136px;
}
.c-checkbox input[type=radio]:checked ~ .c-checkbox-checkmark {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked ~ .c-checkbox-checkmark::after {
  background: url(../img/icon/checked.svg) no-repeat;
}
.c-checkbox a {
  font-weight: 700;
  color: #222;
  text-decoration: underline;
}
.c-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.c-checkbox-checkmark {
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-checkbox-checkmark::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon/unchecked.svg) no-repeat;
  background-size: contain;
  border-width: 0 3px 3px 0;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
  position: relative;
  top: -2px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background: url(assets/img/icon/unchecked.svg);
  background-size: cover;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
  width: 15px;
  height: 15px;
  background: url(assets/img/icon/unchecked.svg);
  background-size: cover;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: red;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

a.add-to-compare {
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #293033;
  font-family: "League Bold", sans-serif;
  float: left;
}
a.add-to-compare .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: -100px -136px;
  left: 0;
  top: 15px;
}
a.add-to-compare:hover .icon {
  background-position: -120px -136px;
  opacity: 0.5;
}

a.add-to-compare.active .icon {
    background-position: -120px -136px;
    opacity: 1;
}
@media (min-width: 1200px) {
  a.add-to-compare:hover .icon {
    background-position: -120px -136px;
    opacity: 1;
  }
}

a.custom-checkbox-v {
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #293033;
  font-family: "League Bold", sans-serif;
  float: left;
}
a.custom-checkbox-v .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: -100px -136px;
  left: 0;
  top: 15px;
}
a.custom-checkbox-v:hover .icon {
  background-position: -120px -136px;
  opacity: 0.5;
}
a.custom-checkbox-v.active .icon {
    background-position: -120px -136px;
    opacity: 1;
}
@media (min-width: 1200px) {
  a.custom-checkbox-v:hover .icon {
    background-position: -120px -136px;
    opacity: 1;
  }
}
.checkbox-button {
    position: relative;
    margin-top: 16px;
}
.checkbox-button a {
  text-align: left;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  float: none !important;
}
.checkbox-button a .icon {
  background-position: -100px -136px;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.checkbox-button a:hover .icon, .checkbox-button a.active .icon {
  background-position: -120px -136px;
}
.my-profile-form {
  width: 100%;
  max-width: 600px;
}
.my-profile-form fieldset {
  margin-bottom: 16px;
}
.my-profile-form .select-birthday .ui-selectmenu-button {
  width: 32.5%;
}
.my-profile-form .btn-red-flat {
  display: table;
  margin: auto;
  background-color: #dc3c3c;
  color: #fff;
  font-family: "League Medium", sans-serif;
  font-size: 16px;
  border: 0;
  float: right;
  padding: 0px 40px;
}

input[type=submit], input[type=button] {
  background-color: #fff;
  border: solid 1px #7a7a7a;
  font-family: "League Medium", sans-serif;
  font-size: 18px;
  color: #7a7a7a;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input[type=text], input[type=number], input[type=password], input[type=email] {
  text-indent: 10px;
  height: 50px;
  border: solid 1px #7a7a7a;
  letter-spacing: 0 !important;
  font-family: "League Regular", sans-serif;
  font-size: 16px;
  color: #7a7a7a;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  margin: 0;
  padding: 0;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus {
  border-color: #dc3c3c;
  outline: 0px;
}

fieldset label {
  float: left;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  margin: 0px;
}
fieldset input {
  float: left;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: solid 2px #dedede !important;
  font-family: "League Medium", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  padding: 0 15px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  text-indent: 0;
}
fieldset input:focus {
  border-color: #666 !important;
}
.general-checkbox label input {
    display: none;
}
.general-checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
}
.general-checkbox label .text-holder {
    display: flex;
    flex-direction: initial;
    align-items: flex-start;
    justify-content: center;
    row-gap: 0px;
}
.general-checkbox label .text-holder span {
    line-height: normal;
}
.general-checkbox label .text-holder span:first-child {
    margin-right: 8px;
}
.general-checkbox label .text-holder span.error {
    display: none;
    color: #dc3c3c;
}
.general-checkbox.required label .text-holder span.error {
    display: block;
}
.general-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "League Regular", sans-serif;
    font-size: 16px;
}
.general-checkbox .checkmark {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    position: relative;
    margin-right: 8px;
    transition: background-color 0.3s;
    display: inline-block;
    transition: none;
}
/* Checkbox seçildiğinde işaret ekleme */
.general-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #dc3c3c;
    background-image: url(../img/bg-sprite.svg) !important;
    background-repeat: no-repeat;
    background-position: -121px -136px;
    border-color: #dc3c3c;
}
.general-checkbox input[type="checkbox"]:checked ~ .text-holder span.error {
    display: none;
}
.general-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.general-checkbox label:hover {
    cursor: pointer;
}
.general-checkbox label:hover .checkmark {
    background-color: #dc3c3c;
    background-image: url(../img/bg-sprite.svg) !important;
    background-repeat: no-repeat;
    background-position: -121px -136px;
    border-color: #dc3c3c;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#toggles .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 50px;
}
#toggles .switch input {
  display: none;
}
#toggles .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
#toggles .slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 20px;
  left: 4px;
  right: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}
#toggles input:checked + .slider {
  background-color: #dc3c3c;
}
#toggles input:checked + .slider:before {
  transform: translateX(22px);
}
#toggles .slider.round {
  border-radius: 34px;
}
#toggles .slider.round:before {
  border-radius: 50%;
}

.v-dropdwon select {
  width: 100%;
  height: 50px;
}
.v-dropdwon .ui-selectmenu-button {
  width: 100%;
  border-color: #7a7a7a;
  padding: 0px;
}
.v-dropdwon .ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  background: none;
}
.v-dropdwon .ui-selectmenu-button {
  border-radius: 0 !important;
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  border: solid 1px #d3d3d3;
  outline: 0px;
}
.v-dropdwon .ui-selectmenu-button span.ui-selectmenu-text {
  outline: 0px !important;
  line-height: 48px !important;
  box-sizing: border-box;
  padding: 0 10px !important;
  font-family: "League Regular", sans-serif;
  font-size: 18px;
  background-color: #fff;
  background-image: url(../img/transformselect.gif);
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 !important;
  padding-right: 45px !important;
  text-overflow: ellipsis;
}
.v-dropdwon .ui-selectmenu-button.ui-selectmenu-focus span.ui-selectmenu-text {
  background-color: #faebd7;
}
.v-dropdwon .ui-selectmenu-button-open span.ui-selectmenu-text {
  background-image: url(../img/transformselect.gif) !important;
}
.invalid-feedback {
    font-size: 12px !important;
}
/*#endregion*/
/*#region blogs-campaigns category list*/
.menuList-V {
  padding: 0px;
  list-style: none;
}
.menuList-V li {
  display: inline-block;
}
.menuList-V li a {
  line-height: 40px;
  display: table;
  border-bottom: solid 3px rgba(223, 32, 39, 0);
  margin-right: 16px;
  font-family: "League Medium", sans-serif;
  font-size: 15px;
  color: #2e2e2e;
  transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
.menuList-V li a.active {
  color: #000;
  border-bottom: solid 3px #df2027;
}

@media (max-width: 900px) {
  .menuList-V {
    display: flex;
    overflow-x: scroll;
  }
  .menuList-V li a {
    white-space: nowrap;
  }
}
/*#endregion*/
/*#region cookie*/
.cookie-modal-container {
  position: fixed;
  display: table;
  width: 80%;
  height: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  margin:0 auto;
}
.cookie-modal-container .modal-cookie-content {
  z-index: 999999;
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
  background-color: #fbfbfb;
  border: 1px solid #888;
  padding: 35px 35px 10px;
}
.cookie-modal-container .modal-cookie-content .modal-cookie-content-wrapper {
  margin: 0 0 20px;
}
.cookie-modal-container .modal-cookie-content .modal-cookie-content-wrapper .modal-cookie-content-description {
  padding-right: 15px;
}

.cookie-modal-container .modal-cookie-content .modal-cookie-content-wrapper .modal-cookie-content-description a {
  color: #df2027;
  text-decoration: underline;
}

.cookie-modal-container .modal-cookie-content .modal-cookie-content-wrapper .modal-cookie-content-title {
  padding-bottom: 15px;
}

.cookie-modal-container .modal-cookie-content .modal-cookie-content-summary {
  display:flex;
  font-family: "League Medium", sans-serif;
  font-size: 1vw;
  text-align: left;
  line-height: 20px;
}
.cookie-modal-container .modal-cookie-content .modal-cookie-content-summary .buttons {
  display:flex;
  flex-direction:column
}
@media (max-width:768px){
  .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary .buttons {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.cookie-modal-container .modal-cookie-content .modal-cookie-content-summary .buttons input {
  width: 150px;
  border: none;
  background: #ef0006;
  color: #fff;
  height: 45px;
  font-family: "League Medium", sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  margin: 7px 0px;
  font-size:16px
}
#upCookie{
    z-index:999999;
}
.cookie-modal-container .modal-overlay, #upCookie .modal-overlay{
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  cursor: pointer;
  user-select: none;
}
@media (max-width:992px) {
  .cookie-modal-container {
      width: 100%;
  }
  .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary {
      font-size: 1.6vw;
  }
}
@media (max-width:768px){
  .cookie-modal-container .modal-cookie-content {
      padding: 25px 25px;
      text-align: justify;
  }
  .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary {
      font-size: 2.4vw;
      line-height: 2.4vw;
      flex-direction: column;
  }
  .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary .buttons input {
      width: 30% !important;
      margin: 10px 2%;
  }
  .cookie-modal-container .modal-cookie-content .modal-cookie-content-wrapper .modal-cookie-content-description {
      padding-right: 0;
      text-align: justify;
  }
}
@media (max-width:480px){
    .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary {
        font-size: 2.7vw;
        line-height: 2.7vw;
    }
    .cookie-modal-container .modal-cookie-content .modal-cookie-content-summary .buttons input{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}
.CookieContentDiv {
  display: flex;
}
.CookieContentDiv .ContentDiv {
  width: 90%;
  color: #000;
}

.CookiePopDiv {
  padding: 20px 8px;
  font-size: 15px;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
}
.CookiePopDiv p {
  font-size: 15px;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
  line-height: 1.6em;
}
.CookiePopDiv #btnClose {
  float: right;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}
.CookiePopDiv .check-all-cookie {
  display: flex; 
  float: left;
}
.CookiePopDiv p {
  margin-left: 5px;
}
.CookiePopDiv input[type=button] {
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  padding: 0 20px;
  height: 40px;
  background-color: #dc3c3c;
  border: 0;
  margin-top: 30px;
  margin-right: 15px;
  margin-bottom: 7px;
  float: left
}
.CookiePopDiv .faq {
  width: 100%;
  border: 0px !important;
  border-bottom: 2px solid #ebebeb !important;
}
.CookiePopDiv .faq .ui-accordion-header-icon {
  display: none;
}
.CookiePopDiv .faq .ui-accordion-header, .CookiePopDiv .faq .ui-widget-content {
  border: 0px;
  border-radius: 0px !important;
}
.CookiePopDiv .faq .ui-accordion-content {
  padding: 0px 0px 16px;
}
.CookiePopDiv .faq .ui-accordion-content .ContentDiv {
  width: 85%;
  display: inline-block;
  float: left;
}
.CookiePopDiv .faq .ui-accordion-header {
  line-height: 1.6em;
  font-family: "League Medium", sans-serif;
  font-size: 20px;
  color: #293033;
  background-color: #fff;
  border: 0px;
  border-radius: 0px !important;
  height: auto;
  padding: 24px 12px;
}
.CookiePopDiv .faq.ui-accordion .ui-accordion-header {
  color: #000 !important;
}
.CookiePopDiv .faq.ui-accordion .ui-accordion-header:hover {
  color: unset !important;
}
.CookiePopDiv .faq.ui-accordion .ui-accordion-header .icon {
  background-image: url(../img/old-bg-sprite.svg);
  position: absolute;
  right: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  background-position: -210px -312px;
}
.CookiePopDiv .faq.ui-accordion .ui-accordion-header.ui-state-active .icon {
  background-position: -250px -352px !important;
}
.CookiePopDiv .faq .ui-accordion .ui-accordion-header .icon:hover {
  background-position: -250px -316px;
}

@media screen and (max-width: 760px) {
  .cookie-bar {
    padding: 0 !important;
  }
  .cookie-bar .inner {
    padding: 0 5px;
  }
  .cookie-bar .inner .close-cookie-bar {
    top: 3px;
    right: 5px;
    height: 20px;
    width: 20px;
  }
  .cookie-bar .inner .title {
    font-size: 10px;
    margin: 0;
  }
  .cookie-bar .inner p {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .modal-content {
    width: auto !important;
    border-radius:0px;
  }
  .modal .btnCookieManage, .modal .btnKabul {
      font-size: 9px !important;
  }
  .modal-content p {
      font-size: 10px !important;
  }
}
@media screen and (max-width: 760px) {
  .modal {
    font-size: 7px;
    line-height: 10px;
  }

  .modal-content p {
    line-height: normal;
  }
  .modal input[type=submit] {
    font-size: 8px;
    width: 30%;
    height: 25px;
  }

  #CookieDiv p {
    font-size: 13px;
  }

  .CookiePopDiv {
    padding: 7px;
  }
  .CookiePopDiv div {
    float: left !important;
    font-size: 14px;
    font-family: "League Medium", sans-serif;
    color: #2e2e2e;
    line-height: 22.4px;
  }

  .modal-content {
    display: unset;
  }

  #cboxTopLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxTopCenter, #cboxTopRight {
    display: unset !important;
  }

}
.figure-auto-width {
  width: 100%;
  height: 420px;
}
.modal-content {
  background-color: #fbfbfb;
  border: 1px solid #888;
  width: 380px;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 10px;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
  text-align: center;
  border-radius: 0px;
}
.modal-content p {
  font-family: "League Medium", sans-serif;
  font-size: .8vw;
  text-align: center;
  line-height: 1.8;
}

.modal input[type=button] {
  font-family: "League Medium", sans-serif;
  color: #fff;
  letter-spacing: 0;
  padding: 0 15px;
  height: 35px !important;
  background-color: #dc3c3c;
  border: 0;
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
  width: 120px;
  font-size: .8vw;
}

.modal .btnCookieManage {
  border: 1px solid #dc3c3c;
  background: #dc3c3c;
  color: #fff;
  height: 35px !important;
  font-family: "League Medium", sans-serif;
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 35px;
  margin-top: 8px;
  margin-right: 10px;
  font-size: .8vw;
}

.CookiePopDiv #btnClose {
  float: right;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.CookiePopDiv {
  padding: 8px;
  font-size: 16px;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
}
.CookiePopDiv .title {
  font-family: "League Medium", sans-serif !important;
  line-height: 1.6em !important;
  padding: 24px 12px !important;
  color: #000000 !important;
  font-size: 16px !important;
}
.CookiePopDiv .text-st {
  font-size: 14px;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
  line-height: 22.4px;
}

.CookiePopDiv input[type=submit] {
  font-family: "League Medium", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  padding: 0 30px;
  height: 40px;
  background-color: #dc3c3c;
  border: 0;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 7px;
}

.modal-cookie #cboxClose {
  top: 0px;
  width: 30px !important;
  height: 30px !important;
}
.modal-cookie #cboxContent {
  margin-top: 0px;
}

.modal {
  z-index: 999999;
  width: auto;
  height: auto;
}
/*#endregion*/
/*#region breadcrumb*/

.breadcrumb {
  background: none;
  margin: 30px 0 0;
  padding: 0px;
}
/*@media (max-width: 1200px) {
  .breadcrumb {
    display: none;
  }
}*/
.breadcrumb ul {
  padding: 0px;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li:last-child a {
  font-family: "League Medium", sans-serif;
  color: #000;
}
@media (max-width:1199px) {
   .breadcrumb ul li:last-child {
       width: 100%;
       float: left;
       padding-left: 0;
   }
   
   .breadcrumb ul li:last-child a {
       font-size: 16px;
   }
   
   .breadcrumb-item::before {
       content: ">" !important;
   }
   
   .breadcrumb ul li:last-child::before, .breadcrumb ul li:first-child::before {
       content: "" !important;
       padding-right: 0;
   }
   .breadcrumb-item:not(.active) a {
       text-decoration: underline;
   }
   
   .breadcrumb-item.active a {
       word-wrap: break-word;
   }
}
.breadcrumb ul li a {
  font-size: 12px;
  line-height: 24px;
}
.breadcrumb ul .active a {
  font-weight: bold;
  font-family: "League Medium", sans-serif;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 24px;
}
/*#endregion*/
/*#region keyframes */
@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/*#endregion*/
/*#region black logo*/
/*.bg-sprite.logo {
    background-image: url(../img/new-vestel-black-mini-logo.png);
    background-position: -36px -4px;
    background-size: 160px 44px;
    width: 160px;
}

.logo-v .flat {
    position: absolute;
    left: 0;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    width: 34px;
    z-index: 1;
    background-image: url(../img/logo-v-black.svg);
    background-size: 99%;
    background-repeat: no-repeat;
    text-indent: -999999px;
    float: left;
}

.logo-v .gradient {
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    width: 34px;
    z-index: 2;
    background-image: url(../img/logo-v-siyah.png);
    background-size: 99%;
    background-repeat: no-repeat;
    opacity: 0;
}

.mobile-header .logo {
    background-image: url('../img/new-vestel-black-mini-logo.png');
    background-position: -2px -1px;
    background-size: 114px auto;
    background-repeat: no-repeat;
    margin: 14px 0 13px 13px;
}*/
/*#endregion*/
/*#region kurumsal hesap butonu*/

.desktop-header .corporate-button-wrapper {
    position: absolute;
    right: 75px;
    width: 55px;
}

.desktop-header .corporate-button-wrapper .corporate-button-title {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 3px;
}

.desktop-header .corporate-button-wrapper .custom.switch .slider.round {
    font-size: 11px
}

.desktop-header .corporate-button-wrapper .custom.switch .slider.round .custom-switch-open {
    color: white;
    float: left;
    font-size: 7px;
    line-height: 20px;
    padding-left: 3px;
}

.desktop-header .corporate-button-wrapper .custom.switch .slider.round .custom-switch-close {
    color: white;
    float: right;
    font-size: 7px;
    padding-right: 2px;
    line-height: 20px;
}

.mobile-nav-left .corporate-button-wrapper {
    position: absolute;
    right: 25px;
    width: 55px;
    top: 5px;
    color: #fff;
}

.mobile-nav-left .corporate-button-wrapper .corporate-button-title {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 3px;
}

.mobile-nav-left .corporate-button-wrapper .custom.switch .slider.round {
    font-size: 11px
}

.mobile-nav-left .corporate-button-wrapper .custom.switch .slider.round .custom-switch-open {
    color: white;
    float: left;
    font-size: 7px;
    line-height: 20px;
    padding-left: 3px;
}

.mobile-nav-left .corporate-button-wrapper .custom.switch .slider.round .custom-switch-close {
    color: white;
    float: right;
    font-size: 7px;
    padding-right: 2px;
    line-height: 20px;
}

.partners-mobil-switch .partners-corporte-title {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 3px;
}

.partners-mobil-switch .switch .slider {
    font-size: 11px
}

.partners-mobil-switch .partners-slider-on {
    color: white;
    float: left;
    font-size: 7px;
    line-height: 20px;
    padding-left: 3px;
}

.partners-mobil-switch .partners-slider-off {
    color: white;
    float: right;
    font-size: 7px;
    padding-right: 2px;
    line-height: 20px;
}
/*#endregion*/
/*#region personaclick*/
.personaclick-recommend {
    height: 500px;
    display: none;
}
/*#endregion*/