body {
  background-color: #f9f9f9;
  font-size: 14px; }
  body section {
    height: auto;
    background-color: #f9f9f9; }
  body .swal-button:focus {
    box-shadow: none; }
  body .swal-button--catch {
    background-color: #e6007e;
    border: none; }
    body .swal-button--catch:not([disabled]):hover {
      background-color: white;
      border: 2px solid #e6007e;
      color: #e6007e;
      padding: 8px 22px; }

header {
  background-color: white;
  height: initial;
  font-size: 13px;
  color: #8a8a8a; }
  header a {
    color: #e6007e;
    cursor: pointer; }
  header a.login, header a.logout {
    padding: 10px 20px;
    background: #91d067;
    border-radius: 5px;
    color: white;
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: initial; }
    header a.login i, header a.logout i {
      margin-right: 10px; }
  header .header-top {
    background-color: #e9e9e9;
    width: 100%;
    height: 42px; }
    header .header-top .pull-right {
      line-height: 40px;
      font-size: 16px;
      font-style: italic; }
    header .header-top li.whatsapp a {
      background-color: #74e7af; }
    header .header-top li {
      list-style: none;
      float: left;
      display: block; }
      header .header-top li a {
        padding: 0 20px;
        background-color: #bcbcbc;
        color: white;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        display: block;
        margin-top: 5px;
        border-radius: 5px; }
  header .header-center {
    padding: 10px 0; }
    header .header-center .search-tags a {
      border: 1px solid #efefef;
      padding: 0 5px;
      border-radius: 4px;
      margin-left: 5px; }
    header .header-center .accounts {
      padding: 20px; }
    header .header-center .account-menu {
      position: relative; }
      header .header-center .account-menu a {
        z-index: 112; }
        header .header-center .account-menu a:hover {
          border-bottom: 3px solid rgba(0, 0, 0, 0.2);
          background-color: #89cb5d; }
    header .header-center .account-toggle {
      display: none;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 200px;
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.55);
      top: 2px;
      padding-top: 60px;
      z-index: 111;
      left: -50%; }
      header .header-center .account-toggle li {
        list-style: none;
        display: block;
        width: 100%;
        line-height: 28px;
        font-size: 16px;
        padding: 5px;
        text-align: right;
        margin: 0; }
        header .header-center .account-toggle li a {
          display: block;
          cursor: pointer;
          color: white;
          padding-right: 5px; }
          header .header-center .account-toggle li a:hover {
            background-color: #f4f4f4;
            border-bottom: none;
            border-radius: 5px;
            color: #13254a; }
    header .header-center .search {
      padding: 20px 0;
      position: relative;
      padding-bottom: 10px; }
      header .header-center .search .input-search {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid #ebebeb;
        background-color: #fbfbfb;
        width: 100%;
        height: 46px;
        padding: 0 25px;
        line-height: 46px;
        font-size: 16px; }
      header .header-center .search span {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 56px;
        height: 46px;
        text-align: center;
        cursor: pointer; }
        header .header-center .search span:hover {
          background: rgba(181, 250, 109, 0.71);
          border-top-left-radius: 0px;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          border-bottom-left-radius: 0px; }
          header .header-center .search span:hover i {
            color: white; }
        header .header-center .search span i {
          color: #fe6f8d;
          font-size: 20px;
          line-height: 46px; }
  header .header-menu {
    background-color: #ffc5d1;
    height: 50px; }
    header .header-menu nav ul.web-menu .pull-right {
      background-color: #ffd7df; }
    header .header-menu nav ul.web-menu li {
      list-style: none;
      float: left;
      display: block;
      padding: 0px;
      position: relative; }
      header .header-menu nav ul.web-menu li a {
        color: #000;
        font-size: 20px;
        padding: 0 10px;
        display: block;
        line-height: 50px; }
      header .header-menu nav ul.web-menu li a:hover {
        background-color: #e6007e;
        color: #fff; }
    header .header-menu nav ul.web-menu li.last_item:last-child {
      color: #000; }
      header .header-menu nav ul.web-menu li.last_item:last-child ul {
        left: initial;
        right: 0; }
    header .header-menu nav ul.web-menu li.last_item ul.submenu {
      display: none;
      position: absolute;
      width: 620px;
      top: 50px;
      left: 0;
      background: white;
      z-index: 100;
      padding: 10px;
      border: 1px solid #ffc5d1;
      padding-right: 210px;
      min-height: 202px; }
      header .header-menu nav ul.web-menu li.last_item ul.submenu li.image {
        position: absolute;
        top: 0;
        right: 10px; }
      header .header-menu nav ul.web-menu li.last_item ul.submenu li {
        width: 190px;
        display: inline-block; }
        header .header-menu nav ul.web-menu li.last_item ul.submenu li a {
          padding: 5px;
          font-size: 15px;
          line-height: 25px; }
    header .header-menu nav ul.web-menu li.last_item ul.active {
      display: block !important; }
  header .logo {
    height: 110px;
    position: initial; }
  header .cart-count {
    background-color: #e6007e;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold; }
  header .web-menu-user li {
    list-style: none;
    float: left;
    margin-left: 15px;
    line-height: 65px; }

footer {
  background-color: #f8f8f8;
  color: #777777;
  margin-top: 20px; }
  footer h2 {
    color: #151515;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  footer p {
    font-size: 14px; }
  footer .payments {
    margin: 30px 0; }
    footer .payments img {
      width: 100%; }
  footer .center {
    margin-top: 30px; }
    footer .center p {
      margin-top: 15px;
      text-align: center; }
    footer .center li {
      list-style: none;
      display: block;
      padding: 5px 0; }
      footer .center li a {
        color: #777777;
        font-size: 15px; }
  footer .info-box {
    background-color: #fefefe;
    border: 1px solid #f3f3f3;
    height: 125px;
    display: block;
    width: 100%; }
    footer .info-box li {
      list-style: none;
      float: left;
      width: 25%;
      height: 125px; }
      footer .info-box li a {
        width: 100%;
        height: 100%;
        display: block; }
      footer .info-box li .credit-cart {
        background: url("../images/kredi-karti.png") no-repeat center center; }
      footer .info-box li .order-return {
        background: url("../images/kosulsuz-iade.png") no-repeat center center; }
      footer .info-box li .security-cart {
        background: url("../images/guvenli-alisveris.png") no-repeat center center; }
      footer .info-box li .free-shipping {
        background: url("../images/ucretsiz-kargo.png") no-repeat center center; }
  footer .social-nav {
    padding: 30px 0;
    display: inline-block;
    width: 100%; }
    footer .social-nav span {
      font-size: 14px;
      color: white;
      line-height: 40px; }
    footer .social-nav ul {
      float: right; }
    footer .social-nav li {
      list-style: none;
      float: left; }
      footer .social-nav li a {
        background-color: white;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        display: block;
        margin: 0 5px;
        color: #454545; }
        footer .social-nav li a:hover {
          background-color: rgba(255, 255, 255, 0.22); }
  footer .about-us p {
    margin-top: 20px;
    color: #777777;
    text-align: left; }
  footer .top {
    background-color: #ff738e;
    width: 100%;
    height: 100px; }
  footer .logo {
    height: 100px; }
  footer .newsletter .news-left {
    display: table; }
    footer .newsletter .news-left span {
      font-size: 18px;
      line-height: 18px;
      color: white;
      display: table-cell;
      vertical-align: middle; }
      footer .newsletter .news-left span i {
        line-height: 100px;
        font-size: 35px;
        margin-right: 20px; }
  footer .newsletter .news-center {
    display: table;
    width: 100%;
    padding: 27px 0; }
    footer .newsletter .news-center span {
      position: absolute;
      background-color: #c3edd7;
      color: black;
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      padding: 0 20px;
      display: block;
      top: 0;
      right: 0;
      cursor: pointer; }
    footer .newsletter .news-center input {
      width: 100%;
      height: 45px;
      line-height: 45px;
      padding: 0 20px;
      background-color: white;
      border: none;
      font-size: 16px; }
  footer .copyright {
    height: 45px;
    line-height: 45px;
    background-color: white;
    border-top: 1px solid #efefef;
    color: #a1a1a1;
    font-size: 14px; }

.slide {
  margin-bottom: 20px; }

.icon-banner {
  margin: 20px 0; }

.blog-list {
  margin: 20px 0;
  display: inline-block; }
  .blog-list h2 {
    text-align: left;
    text-transform: uppercase;
    color: #222222; }
  .blog-list img {
    width: 100%; }
  .blog-list .navigation {
    padding: 0 15px;
    margin-bottom: 20px; }
  .blog-list .list-item {
    border: none; }
    .blog-list .list-item .options {
      padding: 20px;
      border: 1px solid #e8e8e8;
      background-color: white;
      min-height: 195px; }
      .blog-list .list-item .options .sort-desc {
        margin-top: 10px;
        color: #909090;
        font-size: 12px; }
      .blog-list .list-item .options h5.title {
        text-align: left;
        color: #3f3f3f;
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        margin-top: 0;
        font-weight: bold; }
      .blog-list .list-item .options .blog-info span {
        font-size: 12px; }
      .blog-list .list-item .options .blog-info span.author {
        font-weight: bold;
        padding-right: 10px;
        border-right: 1px solid #aaaaaa; }
      .blog-list .list-item .options .blog-info span.date {
        padding: 0 10px; }
      .blog-list .list-item .options .blog-detail:hover {
        border-bottom: 1px solid black; }
      .blog-list .list-item .options a {
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 20px;
        color: black;
        display: inline-block; }
        .blog-list .list-item .options a i {
          margin-left: 15px;
          font-size: 20px;
          position: relative;
          top: 4px; }

.category-product .category-banner {
  width: 240px;
  float: left;
  margin-right: 20px; }
.category-product .category-items {
  width: calc( 100% - 260px );
  float: left; }
  .category-product .category-items .navigation {
    position: relative; }
    .category-product .category-items .navigation h1 {
      text-align: left;
      font-size: 22px;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold;
      color: #000;
      padding-left: 10px; }

.product-list .list-item {
  float: left;
  padding: 0;
  margin: 0px;
  width: calc(25% - 20px); }
  .product-list .list-item .inner {
    padding-left: 10px;
    padding-bottom: 10px; }
  .product-list .list-item .item-group {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px; }
  .product-list .list-item .list-image {
    height: 260px;
    display: table;
    width: 100%; }
    .product-list .list-item .list-image a {
      display: table-cell;
      vertical-align: middle; }
      .product-list .list-item .list-image a img {
        max-width: 100%;
        width: auto;
        border-radius: 5px; }
  .product-list .list-item .options {
    padding: 10px;
    background-color: white; }
    .product-list .list-item .options .title {
      font-weight: bold;
      text-align: left;
      display: block;
      margin: 0;
      height: 30px; }
    .product-list .list-item .options .price {
      padding: 10px 0;
      font-size: 16px;
      color: #e6007e;
      padding-bottom: 0; }
  .product-list .list-item button.cart-add-button {
    width: 100%;
    border: 1px solid #fd3b6d;
    height: 40px;
    color: #fd3b6d;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: transparent; }
    .product-list .list-item button.cart-add-button i {
      position: relative;
      top: 3px;
      margin-right: 10px; }
    .product-list .list-item button.cart-add-button:hover {
      background-color: #e6007e;
      color: white; }
.product-list .slick-prev, .product-list .slick-next {
  top: -34px;
  height: 35px;
  line-height: 35px;
  background-color: white;
  border: 1px solid #687787; }
  .product-list .slick-prev:hover, .product-list .slick-next:hover {
    border-color: #e6007e; }
.product-list .slick-next {
  right: 0; }
  .product-list .slick-next:before {
    color: #687787;
    opacity: 1; }
.product-list .slick-prev {
  right: 40px;
  left: initial; }
  .product-list .slick-prev:before {
    color: #687787;
    opacity: 1; }

.main-content .page-content {
  background-color: #f9f9f9; }
.main-content .page-content.page-thin {
  padding: 20px 0; }

.slick-slider {
  margin-bottom: 0; }

#product img {
  border-radius: 4px; }
#product img.main-image {
  cursor: zoom-in; }
#product ul.images {
  display: table;
  margin: 10px auto; }
#product .product-list {
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%; }
  #product .product-list .list-item {
    width: 25%; }

.filter-sidebar .filter-group {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f3f3f3; }
  .filter-sidebar .filter-group:first-child h3 {
    margin-top: 0; }
  .filter-sidebar .filter-group ul li {
    list-style: none;
    display: block; }

#product-info .right-bar {
  padding-left: 15px; }
  #product-info .right-bar h1 {
    font-size: 28px; }
#product-info a.image {
  display: block;
  background: white;
  border: 1px solid #efefef;
  padding: 5px;
  border-radius: 4px; }
#product-info .product-details ul li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #f2ecec;
  font-size: 16px; }
  #product-info .product-details ul li .active label {
    background-color: #f83356 !important;
    border-color: black !important;
    color: white; }
  #product-info .product-details ul li .disabled {
    opacity: 0.5; }
  #product-info .product-details ul li .quantity-button {
    width: 35px;
    text-align: center;
    padding: 0;
    border-radius: 2px;
    height: 45px;
    background: #3f3f3f;
    border: 1px solid black; }
    #product-info .product-details ul li .quantity-button:hover {
      background-color: #5d5d5d; }
  #product-info .product-details ul li .cart-add-button {
    height: 45px;
    background: #f83356;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.31); }
    #product-info .product-details ul li .cart-add-button i {
      font-size: 18px;
      margin-right: 5px; }
    #product-info .product-details ul li .cart-add-button:hover {
      background-color: #a42d44; }
  #product-info .product-details ul li .fav-add-button {
    height: 45px;
    background: #fff;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.31);
    padding: 0;
    width: 45px;
    margin-left: 10px;
    color: #000; }
    #product-info .product-details ul li .fav-add-button i {
      margin-right: 0px;
      font-size: 18px; }
    #product-info .product-details ul li .fav-add-button:hover {
      border-color: deeppink;
      color: deeppink; }
  #product-info .product-details ul li strong {
    display: inline-block;
    width: 80px; }
#product-info .product-details ul li.price-list {
  border: 1px solid #e6007e;
  padding: 0;
  background: white;
  display: inline-block;
  width: 100%; }
  #product-info .product-details ul li.price-list .price {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    padding: 0 10px; }
  #product-info .product-details ul li.price-list .shipping {
    float: right;
    font-size: 14px;
    width: 150px;
    line-height: 15px;
    background: #f83356;
    padding: 10px;
    color: white; }
#product-info .product-details ul li.options {
  border-left: 3px solid #91d067;
  margin-top: 10px;
  padding-left: 10px; }
  #product-info .product-details ul li.options h6 {
    display: block;
    float: left;
    min-width: 60px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold; }
  #product-info .product-details ul li.options input {
    display: none; }
  #product-info .product-details ul li.options label {
    padding: 5px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    min-width: 40px;
    text-align: center; }
  #product-info .product-details ul li.options li {
    border: none;
    display: inline-block; }
#product-info .product-details ul li.error-option {
  border: none; }
  #product-info .product-details ul li.error-option span {
    display: block;
    background: #ff4545;
    color: white;
    padding: 3px 10px;
    border-radius: 3px; }

.shopping-cart-table ul.options li {
  list-style: none; }
  .shopping-cart-table ul.options li strong {
    min-width: 60px;
    display: inline-block; }
  .shopping-cart-table ul.options li span {
    background: pink;
    padding: 0 5px;
    border-radius: 3px;
    color: black; }

.widget-info .right p {
  line-height: 44px; }

.main-slide .slick-prev, .main-slide .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 35px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ffffff80;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 5px;
  border: none;
  outline: none; }
  .main-slide .slick-prev:before, .main-slide .slick-next:before {
    color: black; }
.main-slide .slick-prev {
  left: 5px; }
.main-slide .slick-next {
  right: 5px; }
.main-slide .slick-prev.slick-disabled::before, .main-slide .slick-next.slick-disabled::before {
  opacity: 1; }

.cart-total {
  padding: 20px 0; }
  .cart-total ul {
    margin: 0;
    padding: 0; }
    .cart-total ul li {
      list-style: none;
      display: inline-block;
      border-bottom: 1px solid #e0e0e0;
      padding: 5px 10px;
      width: 100%; }
      .cart-total ul li span {
        font-size: 16px;
        width: 50%;
        float: left; }
        .cart-total ul li span:first-child {
          width: 60%; }
          .cart-total ul li span:first-child:after {
            content: ":";
            display: block;
            float: right; }
        .cart-total ul li span:last-child {
          width: 40%;
          text-align: right; }
    .cart-total ul li.total {
      background-color: #e6007e;
      color: white;
      border: none;
      font-size: 18px;
      text-transform: uppercase; }

.sf-sea .sf-nav li.sf-active, .sf-sea .sf-nav li.sf-nav-link:hover {
  background: #e6007e !important; }

.sf-circle, .sf-sea {
  padding: 10px 20px; }
  .sf-circle .sf-nav-step a, .sf-sea .sf-nav-step a {
    color: #fff; }
  .sf-circle .coupon-button, .sf-sea .coupon-button {
    height: 40px !important; }
  .sf-circle .cart-summary .cart-total, .sf-sea .cart-summary .cart-total {
    margin-top: 10px; }

#payment_address {
  width: calc(50% - 10px );
  margin-right: 0;
  float: left;
  text-transform: uppercase;
  height: 49px;
  font-size: 18px;
  color: white;
  background: #13d576; }

#add_new_address {
  width: 50%;
  text-transform: uppercase;
  height: 49px;
  font-size: 18px;
  float: left;
  color: white;
  background: #069fb1; }

#save_new_address, .save_new_address {
  width: 100%;
  text-transform: uppercase;
  height: 49px;
  font-size: 18px;
  color: white;
  background: #13d576; }

.parsley-errors-list {
  margin: 0; }

.select2-container--default .select2-selection--single {
  height: 40px; }

#address-list label.active, #address-list label.hover {
  background-color: rgba(255, 197, 209, 0.22);
  border-color: rgba(0, 0, 0, 0.39); }
#address-list label {
  list-style: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 10px 0;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding-left: 80px; }
  #address-list label .iradio_flat-green {
    position: absolute;
    left: 40px;
    top: 50px !important; }
  #address-list label h4 {
    line-height: 60px; }
  #address-list label span {
    width: 100%;
    display: block;
    font-weight: normal; }
    #address-list label span strong {
      width: 135px;
      display: inline-block;
      font-size: 14px; }
  #address-list label span.location {
    font-size: 12px; }

.doshedt {
  border-top: 2px dashed #c8c6c6; }

.doshedl {
  border-left: 2px dashed #c8c6c6; }

.doshedr {
  border-right: 2px dashed #c8c6c6; }

.doshedb {
  border-bottom: 2px dashed #c8c6c6; }

#product-cart a.btn {
  width: 100%;
  margin-top: 20px; }

.success {
  text-align: center;
  padding: 20px 0; }
  .success i {
    font-size: 150px;
    color: greenyellow; }
  .success span {
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: -40px;
    left: 20px; }

.confirm_button {
  width: 100%;
  margin-top: 30px;
  background: #34e769; }

#payment_confirm_form .nav.nav-tabs > li.active > a {
  background-color: #f0f0f0;
  border-bottom: none;
  color: #121212;
  padding: 12px 20px; }
#payment_confirm_form .nav.nav-tabs > li > a {
  background-color: #91d067;
  border: none;
  color: #fff;
  border-radius: 5px 5px 0 0; }
#payment_confirm_form .tab-content {
  background-color: #f0f0f0;
  border-top: none;
  padding: 25px 15px; }
#payment_confirm_form .nav-tabs.nav-primary > li > a::before {
  background-color: transparent; }
#payment_confirm_form .nav-tabs {
  border-bottom: 1px solid #ddd; }

.login-right, .login-left {
  font-size: 14px; }
  .login-right h3, .login-left h3 {
    margin-top: 0 !important;
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 30px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 30px;
    color: black;
    text-align: center;
    width: 100%; }

#product-login label {
  font-size: 14px; }

.category-description {
  max-height: 200px;
  overflow-y: auto; }

/* mobile */
@media (max-width: 780px) {
  header {
    margin-bottom: 10px; }

  .sf-sea .sf-nav li > a > span {
    display: none; }

  .main-content .page-content.page-thin {
    padding: 0px; }

  .category-product .category-items {
    width: 100%; }
    .category-product .category-items .navigation h1 {
      font-size: 17px; }

  .icon-banner {
    width: 100%; }

  .blog-list .list-item .blog-info, .blog-list .list-item .sort-desc {
    display: none; }

  #product img.main-image {
    width: 100%; }
  #product .product-list {
    margin-left: 0;
    margin-right: 0; }
    #product .product-list .list-item {
      width: calc( 50% - 5px );
      margin-right: 5px; }
      #product .product-list .list-item:nth-child(2n) {
        margin-right: 0; }
      #product .product-list .list-item .inner {
        padding-left: 0; }

  .search-tags {
    display: block;
    margin-bottom: 10px;
    text-align: center; }

  .quantity-buttons {
    display: block;
    width: 135px;
    float: left; }

  .cart-add-button {
    width: calc( 100% - 145px); }

  #hemen-al {
    width: 100%;
    margin-top: 10px; }

  .login-right, .login-left {
    margin-top: 20px; }

  #blog .images img {
    width: 100%; } }

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