.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* CSS Reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
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;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -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;
}
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #4a4a4a;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Arial", sans-serif;
  color: #4a4a4a;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #49987c;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 1180px;
  }
}
@media only screen and (max-width: 1365px) {
  .container {
    padding: 0 20px;
  }
}
.cle {
  clear: both;
}
.d-block {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .mob-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .mob-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .mob-flex-end {
    justify-content: flex-end;
  }
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.sliderx .slick-prev,
.sliderx .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.sliderx .slick-prev::before,
.sliderx .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
.sliderx .slick-prev {
  right: 30px;
  top: -35px;
}
.sliderx .slick-next {
  right: 0px;
  top: -35px;
}
.sliderx .slick-prev::before {
  content: '\f053';
}
.sliderx .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: block;
}
.tab-content.current {
  display: block;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.head-top-hide {
  background: url("../images/beyaz_x.svg") no-repeat center center;
  width: 29px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  top: 8px;
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 10px;
}
.head-top-hide:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
header .head-top {
  background: #49987c;
  position: relative;
  /*
    @media only screen and (max-width:1023px) { 
    padding:10px;
    } 
    */
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.4px;
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  header .head-top {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-top {
    display: none;
  }
}
header .head-two {
  /*
    @media only screen and (max-width:479px) { 
    padding:20px 0;
    text-align:center;
    }
    @media only screen and (min-width:480px) and (max-width:1023px) { 
    padding:20px 0;
    text-align:left;
    }
    */
}
@media only screen and (min-width: 1024px) {
  header .head-two {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-two {
    display: none;
  }
}
@media only screen and (min-width: 479px) {
  header .head-two .d-flex .ht-col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-two .d-flex .ht-col:nth-child(1) .htc-col {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-two .d-flex .ht-col:nth-child(1) .htc-col {
    margin-bottom: 10px;
  }
}
header .head-two .d-flex .ht-col:nth-child(1) .htc-col span {
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  header .head-two .d-flex .ht-col:nth-child(2) {
    text-align: right;
  }
}
@media only screen and (max-width: 479px) {
  header .head-two .d-flex .ht-col:nth-child(2) {
    text-align: center;
  }
}
header .head-two .d-flex .ht-col:nth-child(2) a {
  font-weight: 400;
  
}
@media only screen and (min-width: 1024px) {
  header .head-two .d-flex .ht-col:nth-child(2) a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-two .d-flex .ht-col:nth-child(2) a {
    display: inline-block;
    margin: 10px 5px;
  }
}
header .head-mid {
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex {
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .logo {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .logo {
    padding-top: 20px;
  }
}
header .head-mid .d-flex .logo img {
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .logo img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .logo img {
    margin: 0 auto;
    max-width: 70%;
  }
}
header .head-mid .d-flex .search {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  header .head-mid .d-flex .search {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  header .head-mid .d-flex .search {
    float: left;
    margin: 20px 0;
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search .search-row {
    display: inline-block;
    width: 410px;
  }
}
header .head-mid .d-flex .search .search-row::after {
  content: "";
  clear: both;
  display: block;
}
header .head-mid .d-flex .search .search-row .spe-input1:focus + .spe-submit1 {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: url("../images/search_yesil.svg") no-repeat center center;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .head-mid .d-flex .search .search-row .spe-input1 {
  border-right: 0;
  float: left;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  line-height: 46px;
  vertical-align: middle;
  height: 46px;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-left: 2px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search .search-row .spe-input1 {
    width: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .search .search-row .spe-input1 {
    width: 80%;
  }
}
header .head-mid .d-flex .search .search-row .spe-input1:focus {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
header .head-mid .d-flex .search .search-row .spe-submit1 {
  border-left: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  float: right;
  padding: 0 10px;
  line-height: 46px;
  height: 46px;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search .search-row .spe-submit1 {
    width: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .search .search-row .spe-submit1 {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search .search-row .spe-submit1:hover {
    background: url("../images/search_yesil.svg") no-repeat right 10px center;
  }
}
@media only screen and (min-width: 1365px) {
  header .head-mid .d-flex .search .search-row .spe-submit1:hover {
    background: url("../images/search_yesil.svg") no-repeat right 10px center;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .search .search-row .spe-submit1 {
    background: url("../images/search_grey.svg") no-repeat right 10px center;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .search .search-row .spe-submit1 {
    background: url("../images/search_grey.svg") no-repeat right 10px center;
  }
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .hm-buttons {
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  header .head-mid .d-flex .hm-buttons {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  header .head-mid .d-flex .hm-buttons {
    float: right;
    text-align: right;
    padding-top: 10px;
    margin: 20px 0;
    width: 48%;
  }
}
header .head-mid .d-flex .hm-buttons::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  header .head-mid .d-flex .hm-buttons .hmb-col {
    float: right;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  header .head-mid .d-flex .hm-buttons .hmb-col {
    display: inline-block;
    margin: 0 10px;
  }
}
header .head-mid .d-flex .hm-buttons .hmb-col:nth-child(1) .cart {
  background: url("../images/cart.svg") no-repeat left center;
  padding-left: 35px;
  height: 21px;
  font-weight: 400;
  padding-top: 2px;
}
header .head-mid .d-flex .hm-buttons .hmb-col:nth-child(1) .cart a {
 
  position: relative;
  font-weight: 400;
}
header .head-mid .d-flex .hm-buttons .hmb-col:nth-child(1) .cart a span {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  left: -17px;
  top: -14px;
  position: absolute;
  z-index: 10;
  background: #49987c;
  color: #ffffff;
}
header .head-mid .d-flex .hm-buttons .hmb-col:nth-child(2) .login-register {
  background: url("../images/user.svg") no-repeat left center;
  padding-left: 25px;
  height: 21px;
  padding-top: 2px;
  font-weight: 400;
}
header .head-mid .d-flex .hm-buttons .hmb-col:nth-child(2) .login-register a {
 
  position: relative;
  font-weight: 400;
}
header .animation15 {
  animation-name: anime15;
  animation-duration: .9s;
  animation-fill-mode: forwards;
}
@keyframes anime15 {
  0% {
    top: 83px;
    /*  opacity:0; */
  }
  100% {
    top: 63px;
    /* opacity:1; */
  }
}
@media only screen and (min-width: 1024px) {
  header nav {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media only screen and (max-width: 1023px) {
  header nav {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 63px;
    overflow: hidden;
    z-index: 10;
  }
  header nav.nav-open {
    animation-name: anime15;
    animation-duration: .9s;
    animation-fill-mode: forwards;
  }
  header nav.nav-open .container {
    overflow-y: auto !important;
  }
  header nav .container {
    position: relative;
    z-index: 12;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
  }
}
header nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  header nav ul {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  header nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  header nav ul li {
    display: block;
  }
}
header nav ul li a {
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  header nav ul li a {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  header nav ul li a {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media only screen and (min-width: 1024px) {
  header nav ul li a:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  header nav ul li a::after {
    content: "";
    display: block;
    height: 2px;
    background: #49987c;
    width: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  header nav ul li:hover .spe-dropdown {
    display: block;
  }
}
header nav ul li:hover > a {
  color: #49987c;
}
header nav ul li:hover > a::after {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  header nav ul li .spe-dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    animation-name: anime2;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    z-index: 10;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1023px) {
  header nav ul li .spe-dropdown {
    display: none;
  }
}
header nav ul li .spe-dropdown .dd-bg {
  /*
            @media only screen and (max-width:1023px) { 
            background:#f1f1f1;
            padding:10px 20px;
            }
            */
}
@media only screen and (min-width: 1024px) {
  header nav ul li .spe-dropdown .dd-bg {
    background: #ffffff;
    margin-top: 1px;
    height: 380px;
    padding: 20px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (min-width: 1024px) {
  header nav ul li .spe-dropdown .dd-bg .dd-left {
    float: left;
    width: 20%;
  }
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-title {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1b1b1b;
}
@media only screen and (max-width: 1023px) {
  header nav ul li .spe-dropdown .dd-bg .dd-left .dd-title {
    display: none;
  }
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #f2f2f2;
  margin-top: 10px;
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-links {
  text-align: left;
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-links a {
  display: block;
  line-height: 29px;
  font-weight: 400;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  header nav ul li .spe-dropdown .dd-bg .dd-left .dd-links a::before {
    content: "-";
    margin-right: 10px;
    color: #ddd;
  }
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-links a::after {
  display: none;
}
header nav ul li .spe-dropdown .dd-bg .dd-left .dd-links a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  header nav ul li .spe-dropdown .dd-bg .dd-right {
    float: right;
    width: 75%;
  }
}
@media only screen and (max-width: 1023px) {
  header nav ul li .spe-dropdown .dd-bg .dd-right {
    display: none;
  }
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col {
  width: 48%;
  margin-right: 4%;
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col a {
  display: block;
  background-size: cover;
  width: 100%;
  padding: 0;
  margin: 0;
  background-position: center center;
  background-repeat: none;
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col a:hover .dd-tab {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col a .dd-tab {
  height: 340px;
  margin: 0 auto;
  display: table;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col a .dd-tab .dd-cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #ffffff;
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col a::after {
  display: none;
}
header nav ul li .spe-dropdown .dd-bg .dd-right .ddr-col:nth-child(2) {
  margin-right: 0;
}
.animation2 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-input1::placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slider1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .slider1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sli1-col img {
  display: block;
  max-width: 100%;
}
.sli1-col a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .sli1-col a {
    background-position: center center;
  }
}
.sli1-col a .sli1-table {
  display: table;
}
@media only screen and (min-width: 1024px) {
  .sli1-col a .sli1-table {
    width: 50%;
    padding-left: 10%;
    height: 342px;
  }
}
@media only screen and (max-width: 1023px) {
  .sli1-col a .sli1-table {
    width: 100%;
    padding: 0 10%;
    text-align: Center;
    height: 142px;
  }
}
.sli1-col a .sli1-table .sli1-cell {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .sli1-col a .sli1-table .sli1-cell {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .sli1-col a .sli1-table .sli1-cell {
    font-size: 20px;
    line-height: 20px;
  }
}
.slider1 .slick-prev,
.slider1 .slick-next {
  font-size: 0;
  display: block;
  cursor: pointer;
  top: 43%;
  width: 21px;
  height: 42px;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  opacity: 1;
  position: absolute;
}
.slider1 .slick-prev::before,
.slider1 .slick-next::before {
  display: block;
  opacity: 1;
  content: "";
  text-align: center;
  width: 21px;
  height: 42px;
  background-repeat: no-repeat;
  font-size: 0px;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  cursor: pointer;
}
.slider1 .slick-prev {
  left: 0;
  background: url("../images/yarimucgen.svg") no-repeat right center;
}
.slider1 .slick-next {
  right: 0;
  background: url("../images/yarimucgen-right.svg") no-repeat left center;
}
.slider1 .slick-next:hover::before {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: url("../images/arrow_koyu.svg");
  animation-name: anime13;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.slider1 .slick-prev:hover::before {
  animation-name: anime12;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: url("../images/arrow_koyu-left.svg");
}
.animation12 {
  animation-name: anime12;
  animation-duration: .9s;
  animation-fill-mode: forwards;
}
@keyframes anime12 {
  0% {
    margin-left: -10px;
  }
  50% {
    margin-left: -15px;
  }
  100% {
    margin-left: -10px;
  }
}
@keyframes anime13 {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 10px;
  }
}
.slider1 .slick-prev::before {
  background-image: url("../images/arrow-left.svg");
  background-position: left center;
  margin-left: -10px;
}
.slider1 .slick-next::before {
  background-image: url("../images/arrow.svg");
  background-position: right center;
  margin-left: 10px;
}
.slider1 {
  text-align: Center;
}
.slider1 .slick-dots {
  margin: -9px 0 0 0;
  position: relative;
  z-index: 2;
  padding: 0;
  list-style: none;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
}
.slider1 .slick-dots::after {
  content: "";
  display: block;
  clear: both;
}
.slider1 .slick-dots li {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  text-align: center;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  width: 7px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 7px;
  background: #d8d8d8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid #d8d8d8;
}
.slider1 .slick-dots .slick-active div {
  background: #ffffff !important;
  transition: all 0.2s ease-in-out;
}
.spe-icon1,
.spe-icon2,
.spe-icon3,
.spe-icon4,
.spe-icon5,
.spe-icon6,
.spe-icon7,
.spe-icon8,
.spe-icon9,
.spe-icon10,
.spe-icon11,
.spe-icon12 {
  display: block;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 60px;
  margin: 0 auto;
}
.spe-icon1 {
  background-image: url("../images/spe-icon1.svg");
}
.spe-icon2 {
  background-image: url("../images/spe-icon2.svg");
}
.spe-icon3 {
  background-image: url("../images/spe-icon3.svg");
}
.spe-icon4 {
  background-image: url("../images/spe-icon4.svg");
}
.spe-icon5 {
  background-image: url("../images/spe-icon5.svg");
}
.spe-icon6 {
  background-image: url("../images/spe-icon6.svg");
}
.spe-icon7 {
  background-image: url("../images/spe-icon7.svg");
}
.spe-icon8 {
  background-image: url("../images/spe-icon8.svg");
}
.spe-icon9 {
  background-image: url("../images/spe-icon9.svg");
}
.spe-icon10 {
  background-image: url("../images/spe-icon10.svg");
}
.spe-icon11 {
  background-image: url("../images/spe-icon11.svg");
}
.spe-icon12 {
  background-image: url("../images/spe-icon12.svg");
}
.spe-menu-bar {
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .spe-menu-bar {
    margin-top: 30px;
    padding-bottom: 30px;
	margin-bottom:30px;
  }
}
@media only screen and (max-width: 1023px) {
  .spe-menu-bar {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.spe-menu-bar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spe-menu-bar ul::after {
  content: "";
  clear: both;
  display: block;
}
.spe-menu-bar ul li {
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  .spe-menu-bar ul li {
    float: left;
    width: 8.33333%;
  }
}
@media only screen and (max-width: 479px) {
  .spe-menu-bar ul li {
    float: left;
    width: 33.3333%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .spe-menu-bar ul li {
    float: left;
    width: 20%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spe-menu-bar ul li {
    float: left;
    width: 16.66666%;
    margin-top: 20px;
  }
}
.spe-menu-bar ul li a {
  display: block;
}
.spe-menu-bar ul li a span {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .three-banners {
    margin: 20px 0 50px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .three-banners {
    margin: 20px 0 20px 0;
  }
}
.three-banners::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .three-banners {
    display: block !important;
  }
}

.hp-text1 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #1b1b1b;
	width:100%;
    margin-bottom:20px;
}

.hp-text1::after {
    content: "";
    background: #49987c;
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 1px;
}

.three-banners .tban-col .tban-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 240px;
  box-shadow: 0 45px 60px 0 rgba(198, 206, 215, 0.5);
  display: table;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  padding-right: 39%;
  width: 100%;
}
.three-banners .tban-col .tban-bg:hover {
  background-position: 10px 0px;
}
.three-banners .tban-col .tban-bg:hover .tban-button span {
  background-color: #1b1b1b !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.three-banners .tban-col .tban-bg .tban-inner {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-left: 20px;
  padding-bottom: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 68% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0% 100%);
}
.three-banners .tban-col .tban-bg .tban-inner .tban-text1 {
  display: block !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.three-banners .tban-col .tban-bg .tban-inner .tban-text2 {
  color: #ffffff;
  display: block !important;
  padding-right: 20%;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .three-banners .tban-col .tban-bg .tban-inner .tban-text2 {
    font-size: 19px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 1023px) {
  .three-banners .tban-col .tban-bg .tban-inner .tban-text2 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 379px) {
  .three-banners .tban-col .tban-bg .tban-inner .tban-text2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.three-banners .tban-col .tban-button {
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4;
}

.three-banners-2 .tban2-col .tban-button {
  margin-top: 20px;
  position:relative; 
  bottom: 60px;
  left: 20px;
  z-index: 4;
}

.two-banners .tban2-col .tban-button {
  margin-top: 20px;
  position:relative; 
  bottom: 60px;
  left: 20px;
  z-index: 4;
}

.three-banners .tban-col .tban-button span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 16px;
  background-image: url("../images/right-white.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  width: 180px;
  display: block;
  padding: 3px 0 4px 20px;
}

.three-banners-2 .tban2-col .tban-button span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 15px;
  color: #333;
  font-size: 14px;
  background-color:#fff;
  max-width:200px;
  display: block;
  padding: 10px 25px 10px 35px;
  font-weight:500
}
.three-banners-2 .tban2-col .tban-button :hover {
 color: #fff;
 background:#49987c;
}

.two-banners .tban2-col .tban-button span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 15px;
  color: #666;
  font-size: 14px;
  background-color:#fff;
  background-color:#fff;
  max-width:200px;
  display: block;
  padding: 10px 25px 10px 35px;
  font-weight:500
}
.two-banners .tban2-col .tban-button :hover {
 color: #fff;
 background:#49987c;
 
}
@media only screen and (min-width: 1366px) {
  .three-banners .tban-col {
    width: 380px;
    margin-right: 20px;
  }
  .three-banners .tban-col:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .three-banners .tban-col {
    width: 32%;
    margin-right: 2%;
  }
  .three-banners .tban-col:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .three-banners .tban-col {
    margin-bottom: 20px;
    width: 100%;
    /*
    a {
      display:block;
      img {
        max-width:100%;
        display:block;
        margin:0 auto;
      }
    }
    */
  }
}
@media only screen and (min-width: 1024px) {
  .three-banners-2 {
    margin: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .three-banners-2 {
    margin: 20px 0 20px 0;
  }
}
.three-banners-2::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .three-banners-2 {
    display: block !important;
  }
}
.three-banners-2 .tban2-col a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1366px) {
  .three-banners-2 .tban2-col {
    width: 380px;
    margin-right: 20px;
  }
  .three-banners-2 .tban2-col:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .three-banners-2 .tban2-col {
    width: 32%;
    margin-right: 2%;
  }
  .three-banners-2 .tban2-col:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .three-banners-2 .tban2-col {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .two-banners {
    margin: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .two-banners {
    margin: 20px 0 20px 0;
  }
}
.two-banners::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .two-banners {
    display: block !important;
  }
}
.two-banners .tban2-col a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .two-banners .tban2-col {
    width: 49%;
    margin-right: 2%;
  }
  .two-banners .tban2-col:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .two-banners .tban2-col {
    margin-bottom: 20px;
    width: 100%;
  }
}
.home-products {
  margin: 40px 0;
}
.home-products .hp-text1 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.home-products .hp-text1::after {
  content: "";
  background: #49987c;
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 1px;
}
@media only screen and (min-width: 1024px) {
  .home-products .hp-row ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home-products .hp-row ul {
    display: -webkit-box;
    display: -moz-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.home-products .hp-row ul::after {
  content: "";
  display: block;
  clear: both;
}
.home-products .hp-row ul li {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .home-products .hp-row ul li {
    float: left;
    width: 280px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .home-products .hp-row ul li:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .home-products .hp-row ul li {
    width: 23.5%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
  }
  .home-products .hp-row ul li:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .home-products .hp-row ul li {
    width: 48%;
    margin-top: 20px;
  }
  .home-products .hp-row ul li:nth-child(even) {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-products .hp-row ul li {
    width: 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .home-products .hp-row ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .home-products .hp-row ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.home-products .hp-row ul li .product-con {
  position: relative;
}
.home-products .hp-row ul li .product-con a {
  display: block;
}
.home-products .hp-row ul li .product-con:hover .product-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-products .hp-row ul li .product-con .pro-hearth {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.home-products .hp-row ul li .product-con .pro-hearth a {
  width: 21px;
  height: 21px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/kalp.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.home-products .hp-row ul li .product-con .pro-hearth a:hover {
  background: #ffffff url("../images/kalp_yesil.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.home-products .hp-row ul li .product-con .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home-products .hp-row ul li .product-con .pro-calls {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
.home-products .hp-row ul li .product-con .pro-calls .pro-new {
  display: block;
  width: 68px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  background: #49987c;
  padding: 4px 0;
}
.home-products .hp-row ul li .product-con .pro-calls .pro-down {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #d74c5a;
  padding: 4px 0;
}
.home-products .hp-row ul li .product-con .pro-calls .pro-camp {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #667bbf;
  padding: 4px 0;
}
.home-products .hp-row ul li .product-con .p-table {
  display: table;
  width: 100%;
  margin: 0;
  background: #e9eae5;
}
@media only screen and (min-width: 1024px) {
  .home-products .hp-row ul li .product-con .p-table {
    height: 158px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-products .hp-row ul li .product-con .p-table {
    padding: 10px 0;
  }
}
.home-products .hp-row ul li .product-con .p-table .p-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.home-products .hp-row ul li .product-con .p-table .p-cell img {
  display: block;
  max-width: 100%;
  max-height: 158px;
  margin: 0 auto;
}
.home-products .hp-row ul li .product-con .pro-bottom {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .home-products .hp-row ul li .product-con .pro-bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-products .hp-row ul li .product-con .pro-bottom {
    margin-top: 10px;
  }
}
.home-products .hp-row ul li .product-con .pro-bottom .pro-b-name a {
  font-size: 18px;
}
.home-products .hp-row ul li .product-con .pro-bottom .pro-b-price {
  margin-top: 3px;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
}
.home-products .hp-row ul li .product-con .pro-bottom .pro-b-price span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}
.home-products .hp-row ul li .product-con .pro-bottom .pro-b-ek {
  margin-top: 10px;
  color: #49987c;
  text-transform: uppercase;
}
footer {
  background: #f9f9f9;
}
footer .foot-top {
  padding: 50px 0;
}
@media only screen and (max-width: 1023px) {
  footer .foot-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  footer .foot-top .ft-col {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .foot-top .ft-col {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col .ft-last-bar {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-top .ft-col .ft-last-bar {
    margin-bottom: 20px;
  }
}
footer .foot-top .ft-col .ft-last-bar:last-child {
  margin-bottom: 0;
}
footer .foot-top .ft-col .ft-last-bar .ft-texts p {
  line-height: 30px;
  margin: 0;
  padding: 0;
}
footer .foot-top .ft-col .ft-last-bar .ft-ham-num a {
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col .ft-last-bar .ft-ham-num a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-top .ft-col .ft-last-bar .ft-ham-num a {
    font-size: 14px;
  }
}
footer .foot-top .ft-col .ft-last-bar .ft-mail a {
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col .ft-last-bar .ft-mail a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-top .ft-col .ft-last-bar .ft-mail a {
    font-size: 14px;
  }
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe::after {
  content: "";
  clear: both;
  display: block;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-input2:focus + .spe-submit2 {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #49987c;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-submit2 {
  color: #49987c;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2 {
  color: #1b1b1b;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2::placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2::-ms-input-placeholder {
  color: #4a4a4a !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2:-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2::-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2:-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe:hover .spe-input2::-webkit-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-input2 {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 0 10px;
  line-height: 41px;
  vertical-align: middle;
  height: 46px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-input2 {
    border-right: 0;
    float: left;
    width: 70%;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-input2 {
    border-right: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    border-bottom: none;
    width: 100%;
    text-align: center;
    border-left: 2px solid #f2f2f2;
  }
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-input2:focus {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-submit2 {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  color: #49987c;
  background: #ffffff;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 0 10px;
  line-height: 41px;
  font-weight: 500;
  height: 46px;
}
@media only screen and (min-width: 1024px) {
  footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-submit2 {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-left: 0;
    background-color:#49987c;
    color:#fff
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-submit2 {
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
  }
}
footer .foot-top .ft-col .ft-last-bar .ft-subscribe .spe-submit2:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer .foot-top .ft-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1b1b1b;
}
footer .foot-top .ft-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background:#49987c;
  margin-top: 10px;
}
footer .foot-top .ft-links a {
  display: block;
  margin-bottom: 12px;
}
footer .foot-top .ft-links a:last-child {
  margin-bottom: 0;
}
footer .foot-bot {
  background: #ffffff;
}
@media only screen and (min-width: 1024px) {
  footer .foot-bot {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-bot {
    text-align: center;
    padding: 20px 0;
  }
}
footer .foot-bot p {
  line-height: ;
  padding: 0;
  margin: 0;
  line-height: 28px;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  footer .foot-bot .fb-img {
    margin-top: 20px;
	margin-bottom:20px;
  }
  footer .foot-bot .fb-img .fb-col {
    width: 4.5345454%;
    padding-right: 10px;
  }
  footer .foot-bot .fb-img .fb-col img {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  footer .foot-bot .fb-img {
    text-align: center;
    margin-top: 20px;
  }
  footer .foot-bot .fb-img .fb-col {
    display: inline-block;
    padding: 5px;
  }
  footer .foot-bot .fb-img .fb-col img {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .resp-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background: #4a4a4a;
    color: #ffffff;
    line-height: 30px;
  }
  .resp-close:hover {
    background: #49987c;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .resp-open {
    display: none;
  }
  .resp-close {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .resp-open {
    position: absolute;
    left: 10px;
    z-index: 12;
    background: #ffffff;
    top: 8px;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    text-align: center;
    cursor: pointer;
  }
  .resp-open.current {
    left: 270px;
    top: 0;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-row {
    padding: 0 0;
  }
  .sub-row .sub-col:nth-child(1) {
    width: 20%;
    /*padding-right: 4%;*/
  }
  .sub-row .sub-col:nth-child(2) {
    width: 78%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1023px) {
  .sub-row {
    padding: 20px 0;
  }
  .sub-row .sub-col:nth-child(2) {
    margin-top: 20px;
  }
  .sub-row .sub-col:nth-child(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.left-bar-items {
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .left-bar-items {
    width: 50%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .left-bar-items {
    width: 33.3333%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .left-bar-items {
    width: 20%;
    padding-right: 20px;
  }
}
.left-bar-links a {
  display: block;
  line-height: 30px;
  font-size: 12px;
}
.left-bar-links a:hover,
.left-bar-links a.current {
  color: #000;
  text-decoration: underline;
}
.lbl-text-top {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1b1b1b;
}
.lbl-text-top::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #f2f2f2;
  margin-top: 10px;
}
.left-bar-checkbox .spe-checkbox1 {
  margin-bottom: 15px;
}
.left-bar-checkbox .spe-checkbox1:last-child {
  margin-bottom: 0;
}
.spe-checkbox1 {
  display: block;
  cursor: pointer;
  font-size: 12px;
}
.spe-checkbox1:hover span {
  background-image: url("../images/check_black.svg");
  background-repeat: no-repeat;
  background-position: top 2px center;
}
.spe-checkbox1::after {
  content: "";
  display: block;
  clear: both;
}
.spe-checkbox1 input {
  display: none;
}
.spe-checkbox1 input:checked + span {
  background-image: url("../images/check_black.svg");
  background-repeat: no-repeat;
  background-position: top 2px center;
}
.spe-checkbox1 span {
  display: block;
  float: left;
  margin: 1px 8px 0 0;
  width: 14px;
  background-repeat: no-repeat;
  background-position: top 2px center;
  height: 14px;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #f6f6f6;
}
.left-bar-price-range {
  /* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
  /* Slider size and handle placement;
 */
  /* Styling;
 */
  /* Handles and cursors;
 */
  /*
.noUi-handle:active {
}
*/
  /* Disabled state;
 */
}
.left-bar-price-range .noUi-target,
.left-bar-price-range .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.left-bar-price-range .noUi-target {
  position: relative;
  direction: ltr;
}
.left-bar-price-range .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.left-bar-price-range .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.left-bar-price-range .noUi-handle {
  position: relative;
  z-index: 1;
}
.left-bar-price-range .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.left-bar-price-range .noUi-state-tap .noUi-origin {
  transition: left 0.3s,top .3s;
}
.left-bar-price-range .noUi-state-drag * {
  cursor: inherit !important;
}
.left-bar-price-range .noUi-base,
.left-bar-price-range .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.left-bar-price-range .noUi-horizontal {
  height: 6px;
}
.left-bar-price-range .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  left: -7px;
  top: -7px;
  background: url("../images/yesillink.svg") no-repeat center center;
}
.left-bar-price-range .noUi-background {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.24);
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.left-bar-price-range .noUi-connect {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.24);
  background-color: #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.left-bar-price-range .noUi-origin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.left-bar-price-range .noUi-target {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.left-bar-price-range .lbl-price-center {
  text-align: Center;
  margin: 10px 0;
}
.left-bar-price-range .noUi-draggable {
  cursor: w-resize;
}
.left-bar-price-range .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.left-bar-price-range .noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}
.left-bar-price-range [disabled].noUi-connect,
.left-bar-price-range [disabled] .noUi-connect {
  background: #B8B8B8;
}
.left-bar-price-range [disabled].noUi-origin,
.left-bar-price-range [disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider2 {
  margin-bottom: 40px;
}
.sli2-col {
  padding: 0 10px;
}
.sli2-col:hover .sli2-cell::after {
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sli2-col:hover .sli2-name {
  color: #49987c;
}
.sli2-col .sli2-table {
  display: table;
  width: 100%;
  background: #e9eae5;
}
@media only screen and (min-width: 1024px) {
  .sli2-col .sli2-table {
    height: 72px;
  }
}
@media only screen and (max-width: 1023px) {
  .sli2-col .sli2-table {
    height: 150px;
  }
}
.sli2-col .sli2-table .sli2-cell {
  display: table-cell;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.sli2-col .sli2-table .sli2-cell::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sli2-col .sli2-table .sli2-cell img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .sli2-col .sli2-table .sli2-cell img {
    max-height: 72px;
  }
}
@media only screen and (max-width: 1023px) {
  .sli2-col .sli2-table .sli2-cell img {
    max-height: 150px;
  }
}
.sli2-col .sli2-name {
  display: block;
  margin-top: 10px;
  text-align: Center;
  font-size: 12px;
}
.slider2 .slick-disabled {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  display: block;
  cursor: pointer;
  width: 21px;
  height: 42px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .slider2 .slick-prev,
  .slider2 .slick-next {
    top: 19%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider2 .slick-prev,
  .slider2 .slick-next {
    top: 32%;
  }
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  display: block;
  opacity: 1;
  content: "";
  text-align: center;
  width: 21px;
  height: 42px;
  background-repeat: no-repeat;
  font-size: 0px;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  cursor: pointer;
}
.slider2 .slick-prev {
  left: 0;
  background: url("../images/yarimucgen.svg") no-repeat right center;
}
.slider2 .slick-next {
  right: 0;
  background: url("../images/yarimucgen-right.svg") no-repeat left center;
}
.slider2 .slick-next:hover::before {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  animation-name: anime13;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-image: url("../images/arrow_koyu.svg");
}
.slider2 .slick-prev:hover::before {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  animation-name: anime12;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-image: url("../images/arrow_koyu-left.svg");
}
.slider2 .slick-prev::before {
  background-image: url("../images/arrow-left.svg");
  background-position: left center;
  margin-left: -10px;
}
.slider2 .slick-next::before {
  background-image: url("../images/arrow.svg");
  background-position: right center;
  margin-left: 10px;
}
.cat-opt-bar {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .cat-opt-bar {
    text-align: center;
  }
}
.cat-opt-bar::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cat-opt-bar .cpb-col {
    margin-left: 10px;
    float: right;
  }
}
@media only screen and (max-width: 1023px) {
  .cat-opt-bar .cpb-col {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .cat-opt-bar .cpb-col-marg {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .cat-opt-bar .cpb-col-marg {
    display: none;
  }
}
.cat-opt-bar .two-list-link {
  background: url("../images/sirala_1.svg") no-repeat center center;
  background-position: center center;
  cursor: pointer;
  width: 26px;
  height: 16px;
}
.cat-opt-bar .two-list-link:hover,
.cat-opt-bar .two-list-link.current {
  background: url("../images/sirala_1_2.svg") no-repeat center center;
}
.cat-opt-bar .three-list-link {
  background: url("../images/sirala_2.svg") no-repeat center center;
  background-position: center center;
  cursor: pointer;
  width: 27px;
  height: 16px;
}
.cat-opt-bar .three-list-link:hover,
.cat-opt-bar .three-list-link.current {
  background: url("../images/sirala_2_2.svg") no-repeat center center;
}
.spe-selectbox1 {
  position: relative;
}
.spe-selectbox1 select {
  display: none;
  /*hide original SELECT element:*/
}
.spe-selectbox1 .select-selected {
  background-color: #ffffff;
  display: block;
  padding: 7px 40px 7px 7px !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.spe-selectbox1 .select-selected:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the arrow inside the select element:*/
.spe-selectbox1 .select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 16px;
  background: url("../images/arrow_up.svg") no-repeat center center;
}
/*point the arrow upwards when the select box is open (active):*/
.spe-selectbox1 .select-selected.select-arrow-active:after {
  background: url("../images/arrow_up.svg") no-repeat center center;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the items (options), including the selected item:*/
.spe-selectbox1 .select-items div,
.spe-selectbox1 .select-selected {
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 12px 30px 12px 10px;
}
/*style items (options):*/
.spe-selectbox1 .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 98%;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  border: 1px solid #f2f2f2;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.spe-selectbox1 .select-hide {
  display: none;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.spe-selectbox1 .select-items div:hover,
.spe-selectbox1 .same-as-selected {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line {
  margin-bottom: 40px;
  /*margin-top:20px;*/
}
@media only screen and (min-width: 1024px) {
  .scp-three-line ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-three-line ul {
    display: -webkit-box;
    display: -moz-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    flex-wrap: wrap;
  }
}
.scp-three-line ul::after {
  content: "";
  display: block;
  clear: both;
}
.scp-three-line ul li {
  position: relative;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .scp-three-line ul li {
    float: left;
    width: 31.8%;
    margin-top: 40px;
    margin-right: 2.3%;
  }
  .scp-three-line ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .scp-three-line ul li:nth-child(1),
  .scp-three-line ul li:nth-child(2),
  .scp-three-line ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scp-three-line ul li {
    width: 48%;
    margin-top: 20px;
  }
  .scp-three-line ul li:nth-child(even) {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .scp-three-line ul li {
    width: 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .scp-three-line ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .scp-three-line ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.scp-three-line ul li .product-con {
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line ul li .product-con a {
  display: block;
}
.scp-three-line ul li .product-con:hover .product-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line ul li .product-con .pro-hearth {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 3;
}
.scp-three-line ul li .product-con .pro-hearth a {
  width: 21px;
  height: 21px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/kalp.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-three-line ul li .product-con .pro-hearth a:hover {
  background: #ffffff url("../images/kalp_yesil.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-three-line ul li .product-con .product-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  .scp-three-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-three-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
.scp-three-line ul li .product-con .pro-calls {
  position: absolute;
  left: 10px;
  z-index: 3;
  top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line ul li .product-con .pro-calls .pro-new {
  display: block;
  width: 75px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 11px;
  background: #49987c;
  padding: 4px 0;
}
.scp-three-line ul li .product-con .pro-calls .pro-down {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #f15b41;
  padding: 4px 0;
}
.scp-three-line ul li .product-con .pro-calls .pro-camp {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 10px;
  font-size: 11px;
  background: #667bbf;
  padding: 4px 0;
}
.scp-three-line ul li .product-con .p-table {
  display: table;
  width: 100%;
  margin: 0;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  background: #e9eae5;
}
@media only screen and (min-width: 1024px) {
  .scp-three-line ul li .product-con .p-table {
    height: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-three-line ul li .product-con .p-table {
    padding: 10px 0;
  }
}
.scp-three-line ul li .product-con .p-table .p-cell {
  display: table-cell;
  width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  vertical-align: middle;
}
.scp-three-line ul li .product-con .p-table .p-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  margin: 0 auto;
}
.scp-three-line ul li .product-con .pro-bottom {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .scp-three-line ul li .product-con .pro-bottom {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-three-line ul li .product-con .pro-bottom {
    margin-top: 10px;
  }
}
.scp-three-line ul li .product-con .pro-bottom .pro-b-name {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line ul li .product-con .pro-bottom .pro-b-name a {
  font-size: 20px;
}
.scp-three-line ul li .product-con .pro-bottom .pro-b-price {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-three-line ul li .product-con .pro-bottom .pro-b-price span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: line-through;
}
.scp-three-line ul li .product-con .pro-bottom .pro-b-ek {
  margin-top: 10px;
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.scp-spe-two-line {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .scp-spe-two-line ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-spe-two-line ul {
    display: -webkit-box;
    display: -moz-box;
    list-style: none;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.scp-spe-two-line ul::after {
  content: "";
  display: block;
  clear: both;
}
.scp-spe-two-line ul li {
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /*
        @media only screen and (min-width:768px) and (max-width:1023px) { 
        width:32%;
        margin-top:20px;
        margin-right:2%;
        &:nth-child(3n+0) {
          margin-right:0;
        }
        }
        */
}
@media only screen and (min-width: 1024px) {
  .scp-spe-two-line ul li {
    float: left;
    width: 48.5%;
    margin-top: 40px;
    margin-right: 3%;
  }
  .scp-spe-two-line ul li:nth-child(even) {
    margin-right: 0;
  }
  .scp-spe-two-line ul li:nth-child(1),
  .scp-spe-two-line ul li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .scp-spe-two-line ul li {
    width: 48%;
    margin-top: 20px;
  }
  .scp-spe-two-line ul li:nth-child(even) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 479px) {
  .scp-spe-two-line ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.scp-spe-two-line ul li .product-con {
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-spe-two-line ul li .product-con a {
  display: block;
}
.scp-spe-two-line ul li .product-con:hover .product-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-spe-two-line ul li .product-con .pro-hearth {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.scp-spe-two-line ul li .product-con .pro-hearth a {
  width: 21px;
  height: 21px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/kalp.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-spe-two-line ul li .product-con .pro-hearth a:hover {
  background: #ffffff url("../images/kalp_yesil.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-spe-two-line ul li .product-con .product-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  .scp-spe-two-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-spe-two-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
.scp-spe-two-line ul li .product-con .pro-calls {
  position: absolute;
  left: 10px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  top: 10px;
}
.scp-spe-two-line ul li .product-con .pro-calls .pro-new {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 11px;
  background: #49987c;
  padding: 4px 0;
}
.scp-spe-two-line ul li .product-con .pro-calls .pro-down {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #d74c5a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 4px 0;
}
.scp-spe-two-line ul li .product-con .pro-calls .pro-camp {
  display: block;
  width: 62px;
  text-align: Center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #667bbf;
  padding: 4px 0;
}
.scp-spe-two-line ul li .product-con .p-table {
  display: table;
  width: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #e9eae5;
}
@media only screen and (min-width: 1024px) {
  .scp-spe-two-line ul li .product-con .p-table {
    height: 236px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-spe-two-line ul li .product-con .p-table {
    padding: 10px 0;
  }
}
.scp-spe-two-line ul li .product-con .p-table .p-cell {
  display: table-cell;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.scp-spe-two-line ul li .product-con .p-table .p-cell img {
  display: block;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  max-height: 158px;
  margin: 0 auto;
}
.scp-spe-two-line ul li .product-con .pro-bottom {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .scp-spe-two-line ul li .product-con .pro-bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-spe-two-line ul li .product-con .pro-bottom {
    margin-top: 10px;
  }
}
.scp-spe-two-line ul li .product-con .pro-bottom .pro-b-name a {
  font-size: 20px;
}
.scp-spe-two-line ul li .product-con .pro-bottom .pro-b-price {
  margin-top: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
}
.scp-spe-two-line ul li .product-con .pro-bottom .pro-b-price span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-right: 5px;
  text-decoration: line-through;
}
.scp-spe-two-line ul li .product-con .pro-bottom .pro-b-ek {
  margin-top: 10px;
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.scp-two-line {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .scp-two-line ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-two-line ul {
    display: -webkit-box;
    display: -moz-box;
    list-style: none;
    margin: 0;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.scp-two-line ul::after {
  content: "";
  display: block;
  clear: both;
}
.scp-two-line ul li {
  position: relative;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .scp-two-line ul li {
    float: left;
    width: 48.5%;
    margin-top: 40px;
    margin-right: 3%;
  }
  .scp-two-line ul li:nth-child(even) {
    margin-right: 0;
  }
  .scp-two-line ul li:nth-child(1),
  .scp-two-line ul li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scp-two-line ul li {
    width: 48%;
    margin-top: 20px;
  }
  .scp-two-line ul li:nth-child(even) {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .scp-two-line ul li {
    width: 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .scp-two-line ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .scp-two-line ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.scp-two-line ul li .product-con {
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-two-line ul li .product-con a {
  display: block;
}
.scp-two-line ul li .product-con:hover .product-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.scp-two-line ul li .product-con .pro-hearth {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.scp-two-line ul li .product-con .pro-hearth a {
  width: 21px;
  height: 21px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/kalp.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-two-line ul li .product-con .pro-hearth a:hover {
  background: #ffffff url("../images/kalp_yesil.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.scp-two-line ul li .product-con .product-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  .scp-two-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-two-line ul li .product-con .product-hover {
    width: 100%;
    height: 100%;
  }
}
.scp-two-line ul li .product-con .pro-calls {
  position: absolute;
  left: 10px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  top: 10px;
}
.scp-two-line ul li .product-con .pro-calls .pro-new {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 11px;
  background: #49987c;
  padding: 4px 0;
}
.scp-two-line ul li .product-con .pro-calls .pro-down {
  display: block;
  width: 62px;
  text-align: Center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #d74c5a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 4px 0;
}
.scp-two-line ul li .product-con .pro-calls .pro-camp {
  display: block;
  width: 62px;
  text-align: Center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  background: #667bbf;
  padding: 4px 0;
}
.scp-two-line ul li .product-con .p-table {
  display: table;
  width: 100%;
  margin: 0;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  background: #e9eae5;
}
@media only screen and (min-width: 1024px) {
  .scp-two-line ul li .product-con .p-table {
    height: 236px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-two-line ul li .product-con .p-table {
    padding: 10px 0;
  }
}
.scp-two-line ul li .product-con .p-table .p-cell {
  display: table-cell;
  width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  vertical-align: middle;
}
.scp-two-line ul li .product-con .p-table .p-cell img {
  display: block;
  max-width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  max-height: 158px;
  margin: 0 auto;
}
.scp-two-line ul li .product-con .pro-bottom {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .scp-two-line ul li .product-con .pro-bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .scp-two-line ul li .product-con .pro-bottom {
    margin-top: 10px;
  }
}
.scp-two-line ul li .product-con .pro-bottom .pro-b-name a {
  font-size: 20px;
}
.scp-two-line ul li .product-con .pro-bottom .pro-b-price {
  margin-top: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 500;
}
.scp-two-line ul li .product-con .pro-bottom .pro-b-price span {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-right: 5px;
  text-decoration: line-through;
}
.scp-two-line ul li .product-con .pro-bottom .pro-b-ek {
  margin-top: 10px;
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.sub-pagenav {
  margin-bottom: 30px;
}
.sub-pagenav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sub-pagenav ul li {
  display: inline-block;
  margin: 0 3px;
}
.sub-pagenav ul li a {
  width: 42px;
  height: 42px;
  border: 2px solid #f2f2f2;
  color: #000;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 36px;
  font-size: 16px;
}
.sub-pagenav ul li a:hover,
.sub-pagenav ul li a.current {
  border-color: #49987c;
  color: #49987c;
}
.sub-desc p {
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  margin: 0;
}
.sdb-title {
  margin-bottom: 3px;
  line-height: 28px;
  font-size: 12px;
}
.top-pagenav {
  padding: 20px 0;
}
.top-pagenav a {
  font-size: 12px;
}
.top-pagenav a::after {
  content: "/";
  color: #d8d8d8;
  margin: 0 5px;
}
.top-pagenav a:last-child::after {
  display: none;
}
.product-page::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .product-page .pro-p-col:nth-child(1) {
    float: left;
    width: 64%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .pro-p-col:nth-child(1) {
    float: left;
    width: 49%;
  }
}
.product-page .pro-p-col:nth-child(1)::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .product-page .pro-p-col:nth-child(1) .product-images {
    float: left;
    width: 18%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page .pro-p-col:nth-child(1) .product-big-image {
    float: right;
    width: 81%;
    padding-right: 1%;
  }
}
@media only screen and (max-width: 1023px) {
  .product-page .pro-p-col:nth-child(1) .product-big-image {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page .pro-p-col:nth-child(2) {
    float: right;
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-page .pro-p-col:nth-child(2) {
    float: right;
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .pro-p-col:nth-child(2) {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .sli3-col {
    margin-bottom: 10px;
  }
}
.sli3-col img {
  display: block;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .sli3-col img {
    height: 75px;
  }
}
.sli4-table {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sli4-table {
    display: table;
    height: 330px;
  }
}
.sli4-table .sli4-cell {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sli4-table .sli4-cell {
    display: table-cell;
    vertical-align: middle;
  }
}
.sli4-table .sli4-cell .pro-hearth {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.sli4-table .sli4-cell .pro-hearth a {
  width: 21px;
  height: 21px;
  display: block;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/kalp.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.sli4-table .sli4-cell .pro-hearth a:hover {
  background: #ffffff url("../images/kalp_yesil.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.sli4-table .sli4-cell .pro-bigger {
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 3;
}
.sli4-table .sli4-cell .pro-bigger a {
  width: 21px;
  height: 21px;
  display: block;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff url("../images/fullscreen.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.sli4-table .sli4-cell .pro-bigger a:hover {
  background: #ffffff url("../images/zoom-hover.svg") no-repeat;
  background-position: center center;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.sli4-table .sli4-cell img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sli4-table .sli4-cell img {
    height: 330px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .sli4-table .sli4-cell img {
    max-height: 330px;
    margin: 0 auto;
  }
}
.slider4 .slick-prev,
.slider4 .slick-next {
  font-size: 0;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 43%;
  background: transparent;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  opacity: 1;
  position: absolute;
}
.slider4 .slick-prev::before,
.slider4 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 1;
  text-align: center;
  background-repeat: no-repeat;
  font-size: 0px;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  cursor: pointer;
}
.slider4 .slick-prev {
  left: 0;
}
.slider4 .slick-next {
  right: 0;
}
/*
.slider4 .slick-next:hover {
  &::before {
    .transition(.0s);
    background-image:url("../images/product_slider.svg");
  }
}
.slider4 .slick-prev:hover {
  &::before {
    .transition(.0s);
    background-image:url("../images/product_slider.svg");
  }
}
*/
.slider4 .slick-prev::before {
  content: "";
  background-image: url("../images/product_slider.svg");
  background-position: center center;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.slider4 .slick-next::before {
  content: "";
  background-image: url("../images/product_slider.svg");
  background-position: center center;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.propa-name {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.propa-price {
  font-size: 22px;
  color: #49987c;
  margin-top: 5px;
}
.propa-price span {
  text-decoration: line-through;
  font-size: 14px;
  color: #4a4a4a;
}
.propa-desc {
  margin-top: 10px;
}
.propa-desc p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.propa-select {
  margin: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .propa-select {
    padding-right: 20%;
  }
}
.spe-selectbox2 {
  position: relative;
  text-align: left;
}
.spe-selectbox2 select {
  display: none;
  /*hide original SELECT element:*/
}
.spe-selectbox2 .select-selected {
  background-color: #ffffff;
  display: block;
  padding: 10px 40px 10px 10px !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: none !important;
  color: #111;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.spe-selectbox2 .select-selected:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the arrow inside the select element:*/
.spe-selectbox2 .select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 16px;
  background: url("../images/arrow_up.svg") no-repeat center center;
}
/*point the arrow upwards when the select box is open (active):*/
.spe-selectbox2 .select-selected.select-arrow-active:after {
  background: url("../images/arrow_up.svg") no-repeat center center;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-selectbox2 .select-arrow-active {
  border-bottom-color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the items (options), including the selected item:*/
.spe-selectbox2 .select-items div,
.spe-selectbox2 .select-selected {
  cursor: pointer;
  text-transform: none !important;
  user-select: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 12px 30px 12px 10px;
}
/*style items (options):*/
.spe-selectbox2 .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 98%;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-top: none;
  left: 0;
  right: 0;
  overflow-x: auto;
  max-height: 150px;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.spe-selectbox2 .select-hide {
  display: none;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.spe-selectbox2 .select-items div:hover,
.spe-selectbox2 .same-as-selected {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.propa-quantity .ppq-col:nth-child(1) {
  width: 25%;
}
.propa-quantity .ppq-col:nth-child(2) {
  width: 70%;
  margin-left: 5%;
}
@media only screen and (min-width: 1024px) {
  .propa-quantity {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .propa-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.ppq-quant button {
  float: left;
  width: 35%;
  background: #ffffff;
  height: 42px;
}
.ppq-quant button:nth-child(1) {
  border-left: 2px solid #f2f2f2;
  border-right: none;
  background: url("../images/eksi.svg") no-repeat center center;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.ppq-quant button:nth-child(1):hover {
  background: url("../images/eksi-hover.svg") no-repeat center center;
}
.ppq-quant button:nth-child(3) {
  border-right: 2px solid #f2f2f2;
  border-left: none;
  background: url("../images/arti.svg") no-repeat center center;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.ppq-quant button:nth-child(3):hover {
  background: url("../images/arti-hover.svg") no-repeat center center;
}
.ppq-quant input {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  height: 42px;
  border-right: none;
  border-left: none;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.ppq-quant input:focus {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.spe-button1 {
  display: block;
  width: 100%;
  background: #49987c;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 42px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  border: none;
  height: 42px;
}
.spe-button1 span {
  z-index: 2;
  position: relative;
}
.spe-button1:active {
  background-color: #49987c !important;
  padding: 0 !important;
}
.spe-button1:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button1::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-button1:hover {
  color: #ffffff;
  background-color: #49987c;
}
.spe-button-face {
  display: block;
  width: 100%;
  line-height: 42px;
  background: #3255a4;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  border: none;
  height: 42px;
}
.spe-button-face:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff !important;
}
.propa-date {
  margin-top: 20px;
  color: #49987c;
  font-size: 12px;
  font-weight: 500;
}
.product-bottom {
  margin-top: 40px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: Center;
}
.product-bottom ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-bottom ul li {
  display: inline-block;
  margin: 0 10px;
}
.product-bottom ul li.current div {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #49987c;
}
.product-bottom ul li div {
  display: block;
  padding: 10px 5px 8px 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
}
.product-bottom ul li div:hover {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #49987c;
}
.pro-bot-content {
  padding: 40px 0 0 0;
}
.pro-desc-list {
  line-height: 28px;
}
.pro-bot-content {
  display: none;
}
.pro-bot-content.current {
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .pro-taks-opt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.pro-taks-opt .ptop-col {
  border: 2px solid #f2f2f2;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .pro-taks-opt .ptop-col {
    width: 15%;
    margin-right: 2%;
  }
  .pro-taks-opt .ptop-col:nth-child(6n+0) {
    margin-right: 0;
  }
  .pro-taks-opt .ptop-col:nth-child(1),
  .pro-taks-opt .ptop-col:nth-child(2),
  .pro-taks-opt .ptop-col:nth-child(3),
  .pro-taks-opt .ptop-col:nth-child(4),
  .pro-taks-opt .ptop-col:nth-child(5),
  .pro-taks-opt .ptop-col:nth-child(6) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .pro-taks-opt .ptop-col {
    width: 31%;
    margin-right: 3.5%;
  }
  .pro-taks-opt .ptop-col:nth-child(3n+0) {
    margin-right: 0;
  }
  .pro-taks-opt .ptop-col:nth-child(1),
  .pro-taks-opt .ptop-col:nth-child(2),
  .pro-taks-opt .ptop-col:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .pro-taks-opt .ptop-col:nth-child(1) {
    margin-top: 0;
  }
}
.pro-taks-opt .ptop-col div {
  padding: 10px;
  border-top: 1px solid #f2f2f2;
  font-weight: 400;
}
.pro-taks-opt .ptop-col div:nth-child(1) {
  padding: 20px 20px;
  border-top: none;
  text-align: center;
}
.pro-taks-opt .ptop-col div span {
  float: right;
}
.pro-taks-opt .ptop-col div i {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  font-style: normal;
}
.pro-taks-opt .ptop-col div img {
  max-width: 100%;
}
.spe-input2 {
  width: 100%;
  padding: 0 10px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 46px;
  vertical-align: middle;
  height: 46px;
  border: 2px solid #f2f2f2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input2:focus {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.spe-textarea1 {
  width: 100%;
  height: 100px;
  resize: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  line-height: 24px;
  border: 2px solid #f2f2f2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-textarea1:focus {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pro-yorum-row-top {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .pro-yorum-row-top .pro-yorum-col {
    width: 32%;
  }
}
@media only screen and (max-width: 1023px) {
  .pro-yorum-row-top .pro-yorum-col {
    margin-top: 20px;
  }
}
.pro-yorum-row-top .pro-yorum-col span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .pro-yorum-row-top .pro-yorum-col {
    margin-right: 2%;
  }
  .pro-yorum-row-top .pro-yorum-col:nth-child(3n+0) {
    margin-right: 0;
  }
}
.pro-yorum-textarea {
  margin-top: 20px;
}
.pro-yorum-textarea span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.pro-yorum-button {
  margin-top: 20px;
  text-align: right;
}
.pro-yorum-button input,
.pro-yorum-button a {
  display: inline-block !important;
  width: 32%;
}
.pro-com-col {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.pro-com-col:last-child {
  border-bottom: none;
}
.pro-com-col .pcc-name {
  display: block;
  font-weight: 500;
}
.pro-com-col .pcc-name span {
  color: #999;
  font-weight: 300;
  font-size: 12px;
  float: right;
}
.pro-com-col p {
  line-height: 24px;
  margin: 10px 0 0 0;
  padding: 0;
}
.comment-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.comment-title::after {
  content: "";
  background: #f2f2f2;
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 1px;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40%;
}
.lb-nav a.lb-prev {
  width: 30px;
  height: 40px;
  left: 0;
  background: transparent url(../images/product_slider.svg) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 30px;
  height: 40px;
  right: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background: transparent url(../images/product_slider.svg) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ppqs-col {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .ppqs-col.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ppqs-col .ppqs-cc-col:nth-child(1) {
  width: 70%;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .ppqs-col .ppqs-cc-col:nth-child(1) {
    text-align: left;
  }
}
.ppqs-col .ppqs-cc-col:nth-child(2) {
  width: 30%;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .propa-quantity-sub {
    padding-right: 0;
  }
  
  .propa-quantity-sub a{
	  
	  color: #49987c;
	  text-decoration: underline;
  }
}
.adress-page {
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .adress-page .adr-col {
    margin-right: 2.75%;
  }
  .adress-page .adr-col:nth-child(1) {
    width: 31.5%;
  }
  .adress-page .adr-col:nth-child(2) {
    width: 34.5%;
  }
  .adress-page .adr-col:nth-child(3) {
    width: 28.5%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .adress-page .adr-col:nth-child(1) {
    margin-bottom: 20px;
  }
  .adress-page .adr-col:nth-child(2) {
    margin-bottom: 20px;
  }
}
.adr-title1 {
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
.adr-new-add {
  margin-bottom: 20px;
}
.spe-button2 {
  display: block;
  padding: 13px 10px;
  text-align: center;
  margin: 0 10%;
  position: relative;
  overflow: hiddne;
  font-size: 16px;
  font-weight: 500;
  color: #49987c;
  text-transform: uppercase;
  border: 2px solid #49987c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.spe-button2 span {
  z-index: 2;
  position: relative;
}
.spe-button2:active {
  background-color: #49987c !important;
  padding: 13px 10px !important;
}
.spe-button2:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button2::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-button2:hover {
  background: #49987c;
  border-color: #49987c;
  color: #ffffff;
}
.adr-title2 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.adr-sel-adres {
  margin-bottom: 20px;
}
.adr-sel-content .spe-selectbox3 {
  margin-top: 15px;
}
.spe-selectbox3 {
  position: relative;
  text-align: left;
}
.spe-selectbox3 input {
  display: none;
}
.spe-selectbox3 label {
  background-color: #ffffff;
  display: block;
  padding: 6px 20px 6px 30px !important;
  font-size: 12px;
  line-height: 22px;
  text-transform: none !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.spe-selectbox3 label:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-selectbox3 label .ads-name {
  display: block;
}
.spe-selectbox3 label:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 16px;
  background: url("../images/arrow_up.svg") no-repeat center center;
}
.spe-selectbox4 {
  position: relative;
  text-align: left;
}
.spe-selectbox4 select {
  display: none;
  /*hide original SELECT element:*/
}
.spe-selectbox4 .select-selected {
  background-color: #ffffff;
  display: block;
  padding: 0 40px 0 10px !important;
  font-size: 12px;
  height: 42px !important;
  line-height: 38px !important;
  text-transform: none !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.spe-selectbox4 .select-selected:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the arrow inside the select element:*/
.spe-selectbox4 .select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 16px;
  background: url("../images/arrow_up.svg") no-repeat center center;
}
/*point the arrow upwards when the select box is open (active):*/
.spe-selectbox4 .select-selected.select-arrow-active:after {
  background: url("../images/arrow_up.svg") no-repeat center center;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-selectbox4 .select-arrow-active {
  border-bottom-color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the items (options), including the selected item:*/
.spe-selectbox4 .select-items div,
.spe-selectbox4 .select-selected {
  cursor: pointer;
  text-transform: none !important;
  user-select: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 10px 0 10px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
/*style items (options):*/
.spe-selectbox4 .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 98%;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-top: none;
  left: 0;
  right: 0;
  overflow-x: auto;
  max-height: 150px;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.spe-selectbox4 .select-hide {
  display: none;
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.spe-selectbox4 .select-items div:hover,
.spe-selectbox4 .same-as-selected {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.adr-pay-tab ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1023px) {
  .adr-pay-tab ul {
    text-align: center;
  }
}
.adr-pay-tab ul li {
  padding: 0 0 10px 0;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  color: #d8d8d8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .adr-pay-tab ul li {
    margin-right: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .adr-pay-tab ul li {
    margin: 0 5px;
    font-size: 14px;
  }
}
.adr-pay-tab ul li:hover,
.adr-pay-tab ul li.current {
  color: #1b1b1b;
}
.pay-tab-content {
  display: none;
}
.pay-tab-content.current {
  display: block;
}
.pay-tab-content {
  padding: 20px 0;
}
.ptc-text1 {
  font-size: 12px;
  margin-bottom: 20px;
}
.ptc-row {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .ptc-row {
    padding-right: 20%;
  }
}
.ptc-text2 {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.spe-input3 {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #f2f2f2;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input3:focus {
  border-color: #d6d6d6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ptc-fix {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .ptc-fix .ptc-row2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .ptc-fix .ptc-row2 {
    padding-right: 25%;
  }
}
.ptc-fix .ptc-row2 .ptc-r2-col {
  width: 48%;
}
.ptc-fix .ptc-row2 .ptc-r2-col:nth-child(1) {
  margin-right: 4%;
}
.ptc-text3 {
  font-size: 12px;
}
.bank-account-col {
  margin-bottom: 20px;
  padding: 0 20px;
  border: 2px solid #f2f2f2;
}
.bank-account-col div {
  display: table;
  width: 100%;
  border-top: 1px dotted #f2f2f2;
}
.bank-account-col div:first-child {
  border-top: none;
}
.bank-account-col div span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  width: 50%;
}
.cart-row {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.cart-row .cart-col {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  font-size: 12px;
}
.cart-row .cart-col div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.cart-row .cart-col div:nth-child(2) {
  text-align: right;
}
.cart-total {
  padding: 10px 10px;
}
.cart-total .ctot-col {
  margin: 20px 0;
  display: table;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.cart-total .ctot-col div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.cart-total .ctot-col div:nth-child(2) {
  text-align: right;
}
.spe-submit3 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #49987c url("../images/check.svg") no-repeat right 20px center;
  font-size: 16px;
  padding: 15px 0;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
  position: relative;
  text-align: Center;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
}
.spe-submit3 span {
  z-index: 2;
  position: relative;
}
.spe-submit3:active {
  background-color: #49987c !important;
  padding: 15px 0 !important;
}
.spe-submit3:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-submit3::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-submit3:hover {
  color: #ffffff;
  background-color: #49987c;
}
.cart-checkbox {
  margin-top: 30px;
}
.cart-checkbox .ccheck-col {
  margin-top: 20px;
  font-weight: 500;
}
.cart-checkbox .ccheck-col a {
  color: #49987c;
  font-weight: 500;
}
.spe-submit4 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #ffffff;
  border: 2px solid #f2f2f2;
  font-size: 16px;
  padding: 15px 0;
  text-align: Center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.spe-submit4 span {
  z-index: 2;
  position: relative;
}
.spe-submit4:active {
  background-color: #49987c !important;
}
.spe-submit4:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-submit4::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-submit4:hover {
  color: #ffffff;
  border-color: #49987c;
  background-color: #49987c;
}
.dropholder {
  position: relative;
  margin-top: 15px;
}
.dropholder .dropdown {
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 22px;
  text-transform: none !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid #f2f2f2;
}
.dropholder .dropdown b {
  font-weight: 500;
}
.dropholder .dropdown .ads-name {
  display: block;
}
.dropholder .dropdown div.ads {
  display: block;
  padding: 7px 20px 7px 30px !important;
  height: 83px;
}
.dropholder .dropdown:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  height: 16px;
  background: url("../images/arrow_up.svg") no-repeat center center;
}
.dropholder .dropdown.active + .dropdownMenu {
  display: block;
}
.dropholder .dropdownMenu {
  padding: 0;
  position: absolute;
  left: 0;
  top: 78px;
  right: 0;
  margin: 0;
  cursor: pointer;
  display: none;
  z-index: 5;
  background: #ffffff;
  border-left: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  overflow: hidden;
}
.dropholder .dropdownMenu b {
  font-weight: 500;
}
.dropholder .dropdownMenu .ads-name {
  display: block;
}
.dropholder .dropdownMenu li {
  list-style: none;
  font-size: 12px;
  line-height: 22px;
  padding: 7px 30px 7px 30px;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.dropholder .dropdownMenu li:hover {
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.dropholder .dropdownMenu li:last-child {
  border: none;
}
@media only screen and (min-width: 1024px) {
  .cart-page {
    padding: 50px 0;
  }
  .cart-page .cart-colx {
    margin-right: 2.75%;
  }
  .cart-page .cart-colx:nth-child(1) {
    width: 68.75%;
  }
  .cart-page .cart-colx:nth-child(2) {
    width: 28.5%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page {
    padding: 20px 0;
  }
  .cart-page .cart-colx:nth-child(1) {
    margin-bottom: 20px;
  }
}
.cart-last-total {
  padding-top: 0;
}
.adr-title2 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.cart-page-list .cpl-row {
  margin-bottom: 20px;
}
.cart-page-list .cpl-row:nth-child(1) {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row:nth-child(1) {
    display: none;
  }
}
.cart-page-list .cpl-row:nth-child(1) .cpl-col:nth-child(1) span {
  color: #9b9b9b;
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row {
    border: 2px solid #f2f2f2;
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(1) {
    width: 22%;
  }
}
.cart-page-list .cpl-row .cpl-col:nth-child(1) img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(1) img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(2) {
    width: 28%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(2) {
    padding: 15px 0;
    text-align: center;
  }
}
.cart-page-list .cpl-row .cpl-col:nth-child(3) {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(3) {
    width: 15%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(3)::before {
    content: "Birim Fiyat:";
  }
}
.cart-page-list .cpl-row .cpl-col:nth-child(4) {
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(4) {
    width: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(4) {
    padding: 10px 0;
    text-align: center;
  }
  .cart-page-list .cpl-row .cpl-col:nth-child(4)::after {
    clear: both;
    content: "";
    display: block;
  }
}
.cart-page-list .cpl-row .cpl-col:nth-child(5) {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(5) {
    width: 15%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(5)::before {
    content: "Toplam:";
  }
}
.cart-page-list .cpl-row .cpl-col:nth-child(6) {
  text-align: Center;
}
@media only screen and (min-width: 1024px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(6) {
    width: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-page-list .cpl-row .cpl-col:nth-child(6) {
    padding: 15px 0 0 0;
    text-align: center;
  }
}
.cpl-name a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.cpl-date,
.cpl-opt {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.cart-celete {
  display: inline-block;
  width: 29px;
  cursor: pointer;
  height: 29px;
  border: none;
  background: url("../images/close.svg") no-repeat center center;
}
.cart-celete:hover {
  background: url("../images/close_round_yesil.svg") no-repeat center center;
}
.cart-ek-opt {
  border: 2px solid #f2f2f2;
  padding: 5px 15px;
}
@media only screen and (min-width: 1024px) {
  .cart-ek-opt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-ek-opt {
    margin-top: 20px;
  }
}
.spe-checkbox3 {
  cursor: pointer;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 12px;
}
.spe-checkbox3::after {
  clear: both;
  content: "";
  display: block;
}
.spe-checkbox3:hover span {
  border-color: #c4c4c4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-checkbox3:hover span::before {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .spe-checkbox3 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .spe-checkbox3 {
    text-align: Center;
    margin: 20px 0;
    padding-bottom: 20px;
  }
}
.spe-checkbox3 input {
  display: none;
}
.spe-checkbox3 input:checked + span {
  border-color: #c4c4c4;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-checkbox3 input:checked + span::before {
  opacity: 1;
}
.spe-checkbox3 input:checked + span::after {
  content: "İPTAL ET";
}
.spe-checkbox3 span {
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 1024px) {
  .spe-checkbox3 span {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .spe-checkbox3 span {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
  }
}
.spe-checkbox3 span:hover::after {
  color: #49987c;
}
.spe-checkbox3 span::after {
  content: "AKTİFLEŞTİR";
  font-size: 16px;
  color: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .spe-checkbox3 span::after {
    position: absolute;
    top: -2px;
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .spe-checkbox3 span::after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.spe-checkbox3 span::before {
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #1b1b1b;
  margin: 3px 0 0 3px;
  width: 4px;
  height: 4px;
}
.cart-indirim {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .cit-form-pad {
    width: 40%;
  }
}
.cit-form::after {
  content: "";
  clear: both;
  display: block;
}
.cit-form .spe-input2:focus + .spe-submit2 {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #49987c;
}
.cit-form:hover .spe-submit2 {
  color: #49987c;
}
.cit-form:hover .spe-input2 {
  color: #1b1b1b;
}
.cit-form:hover .spe-input2::placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.cit-form:hover .spe-input2::-ms-input-placeholder {
  color: #4a4a4a !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1 !important;
}
.cit-form:hover .spe-input2:-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.cit-form:hover .spe-input2::-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.cit-form:hover .spe-input2:-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.cit-form:hover .spe-input2::-webkit-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.cit-form .spe-input2 {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 0 10px;
  line-height: 41px;
  vertical-align: middle;
  height: 46px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .cit-form .spe-input2 {
    border-right: 0;
    float: left;
    width: 75%;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
  }
}
@media only screen and (max-width: 1023px) {
  .cit-form .spe-input2 {
    border-right: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    border-bottom: none;
    width: 100%;
    text-align: center;
    border-left: 2px solid #f2f2f2;
  }
}
.cit-form .spe-input2:focus {
  border-color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cit-form .spe-submit2 {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  color: #1b1b1b;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 10px;
  line-height: 41px;
  font-weight: 500;
  height: 46px;
}
@media only screen and (min-width: 1024px) {
  .cit-form .spe-submit2 {
    float: right;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cit-form .spe-submit2 {
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
  }
}
.cit-form .spe-submit2:hover {
  color: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cart-button input,
.cart-button a {
  margin-bottom: 20px;
}
.cart-last-desc {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
  color: #000;
  padding: 15px 40px;
  text-align: Center;
  line-height: 34px;
}
@media only screen and (min-width: 1024px) {
  .login-row {
    padding: 70px 5%;
  }
  .login-row .login-col {
    width: 50%;
    padding: 0 8%;
  }
}
@media only screen and (max-width: 479px) {
  .login-row {
    padding: 20px 0;
  }
  .login-row .login-col:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .login-row {
    padding: 20px 2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .login-row .login-col {
    width: 50%;
    padding: 0 3%;
  }
}
.log-form-col {
  margin-top: 20px;
}
.logf-title {
  font-size: 12px;
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
.log-form-col a {
  color: #49987c;
}
.log-form-veya {
  border-top: 1px solid #f2f2f2;
  text-align: Center;
  position: relative;
}
.log-form-veya div {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 1px 3px;
  margin: 0 auto;
  margin-top: -10px;
  width: 50px;
  font-weight: 500;
  color: #000;
}
label.error {
  color: #ff3e36;
}
input.error {
  border-color: #ff3e36;
}
div.cookies {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  div.cookies {
    position: fixed;
  }
}
@media only screen and (max-width: 1023px) {
  div.cookies {
    position: absolute;
  }
}
div.cookies::before {
  content: "";
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: fixed;
}
@media only screen and (min-width: 1024px) {
  div.cookies {
    width: 700px;
    height: 400px;
    top: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  div.cookies {
    width: 90%;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.dialog-content {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .dialog-content .dia-col:nth-child(1) {
    width: 260px;
  }
}
.dialog-content .dia-col:nth-child(1) .dia-bg {
  display: block;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) {
  .dialog-content .dia-col:nth-child(1) .dia-bg {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .dialog-content .dia-col:nth-child(1) .dia-bg {
    height: 100px;
  }
}
.dialog-content .dia-col:nth-child(2) {
  background: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .dialog-content .dia-col:nth-child(2) {
    width: 440px;
    height: 400px;
    padding: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .dialog-content .dia-col:nth-child(2) {
    padding: 20px;
  }
}
.dialog-content .dia-col:nth-child(2) .dia-text1 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 34px;
}
.dialog-content .dia-col:nth-child(2) .dia-text2 {
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .dialog-content .dia-col:nth-child(2) .dia-text2 {
    margin: 15px 0 85px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .dialog-content .dia-col:nth-child(2) .dia-text2 {
    margin: 15px 0 25px 0;
  }
}
.dialog-content .close-cookie-warning {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  border: none;
  background: url("../images/close.svg") no-repeat center center;
}
.dialog-content .close-cookie-warning:hover {
  background: url("../images/close_round_yesil.svg") no-repeat center center;
}
.nicescroll-cursors {
  margin-right: 3px;
}
.sepete-eklendi {
  background: #ff3e36;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .sepete-eklendi {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .sepete-eklendi {
    padding: 20px 0;
  }
}
.animation11 {
  animation-name: anime11;
  animation-duration: 5.5s;
  animation-fill-mode: forwards;
}
@keyframes anime11 {
  0% {
    opacity: 0;
    display: block;
    z-index: 100;
    bottom: -30px;
  }
  10% {
    opacity: 1;
    z-index: 100;
    display: block;
    bottom: 0;
  }
  90% {
    opacity: 1;
    z-index: 100 !important;
    display: block;
    bottom: 0;
  }
  100% {
    opacity: 0;
    z-index: 100 !important;
    bottom: -30px;
    display: none !important;
  }
}
.toggle-col {
  border: 2px solid #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .toggle-col {
    margin-bottom: 40px;
	margin-top:20px;
  }
}
@media only screen and (max-width: 1023px) {
  .toggle-col {
    margin-bottom: 40px;
	margin-top:20px;
  }
}
.toggle-col .toggle-top {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #1b1b1b;
  line-height: 34px;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .toggle-col .toggle-top {
    padding: 30px 20% 30px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .toggle-col .toggle-top {
    padding: 20px 20% 20px 20px;
  }
}
.toggle-col .toggle-top.toggle-current::after {
  background: url("../images/eksi.svg") no-repeat center center !important;
  border-color: #c4c4c4 !important;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.toggle-col .toggle-top::after {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  display: block;
  position: absolute;
  top: 40%;
  width: 29px;
  height: 29px;
  background: url("../images/arti.svg") no-repeat center center;
}
@media only screen and (min-width: 1024px) {
  .toggle-col .toggle-top::after {
    right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .toggle-col .toggle-top::after {
    right: 20px;
  }
}
.toggle-col .toggle-bot {
  line-height: 22px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .toggle-col .toggle-bot {
    padding: 0 20% 30px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .toggle-col .toggle-bot {
    padding: 0 20px 20px 20px;
  }
}
.hamburger {
  padding: 15px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.filter-delete {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .filter-delete {
    text-align: center;
  }
}
.filter-delete::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .filter-delete .filter-col {
    float: left;
    display: block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-delete .filter-col {
    display: inline-block;
    margin: 2px;
  }
  .filter-delete .filter-col:last-child {
    display: block;
  }
}
.filter-bg {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #f2f2f2;
  padding: 5px 25px 7px 8px;
  font-size: 12px;
  position: relative;
}
.filter-bg a {
  display: block;
  position: absolute;
  background: url("../images/filtre-close.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5px;
}
.filter-bg a:hover {
  background: url("../images/filtre-close_over.svg") no-repeat center center;
}
.filter-button {
  display: block;
  background: #49987c;
  padding: 6px 12px 8px 12px;
  font-size: 12px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.filter-button span {
  z-index: 2;
  position: relative;
}
.filter-button:active {
  background-color: #49987c !important;
}
.filter-button:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.filter-button::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.filter-button:hover {
  color: #ffffff;
  background-color: #49987c;
}
.spe-input4 {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #f2f2f2;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input4:focus {
  border-color: #d6d6d6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.spe-input4::placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input4::-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input4:-ms-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input4::-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input4:-moz-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-input4::-webkit-input-placeholder {
  color: #4a4a4a !important;
  opacity: 1 !important;
}
.spe-button4 {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: none;
  height: 42px;
  background: #49987c url("../images/mini-arrow.svg") no-repeat center center;
  line-height: 42px;
  font-size: 12px;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button4 span {
  z-index: 2;
  position: relative;
}
.spe-button4:active {
  background-color: #1b1b1 !important;
}
.spe-button4:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button4::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-button4:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}
.spe-button4:focus {
  border-color: #d6d6d6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.spe-button5 {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: none;
  height: 42px;
  background: #1b1b1b url("../images/mini-arrow.svg") no-repeat center center;
  line-height: 42px;
  font-size: 12px;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button5 span {
  z-index: 2;
  position: relative;
}
.spe-button5:active {
  background-color: #49987c !important;
}
.spe-button5:active::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button5::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  opacity: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.spe-button5:hover {
  color: #ffffff;
  background-color: #49987c;
}
.spe-button5:focus {
  border-color: #d6d6d6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.kol-ol-row::after {
  content: "";
  display: block;
  clear: both;
}
.kol-ol-row .kol-ol-col {
  float: left;
}
.kol-ol-row .kol-ol-col:nth-child(1) {
  width: 34.5%;
  margin-right: 4%;
}
.kol-ol-row .kol-ol-col:nth-child(2) {
  width: 34.5%;
  margin-right: 4%;
}
.kol-ol-row .kol-ol-col:last-child {
  margin-right: 0;
  float: right;
  width: 23%;
}
.remodal-spe-bg {
  background: #ffffff;
  max-width: 400px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  padding: 30px;
}
.ads-row-fix::after {
  content: "";
  display: block;
  clear: both;
}
.ads-row-fix .ads-row-col {
  float: left;
  width: 48%;
}
.ads-row-fix .ads-row-col:nth-child(2) {
  float: right;
}
.remodal-c-box {
  position: absolute;
  right: 30px;
  top: 20px;
}
.login-2-bg {
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0 40px 65px 0 rgba(194, 194, 194, 0.5);
}
@media only screen and (min-width: 1024px) {
  .login-2-bg {
    width: 475px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .login-2-bg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .login-2-bg .log2-col:nth-child(1) {
    width: 390px;
   
  }
  .login-2-bg .log2-col:nth-child(2) {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .login-2-bg .log2-col:nth-child(2) {
    margin-top: 20px;
  }
}
.log2-form-row2 {
  position: relative;
}
.log2-form-row2::after {
  content: "";
  clear: both;
  display: block;
}
.log2-form-row2 .log2-form-col2 {
  position: relative;
  overflow: hidden;
  width: 48%;
}
.log2-form-row2 .log2-form-col2:nth-child(1) {
  float: left;
}
.log2-form-row2 .log2-form-col2:nth-child(2) {
  float: right;
  text-align: right;
}
.log2-form-row2 .log2-form-col2:nth-child(2) a {
  font-size: 12px;
}
.log2-right-bar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.log2-right-bar .log2-inner {
  background: rgba(0, 0, 0, 0.6);
  display: table;
  width: 100%;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .log2-right-bar .log2-inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .log2-right-bar .log2-inner {
    padding: 20px;
  }
}
.log2-right-bar .log2-inner .log2-cell {
  display: table-cell;
  vertical-align: middle;
}
.log2-right-bar .log2-in-text1 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid rgba(242, 242, 242, 0.15);
  line-height: 34px;
}
.log2-right-bar .log2-in-text2 {
  margin-top: 20px;
}
.log2-right-bar .log2-in-text2 span {
  display: block;
  line-height: 33px;
}
.log2-right-bar .log2-in-button {
  display: block;
  margin-top: 20px;
}
.log2-right-bar .log2-in-button span {
  display: block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
  padding: 15px 10px;
  color: #1b1b1b;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
}
.log2-right-bar .log2-in-button span:hover {
  background: #49987c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.log2-tab-content,
.log2-tab-content-right {
  display: none;
}
.log2-tab-content.current,
.log2-tab-content-right.current {
  display: block;
}
.log2-tab {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
.log2-tab li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  color: #d8d8d8;
}
.log2-tab li:hover,
.log2-tab li.current {
  color: #1b1b1b;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pro-link {
  position: relative;
  overflow: hidden;
}

.display-block {

    display:block !important
}
