@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root {
  --primarycolor: #78be21;
  --secondarycolor: rgb(69, 69, 255, 0.7);
  --triocolor: #78be21;
  --hovertextcolor: #fff;
  --hubmenuhovercolor: #1b4f25;
  --indirimcolor: #1a4d24;
  --bglightcolor: rgb(52 145 59);
  --bgvlightcolor: rgb(69, 69, 255, 0.1);
  --rounded: 25px;
  --txtGray: #266b2f;
  --txtdark: #266b2f;
}
html {
  font-family: "Aleo", serif;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  margin: 0;
  font-size: 14px;
  color: #2b2b2b;
  background-color: #f7f5ed !important;
  font-weight: 400;
  font-family: "Aleo", serif !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  color: var(--txtdark);
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  padding: 17px 0;
  color: #696969;
  margin: 0 0 20px;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  display: inline-block;
  height: 30px;
  min-width: 190px;
  text-indent: 7px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 2px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border: solid 1px #eee;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  display: block;
  margin: 0;
}
:focus {
  outline: 0;
}
i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
i:hover {
  opacity: 0.8;
}
b.letter-lira {
  display: none;
}
b.icon-lira:before {
  font-family: "Roboto", sans-serif;
  content: "₺";
  font-weight: initial;
}
.button {
  padding: 9px 10px 10px 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: var(--primarycolor);
  border: solid 1px var(--primarycolor);
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover {
  opacity: 1;
}
.scroll-top {
  display: none !important;
}
::selection {
  background: var(--primarycolor);
  color: #fff;
}
::-webkit-scrollbar-track {
  background-color: var(--primarycolor);
  border-left: solid 1px #f2f3f8;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: var(--primarycolor);
}
::-webkit-scrollbar-thumb {
  background-color: var(--triocolor);
}
.red {
  background: red;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}
.error {
  color: #f39c12;
}
label.error {
  line-height: initial;
  padding: 0;
  color: var(--indirimcolor);
  width: 100%;
}
form label.error {
  margin-left: 25%;
}
.card-number {
  position: relative;
}
.card-number label.error {
  overflow: hidden;
  margin: 0;
  width: 1px;
  height: 35px;
  color: transparent;
}
.expiration-date {
  position: relative;
}
.expiration-date label.error {
  overflow: hidden;
  margin: 0;
  width: 1px;
  height: 35px;
  color: transparent;
  display: block;
}
.expiration-date label.error:last-child {
  display: block;
}
.card-number label.error:before {
  content: "Bu alanın doldurulması zorunludur.";
  background: #fff;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 10px;
  width: 75%;
  left: 0;
  margin-left: 25%;
  color: #e74c3c;
}
.expiration-date label.error:before {
  content: "Bu alanın doldurulması zorunludur.";
  background: #fff;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 10px;
  width: 75%;
  left: 0;
  margin-left: 25%;
  color: #e74c3c;
}
.wrapper {
  background: #f7f5ee;
}
.wrapper-grey {
  background-color: #f7f5ee;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #4d4d4d !important;
  opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
  background: var(--primarycolor) !important;
}
.home-slider {
  max-width: 1200px;
  margin: 30px auto 40px;
}
.home-slider .item {
  width: 100%;
  min-height: 373px;
}
.home-slider .item img {
  width: 100%;
}
.category-slider {
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 35px;
  max-width: 1200px;
}
.category-slider .item {
  width: 100%;
  height: 480px;
}
.category-slider .item img {
  width: 100%;
}
.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.header-info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-info ul li a {
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
}
.header-inner {
  background: #fff;
}
/* .hareketlislide {
  box-shadow: 0 0 4px #dedede;
} */
.hareketlislide .swiper-slide {
  background: #fff !important;
}
.header-wrap {
  padding: 24px 10px;
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
section.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.hareketlislide {
  width: 100%;
  height: 100%;
  background: #fff;
  height: 38px;
}

.hareketlislide .swiper-slide {
  background: #f2f3f8;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  letter-spacing: 2px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide a {
  color: #000;
}

section.header-logo > a {
  text-align: center;
  padding: 0 0 0;
}
section.header-logo > a > img {
  max-height: 72px;
}
.header-navbar-button {
  display: none;
  z-index: 999;
}
section.header-search {
  width: 37%;
  margin: 0 2%;
  position: relative;
}
.search-inner {
  border: solid 2px var(--primarycolor);
  position: relative;
  width: 100%;
  text-align: right;
  height: 50px;
  border-radius: 4px;
}
.search-inner input {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 20px;
}
.search-inner .button-search {
  display: inline-block;
  width: 40px;
  height: 100%;
  position: relative;
}
.search-inner .button-search i {
  height: 100%;
  font-size: 18px;
  color: var(--primarycolor);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.search-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
}
.search-wrap .search-results {
  background: #fff;
  padding: 0;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.search-wrap .search-results .results-not-found {
  padding: 20px;
  border-bottom: solid 1px #ddd;
}
.search-wrap .search-results a {
  position: relative;
  width: 100%;
  padding: 0 0 0 90px;
  border-top: solid 1px #ddd;
  min-height: 80px;
}
.search-wrap .search-results a.quick-search {
  padding: 13px 20px;
  text-align: left;
  border-radius: 0;
  margin-top: 10px;
  min-height: 0;
}
.search-wrap .search-results a:first-child {
  border: 0;
}
.search-wrap .search-results a span {
  width: 100%;
  display: block;
}
.search-wrap .search-results a span.image {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.search-wrap .search-results a span.title {
  font-size: 15px;
  padding: 0 0 5px 0;
  text-align: left;
}
.search-wrap .search-results a span.brand {
  color: #848484;
  font-size: 11px;
  text-align: left;
}
section.header-log {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-around;
}
section.header-log .account,
section.header-log .welcome {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}
section.header-log .welcome {
  background: #fff;
  top: 58px;
  right: 0;
  width: 200px;
  z-index: 103;
  padding: 20px 0;
  -webkit-box-shadow: -6px 5px 26px -13px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -6px 5px 26px -13px rgba(0, 0, 0, 0.69);
  box-shadow: -6px 5px 26px -13px rgba(0, 0, 0, 0.69);
}
section.header-log .acc-log {
  display: none;
  background: #f2f3f8;
  width: 97%;
  padding: 15px 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}
section.header-log .acc-log.active {
  display: block;
  top: 73px;
  left: 0;
}
section.header-log .account li a {
  padding: 8px 17px;
  display: block;
  font-weight: 500;
  text-align: left;
}
section.header-log .account-link {
  display: block;
  margin-right: 10px;
}
section.header-log .account-link i {
  padding: 9px 14px 9px 14px;
  background: #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 2px #dedede;
}
section.header-log .account-link i.fa-facebook-official {
  background: #3b5998;
  color: #fff;
}
section.header-log .account-link i.fa-facebook-official b {
  color: #fff;
}
section.header-log .account-link i.fa-facebook-official:before {
  color: #fff;
}
section.header-log .account-link i span {
  width: 85px;
  color: #999;
  font-size: 11px;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
section.header-log .account-link i span .a {
  padding-right: 2px;
  order: 3;
}
section.header-log .account-link i span .b {
  width: 100%;
  color: #444;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  order: 1;
  text-align: left;
}
section.header-log .account-link i span .c {
  order: 2;
  padding-right: 2px;
}
section.header-log .account-link i span .d {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 2px 0 0;
  text-align: left;
  color: var(--primarycolor);
}
section.header-log .account-link i span .e {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 0 0;
}
section.header-log .account-link i span .f {
  width: 100%;
  color: #444;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  order: 1;
  text-align: left;
}
section.header-log .account-link i span .g {
  padding-right: 2px;
  order: 3;
}
section.header-log .account-link i span .h {
  padding-right: 2px;
  order: 3;
}
section.header-log .account-link i:before {
  font-size: 31px;
  padding-right: 10px;
  color: var(--primarycolor);
}
section.header-log .account-link i span.member-name i {
  width: auto;
  height: auto;
  padding: 0 5px;
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
section.header-log .account-link i span.member-name i:before {
  font-size: 12px;
  padding: 0;
}
section.header-log.logged-in {
  width: 29%;
}
section.header-log.logged-in a {
  width: 100%;
}
.header-cart {
  position: relative;
}
.header-cart .basket-inner {
  position: relative;
}
.header-cart .basket-content {
  position: absolute;
  right: 0;
  top: 72px;
  width: 300px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}
.header-cart .basket-product {
  padding: 10px 20px 10px 70px;
  border-bottom: solid 1px #f2f3f8;
  position: relative;
  min-height: 60px;
}
.header-cart .basket-product .image {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.header-cart .basket-product .title {
  font-weight: 500;
  padding-bottom: 8px;
}
.header-cart .basket-product .total {
  font-size: 11px;
  color: #4a4a4a;
}
.header-cart .basket-product .remove {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
}
.header-cart .basket-product .remove a:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--primarycolor);
}
.header-cart .basket-product .remove a {
  padding: 3px 5px;
}
.header-cart .basket-total {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
.header-cart .basket-total > div {
  width: 50%;
  padding: 6px 20px;
  font-weight: 500;
}
.header-cart .basket-total .price {
  text-align: right;
}
.header-cart .basket-total .text.basket-last {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  background: var(--bgvlightcolor);
  padding: 20px;
}
.header-cart .basket-total .price.basket-last {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  background: var(--bgvlightcolor);
  padding: 20px 10px;
}
.header-cart .basket-message {
  padding: 14px 20px 15px 20px;
  font-weight: 500;
  color: #666;
  background: #f2f3f8;
  text-align: center;
}
.header-cart .cart-link {
  width: 132px;
  height: 49px;
  padding: 16px 0 6px;
  text-indent: 6px;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 2px #dedede;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
.header-cart .cart-link:after {
  content: "Sepetim";
  display: inline-block;
  color: #444;
  font-size: 14px;
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  padding-left: 3px;
}
.header-cart .cart-link i:before {
  font-size: 31px;
  padding-right: 10px;
  color: var(--primarycolor);
  position: absolute;
  left: 0;
  top: 8px;
}
.header-cart .basket-two {
  position: absolute;
  right: 16px;
  top: 17px;
  font-weight: 500;
}
.header-cart .basket-button {
  padding: 0 20px 20px;
}
.header-cart .basket-button > div {
  margin: 5px 0;
}
.header-cart .basket-button > div > a {
  display: block;
}
.header-cart .basket-button .view-cart a {
  background: #fff;
  border: solid 1px var(--primarycolor);
  color: var(--primarycolor);
}
.header-cart .basket-button .view-cart a:hover {
  background: var(--primarycolor);
  color: #fff;
}
.header-cart .basket-button .view-cart a:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 10px;
}
.header-cart .basket-button .complete-shopping a:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 10px;
}
.basket-product-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: solid 1px #eee;
}
.basket-product-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.basket-product-wrapper::-webkit-scrollbar-thumb {
  background-color: #eee;
}
.navbar-wrapper {
  background: var(--primarycolor);
}
.navbar {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  border: none;
}
.navbar .navbar-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
nav ul.hubmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  justify-content: center;
}
nav ul.hubmenu > li {
  display: inline-block;
  position: relative;
  padding: 0px 12px;
}
nav ul.hubmenu > li > a {
  display: block;
  position: relative;
}
nav ul.hubmenu > li.opener {
  padding-right: 15px;
}
nav ul.hubmenu > li.opener > i {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
nav ul.hubmenu > li > a > span {
  display: block;
  text-transform: uppercase;
  color: #046a38;
  font-size: 14px;
  font-weight: 700;
}
nav ul.hubmenu > li > a > i {
  position: absolute;
  top: 18px;
  right: 3px;
}

nav ul.hubmenu > li > a > i:before {
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
nav ul.hubmenu > li:hover > a > i:before {
  color: var(--hovertextcolor);
  font-size: 14px;
  transform: translateX(90deg);
}
nav ul.hubmenu > li > ul i {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 40px;
  text-align: center;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  color: #fff;
}
nav ul.hubmenu span {
  display: block;
  padding: 15px;
  color: #fff;
  transition: all 0.5s;
}
nav .hubmenu > li > ul.submenu {
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 101;
  background: var(--primarycolor);
  text-align: left;
  display: none;
  min-width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
nav .hubmenu > li > ul.submenu li {
  min-width: 220px;
  position: relative;
}
nav .hubmenu > li > ul.submenu li a span {
  color: #fff;
  padding: 10px 13px;
  background-color: var(--primarycolor);
}

nav .hubmenu > li > ul.submenu li:hover > a span {
  background: var(--hubmenuhovercolor);
  color: #fff;
}

nav .hubmenu > li > ul.submenu span {
  font-size: 12px;
  text-align: left;
}
nav .hubmenu li > ul.submenu ul.submenu {
  display: none;
  background: #505050;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.notification {
  max-width: 1200px;
  margin: 0 auto;
}
.notification-inner > div {
  padding: 10px 20px;
  position: relative;
  color: #fff;
}
.notification-inner .success {
  background: #000;
}
.notification-inner .attention {
  background: #000;
}
.notification-inner .attention a {
  color: #fff;
  text-decoration: underline;
}
.notification-inner .warning {
  background: #e74c3c;
}
.notification-inner .success:before {
  content: "\f058";
  font-size: 1.6em;
  padding-right: 10px;
  font: normal normal normal 16px/1 FontAwesome;
}
.notification-inner .warning:before {
  content: "\f06a";
  font-size: 1.6em;
  padding-right: 10px;
  font: normal normal normal 16px/1 FontAwesome;
}
.notification-inner .attention:before {
  content: "\f071";
  font-size: 1.6em;
  padding-right: 10px;
  font: normal normal normal 16px/1 FontAwesome;
}
.notification-inner .close {
  position: absolute;
  right: 10px;
  padding: 5px 10px;
  top: 9px;
}
.notification-inner .close:after {
  content: "\f00d";
  font: normal normal normal 12px/1 FontAwesome;
  color: #fff;
}
.content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  min-height: calc(100vh - 369px);
  padding: 0 20px;
}
.content.home-index section {
  padding-bottom: 20px;
}
.content.home-index .dynamic {
  padding-bottom: 20px;
}
.categories {
  margin-bottom: 30px;
}
.categories ul {
  padding: 20px 0;
}
.categories ul li a {
  display: block;
  padding: 6px 0;
  color: #909090;
}
.categories.box h3:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  padding-right: 8px;
}
.marbaslik {
  font-size: 18px;
  border-bottom: 4px solid #f9f9f9;
  padding: 5px 15px;
  background: #f9f9f9;
  color: #000;
}
.mar-ul li {
  border-bottom: 1px solid #eee;
  text-indent: 20px;
  cursor: pointer;
  padding: 5px;
  font-size: 15px;
  transition: text-indent 0.5s;
}
.mar-ul li a {
  color: #222;
  padding: 0 !important;
  font-weight: 700;
  display: none;
}
.mar-ul li a:hover {
  background: #f8f8f8 !important;
  color: var(--hubmenuhovercolor) !important;
}
.mar-ul li a:hover i {
  background: #f8f8f8 !important;
  color: var(--hubmenuhovercolor) !important;
}
.mar-ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
.mar-ul li:hover {
  border-bottom: 1px solid #eee;
  text-indent: 22px;
  padding: 5px;
  font-size: 15px;
  content: "\f101";
}
.filtration .box-border {
  background: #fff;
  padding: 5px 0 30px;
}
.filtration h4 {
  padding: 10px 30px 10px;
  background: var(--bgvlightcolor);
  margin-right: 25px;
  border-bottom-right-radius: 30px;
}
.filtration .choose .choose-wrap {
  position: relative;
  padding: 10px 0;
  transition: all 0.5s;
}
.filtration .choose .choose-wrap:hover {
  background: var(--bgvlightcolor);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 25px;
}
.filtration .choose .choose-wrap a {
  width: 50px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 0;
}
.filtration .choose .choose-wrap a:before {
  content: "\f00d";
  font: normal normal normal 12px/1 FontAwesome;
}
.filtration .choose .choose-wrap .choose-one {
  position: relative;
  padding: 6px 30px;
  font-weight: 700;
}
.filtration .choose .choose-wrap .choose-one:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 20px;
}
.filtration .choose .choose-wrap .choose-two {
  padding: 6px 30px;
}
.filtration .table-name a {
  display: block;
  text-align: left;
  padding: 6px 30px;
  transition: all 0.3s;
}
.filtration .table-name a:hover {
  background: var(--bgvlightcolor);
  margin-right: 25px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.filtration .table-name a span {
  font-weight: 500;
}
.box {
  /* margin-bottom: 15px; */
}
.box h3 {
  margin: 0;
  font-size: 35px;
  font-size: 29px;
  letter-spacing: 0.5px;
  padding: 5px 30px;
  font-weight: 700;
  text-align: center;
  color: #046a38;
  line-height: 36px;
  margin-bottom: 10px;
}
.box ul li a {
  display: block;
  padding: 6px 20px;
  text-align: left;
}
.openbox ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding: 0 8px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 10px;
  background: #fff;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px #0000000a;
}
.products-header .total-product {
  display: inline-block;
  width: 50%;
  line-height: 29px;
}
.products-header .sort {
  display: inline-block;
  text-align: right;
  width: 50%;
}
.products-header .sort select {
  margin: 0 0 0 10px;
  color: #777;
  cursor: pointer;
  background: #fff;
}
.products {
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  /* background-color: #fff; */
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.products .box-product {
  width: 100%;
  padding: 5px;
}
.box-product .box-product-inner {
  position: relative;
  background: #fff;
  min-height: 280px;
}
.box-product .box-product-inner a.image {
  min-height: 260px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding-left: 10px;
  padding-right: 10px; */
}
.box-product .box-product-inner a.image .image-h {
  display: none;
}
.box-product .box-product-inner a.image img {
  max-height: 430px;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.box-product .box-product-inner a.title {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  padding: 0 20px;
  text-align: left;
  height: 105px !important;
  overflow: hidden;
  font-weight: 700 !important;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  justify-content: center;
  text-align: center;
  color: #046a38;
}
.box-product .box-product-inner .price {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: wrap row;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  bottom: 0;
  /* padding: 2px 20px 55px 20px; */
  width: 100%;
  justify-content: center;
}
.box-product .box-product-inner .price .old {
  text-decoration: line-through;
  font-size: 15px;
  color: var(--txtGray);
  width: 100%;
  padding-bottom: 5px;
  order: 1;
  text-align: center;
}
.box-product .box-product-inner .price .new {
  font-size: 16px;
  color: var(--primarycolor) !important;
  width: 100%;
  order: 3;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}
.box-product .box-product-inner .price .kdv {
  color: var(--primarycolor);
  clear: both;
  display: block;
  font-size: 11px;
  order: 2;
}
.box-product .box-product-inner .addtobasket-wrap {
  opacity: 0;
  position: inherit;
  background: rgba(255, 255, 255, 0.72);
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  text-align: center;
}
.box-product .box-product-inner:hover .addtobasket-wrap {
  opacity: 1;
  display: block;
}
.box-product .box-product-inner .addtobasket-wrap .quantity {
  display: none;
}
.box-product .box-product-inner .addtobasket-wrap .wishlist {
  display: none;
}
.box-product .box-product-inner .discount-percent {
  color: #fff;
  background: var(--primarycolor);
  width: 37px;
  height: 29px;
  position: absolute;
  top: 15px;
  left: 0;
  line-height: 29px;
  text-indent: 4px;
  transition: all 0.5s;
}
.box-product .box-product-inner .discount-percent:hover {
  width: 74px;
}
.box-product .box-product-inner .discount-percent:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 14px 0 15px 10px;
  border-color: transparent transparent transparent var(--primarycolor);
  right: -10px;
}
.box-product .box-product-inner .discount-time {
  position: absolute;
  background: var(--secondarycolor);
  width: 100%;
  padding: 5px 20px;
  font-weight: 500;
  top: 165px;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.box-product .box-product-inner .discount-time:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.box-product .box-product-inner .out-of-stock {
  background: url(/assets/images/nostock.png) no-repeat left top;
  color: #fff;
  padding: 1px 5px;
  width: 70px;
  height: 29px;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  line-height: 29px;
}
.category-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-category-banner {
  width: 25%;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.box-category-banner-inner .image {
  margin-bottom: 30px;
  display: block;
}
.left .box.shelf-gallery .products .box-product {
  width: 100%;
}
.right .box.shelf-gallery .products .box-product {
  width: 100%;
}
.box-shelf {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
.shelf-wrap {
  width: 16.6666%;
  padding: 5px;
}
.shelf-wrap .shelf-wrap-inner {
  background: #fff;
  min-height: 300px;
}
.shelf-wrap .shelf-image {
  background: #fff;
  padding: 20px;
}
.shelf-wrap .shelf-image a {
  display: block;
}
.shelf-wrap .shelf-image a img {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.shelf-wrap .shelf-text {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
}
.shelf-wrap .shelf-text a {
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  text-align: left;
}
.shelf-wrap .shelf-text a.price {
  font-size: 16px;
  color: #81ba42;
  width: 100%;
  font-weight: 300;
}
.center .shelf-wrap {
  width: 25%;
}
.dynamic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
aside.left {
  width: 20%;
  display: inline-block;
  padding-right: 15px;
}
aside.right {
  width: 25%;
  display: inline-block;
  padding-left: 15px;
}
aside.left .box > ul,
aside.right .box > ul {
  font-size: 16px;
  background: #fff;
  padding: 20px 0;
}
aside.left .box > ul ul,
aside.right .box > ul ul {
  font-size: 14px;
  padding-left: 10px;
}
aside.left ul li a,
aside.right ul li a {
  color: #444;
  padding: 6px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
aside.left ul li a:hover,
aside.right ul li a:hover {
  background: var(--primarycolor);
  color: #fff;
}
aside.left .box.categorieswrap ul li.active > a {
  background: var(--primarycolor);
  color: #fff;
}
aside.left .box.categorieswrap ul ul li.active > a {
  background: 0 0;
  color: var(--primarycolor);
}
aside.left .box.categorieswrap ul ul li.active > a:hover {
  background: var(--primarycolor);
  color: #fff;
}
aside.left .box.categorieswrap > ul li ul {
  display: none;
}
aside.left .box.categorieswrap > ul li.active > ul {
  display: block;
}
article.center {
  display: block;
  width: 100%;
}
article.center-left,
article.center-right {
  width: 80%;
  display: inline-block;
}
article.center-left .products,
article.center-right .products {
  margin: 0 0 0;
}
article.center-left .products .box-product,
article.center-right .products .box-product {
  width: 25%;
  padding: 0 0;
  border-right: none;
  margin-top: 0;
  margin-bottom: 70px;
}
.breadcrumb {
  padding: 10px 3px;
  background: 0 0;
  padding: 0 0 10px;
  /* background: #fff; */
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 10px;
  /* box-shadow: 0 0 20px #0000000a; */
  border-radius: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:before {
  content: "/";
  display: inline-block;
  color: #046a38;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  display: inline-block;
  padding: 3px 10px;
  color: #046a38;
  font-size: 12px !important;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumb li:last-child a {
  color: var(--primarycolor);
  font-weight: 700;
}
.breadcrumb li:first-child a {
  padding: 3px 10px 3px 0;
}
/* .icerik-goster section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} */
.icerik-goster aside {
  width: 25%;
  display: inline-block;
  padding-right: 40px;
}
.icerik-goster article {
  width: 100%;
  background: #fff;
  padding: 40px 30px 20px;
  margin: 10px 0 30px;
  line-height: 25px;
}
.icerik-goster aside ul {
  padding: 20px 0;
}
.icerik-goster aside ul li a {
  display: block;
  color: #909090;
  padding: 6px 0;
}
.icerik-goster .button.back {
  margin: 20px 0;
  background: #eee;
  color: #888;
  border: 0;
  max-width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.icerik-goster .button.back:before {
  content: "\f060";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  padding: 5px 0;
}
.brands {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  background-color: #fff;
}
.brands .box-brand {
  width: calc(25% - 20px);
  text-align: center;
  margin: 10px;
  background: linear-gradient(to top, #fff, #fff);
  padding: 10px;
  position: relative;
  transition: all 0.5s;
  top: 0;
  border-right: 1px solid #f2f3f8;
}
.brands .box-brand:nth-child(4n) {
  border-right: none;
}
.brands .box-brand:hover {
  top: -5px;
}
.brands .box-brand .box-brand-inner a.image {
  max-width: 150px;
  display: inline-block;
  margin: 0 auto;
}
.brands .box-brand .box-brand-inner a.title {
  text-align: center;
  display: block;
  margin: 20px 0;
}
header h1 {
  margin: 0;
  font-size: 26px;
  padding: 16px 30px;
  background: #fff;
  margin-bottom: 10px;
  color: var(--primarycolor);
}
.abc li {
  display: inline-block;
  margin-bottom: 10px;
}
.abc li a {
  background: #eee;
  padding: 5px;
  display: inline-block;
}
.product-groups {
  padding: 20px 0 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.img-urungrup {
  min-height: 225px;
}
.product-group {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.product-group-inner {
  width: 100%;
  padding: 20px;
}
.product-group-inner a {
  display: block;
}
.product-group-inner a.title {
  font-size: 18px;
  padding: 20px 0;
}
.product-group-inner .description {
  color: #7d7d7d;
}
.product-group-inner a.view-products {
  padding: 10px 0;
  margin: 10px 0;
  color: #fff;
}
.product-group-inner a i {
  display: inline-block;
  margin-left: 10px;
}
.product-group-details {
  padding: 20px 0 40px;
  border-bottom: dotted 3px #ddd;
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-group-details .image {
  width: 25%;
  display: inline-block;
}
.product-group-details .details {
  display: inline-block;
  width: 75%;
  padding-left: 30px;
}
.product-group-details .details h2 {
  color: #676767;
}
.product-group-details .details p {
  max-width: 600px;
  color: grey;
}
.pagination {
  text-align: center;
  padding: 30px 0;
}
.PagedList-pager {
  display: inline-block;
}
.PagedList-pager ul li {
  display: inline-block;
  margin: 0 3px;
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.PagedList-pager ul li a {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
}
.PagedList-pager .PagedList-skipToFirst a:before {
  content: "\f100";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  display: inline-block;
}
.PagedList-pager .PagedList-skipToPrevious a:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  display: inline-block;
}
.PagedList-pager .PagedList-skipToPage a {
  color: #afb1c0;
}
.PagedList-pager .PagedList-skipToPage.PagedList-disabled a {
  color: #000;
}
.PagedList-pager .PagedList-skipToNext a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  display: inline-block;
}
.PagedList-pager .PagedList-skipToLast a:after {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  display: inline-block;
}
.PagedList-disabled a {
  color: #afafaf;
}
.login-wrap {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-wrap section {
  display: inline-block;
  width: 49%;
  background: #fff;
  padding: 40px;
}
.login-wrap section h2 {
  color: var(--primarycolor);
}
.login-wrap section p {
  color: #ababab;
  margin: 5px 0 20px 0;
}
.login-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-form .button-wrapper {
  text-align: right;
}
.login-form .button-wrapper.bquestion {
  margin: 5px 0 30px 0;
}
.login-form .button-wrapper.bsend {
  width: 50%;
  padding: 10px 10px 10px 0;
}
.login-form .button-wrapper.bfacebook {
  width: 50%;
  padding: 10px 0 10px 10px;
}
.login-form .button-wrapper.bregister {
  margin: 30px 0;
}
.login-form a {
  display: inline-block;
  clear: both;
}
.login-form a.question {
  color: #848484;
}
.login-form a.send {
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: solid 1px var(--primarycolor);
  color: #fff;
  border-radius: var(--rounded);
  background: var(--primarycolor);
}
.login-form a.facebook {
  background: #375791;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: solid 1px #375791;
  color: #fff;
  border-radius: var(--rounded);
}
.login-form a.register {
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: var(--primarycolor);
  color: #fff;
  border-radius: var(--rounded);
  max-width: 75%;
}
.content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-inner .box {
  margin-bottom: 20px;
}
.content-inner .box .box-border {
  background: #fff;
  padding: 20px 0;
}
.content-inner aside {
  width: 25%;
  padding: 0 15px 0 0;
  margin-top: 20px;
}
.content-inner article {
  width: 75%;
  padding: 20px 5%;
  background: #fff;
  margin: 20px 0 20px;
}
.content-inner article p {
  line-height: 25px;
}
.content-inner article p > * {
  display: inline-block;
}
.content-inner article p a {
  font-weight: 700;
  opacity: 0.9;
  text-decoration: underline;
}
.content-inner form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-inner .button-wrapper {
  margin: 20px 0;
}
.content-inner .button-wrapper a,
.content-inner .button-wrapper input {
  max-width: 200px;
}
.content-inner .box-content-grey {
  background: #f2f3f8;
  padding: 20px;
}
.content-inner .box-content-grey span {
  line-height: 25px;
  padding: 0;
}
.content-inner .box-content-grey span:nth-child(odd) {
  font-weight: 700;
  width: 25%;
  display: inline-block;
}
.content-inner .box-content-grey span:nth-child(even) {
  width: 70%;
  display: inline-block;
}
.content-inner .box-grey {
  padding: 10px 0 20px;
  border-top: dashed 1px #ddd;
}
.content-inner .box-footer-grey {
  text-align: right;
}
.uye-iletisimadresleri .button-wrapper {
  text-align: left;
}
.uye-iletisimadresleri .baddress-remove,
.uye-iletisimadresleri .baddress-update {
  display: inline-block;
  width: auto;
}
.uye-iletisimadresleri .address-remove,
.uye-iletisimadresleri .address-update {
  background: #eee;
  color: #696969;
  border: 0;
}
.uye-iletisimadresleri .address-remove:hover,
.uye-iletisimadresleri .address-update:hover {
  background: #ddd;
}
.sepet-index article {
  padding: 20px;
  background: #fff;
  margin: 20px 0 30px;
}
.sepet-index article .bcomp-exchange {
  max-width: 200px;
}
.table .image img,
::-ms-backdrop {
  width: 100%;
}
.sepet-adresbilgileri article {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px 30px;
}
.sepet-adresbilgileri article > div {
  max-width: 400px;
}
.sepet-adresbilgileri a {
  max-width: 150px;
}
.sepet-adresbilgileri p {
  color: #ababab;
}
.box-grey-groups {
  background: #ddd;
  padding: 20px;
  margin: 10px 0;
}
.box-grey-groups div {
  padding: 3px 0;
}
.box-grey-groups span {
  line-height: 25px;
}
.box-grey-groups span:nth-child(odd) {
  font-weight: 700;
}
.other-delivery-options-wrap span {
  margin: 5px 0;
  width: 100%;
  display: block;
}
.other-delivery-options-wrap input[type="text"] {
  border: solid 1px #ddd;
  padding: 10px 15px;
  margin: 10px 0;
  border: solid 1px #eee;
  max-height: 41px;
}
.other-delivery-options-wrap input[type="checkbox"] {
  margin-right: 5px;
}
.shopping-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.shopping-steps div {
  margin-right: 10px;
  max-width: 150px;
}
.shopping-steps div a {
  width: 100%;
  display: block;
}
.sepet-faturabilgileri .box-grey-groups .box-grey {
  max-width: 400px;
}
.sepet-faturabilgileri a {
  max-width: 150px;
}
.uye-sifrehatirlat article {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px 30px;
}
.uye-sifrehatirlat article > div {
  max-width: 400px;
}
.uye-sifrehatirlat p {
  color: #ababab;
}
.password-wrap {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.password-wrap label {
  width: 75%;
}
.password-wrap input {
  width: 75%;
}
.password-wrap .bremember-pass {
  margin: 0;
}
.password-wrap a.remember-pass {
  display: block;
  width: 75%;
}
.uye-hosgeldiniz article {
  width: 100%;
  background: #fff;
  padding: 40px 30px 20px;
  margin: 10px 0 30px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 25px;
}
.uye-hosgeldiniz p {
  margin: 0 0 20px 0;
  font-size: 24px;
}
.uye-hosgeldiniz .button {
  display: inline-block;
  max-width: 200px;
}
.liste-alisverislistesi .bgo-shop,
.liste-fiyatalarmlistesi .bgo-shop {
  text-align: left;
}
.liste-fiyatalarmlistesi #basket .table .quantity {
  padding: 0;
}
.liste-fiyatalarmlistesi #basket .table .quantity input[type="number"] {
  padding: 0;
}
.liste-fiyatalarmlistesi #basket .table .remove {
  padding: 0;
  margin: 0;
}
.liste-fiyatalarmlistesi .table .price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form input {
  display: inline-block;
  width: 75%;
  padding: 10px 15px;
  margin: 10px 0;
  border: solid 1px #d5d5d5;
  max-height: 41px;
}
form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
form input[type="checkbox"]::selection {
  background-color: var(--primarycolor);
}
form label {
  display: inline-block;
  width: 25%;
  padding: 11px 0;
  color: #6f6f6f;
  margin: 10px 0;
}
form select {
  height: 40px;
  width: 75%;
  display: inline-block;
  margin: 2px 0;
  border: solid 1px #eee;
  background-color: #f2f3f8;
}
form textarea {
  width: 75%;
  height: 100px;
  padding: 10px;
}
form input:focus {
  border: dashed 1px #d5d5d5;
  background: #fff;
}
form select:focus {
  border: dashed 1px #ddd;
  background: #fff;
}
.form-check-label {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.options {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.opitons select {
  background: #fff;
}
.button-wrapper {
  clear: both;
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
.button-wrapper a {
  display: inline-block;
}
.table,
.table tbody,
.table thead,
.table tr,
.table-responsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.table tr td {
  display: inline-block;
  padding: 10px;
}
.table tr td a {
  font-weight: 700;
  text-align: left;
}
.table thead tr {
  background: #f2f3f8;
}
.table thead tr td {
  font-weight: 700;
}
.table tbody tr {
  border-top: solid 1px #eee;
}
.table tbody tr:first-child {
  border: 0;
}
.table-responsive {
  width: 100%;
}
.table {
  width: 100%;
}
.table .image {
  width: 11%;
}
.table .image a {
  display: block;
}
.table .image img {
  width: 100%;
}
.table .image a {
  max-width: 80px;
  margin: 0 auto;
}
.table .title {
  width: 35%;
}
.table .quantity {
  width: 10%;
}
.table .price {
  width: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.table .price .old {
  text-decoration: line-through;
  font-size: 13px;
  display: block;
}
.table .price .new {
  font-weight: 700;
  padding: 3px 0 0;
  font-size: 18px;
}
.table .total {
  width: 20%;
  font-weight: 700;
}
.table .remove {
  width: 9%;
  text-align: center;
}
.table thead {
  background: #fff;
}
.table thead .total {
  width: 20%;
}
.table thead .remove {
  text-align: center;
}
.table tbody .remove a {
  display: inline-block;
  padding: 10px 15px;
}
.table tbody .remove a:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
}
.table .total span {
  font-size: 18px;
}
#basket {
  position: relative;
  padding: 50px 0 0;
}
#basket .basket-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#basket .basket-buttons-wrap .button-wrapper {
  display: inline-block;
  width: auto;
  margin: 20px 0 20px 5px;
}
#basket a.basket-empty:before {
  content: "\f014";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
#basket .basket-empty,
.basket-update {
  background: #ddd;
  border: solid 1px #ddd;
  color: #676767;
}
#basket a.basket-update:before {
  content: "\f021";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
#basket .comp-exchange {
  display: inline-block;
  max-width: 200px;
}
#basket a.comp-exchange:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
#basket .continue-shopping {
  max-width: 200px;
  background: #ddd;
  border: solid 1px #ddd;
  color: #676767;
}
#basket a.continue-shopping:before {
  content: "\f060";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
.basket-index-wrap {
  width: 100%;
}
#basket .basket-index-price {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 20px;
  background: #f2f3f8;
}
.basket-index-price-total > div,
.basket-index-price-total > span > div {
  display: inline-block;
  width: 49%;
  padding: 5px 0 0 20px;
  color: #252525;
  font-size: 14px;
}
.align-right {
  text-align: right;
}
.pad-left-5 {
  padding-left: 5px;
}
.logo-renk {
  color: var(--primarycolor);
}
.background-svg {
  background: linear-gradient((#f2f3f8)-58%, #fff);
}
.basket-index-price .price {
  text-align: right;
}
.basket-index-price .text.basket-last {
  font-size: 30px;
  color: #6f6f6f;
  margin: 15px 0 0;
  font-weight: 700;
}
.basket-index-price .price.basket-last {
  font-size: 30px;
  color: #6f6f6f;
  margin: 15px 0 0;
  font-weight: 700;
}
#basket .table .title input[type="text"] {
  padding: 4px 10px;
  margin: 5px 0;
  font-size: 12px;
  color: #696969;
  max-width: 200px;
}
#basket .table .quantity input[type="number"] {
  padding: 10px 5px 10px 5px;
  text-align: center;
  width: 70px;
  color: #000;
  font-weight: 700;
  border: 1px solid #ccc;
  height: 34px;
  border-radius: 4px 0 0 4px;
}
#basket .table-responsive tbody tr {
  background: #fff;
}
.ort {
  padding-left: 28px !important;
}
.address-and-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-and-payment > div {
  display: inline-block;
  width: 33.33333%;
}
.address-and-payment h3 {
  font-size: 20px;
  color: #696969;
}
.address-and-payment,
.billing-information,
.delivery-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.address-and-payment .first-col {
  width: 35%;
  padding: 0 15px 0 0;
}
.address-and-payment .second-col {
  width: 40%;
  padding: 0 0;
}
.address-and-payment .third-col {
  width: 25%;
  padding: 0 0 0 15px;
}
.address-and-payment .full-col {
  width: 100%;
  padding: 0 0 0 15px;
  border-top: 10px solid #f2f3f8;
}
.address-and-payment .box-grey {
  background: #fff;
  padding: 20px;
}
.check-out {
  border-color: #f2f3f8;
  border-style: dotted;
  border-width: 2px 0;
  margin: 30px 0 20px;
  padding: 20px 0;
}
.full-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.full-name label {
  padding: 0 5px;
}
.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card-number > div {
  width: 18%;
  display: inline-block;
  margin: 0 1%;
}
.card-number > div input {
  width: 100%;
}
.expiration-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expiration-date > div {
  display: inline-block;
}
.expiration-date label {
  align-self: center;
  margin: 0;
}
.expiration-date .input-2 {
  margin-left: 5px;
}
.expiration-date select {
  min-width: 100px;
  max-width: 49%;
}
.security-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-billing-address {
  width: 100%;
  background: #f2f3f8;
  padding: 20px 20px;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
.select-billing-address label {
  width: auto;
  margin: 0;
}
#havale .transfer {
  padding: 20px 0;
}
#havale .transfer .bank {
  margin: 10px 0;
  background: #eee;
  padding: 8px 15px;
}
#havale .transfer .bank input {
  width: auto;
  margin: 0 10px 0 0;
}
#havale .transfer span {
  color: #696969;
  display: block;
  padding: 5px 0;
}
.address-and-payment .basket-index-price-total {
  padding: 20px 0;
}
.address-and-payment .text {
  padding: 0;
}
.address-and-payment .price {
  text-align: right;
}
.address-and-payment .text.basket-last {
  font-size: 14px;
  color: #6f6f6f;
  display: block;
  text-align: center;
  width: 100%;
  background: #f2f3f8;
  margin: 20px 0 0;
  padding: 15px 0 0;
}
.address-and-payment .price.basket-last {
  font-size: 20px;
  color: #6f6f6f;
  display: block;
  text-align: center;
  width: 100%;
  background: #f2f3f8;
  padding: 10px 0 15px 0;
}
.cargo-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cargo-information .cargo-wrap {
  width: 50%;
  padding: 10px;
  margin: 0 0 20px 0;
}
.cargo-wrap .image {
  text-align: center;
}
.cargo-wrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 20px;
  font-weight: 700;
}
.cargo-wrap .title input {
  width: auto;
}
#secure_3d {
  background: #fff;
  padding: 20px;
}
#secure_3d .infoCredit {
  text-align: center;
}
#secure_3d .infoCredit p {
  line-height: 25px;
}
#secure_3d .infoCredit p img {
  padding: 20px 0;
}
#sepetodeme .shelf-wrap {
  width: 100%;
  margin-bottom: 10px;
}
#sepetodeme .shelf-wrap .shelf-text a {
  font-weight: 700;
  text-align: center;
}
#sepetodeme .address-and-payment .basket-index-price-total {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
  border-top: solid 1px #ddd;
}
.basket-index-price-total > div {
  padding: 5px 0 0 5px;
}
.sepet-onay .box-grey {
  background: #fff;
  margin-bottom: 10px;
}
.sepet-onay .basket-buttons .box-grey h3 {
  border-bottom: 2px solid #f2f3f8;
  width: 100%;
  height: 45px;
  margin-left: 0;
  padding: 11px 0 0 10px;
  font-size: 19px;
}
.big-input input[type="checkbox"]:checked::before {
  background-color: #428bca;
  border-color: #428bca;
}
.sepet-odeme .form1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
}
.sepet-odeme .form1 select {
  width: 100%;
}
.content .box-grey-groups {
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
}
.sepet-odeme h3 input {
  width: auto;
  margin: 0;
}
.sepet-odemesonuc article {
  width: 100%;
  background: #fff;
  padding: 40px 30px 20px;
  margin: 10px 0 30px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 25px;
}
.sepet-odemesonuc article p {
  font-size: 14px;
}
.sepet-odemesonuc article p > span {
  font-weight: 900;
}
.basket-index-wrap .basket-buttons .box-grey {
  padding: 10px 20px 30px;
  margin: 10px 0 10px;
}
.basket-index-wrap .basket-buttons .box-content-padding {
  color: #6d6d6d;
}
#onayform > footer {
  display: block;
  width: 100%;
}
#onayform > footer .bsubmitbuton {
  text-align: left;
}
#onayform > footer #submitbuton {
  max-width: 150px;
}
#onayform .box-grey {
  background: #fff;
  padding: 20px;
}
#onayform .box-border {
  border-top: solid 1px #ddd;
}
#onayform footer textarea {
  width: 100%;
  border-bottom: 1px solid #f2f3f8;
  border-top: 1px solid #f2f3f8;
  border-left: none;
  border-right: none;
}
#odemeSecimi {
  max-width: 150px;
}
#taksitsecimi {
  width: 100%;
}
#taksitsecimi .payment-options-wrap {
  background: #fff;
  margin-bottom: 10px;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#taksitsecimi .payment-options-wrap .payment-option {
  display: inline-block;
  width: 25%;
  padding: 1%;
}
#taksitsecimi input {
  width: auto;
}
#taksitsecimi table {
  display: block;
}
#taksitsecimi table tbody,
#taksitsecimi table thead {
  display: block;
}
#taksitsecimi table tr {
  display: block;
  border-bottom: solid 1px #ddd;
}
#taksitsecimi table tbody tr:nth-child(odd) {
  background: #ddd;
}
#taksitsecimi table tr td {
  display: inline-block;
  width: 24%;
  text-align: center;
  padding: 5px 0;
  color: #6f6f6f;
}
.sales-agreement td {
  padding: 10px;
}
.sales-agreement > div {
  max-height: 500px;
  overflow-y: scroll;
}
.sales-agreement > footer label {
  width: auto;
  vertical-align: middle;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.sepet-onay .table-responsive tbody tr {
  background: #fff !important;
}
.sepet-onay .basket-index-price-total {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 0;
  margin: 20px 0;
  border-bottom: 1px solid #f2f3f8;
  border-top: 1px solid #f2f3f8;
}
.product-details {
  padding: 20px 20px 40px;
  /* background: #fff; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
}
.product-details .product-images {
  display: inline-block;
  width: 50%;
  padding-top: 17px;
  padding-right: 40px;
  position: relative;
}
.product-details .product-images .product-images-wrap .default {
  text-align: center;
  margin: 0 auto 30px;
}
.product-details .product-images .product-images-wrap .default .image {
  display: block;
}
.product-details .product-images .product-images-wrap .default .image img {
  max-height: 450px;
}
.product-details .product-images .product-images-wrap img,
::-ms-backdrop {
  height: 100%;
  width: 100%;
}
.product-details .product-images .product-images-wrap .alternate-photos {
  text-align: center;
}
.product-details .product-images .product-images-wrap .thumbnail {
  display: inline-block;
  max-width: 100px;
  padding: 10px;
}
.product-details .product-images .product-images-wrap .thumbnail .image {
  display: block;
}
.product-details .product-information {
  display: inline-block;
  width: 50%;
  /* padding-left: 40px; */
}
.urunler-index header .product-header .product-header-wrap .product-title {
  display: none;
}
.urunler-index .product-information-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
}
.urunler-index .product-information-inner .text {
  font-weight: 700;
  opacity: 0.9;
}
.urunler-index .product-header-wrap {
  order: 1;
}
.urunler-index .product-title {
  margin: 0;
  color: #474542;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.urunler-index .product-title h1 {
  /* padding: 0; */
  margin: 0;
  font-size: 29px;
  line-height: 29px;
  font-weight: 600;
  color: #046a38;
}
.urunler-index .product-title a {
  margin: 7px 0 0;
  display: inline-block;
}
.urunler-index .product-stock-and-code {
  display: none;
}
.urunler-index .product-text-value {
  display: block;
  order: 6;
}
.urunler-index .price1 {
  display: inline-block;
  order: 5;
  padding: 20px 0 5px;
  margin: 10px 0 0;
  border-top: solid 1px #ddd;
}
.urunler-index .price1 span {
  text-decoration: line-through;
  font-size: 20px;
  color: #444;
  opacity: 0.9;
}
.urunler-index .price1 span.text {
  display: none;
}
.urunler-index .price2 {
  order: 4;
  padding: 0;
  max-width: 200px;
  border-radius: 2px;
  color: var(--primarycolor);
  display: none;
}
.urunler-index .price3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  display: inline-block;
  order: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  align-items: baseline;
}
.urunler-index .price3 span.text {
  font-size: 18px;
  color: #444;
  opacity: 0.8;
}
.urunler-index .price3 span.value {
  font-size: 48px;
  margin: 0 10px 0 0;
  color: #000;
  font-weight: 700;
  order: -1;
}
.urunler-index .product-addtobasket-inner {
  order: 12;
}
.urunler-index .product-addtobasket-inner .product-addtobasket-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.urunler-index .product-addtobasket-quantity {
  background: #ddd;
  border-radius: 2px;
  font-weight: 700;
  color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 30%;
}
.urunler-index .product-addtobasket-quantity input {
  display: inline-block;
  text-align: center;
  background: #eee;
  padding-left: 11px;
  height: 45px;
  width: 100%;
}
.urunler-index .product-addtobasket-button {
  display: inline-block;
  margin: 0 0 0 10px;
}
.urunler-index .product-addtobasket-button a {
  padding: 18px;
  font-size: 18px;
}
.urunler-index .lists {
  order: 13;
  padding: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.urunler-index .lists li a {
  padding: 3px 0;
  display: inline-block;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  align-items: center;
}
.urunler-index .lists li.add-shoppinglist a:before {
  content: "\f217";
  font: normal normal normal 18px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.6;
}
.urunler-index .lists li.add-pricelist a:before {
  content: "\f080";
  font: normal normal normal 16px/1 FontAwesome;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.6;
}
.urunler-index .transfer-price {
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
  color: #696969;
  order: 8;
}
.urunler-index .transfer-price span {
  color: var(--primarycolor);
}
.urunler-index .your-earnings {
  padding: 0;
  margin: 0;
  color: var(--primarycolor);
  order: 4;
  padding: 5px 0 10px;
}
.urunler-index .your-earnings span {
  font-weight: 900;
}
.urunler-index .description {
  padding: 10px 0;
  margin: 5px 0;
  order: 2;
  color: #474542;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.urunler-index .tags {
  padding: 20px 0 0 0;
  margin: 0;
  color: #a3cc88;
  order: 14;
}
.urunler-index .tags .tag {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: 400;
}
.urunler-index .tags .tag:hover {
  background: #78bf20;
  color: #fff;
}
.urunler-index .social-media {
  margin: 15px 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  height: 40px;
  align-items: center;
}
.urunler-index .social-media li {
  margin-right: 3px;
  display: flex;
  width: 33.33%;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
.urunler-index .social-media li a {
  padding: 1px 1px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  width: 30%;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.urunler-index .social-media li a:hover {
  transition: all 0.5s;
  height: 100%;
}
.urunler-index .facebook {
  background: #4968ab;
}
.urunler-index .twitter {
  background: #45c8f4;
}
.urunler-index .pinterest {
  background: #cc2129;
}
.urunler-index .matrisler {
  order: 11;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.urunler-index .matrisler span.text {
  width: 30%;
  display: inline-block;
  padding: 10px 0;
}
.urunler-index .matrisler span.value {
  display: inline-block;
}
.urunler-index .varyantlar {
  padding: 10px 0;
  margin: 0 0 10px;
  order: 10;
}
.urunler-index .varyantlar span.text {
  width: 18%;
  display: inline-block;
  padding: 10px 0;
}
.urunler-index .varyantlar span.value {
  display: inline-block;
  width: 72%;
}
.product-details .stock-message {
  order: 9;
  padding-bottom: 15px;
}
.product-details .term-discounts {
  border-bottom: solid 1px #ddd;
  order: 0;
  margin: 10px 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.product-details .term-discounts .box-count-wrap {
  font-weight: 700;
  font-size: 20px;
  padding: 3px 0;
}
.product-details .term-discounts .term-discounts-expiration {
  font-weight: 500;
  font-size: 13px;
}
.product-details .term-discounts .term-discounts-expiration .fiyat {
  font-weight: 900;
  font-size: 14px;
}
#countdown {
  font-weight: 700;
  font-size: 20px;
  padding: 3px 0;
}
#countdown span {
  border-radius: 4px;
}
.term-discounts-countdown .countdown_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
  text-align: center;
  padding: 10px 0;
}
.term-discounts-countdown .countdown_section {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 20px 10px 6px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.term-discounts-countdown .countdown_section_inner {
  text-align: center;
  color: #444;
}
.term-discounts-countdown .countdown_amount {
  width: 100%;
  display: block;
  font-size: 30px;
  margin-top: -14px;
}
.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs .tab-navigation .tab-navigation-inner li {
  display: inline-block;
  margin-right: -1px;
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.tabs .tab-navigation .tab-navigation-inner li a {
  background: var(--bglightcolor);
  border-bottom: 0;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 15px 20px;
  color: #fff;
}
.tabs .tab-navigation .tab-navigation-inner .active a {
  background: #fff;
  color: #78be21;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.5px;
}
.tabs .tab-contents .tab-content-inner {
  display: none;
  text-align: left;
  padding: 20px;
}
.tabs .tab-contents .tab-content-inner .table {
  margin-top: 20px;
}
.tabs .tab-contents .tab-content-inner .table > tbody > tr > td {
  padding: 5px 15px;
}
.tabs .tab-contents .tab-content-inner.tab-2 {
  padding: 10px 10px 0 10px;
}
.tabs .tab-contents {
  /* background: #fff; */
  padding: 0px 0 40px;
  color: #474542;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.tabs .tab-contents .tab-content-inner.active {
  display: block;
}
.tabs .tab-navigation {
  width: 100%;
}
.tabs .tab-navigation .tab-navigation-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs .tab-navigation .tab-navigation-inner > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-responsive tbody tr:nth-child(odd) {
  background: #fff;
}
.table-responsive tbody tr:nth-child(even) {
  background: #fff;
}
.payment-options-product-wrap {
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment-option-product {
  width: 33.333%;
  display: inline-block;
  text-align: center;
}
.payment-option-product table {
  width: 100%;
}
.payment-option-product table tbody tr:nth-child(odd) {
  background: #ddd;
}
.payment-option-product > table > tbody > tr > td,
.payment-option-product > table > tfoot > tr > td,
.payment-option-product > table > thead > tr > td {
  padding: 0;
  vertical-align: middle;
}
.payment-option-product td {
  padding: 10px !important;
}
.payment-option-product tbody td {
  border-top: solid 1px #eee;
}
.payment-option-product:last-child table {
  background: #e2f2f5;
}
.payment-option-product:last-child > table > thead > tr:first-child > td {
  background: #d9d7d7 url(/assets/images/estorepark/credit-cards/denizbank.png)
    no-repeat center center;
}
.uye-siparisler .order-number {
  width: 20%;
}
.uye-siparisler .date {
  width: 20%;
}
.uye-siparisler .payment-type {
  width: 20%;
}
.uye-siparisler .status {
  width: 15%;
}
.uye-siparisler .order-detail {
  display: none;
  padding: 20px;
}
.uye-siparisler article {
  padding: 20px 30px;
  background: #fff;
  margin: 20px 0 30px;
}
.uye-siparisler article p {
  line-height: 25px;
}
.uye-siparisler article p > * {
  display: inline-block;
}
.uye-siparisler article p a {
  font-weight: 700;
  opacity: 0.9;
  text-decoration: underline;
}
.order-detail table tr td {
  width: 19%;
  text-align: center;
}
.table-responsive.address-info {
  margin: 20px 0;
}
.table-responsive.address-info tbody {
  padding: 10px 0;
}
.table-responsive.address-info tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-responsive.address-info table tr td {
  width: 50%;
  text-align: left;
}
.print-order a.button:before {
  content: "\f02f";
  font: normal normal normal 12px/1 FontAwesome;
  margin-right: 10px;
}
.liste-alisverislistesi #basket {
  max-width: none;
}
.liste-alisverislistesi .table .price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
footer.footer {
  background: #78be21;
  margin-top: 40px;
}
.footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-nav {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li a {
  display: block;
  padding: 10px;
}
.footer-wrap {
  padding: 20px 10px 0;
}
.footer-wrap section.footer-payment-icons {
  text-align: center;
}
.footer-wrap section.copyright {
  text-align: center;
  padding: 20px;
}
.footer-wrap section.copyright a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
}
.helper .helper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #ddd;
}
.helper .helper-inner .helper-item {
  width: 23.6666%;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
}
.helper .helper-inner .helper-item h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
  color: #046a38;
  font-weight: 700;
}
.helper .helper-inner .helper-item ul {
  padding: 10px 0;
}
.helper .helper-inner .helper-item ul li a {
  color: #046a38;
  font-weight: 500;
  padding: 3px 0;
  text-align: left;
}
.helper .helper-inner .helper-item ul li a:hover {
  color: #fff;
}
.site-usage {
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
}
.site-usage-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap row;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-usage-inner .items {
  width: 30%;
  text-align: center;
}
.site-usage-inner .items h4 {
  font-size: 17px;
  color: var(--primarycolor);
  font-weight: 300;
}
.site-usage-inner .items p {
  font-size: 12px;
  width: 78%;
  margin: 0 auto;
}
#disqus_thread {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  margin: 0 -20px;
}

.beyaz {
  background: #fff;
}

.indirimkuponu-btn {
  width: 25%;
  background-color: #f2f3f8;
  float: right;
}
.indirimkuponu-inp {
  width: 70%;
  margin-right: 10px;
}
.kart-id {
  padding-left: 0;
}
.kart-id input {
  width: 100% !important;
}
.kart-yil {
  width: 100% !important;
}
.kart-guv {
  padding-right: 0;
}
.kart-guv input {
  width: 100% !important;
}
.urunler-index .matrisler {
  order: 11;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.urunler-index .matrisler span.value select {
  height: 38px;
}
.urunler-index .matrisler span.text {
  width: 50%;
  display: inline-block;
  padding: 10px 0;
}
.back-fff {
  background-color: #fff;
}
.xlnone {
  display: none !important;
}

.kod-wrapper input {
  margin: 0;
}
.box-product .box-product-inner:hover {
  box-shadow: 0 20px 20px #00000012;
  z-index: 999;
}
.box-product .box-product-inner .addtobasket-wrap .addtobasket a.button {
  display: block;
}
.box-product .box-product-inner .addtobasket-wrap {
  opacity: 0;
  position: inherit;
  background: #fff;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  position: absolute !important;
  bottom: 0;
  margin-bottom: -59px;
  padding-bottom: 20px;
  padding-top: 0;
  transition: 0.5s;
}
.newfiyat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newdiscount {
  display: flex;
  align-content: center;
  justify-content: center;
}
.newdiscount .discount-new {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primarycolor);
  width: 45px;
  color: #fff;
  margin-right: 9px;
  border-radius: 4px;
}
.sepet-indirim-wrapper .sepet-price {
  font-weight: 700;
  font-size: 19px !important;
  padding-top: 3px;
  margin-right: 8px;
}
.box-product .box-product-inner .price .kdv {
  color: var(--primarycolor);
  clear: both;
  display: block;
  font-size: 20px;
  order: 3;
}
.fiyatbilgi {
  display: flex;
  justify-content: center;
}
.sepet-indirim-wrapper {
  margin-top: 10px;
  order: 3;
  background: var(--bgvlightcolor);
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  border-radius: 100px;
}
.sepet-indirim-wrapper .sepet-text {
  font-weight: 500;
  color: var(--primarycolor);
  text-align: center;
}
.sepet-indirim-wrapper .sepet-price {
  font-weight: 700;
  font-size: 16px;
  padding-top: 3px;
  color: var(--primarycolor);
}
.sepet-price2 {
  font-weight: 700;
  font-size: 23px !important;
  padding-top: 3px;
  margin-right: 8px;
  text-align: center;
  color: var(--primarycolor);
}
.animsition-link {
  transition: all 0.5s;
}
.animsition-link:hover {
  transition: all 0.5s;
  color: var(--hubmenuhovercolor) !important;
}

.add-btn-new {
  background: var(--primarycolor) !important;
}
.add-btn-new i {
  background: var(--triocolor) !important;
}

.order-notes {
  width: 100%;
  height: 100px;
  margin: 5px 0px 15px 0px;
}
.order-summary {
  text-align: center;
  background: #f2f3f8;
  width: 100%;
  height: 45px;
  padding: 7px 0px 0px 0px;
  margin-top: 0;
  color: var(--primarycolor);
}

.last-amount {
  font-weight: 500;
  font-size: 20px;
  color: var(--primarycolor);
}
.basket-last {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: var(--primarycolor) !important;
}
.contract-terms {
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--primarycolor);
}
.e-indirimOran {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
}
.s-indirimOran {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.secondary-price {
  font-weight: 700;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
  color: #000;
}
.add-basket-wrapper {
  display: flex;
  order: 12;
}
.quantity-wrapper {
  display: flex;
  width: 100px;
  border-radius: 5px;
  background: var(--bglightcolor);
  padding: 3px;
}
.quantity-wrapper button {
  font-size: 16px;
  color: #fff;
  width: 50px;
  font-weight: bold;
  background: var(--mm-color-background-emphasis);
}
.quantity-wrapper .q-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-radius: 5px;
  /* white-space: nowrap;
  overflow: hidden;
  padding: 0 5px; */
}
.quantity-wrapper .q-wrapper input {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.quantity-wrapper .q-wrapper span {
  font-size: 11px;
  /* overflow: hidden;
  text-overflow: "...";
  width: 100%; */
}
.product-price-wrapper {
  display: flex;
  order: 7;
  padding: 15px 0;
  flex-direction: column;
}
.add-btn-new {
  display: flex;
  background: #7fb841;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
}
.add-btn-new i {
  font-size: 30px;
  display: flex;
  height: 100%;
  background: #527e22;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.add-btn-new span {
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.e-indirim {
  display: flex;
}
.price-item {
  font-size: 24px;
}
.e-indirimOran {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--indirimcolor);
  padding: 0 10px;
  width: 80px;
}
.e-fiyatlar {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  color: #000;
  font-weight: bold;
}
.e-fiyatlar .eskifiyat {
  color: #5a5a5a;
  font-weight: 700;
  font-size: 24px;
  text-decoration: line-through;
}
.s-indirim {
  display: flex;
  align-items: center;
}
.s-indirimOran {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--triocolor);
  padding: 5px 10px;
  color: #fff;
  width: 80px;
  height: 100%;
  font-weight: 500;
  font-size: 15px;
}
.s-price {
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.varyant-matris-wrapper {
  background: #fff;
}
.mv-radio-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.vm-select {
  max-width: 200px;
  padding: 0;
  text-indent: 5px;
}
.mv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  max-width: 100px;
  min-width: 40px;
  transition: all 500ms;
  position: relative;
}
.mv-item:hover {
  border: 2px solid #777;
}
.mv-item.mv-active {
  background: var(--bglightcolor);
  border: 2px solid var(--triocolor);
}
.v-item {
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100px;
}
/*
.m-item{
     Boş 
}
*/
.mv-disabled {
  opacity: 0.5;
  border: 2px solid #ccc;
  cursor: not-allowed;
}
.mv-item.mv-disabled:hover {
  opacity: 0.5;
  border: 2px solid #ccc;
  cursor: not-allowed;
}
.la-search:before {
  color: var(--primarycolor);
}
.islem {
  width: 10%;
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
}
.islem a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 20px;
}
.uye-siparisler .status {
  width: 10%;
}
.print-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.print-btn button {
  padding: 10px 15px;
  background: var(--primarycolor);
  font-weight: bold;
  color: #fff;
}
.print-btn button i {
  margin-right: 5px;
}
.text-18 {
  font-size: 18px !important;
}
.text-16 {
  font-size: 16px !important;
}
.color-primary {
  color: var(--primarycolor);
}

.widget .widget-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.widget .widget-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 16px 0 30px;
  background: var(--primarycolor);
}
.mt-2 {
  margin-top: 20px !important;
}

/* Sepet Index Start */

.spinner {
  width: 87px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 0;
}

/* Sepet Index End */

/* Sepet SepetOdeme Start */
.radio-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  max-width: 100px;
  min-width: 40px;
  transition: all 500ms;
  position: relative;
}
.radio-wrap:hover {
  border: 2px solid #777;
}
.radio-wrap.mv-active {
  background: #80b94126;
  border: 2px solid #80b941;
}
.radio-img {
  display: flex;
  align-items: center;
  flex: 1;
}
/*
  .radio-text{
  // Bos
  }
  */
/* Sepet SepetOdeme End */

/* Shared Kategori Banner Start */

.box-category-banner {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.box-category-banner-inner .image {
  margin-bottom: 0px;
  display: block;
}
.box-category-banner-inner {
  position: relative;
}
.box-category-banner-inner .title {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 8px 15px 8px 15px;
  background: #7fb841;
  color: #fff;
  box-shadow: -3px -3px 10px #00000038;
  font-size: 16px;
}
.box-category-banner-inner .image img {
  width: 100%;
}

/* Shared Kategori Banner End */

/* Uye Sıfre Guncelle Start */

#sifreDiv {
  float: right;
  width: 45%;
  padding-left: 10px;
  margin-top: 70px;
  border: 1px solid;
  border-style: inset;
  padding-bottom: 20px;
}
ul.sifreList {
  padding-left: 10px !important;
}

/* Uye Sıfre Guncelle End */

/* Uye YeniUye Start */

.swal-button {
  padding: 0 30px;
}

/* Uye YeniUye Start */

aside.left {
  order: 1;
}

article.center {
  order: 2;
}

.swiper-rafgaleri .box-product {
  margin-bottom: 65px;
}

@media screen and (max-width: 600px) {
  a.title {
    font-size: 16px !important;
  }
}

/* .addtobasket {
  margin-top: -98px;
} */

/* kapanmasını istenilen alanlar */
/*
 .addtobasket {
  display: none;
}

.box-product .box-product-inner .price{
  display: none;
}

.product-price-wrapper{
  display: none;
}

.urunler-index .your-earnings{
  display: none;
}

.add-basket-wrapper{
  display: none;
}

.product-stock-and-codes{
  display: none;
}

.add-pricelist{
  display: none;
}

.urunler-index .social-media{
  display: none;
}

.header-cart{
  display: none;
}

.discount-percent{
  display: none;
}

.urunler-index .lists{
  display: none;
}

.urunler-index .product-title > span{
  display: none;
}

.urunler-index .product-title > a{
  display: none;
}
*/
