@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url(../css/animate.css);
@import url(../css/custom.css);
@import url(../css/jquery.mmenu.all.css);
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext");
.full-menu:not(.mm-menu) {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .full-menu:not(.mm-menu) ul {
    margin-bottom: 0;
    text-align: center;
    position: relative;
width: max-content;	}
  .full-menu:not(.mm-menu) ul > li {
	position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .full-menu:not(.mm-menu) ul > li:hover {
    background-color: #940c25;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .full-menu:not(.mm-menu) ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 4.8em; 
	padding: 0 !important;}
  .full-menu:not(.mm-menu) ul > li > a {
    color: #fff;
    padding: 2.1em 1em;
    display: block;
    font-size: .9em;
    font-weight: bold; }
  .full-menu:not(.mm-menu) ul > li > ul {
    z-index: 999;
    position: absolute;
    top: 10em;
    left: 0;
    background-color: #940c25;
    padding: 2em 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .full-menu:not(.mm-menu) ul > li > ul > li {
    display: inherit;
    text-align: left; }
  .full-menu:not(.mm-menu) ul > li > ul > li > a {
    display: block;
    padding: .5em 1em;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .full-menu:not(.mm-menu) ul > li > ul > li > a:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /*padding-left: 2em;*/
	background: #ed1940;
	}

.mega-menu {
  -webkit-column-count: 6 !important;
  -moz-column-count: 6 !important;
  column-count: 6 !important;
  width: 100%; }

.single-menu {
  width: 250px; }

.position-relative {
  position: relative; }

*:active,
*:focus {
  outline: 0; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.cf:after, .cf:before {
  display: table;
  content: " "; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table; }
  .vertical-align-wrap .vertical-align {
    background: white;
    display: table-cell; }
  .vertical-align-wrap .vertical-align--middle {
    vertical-align: middle; }

a {
  color: #444;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  background-color: inherit;
  color: inherit; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-size: 14px;
  color: #777;
  font-family: 'Open Sans';
  font-weight: 400; }

.main-slider {
  width: 100%; }
  .main-slider .owl-stage-outer, .main-slider .main-slider-item, .main-slider .owl-item {
    width: 100%;
    height: 100%; }
  .main-slider .owl-stage {
    height: 100%; }
  .main-slider .main-slider-item img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%; }
  .main-slider .owl-controls {
    width: 100%;
    position: absolute;
    bottom: 2.5%; }
    .main-slider .owl-controls .owl-dots {
      text-align: center; }
      .main-slider .owl-controls .owl-dots .owl-dot {
        width: .9em;
        height: .9em;
        background: #646363;
        display: inline-block;
        border-radius: 50%;
        margin: 0 .5em; }
        .main-slider .owl-controls .owl-dots .owl-dot.active {
          background: #ed1940; }

.toggle-nav {
  position: absolute;
  font-size: 2em;
  top: .7em;
  left: .5em;
  z-index: 9999;
  color: #ed1940; }

header {
  height: 70px;
  background: #ed1940;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.75);
  z-index: 2;
  position: relative; }
  header .social ul {
    list-style: none;
    margin-bottom: 0;
    font-size: 0; }
    header .social ul li {
      display: inline-block; 
	  position:relative;}
      header .social ul li.social-li a {
		position: relative;
        padding: 1.8em .7em;
        display: block;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        header .social ul li.social-li a i {
          color: #fff; }
        header .social ul li.social-li a.twitter {
          background: #00b0ea; }
        header .social ul li.social-li a.instagram {
          background: #02c491; }
        header .social ul li.social-li a.facebook {
          background: #008ad1; }
        header .social ul li.social-li a:hover {
          background-color: #b8b8b8; }
  header .logo {
    text-align: center;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 1.2em 1.6em;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.74); }

.section-1 {
  padding: 4em 0;
  background: #f0f0f0; }
  .section-1 .home-video iframe {
    width: 100%;
    height: 375px; }
  .section-1 .home-posts {
    background: #fff;
    padding: 1.5em; }
    .section-1 .home-posts .home-post h2 {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 20px;
      color: #83be56;
      font-weight: bold; }
    .section-1 .home-posts .home-post p {
      color: #878787;
      margin-bottom: 15px; }
    .section-1 .home-posts .home-post .read-more {
      margin-top: 2em;
      background: #ed1940;
      font-weight: bold;
      border-radius: 20px;
      color: #fff;
      padding: 5px;
      display: block;
      width: 100px;
      text-align: center; }
    .section-1 .home-posts .owl-nav i {
      color: #83be56;
      font-size: 3em; }
    .section-1 .home-posts .owl-nav .owl-prev {
      position: absolute;
      right: 20%;
      bottom: 3%; }
    .section-1 .home-posts .owl-nav .owl-next {
      position: absolute;
      right: 10%;
      bottom: 3%; }

.section-2 {
  padding: 4em 0; }
  .section-2 .heading {
    color: #4a4a49;
    text-align: center;
    font-size: 2em;
    font-weight: bold; }
  .section-2 .heading-description {
    color: #ee284d;
    text-align: center;
    font-weight: bold;
    margin-top: 1em; }
    .section-2 .heading-description:after {
      display: inline-block;
      margin: 0 0 5px 20px;
      height: 1px;
      content: " ";
      text-shadow: none;
      background-color: #ee284d;
      width: 140px; }
    .section-2 .heading-description:before {
      display: inline-block;
      margin: 0 20px 5px 0;
      height: 1px;
      content: " ";
      text-shadow: none;
      background-color: #ee284d;
      width: 140px; }
  .section-2 .home-products {
    margin-top: 4em; }
    .section-2 .home-products .owl-controls {
      width: 100%;
      position: absolute;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .section-2 .home-products .owl-controls .fa {
        font-size: 2.5em; }
      .section-2 .home-products .owl-controls .owl-prev {
        position: absolute;
        left: -5em;
        padding-top: .4em;
        width: 3.5em;
        height: 3.5em;
        background: #ed1940;
        text-align: center;
        color: #fff;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .section-2 .home-products .owl-controls .owl-prev:hover {
          background: rgba(255, 255, 255, 0.8);
          color: #000;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .section-2 .home-products .owl-controls .owl-next {
        position: absolute;
        right: -5em;
        padding-top: .4em;
        width: 3.5em;
        height: 3.5em;
        background: #ed1940;
        text-align: center;
        color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .section-2 .home-products .owl-controls .owl-next:hover {
          background: rgba(255, 255, 255, 0.8);
          color: #000;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }

.section-3 {
  background: url("../images/green-bg.png");
  padding: 4em 0; }
  .section-3 .certificate {
    text-align: center; }
    .section-3 .certificate img {
      height: 100px;
      margin-bottom: 2em; }
    .section-3 .certificate p {
      color: #fff;
      margin-top: 1em;
      font-size: 1.1em; }

.section-4 {
  background: #ed1940;
  padding: 3em 0; }
  .section-4 .contct {
    text-align: center; }
    .section-4 .contct img {
      height: 50px;
      margin-bottom: 2em; }
    .section-4 .contct p {
      color: #6b1419; }

footer {
  background: #000000;
  padding: 4em 0;
  position: relative; }
  footer h3 {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 2em; }
    footer h3:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      background: #ed1940;
      left: 0px;
      top: 27px; }
  footer .footer-menu ul {
    list-style: none; }
    footer .footer-menu ul li {
      margin-bottom: .7em; }
      footer .footer-menu ul li a {
        color: #fff;
        display: block; }
  footer .social {
    margin-top: 1.3em; }
    footer .social ul {
      list-style: none; }
      footer .social ul li {
        display: inline-block;
        margin-right: 1em; }
        footer .social ul li i {
          font-size: 18px;
          color: #706f6f; }
  footer .copyright-text {
    position: absolute;
    bottom: 5.5em;
    color: #ed1940;
    font-size: 12px; }

.content-section {
  margin: 3em 0; }
  .content-section .left-menu {
    background: #c6c6c6;
    padding: 3em;
    width: 100%; }
    .content-section .left-menu .left-menu-title {
      font-size: 1em;
      font-weight: bold;
      color: #fff;
      position: relative;
      margin-bottom: 2em; }
      .content-section .left-menu .left-menu-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #ed1940;
        left: 0px;
        top: 27px; }
    .content-section .left-menu ul {
      list-style: none; }
      .content-section .left-menu ul li {
        margin-bottom: .8em; }
        .content-section .left-menu ul li a {
          color: #fff; }
  .content-section .content-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #ed1940;
    position: relative;
    margin-bottom: 2em;
    margin-top: 0; }
    .content-section .content-title:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 3px;
      background: #ed1940;
      left: 0px;
      top: 35px; }

.products {
  margin: 4em 0 0 0; }
  .products .product-item {
    margin-bottom: 5em; }

.product-item {
  color: #000; }
  .product-item .product-img {
    position: relative;
    height: 365px;
    background: #f0f0f0; }
    .product-item .product-img img {
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); 
	  max-width:90%;}
  .product-item .product-title {
    font-size: 1.3em;
    margin-top: 1.5em;
    text-align: center; }
  .product-item .prices {
    margin-top: 1.5em;
    height: 35px;
    border: 1px solid #ddd; }
  .product-item .variation span:first-child {
    width: 40%;
    float: left;
    background: #f0f0f0;
    text-align: center;
    padding: 6px 0px;
    color: #000; }
  .product-item .variation span:last-child {
    float: left;
    width: 60%;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 8px; }
  .product-item .buy-now {
    background: #ed1940;
    color: #fff;
    font-weight: bold;
    padding: 11px;
    display: block;
    width: 130px;
    text-align: center;
    margin: 2em auto;
    border-radius: 22px; }

.contact-content {
  margin-bottom: 3em; }
  .contact-content h3 {
    font-weight: bold;
    font-size: 1em;
    color: #878787; }
  .contact-content p {
    color: #878787;
    font-style: italic; }
    .contact-content p span {
      color: #ff0000; }

.contact-form-title {
  color: #ed1940;
  margin: 1.4em 0; }

.contact-form .contact-input {
  border: 0;
  border-bottom: 3px solid #f8f8f8;
  padding: 7px;
  width: 100%; }
  .contact-form .contact-input::placeholder {
    color: #8f8f8f;
    opacity: 1; }
  .contact-form .contact-input :-ms-input-placeholder {
    color: #8f8f8f; }
  .contact-form .contact-input ::-ms-input-placeholder {
    color: #8f8f8f; }
.contact-form .contact-submit {
  margin-top: 2em;
  background: #ed1940;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
  padding: 5px;
  display: block;
  width: 100px;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.product-image {
  text-align: center;
  background: url(../images/image-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4em;
  height: 596px;
  padding-top: 4em;
  margin-bottom: 4em; }
  .product-image img {
    margin: 0 auto;
    height: 460px; }

.product-detail {
  padding-top: 8em; }
  .product-detail h2 {
    color: #cb9660;
    margin-bottom: 0;
    margin-top: 0.3em; }
  .product-detail hr {
    border-top: 2px solid #e9e9e9; }
  .product-detail ul.product-attributes {
    list-style: none; }
    .product-detail ul.product-attributes li {
      margin-bottom: .5em; }
      .product-detail ul.product-attributes li span {
        display: inline-block;
        font-weight: 600;
        color: #706f6f;
        text-transform: uppercase; }
      .product-detail ul.product-attributes li span:nth-child(1) {
        width: 100px; }
      .product-detail ul.product-attributes li span:nth-child(2) {
        width: 30px; }
  .product-detail .product-price {
    color: #ed1940;
    font-size: 2.5em;
    margin-bottom: .7em; }
  .product-detail ul.product-variations {
    list-style: none; }
    .product-detail ul.product-variations li {
      display: inline-block;
      margin-right: 1em; }
      .product-detail ul.product-variations li a {
        background: #ededed;
        padding: .7em 1.5em;
        display: block;
        color: #706f6f; }
        .product-detail ul.product-variations li a:hover {
          background-color: #d4d4d4;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -ms-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
  .product-detail .product-quanity input[type="button"] {
    font-family: FontAwesome;
    border: 2px solid #e9e9e9;
    color: #9d9d9c;
    background: none;
    padding: .5em; }
  .product-detail .product-quanity input[type="text"] {
    display: inline-block;
    width: 56px;
    margin-left: -3px;
    border: 0px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    margin-right: -4px;
    padding: .5em;
    text-align: center;
    color: #646363;
    font-weight: bold; }
  .product-detail .add-to-cart {
    background: #ed1940;
    color: #fff;
    font-weight: bold;
    padding: .8em;
    border-radius: 22px;
    display: block;
    text-align: center;
    width: 134px;
    text-transform: uppercase; }
    .product-detail .add-to-cart:hover {
      background-color: #c40f30;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }

@media only screen and (min-width: 425px) and (max-width: 550px) {
	header .logo {
		right: 1%;
	}
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
	header .logo {
		right: 10%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
	.product-item .product-title {
		height:50px !important;
	}
	header .social ul > li > a span {
		
	}
	header .social ul > li > a {
		padding: 22px 5px !important;
		color: #717171 !important;
		font-size: 20px !important;
	}
  .page-header {
    padding: 15px 0 !important;
  }
  .satinal-v12 .preview {
    width: 100% !important;
  }
  .satinal-v12 .step {
    width: 100% !important;
  }
  .satinal-nav-v12 ul li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 17px !important;
  }
  header {
    height: auto;
    background: #f0f0f0; }
    header .logo {
      padding: .5em;
      position: relative;
      text-align: center;
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      header .logo img {
        height: 65px; }

  .full-menu {
    margin-top: 0px; }

  .section-2 .heading-description:before {
    display: none; }
  .section-2 .heading-description:after {
    display: none; }

  .section-2 .home-products .owl-controls .owl-prev {
    left: 0; }
  .section-2 .home-products .owl-controls .owl-next {
    right: 0; }

  footer .col-md-2 {
    margin-bottom: 3.5em; }
  footer img {
    margin: 0 auto; }
  footer h3 {
    text-align: center; }
    footer h3:after {
      transform: translate(-50%, 0);
      left: 50%; }
  footer .footer-menu ul li a {
    text-align: center; }
  footer .copyright-text {
    position: inherit;
    text-align: center; }
  footer .social ul {
    text-align: center; }

  .product-image {
    height: 490px;
    margin-bottom: 0; 
	background-position:center center;}
    .product-image img {
      height: 345px; }

  .product-detail {
    padding-top: 0; }	
}
@media only screen and (max-width: 768px) {
	.product-item .product-title {
		height:50px !important;
	}
	.section-1 .home-video iframe {
		height: 150px; !important;
	}
	.main-slider .main-slider-item img {
		height:150px !important;
	}
	header .social ul > li > a span {
		
	}
	header .social ul > li > a {
		padding: 22px 5px !important;
		color: #717171 !important;
		font-size: 20px !important;
	}
  .page-header {
    padding: 15px 0 !important;
  }
  .satinal-v12 .preview {
    width: 100% !important;
  }
  .satinal-v12 .step {
    width: 100% !important;
  }
  .satinal-nav-v12 ul li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 17px !important;
  }
  header {
    height: auto;
    background: #f0f0f0; }
    header .logo {
      padding: .5em;
      position: relative;
      text-align: center;
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      header .logo img {
        height: 65px; }

  .full-menu {
    margin-top: 0px; }

  .section-2 .heading-description:before {
    display: none; }
  .section-2 .heading-description:after {
    display: none; }

  .section-2 .home-products .owl-controls .owl-prev {
    left: 0; }
  .section-2 .home-products .owl-controls .owl-next {
    right: 0; }

  footer .col-md-2 {
    margin-bottom: 3.5em; }
  footer img {
    margin: 0 auto; }
  footer h3 {
    text-align: center; }
    footer h3:after {
      transform: translate(-50%, 0);
      left: 50%; }
  footer .footer-menu ul li a {
    text-align: center; }
  footer .copyright-text {
    position: inherit;
    text-align: center; }
  footer .social ul {
    text-align: center; }

  .product-image {
    height: 490px;
    margin-bottom: 0; 
	background-position:center center;}
    .product-image img {
      height: 345px; }

  .product-detail {
    padding-top: 0; } }

/*# sourceMappingURL=style.css.map */

#kapida_odeme_ucreti {
	font-weight: bold;
    color: #ed1940;
    font-size: 13px;
}

.left-menu-side .left-menu-inner .left-menu-title {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding: 5px 0;
    text-align: center;
	background: #f0f0f0;
    color: #009640;
    font-size: 20px;
    text-transform: uppercase;
    /* font-weight: bold; */
    text-shadow: 1px 1px 1px #565656;
}
.left-menu-side .left-menu-inner .left-menu-items ul li a:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #009640;
    transition: .4s ease-in-out;
    z-index: -1;
}
.left-menu-side .left-menu-inner .left-menu-items ul li a:hover {
	color:#009640;
}
.left-menu-side .left-menu-inner .left-menu-items ul li a:hover:before {
	width:100%;
}
.left-menu-side .left-menu-inner .left-menu-items ul li a {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding: 10px;
    border-bottom: 1px solid #f0f0f0;
	transition: .4s ease-in-out;
}
.left-menu-side .left-menu-inner .left-menu-items ul li {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
.left-menu-side .left-menu-inner .left-menu-items ul {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
.left-menu-side .left-menu-inner .left-menu-items {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
.left-menu-side .left-menu-inner {
	position:relative;
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
.left-menu-side {
	position:relative;
	display:block;
	width:100%;
	margin: 4em 0 0 0;
	padding:0;
}
.mini-cart-count {
    position: absolute;
    right: 13px;
    top: 27%;
    text-align: center;
    background: #83be56 !important;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    border: 1px solid #fff;
}
header .social ul > li > a > span {
	display: block;
    text-align: center;
    font-size: 12px;
	margin-top: 5px;
}
header .social ul > li > a {
	color: #fff;
    position: relative;
    padding: 13px 10px;
    display: block;
    font-size: 30px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    line-height: 10px;
}
.header-cart {

}
.header-cart>a {

}
.header-user-menu {
	
}

.header-user-menu>a span {

}
.header-user-menu>a {

}
.checkout a.theme-button:hover {
	
}
.checkout a.theme-button {
	border-radius: 0;
    padding: 5px !important;
    background: #ed1940 !important;
    border: 1px solid #717171 !important;
    box-shadow: 0px 0px 5px 0px #717171;
	transition: 0.2s all ease;
}
a.closeCart {
	cursor: pointer;
}
.header-cart span {
	font-size:12px !important;
}
.odeme-input option {
	background: #fff;
    color: #000;
}
.odeme-input {
	border: 1px solid #ed1940 !important;
    border-radius: 5px;
    color: #000000 !important;
	box-shadow: 0px 0px 1px 0px #7d7d7d;
	background: #fff !important;
}
.formCombo {
	
}
#firmabilgileri:before {
	content:"";
}
#firmabilgileri {
	
}
#SanalKlavye {
	display:none !important;
	opacity:0 !important;
	visibility:hidden !important;
}
input[type=text], input[type=email], input[type=search], input[type=password], input[type=number], select, textarea {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 42px;
    background-color: #f7f7f7;
    color: #000;
    margin-right: 3px;
    outline: none;
    max-width: 100%;
    border: 1px solid #ddd;
}
header .social ul > li {
	
}