﻿body {
  color: #38343e;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
* {
  outline: transparent 0 !important;
}

a {
  color: #38343e;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.scrollup {
  background: url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0
    transparent;
  bottom: 110px;
  display: none;
  height: 44px;
  position: fixed;
  right: 20px;
  width: 44px;
  z-index: 9;
}

.embed-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 6px;
  height: 0;
  overflow: hidden;
  border-radius: 0px;
}

.embed-container div,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*SEARCH*/
.search-input-box .search-input {
  background-color: #f5f5f5;
  border: none;
  max-width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 44px;
  box-shadow: none;
  border-radius: 0px;
  text-indent: 16px;
  border-right: none;
  letter-spacing: 0.5px;
}

.search-input-box .input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.search-input {
  color: #38343e;
  font-size: 13px;
  padding: 6px 10px;
  font-weight: 500;
}

.search-input-box {
  display: table;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  position: relative;
}

.search-input::-webkit-input-placeholder {
  color: #38343e;
}

.search-input:-moz-placeholder {
  color: #38343e;
}

.search-input-box span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  background-color: #38343e;
  font-size: 18px;
  padding: 13px 17px;
  line-height: 0;
  border-radius: 0;
  color: #fff;
}

@media (max-width: 991px) {
  .search-new-mobile {
    text-align: center;
    float: none;
    padding: 10px;
    background: #f8f4f6;
  }

  .search-input-box {
    border-radius: 0;
  }

  .search-input-box {
    max-width: 100%;
    margin: auto;
  }

  .input-group .search-input.form-control {
    height: 40px;
    background: #fff;
    text-indent: 15px;
    font-size: 13px;
    box-shadow: none;
    text-align: left;
    padding: 0;
    max-width: 100%;
    color: #38343e;
  }

  .search-input-box .search-btn {
    padding: 11px 18px;
    font-size: 18px;
    background: #fff;
    color: #38343e;
  }
}
/*New Search*/
.search-new {
  position: relative;
}
.quick-search-result.open-search {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
}

.quick-search-result.close-search {
  display: none;
}

.quick-search-result {
  width: 700px;
}

.km-search {
  box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
  background: #fff;
  padding: 10px 0px;
  border-right: 1px solid #ededed;
}

.search-sidebar h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 5px 20px;
  padding-bottom: 5px;
}

.search-sidebar > div {
  display: flex;
  flex-direction: column;
}

.search-sidebar ul {
  padding: 10px 0;
}

.search-sidebar ul li a {
  font-size: 13px;
  display: block;
  padding: 5px 20px;
}

.search-sidebar ul li a:hover {
  background: #ededed;
}

.search-products {
  background: #fff;
  padding: 10px 15px;
}

.search-products h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin: 5px 0;
}

.search-products > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
.search-products .border-box {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #ededed;
  border-radius: 0;
}

.search-products img {
  max-height: 70px;
  margin: 0 8px 0 0;
}

.search-products .prd-name {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-products .price-sales {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.search-products .price-standard {
  color: #999999;
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
}
/*SEARCH*/

/*#region marquee*/
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}
.header-free {
  background: #e62875;
  height: 32px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.header-free-box {
  padding: 0 60px;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

.header-free .toptext .top-text1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 60s linear infinite;
  animation-delay: -60s;
}

.header-free .toptext .top-text2 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 60s linear infinite;
  animation-delay: -30s;
}

.header-free .toptext span {
  font-size: 13px;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  padding-right: 38px;
  margin-right: 38px;
  line-height: 32px;
  letter-spacing: 2.2px;
}

.header-free .toptext span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*#endregion marquee*/

/*HEADER v3*/
.header-offset {
  padding-top: 212px;
}
.home-header-offset {
  padding-top: 192px;
}
.step-address.header-offset {
  padding-top: 128px;
}

.login-container.header-offset {
  padding-top: 140px;
}

.headerv3.navbar-km {
  background: #fff;
  border: none;
  min-height: auto;
  box-shadow: 0 0 7px 2px rgba(128, 128, 128, 0.2);
}

.navbar.stuck .navbar-top {
  margin-top: -40px;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.top-secret {
  background: #d9afc4;
  line-height: 30px;
}

.top-secret a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
  display: block;
}

.top-slider span {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
  line-height: 30px;
}

.headerv3.header-cart .navbar-brand {
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  position: absolute;
  right: 0;
  margin-top: 5px;
  width: 190px;
  display: block;
  padding: 0;
}
.headerv3.header-cart .brandWrap {
  height: 100px;
}

.headerv3 .brandWrap {
  clear: both;
}

.headerv3 .navbar-brand {
  padding: 14px 0;
  height: auto;
}
.headerv3 .navbar-brand img {
  display: block;
  width: 100%;
}

.headerv3 .header-right {
  margin-top: 28px;
}

.headerv3 .navbar-top {
  background: #bebdbd;
  height: 32px;
}

.headerv3.navbar.stuck .navbar-top {
  margin-top: -32px;
}

.headerv3 a {
  transition: none;
}

.headerv3 .user-menu > li > a {
  font-size: 13px;
  color: #38343e;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  text-align: center;
  padding: 0 0 15px 25px;
}

.headerv3 .user-menu > li > a i {
  font-size: 34px;
}

.headerv3 .user-menu > li > a i.fl-chapps-heart {
  font-size: 26px;
}

.headerv3 .cart-menu > a {
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 4px 10px 15px 25px;
  color: #38343e;
  line-height: 1;
}

.headerv3 .cart-menu > a > i {
  font-size: 30px;
  color: #38343e;
}

.headerv3 .cart-menu > a > .cart-quantity {
  position: absolute;
  top: 20px;
  right: 19px;
  background: #e62875;
  font-size: 9px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  color: #fff;
  line-height: 15px;
}

.headerv3 .user-menu {
  float: right;
}

.headerv3 .hasUserMenu > .dropdown-menu {
  left: auto !important;
  right: auto !important;
  margin-top: 0;
}

.headerv3 .cart-menu .dropdown-menu {
  min-width: 400px;
}

.header-link {
  text-align: center;
}

.header-link ul li {
  display: inline-block;
}

.header-link ul li a {
  padding: 8px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .headerv3 .user-menu > li > a span,
  .headerv3 .cart-menu > a > span.cart-response {
    display: block;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .headerv3 .navbar-brand img {
    max-width: 270px;
  }

  .headerv3 .user-menu > li > a span,
  .headerv3 .cart-menu > a > span.cart-response {
    display: none;
  }

  .headerv3 .cart-menu > a > .cart-quantity {
    right: 6px;
  }

  .headerv3 .user-menu > li > a {
    padding: 0 0 15px 14px;
  }

  .headerv3 .cart-menu > a {
    padding: 0 10px 15px 14px;
  }

  .headerv3 .header-right {
    margin-top: 29px;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (max-width: 991px) {
  .home-header-offset {
    padding-top: 0px;
  }

  .cat-header-offset {
    padding-top: 0px;
  }

  .step-address.header-offset,
  .login-container.header-offset {
    padding-top: 99px !important;
  }

  .header-offset {
    padding-top: 0px;
  }

  .headerv3 .header-left {
    padding: 0;
  }

  .headerv3.header-cart .brandWrap {
    height: 88px;
    box-shadow: 0 0 7px 2px rgba(128, 128, 128, 0.2);
  }

  .headerv3 .header-free {
    font-size: 11px;
    letter-spacing: 0;
  }

  .headerv3 .cart-menu > a {
    padding: 17px 10px;
  }
  .headerv3 .cart-menu > a > i {
    font-size: 26px;
    color: #38343e;
  }
  .headerv3 .cart-menu > a > .cart-quantity {
    bottom: 18px;
    right: 9px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    top: auto;
  }
  .headerv3 .header-right {
    margin-top: 0;
    padding: 0;
  }

  .headerv3 .user-menu > li > a span,
  .headerv3 .cart-menu > a > span.cart-response {
    display: none;
  }

  .headerv3 .user-menu > li > a i {
    font-size: 30px;
  }

  .headerv3 .user-menu > li > a i.fl-chapps-heart {
    font-size: 23px;
  }

  .headerv3 .hasUserMenu > .dropdown-menu {
    right: 0 !important;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .navbar-toggle .icon-bar {
    border: 1px solid #353535 !important;
    width: 28px;
    background: #353535;
  }

  .navbar-top i {
    font-size: 20px;
  }

  .headerv3 .navbar-brand,
  .headerv3.header-cart .navbar-brand {
    display: block;
    height: 64px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    width: 100px;
  }

  .headerv3 .user-menu > li > a {
    padding: 15px 0 16px 12px;
    margin-top: 0px;
  }

  .headerv3 .user-menu > li > a i {
    font-size: 28px;
  }
}

@media (max-width: 414px) {
  .headerv3 .navbar-brand {
    display: block;
    height: 62px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 7px 0;
    position: absolute;
    right: 0;
    width: auto;
    max-width: 90px;
    margin-top: 0px;
  }

  .headerv3.header-cart .navbar-brand {
    display: block;
    height: 51px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    width: 176px;
    margin-top: 0px;
  }
}

@media (max-width: 350px) {
  .headerv3 .header-favorite {
    display: none;
  }
  .headerv3 .navbar-brand,
  .headerv3.header-cart .navbar-brand {
    max-width: 90px;
    padding: 10px 0px;
  }

  .headerv3 .user-menu > li > a {
    padding: 15px 0 16px 10px;
  }

  .navbar-toggle.navbar-mini-cart {
    padding: 16px 7px 16px 7px;
  }
}

/*HEADER v3 END*/

/*FOOTER*/
.footer {
  background: #f8f4f6;
  border: none;
  font-weight: 400;
  padding-bottom: 10px;
}

.footer a,
.footer ul {
  color: #38343e;
}

.footer h3 {
  border-bottom: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  padding: 20px 0 10px;
  text-transform: uppercase;
  color: #38343e;
}

.footer-markt {
  background: #f8f4f6;
  padding: 10px 0 20px;
  border-top: 1px solid #e8dee3;
  border-bottom: 1px solid #e8dee3;
}

.marketing {
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  float: none;
}
.footer-markt .card-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.marketing .card-box div {
  text-align: left;
}

.marketing i {
  font-size: 44px;
}

.marketing i:before {
  color: #e62875;
  background: linear-gradient(to right, #e62875 20%, #38343e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marketing span {
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px;
  display: block;
  padding-bottom: 5px;
}

.marketing p {
  font-size: 12.5px;
  line-height: 16px;
  color: #73656c;
  display: block;
  padding-left: 15px;
}

.footer-top {
  padding: 20px 0 40px;
}

.footer-bottom {
  background: #f8f4f6;
  border-top: none;
  padding-top: 60px;
}

.footer-bottomlist {
  text-align: center;
}

.footer-bottomlist a {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 30px;
}

.footer ul li a {
  font-size: 13px;
}

.footer-cards {
  margin-top: 15px;
}
.footer-cards img {
  max-width: 210px;
  opacity: 0.9;
}
.footer-social {
  margin-top: 13px;
}

.footer-social a {
  font-size: 24px;
  margin: 0 8px;
}

.news-letter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-right: 6px;
  background: #ffffff;
}
.newsletter p {
  margin: 20px 0 20px;
  line-height: 20px;
  text-align: left;
}
.news-letter-box input {
  height: 48px;
  margin-bottom: 0;
  padding: 5px 10px;
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fff;
  text-align: left;
  text-indent: 20px;
}
.news-letter-box .btn,
.news-letter-box .btn:hover {
  background: #fff;
  width: 58px;
  height: 38px;
  border: none;
  padding: 0;
  font-size: 28px;
  line-height: 0;
  box-shadow: none;
  color: #e62875;
}
.km-sign {
  text-align: center;
  margin-top: 40px;
}

.km-sign span {
  border-right: 1px solid #b7aeb3;
}

.km-sign a,
.km-sign span {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 0 30px;
}

.footer-cart .footer-markt {
  background: #38343e;
  border-top: none;
  border-bottom: none;
}

.footer-cart .marketing i {
  color: #f8f4f6;
}

.footer-cart .marketing i:before {
  color: #e62875;
  background: linear-gradient(to right, #e62875 20%, #38343e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-cart .marketing span {
  color: #f8f4f6;
}

.footer-cart .marketing p {
  color: #f8f4f6;
}

@media (min-width: 991px) {
  .footer-social {
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .newsletter {
    text-align: center;
    padding-top: 35px;
  }

  .newsletter p {
    padding-bottom: 10px;
  }

  .newsletter span {
    display: none;
  }

  .marketing {
    letter-spacing: 0;
  }
}

@media (max-width: 1200px) and (min-width: 620px) {
  .newsletter {
    max-width: 60%;
    margin: 0 auto 0;
    float: none;
    display: flow-root;
  }
}

@media (max-width: 991px) {
  .footer-top {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .footer-markt {
    padding: 10px 0 0px;
  }

  .marketing {
    text-align: left;
    padding: 0;
  }

  .marketing li {
    margin-bottom: 20px;
  }

  .footer-social {
    margin-top: 25px;
  }

  .km-sign {
    margin-top: 25px;
  }

  .footer-cards {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .social {
    text-align: center;
  }
  .footer-bottom {
    padding-top: 40px;
  }

  .footer-bottomlist a {
    letter-spacing: 0px;
    padding: 0 10px;
    font-size: 12px;
  }

  .km-sign a,
  .km-sign span {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px;
  }

  .bottom-menu .bm-child:nth-child(3),
  .bottom-menu .bm-child:nth-child(6) {
    display: none;
  }

  .bottom-menu .bm-child:first-child h3,
  .bottom-menu .bm-child:nth-child(4) h3 {
    font-size: 14px;
    padding: 20px 0 10px;
  }
}

@media (max-width: 767px) {
  .marketing i {
    font-size: 40px;
    vertical-align: top;
  }

  .marketing span {
    font-size: 12px;
    padding-left: 6px;
    padding-bottom: 2px;
  }

  .marketing p {
    font-size: 11.5px;
    padding-left: 6px;
  }

  #subscribe {
    border: none;
  }

  .bottom-menu div {
    padding: 0 4px;
  }
}

div#ETBIS {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

div#ETBIS img {
  width: auto !important;
  height: auto !important;
  max-width: 55px;
}

/*FOOTER END */
/*PRODUCT LIST v2*/
.item .promotion-first {
  display: block;
  overflow: hidden;
  margin: 0;
}

.item.itemauto {
  margin: 10px 0px 25px;
}

.product-show-case .item {
  margin: 10px 10px 15px;
}

.hasgift {
  position: absolute;
  top: 2px;
  right: 2px;
}

.hasgift > img {
  height: 60px;
}

.product {
  display: flow-root;
  text-align: left;
  border: none;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  padding: 0;
}

.product:hover {
  -webkit-box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
  -moz-box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
  box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
}

.product:hover .image-hover a img {
  opacity: 1;
}
.product .price {
  min-height: 60px;
  padding: 0px 10px;
}

.description {
  min-height: 60px;
}

.desc-box {
  position: relative;
  border-top: 1px solid #f8f4f6;
}
.btn-shopping-list.active:before {
  content: "\f004";
  color: #e62875;
  background: none;
}
.item .btn-shopping-list {
  background: #e5e5e5;
  top: 48px;
}

.product .product-name {
  padding: 0px 10px;
}
.product .product-name a {
  font-weight: 500;
}

.product .product-status {
  margin: 0px 10px;
  gap: 10px;
}
.product .product-new span {
  background: #e62875;
  color: #fff;
  font-weight: 500;
}

.product .has-gift {
  background: #e62875;
  color: #fff;
  font-weight: 500;
}

.product .fast-shipping {
  background: #000;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.new-product {
  background: none !important;
  border-radius: 0px;
  color: #e62875;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 0px 0;
  line-height: 1;
  height: auto;
  display: inline-block;
  float: left;
  position: absolute;
  top: -15px;
}

.product .discount {
  background: #e62875;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 10px;
  border-radius: 0;
  position: absolute;
  height: auto;
  top: 8px;
  line-height: 20px;
  right: 10px;
  text-align: center;
  border-radius: 4px;
}

.product .discount span {
  font-size: 12px;
  margin-left: 3px;
}

.item .isenroute {
  position: absolute;
  top: 0;
  right: 0;
}

.product-adv {
  min-height: 56px;
}

@media (max-width: 991px) {
  .discount span {
    margin-left: 0;
    display: none;
  }

  .description {
    padding: 10px 0 0px 0px;
    min-height: 86px;
  }
}

.item-review {
  float: right;
  margin-top: 6px;
  padding: 0px 10px 0px 0px;
  position: absolute;
  left: 10px;
}

.item .item-name {
  margin: 0;
}

.item .item-name a {
  color: #38343e;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-review span {
  font-size: 13px;
  color: #636363;
}

.product .price-box {
  min-height: auto;
  margin: 0;
}

.product .campaign-prbox {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 18px;
}

.camp-price {
  font-size: 20px;
  font-weight: 600;
  color: #d4539d;
}

.price-standard {
  color: #38343e;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  margin-right: 10px;
}

.product .price-sales {
  font-size: 18px;
  color: #38343e;
}
.no-stock {
  width: 100%;
  text-align: center;
  background: #f8f4f6;
  border-radius: 0;
}

.no-stock span {
  color: #000000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}

.gift-list {
  position: absolute;
  top: 12px;
  left: 0;
  color: #ffffff;
  background: #30cfd0;
  padding: 7px 12px 6px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.product .addto-cart {
  position: absolute;
  z-index: 2;
  text-align: center;
  right: 0;
  bottom: 0;
  background: #e62875;
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  left: 0;
}

.product:hover .addto-cart {
  opacity: 1;
  bottom: 0px;
}

.product .campaign-prbox .camp-price {
  font-size: 20px;
}
@media (min-width: 1100px) {
  .product .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .product .campaign-prbox {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
  }
}

@media (max-width: 1099px) {
  .product .price {
    min-height: 46px;
  }

  .product .product-discount {
    display: inline-block;
    vertical-align: super;
  }

  .product .price-box {
    display: inline-block;
  }

  .product .campaign-prbox {
    margin-top: 5px;
  }
}

@media (max-width: 1200px) and (min-width: 414px) {
  .item .item-name a {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 470px) {
  .product {
    box-shadow: none;
  }

  .desc-box {
    padding: 0;
  }

  .item .price-box {
    display: block;
    min-height: 50px;
  }

  .price-standard {
    display: block;
    line-height: 18px;
    font-size: 12px;
  }

  .product .price-sales {
    display: block;
    font-size: 16px;
  }

  .camp-price {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  .item .item-name a {
    font-size: 12px;
    line-height: 15px;
  }

  .item-review .a-review {
    line-height: 28px;
    display: inline-block;
  }
}

.campaigns-imgbox {
  position: absolute;
  top: 0;
  right: 0;
}

.product .buy-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: #e62875;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.5s;
  will-change: transform, opacity;
}

.product:hover .buy-action {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s;
}

.product:hover .buy-action .btn {
  margin-top: 0px;
}

.product .buy-action .btn-buy {
  background: #e62875;
  margin: 0;
  width: 100%;
  padding: 15px 0px;
  color: #fff;
  font-weight: 700 !important;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px !important;
}

.product .buy-action .btn-buy:hover,
.product .buy-action .btn-buy:active,
.product .buy-action .btn-buy:focus {
  background-color: #e62875;
  color: #fff;
}

/*PRODUCT LIST v2 END*/
/*PRODUCT LIST*/

.catgory-name .breadcrumb > li + li:before {
  content: none;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 2px 0 8px;
  color: #cccccc;
}

.ctgry-path {
  padding: 0px 0 2px;
  display: flow-root;
}

.ctgry-path .breadcrumb {
  border: none;
  border-radius: 0;
  padding: 7px 0;
  margin: 0;
}

.breadcrumb a {
  font-size: 13px;
  color: #38343e;
}

.product-count {
  margin-bottom: 10px;
  display: block;
}

.product-count span {
  color: #777;
  margin-right: 5px;
  font-size: 14px;
}

/*PRODUCT LIST END*/
/*PRODUCT-DETAIL*/
.breadcrumb {
  border: none;
  border-radius: 0;
  padding: 0;
}
.section-review {
  padding: 0px 10px;
}
.reviews-pd {
  background: #f8f4f6;
  padding: 40px 0;
}
.pdetail {
  padding-top: 10px;
}

.transitionfx {
  margin-bottom: 40px;
}

.brand-rating {
  clear: both;
  margin: 10px 0 10px;
}

hr.hr-base {
  border-color: #efefef;
}
.pdetail .rating {
  padding: 10px 0 0;
}
h1.product-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 30px;
}

.product-code {
  font-size: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
  text-transform: none;
  font-weight: 400;
}

.product-image-list a {
  width: 100px;
  margin-bottom: 10px;
  border: none;
  margin-right: 0;
  display: inline-block;
}

.product-image-list a img {
  max-width: 100%;
}

.product-image-list {
  text-align: center;
  margin-top: 10px;
}

.product-images {
  margin-bottom: 20px;
  padding-left: 0;
}

.pricematch {
  padding-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #454545;
}

.pricematch:hover {
  color: #454545;
}

.pricematch-text {
  font-weight: 600;
  font-size: 15px;
  color: #5eb746;
}

.product-subtitle {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: right;
  font-weight: 800;
}

.product-subtitle a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 13px;
  display: block;
  font-size: 13px;
  padding-top: 7px;
}

.pdetail .prd-pricebox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pdetail .prcsep {
  height: 35px;
  margin: 0 12px;
  width: 1px;
  border-left: 1px solid #00000080;
}

.pdetail .product-price-rate {
  font-size: 18px;
  white-space: nowrap;
  background: #e62875;
  display: inline-block;
  height: auto;
  width: auto;
  font-weight: 600;
  padding: 13px 13px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 15px;
}
.pdetail .pd-discount span span {
  font-size: 14px;
  display: block;
  padding: 0 15px;
}

.pdetail .applied-campaigns span {
  color: #999999;
  font-size: 15px;
  line-height: 20px;
}

.pdetail .product-price {
  margin-bottom: 10px;
  margin-top: 20px;
}

.pdetail .price-standard {
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #787c7f;
  text-decoration: line-through;
}

.pdetail .product-price .price-sales {
  font-size: 32px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  color: #e62875;
}

.pdetail .installment-price {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 14px;
  color: #787c7f;
}
.pdetail .product-price .campaign-price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  color: #d4539d;
}

.pdbutton-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.alert-box div {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.alert-box div > a {
  border: 1px solid #e5e5e5;
  padding: 8px 10px 8px 15px;
  margin: 0 10px 15px 0;
  background: none;
  font-size: 13px;
  align-items: center;
  text-transform: none;
  color: #787c7f;
}

.incaps i {
  font-size: 18px;
}
.list-buttons {
  margin: 0;
}
@media (min-width: 768px) {
  .product-image-list {
    margin-top: 0px;
  }

  .pd-discount {
    font-size: 23px;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    vertical-align: middle;
    background: #d4539d;
    height: 66px;
    width: 70px;
    letter-spacing: -0.5px;
    margin-right: 20px;
    float: left;
  }

  .pd-discount .price-rate {
    padding: 12px 0px;
    display: block;
    text-align: center;
  }

  .pd-discount .price-rate span {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
  }

  .brand-rating .rating {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .product-image-list a {
    width: 124px;
    margin-bottom: 7px;
    margin-right: 0;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb a {
    font-size: 12px;
  }

  .breadcrumb > li + li:before {
    padding: 0 2px 0 2px;
  }

  .pdetail {
    clear: both;
  }

  h1.product-title {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    padding-bottom: 8px;
  }

  .brand-rating .rating {
    padding: 0px 0;
  }

  .brand-rating .brand-img {
    max-width: 110px;
  }

  .brand-rating:after {
    bottom: -10px;
  }

  .product-images {
    padding: 0 10px;
  }

  .product-default-image {
    border: none;
  }

  .product-subtitle {
    text-align: center;
  }

  .pd-properties-img li {
    padding: 10px 10px !important;
    width: 49% !important;
  }

  .product-image-list a {
    width: 70px !important;
  }

  .transitionfx {
    margin-bottom: 0px;
  }

  .pdetail .product-price {
    margin-bottom: 5px;
    margin-top: 30px;
  }

  .pdetail .prd-pricebox {
    margin-top: 50px !important;
  }

  .pdetail .pd-discount {
    margin-right: 10px !important;
    padding-top: 10px !important;
  }

  .pdetail .product-price .price-sales {
    font-size: 21px !important;
  }

  .pdetail .prcsep {
    margin: 0px 8px !important;
  }

  .pdetail .product-price .campaign-price {
    font-size: 25px !important;
  }

  .pdetail .applied-campaigns span {
    font-size: 12px !important;
  }
}
.cnt-quantity {
  width: auto;
  max-width: inherit;
  margin: 0;
}

.cnt-quantity .quantity {
  width: 110px;
}

.cnt-quantity .quantity-title {
  display: none;
}
.cnt-quantity .input-group {
  border: none;
  border-radius: 0;
}
.cnt-quantity .input-group input.form-control {
  height: 50px;
  text-align: center;
  padding: 1px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  border-right: none;
  border-left: none;
  font-weight: 700;
  font-size: 18px;
}

.cnt-quantity .input-group input.form-control:focus {
  border-color: #e2e2e2 !important;
}

.cnt-quantity .bootstrap-touchspin .btn,
.cnt-quantity .bootstrap-touchspin .btn:hover {
  border: 1px solid #e2e2e2;
  line-height: 0;
  padding: 23px 13px 25px;
  background: none !important;
  color: #333;
}

.btn-quanity.bootstrap-touchspin-down.btn,
.btn-quanity.bootstrap-touchspin-down.btn:hover,
.btn-quanity.bootstrap-touchspin-down.btn:active,
.btn-quanity.bootstrap-touchspin-down.btn:focus {
  border-right: none;
  box-shadow: none;
}

.btn-quanity.bootstrap-touchspin-up.btn,
.btn-quanity.bootstrap-touchspin-up.btn:hover,
.btn-quanity.bootstrap-touchspin-up.btn:active,
.btn-quanity.bootstrap-touchspin-up.btn:focus {
  border-left: none;
  box-shadow: none;
}

.cart-actions {
  padding-top: 15px;
  padding-bottom: 10px;
}
.cart-actions button,
.cart-actions .btn-cart {
  border: none;
  letter-spacing: 0;
  background: #e62875;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0px;
  color: #fff;
}
.cart-actions .btn-cart:hover {
  background: #ed508f;
  border: none;
  color: #fff;
}

.cart-actions .btn-expressbuy {
  border: none;
  letter-spacing: 0;
  background: #38343e;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 16px 0px;
}

.cart-actions .btn-expressbuy:hover {
  background: #565a5d;
  color: #fff;
  border: none;
}

@media (max-width: 916px) {
  .cnt-quantity .quantity {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cnt-quantity .input-group input.form-control {
    height: 44px;
  }

  .cnt-quantity .quantity {
    width: 83px;
  }

  .cart-actions .btn-quanity,
  .cart-actions .btn-quanity:hover {
    padding: 21px 9px 21px !important;
  }

  .cart-actions button,
  .cart-actions .btn-cart,
  .cart-actions .btn-custom-form {
    padding: 15px 0 !important;
    font-size: 14px !important;
  }

  .cart-actions button,
  .cart-actions .btn-expressbuy {
    font-size: 14px !important;
    padding: 15px 0 !important;
  }

  .product-subtitle {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    padding: 0;
  }

  .product-subtitle a {
    font-size: 12px;
    display: inline-block;
  }

  .pd-properties-img li {
    padding: 0px 10px !important;
    width: 100% !important;
  }

  .pd-properties-img li {
    min-height: 80px !important;
    margin-bottom: 0 !important;
  }

  .grey-bg-pd {
    padding: 38px 0 25px;
  }
}

.campaign {
  border: none;
  background-color: #f8f4f6;
  padding: 8px 10px;
  border-radius: 0;
  margin: 10px 0 20px;
}

.campaign-title {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.campaign p {
  margin: 0;
}

@media (min-width: 767px) {
  .campaign {
    display: inline-block;
  }
}

.product-icon a {
  border: 1px solid #e2e2e2;
  padding: 10px 8px 4px;
  vertical-align: middle;
  width: 108px;
  box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title {
  font-size: 13px;
  font-weight: 500;
}

.prd-group-container {
  padding: 0px 0 5px;
}

.prd-group-container .item .product {
  border: 1px solid #eee;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.prd-group-container .owl-item:first-child .item .product {
  border-color: #b7b7b7;
}
.prd-promotion-title {
  display: none;
}

.detaysosyalmedya div {
  display: inline-block;
  vertical-align: text-top;
}

.detaysosyalmedya div span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.detaysosyalmedya div a {
  padding: 0 6px;
}

.social-title {
  float: left;
  padding: 3px 10px 0 0;
}

@media (min-width: 767px) {
  .product-tab .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
  }
}
.pdetail .product-icon {
  margin-bottom: 0;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-icon div {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 6px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  width: auto;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  flex-direction: row;
  align-items: center;
}
.pdetail .product-icon i {
  font-size: 20px;
  margin-bottom: 0;
  color: #787c7f;
  margin-right: 5px;
}

.product-tab-box {
  display: flow-root;
  padding-bottom: 60px;
}
div#Detail {
  text-align: justify;
}
.product-part-title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  font-weight: 500;
  color: #38343e;
}
.tab-content {
  padding: 10px 20px;
}

.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}
.prd-properties > table > thead > tr > th {
  display: none;
}
.table > thead > tr > td.light-tbl,
.table > tbody > tr > td.light-tbl,
.table > tfoot > tr > td.light-tbl,
.table > thead > tr > th.light-tbl,
.table > tbody > tr > th.light-tbl,
.table > tfoot > tr > th.light-tbl,
.table > thead > tr.light-tbl > td,
.table > tbody > tr.light-tbl > td,
.table > tfoot > tr.light-tbl > td,
.table > thead > tr.light-tbl > th,
.table > tbody > tr.light-tbl > th,
.table > tfoot > tr.light-tbl > th {
  background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.prd-properties .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.properties-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.properties-box > div {
  padding-left: 0;
}
.properties-item {
  color: #71717a;
  margin-bottom: 12px;
  font-size: 14px;
}
.properties-box .properties-item span {
  display: block;
  color: #000;
}
hr {
  border-top: 1px solid #f8f4f6;
}
.pd-chapps {
  padding-top: 10px;
}
.pd-chapps-box {
  color: #787c7f;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pd-chapps-box i {
  font-size: 25px;
  margin-right: 8px;
}
/*PRODUCT-DEAIL END*/

@media (max-width: 767px) {
  .module-title {
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  .module-title-v2 {
    margin-top: 10px !important;
  }

  .module-title h2 {
    font-size: 17px !important;
  }

  .module-title-v3 h2 {
    font-size: 15px !important;
  }

  .inner.temp8-box.last {
    margin-bottom: 0;
  }

  .insta-mb .temp2-full {
    margin: 0px 0 -40px !important;
  }

  .temp2-title h1 {
    font-size: 26px !important;
    padding-left: 20px !important;
  }
}

.module-title {
  clear: both;
  background: #fff;
  margin-bottom: 30px;
  text-align: left;
  padding: 15px 0 0 0;
}

.module-title h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

/*.module-title h2:after {
  content: "";
  width: 100%;
  height: 68%;
  position: absolute;
  left: 16%;
  bottom: 0;
  z-index: -1;
  background-color: #f8f4f6;
  top: 12px;
}
  */

.module-title-v2 {
  border: none;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 30px;
}

.module-title-v2 h2 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 50px;
  font-weight: 400;
  color: #d14b8b;
  text-transform: none;
  text-transform: none;
  background: linear-gradient(to right, #3caeb6 0%, #d14b8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.module-title-v3 {
  border-bottom: none;
  margin: 0 0 15px;
  background: none;
  text-align: left;
  border: none;
  padding: 0 10px;
}

.social-media {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.module-title-v3 h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.image-look .inner {
  margin-bottom: 20px;
}

.insta-mb .temp2-full {
  padding: 0;
  margin: 12px 0 -40px;
}

.temp2-full {
  padding: 0;
  margin: 0px 0 10px;
}

.temp2-full .inner {
  margin-bottom: 0;
}

.temp2-title {
  position: absolute;
  top: 45%;
}

.temp2-title h1 {
  font-size: 39px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 2px 2px #444;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
}

/*BEST SELLER*/

.best-seller.item {
  margin-bottom: 0px;
}

.best-seller .product-list {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.best-seller .description {
  text-align: left;
  border: none;
  min-height: initial;
  margin: auto;
}

.best-seller .description h4 {
  margin: auto;
  padding: 10px 0 4px 0;
}

.best-seller .description h4 a {
  font-weight: 300;
  font-size: 18px;
}

.best-seller .price {
  text-align: left;
  font-weight: 400;
}

.best-seller .price-standard,
.best-seller .price-sales {
  display: inline !important;
  margin-right: 6px;
}

.best-seller .discount {
  margin-top: 0;
  padding: 3px 5px;
}

.best-seller .list-image-hover {
  min-height: 80px;
}

.best-seller .product-number {
  padding-top: 20px;
}

.best-seller .product-number span {
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  height: 38px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  width: 38px;
}

.best-seller .km-percentage {
  margin-top: 36px;
}

.best-seller .km-percentage-bar {
  width: 130px;
  background: #f9f9f9;
  border: 2px solid #eee;
  margin-right: 5px;
  padding: 3px 6px;
  border-radius: 5px;
  display: inline-block;
}

.best-seller .km-percentage-bar span {
  display: block;
  width: 2px;
  height: 8px;
  background: #91dc5a;
  border-radius: 3px;
}

.best-seller .km-percentage-text {
  font-size: 13px;
  color: #666;
  vertical-align: top;
  line-height: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .best-seller .description h4 {
    margin: 15px 0 8px;
  }

  .best-seller .km-percentage {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .best-seller .description h4 {
    margin: 5px 0 8px;
    text-align: left !important;
    padding: 6px 0 4px 0;
  }

  .best-seller .km-percentage {
    margin-top: 8px;
  }

  .best-seller .description h4 a {
    font-size: 13px;
  }

  .best-seller .price {
    font-size: 20px;
  }

  .best-seller .km-percentage-bar {
    padding: 2px 6px;
  }

  .best-seller .km-percentage-bar span {
    height: 5px;
  }
}

@media (max-width: 414px) {
  .best-seller .description h4 {
    margin: 0;
    text-align: left !important;
    padding: 4px 0 2px 0;
  }

  .best-seller .km-percentage {
    margin-top: 5px;
  }

  .best-seller .description h4 a {
    font-size: 14px;
  }

  .best-seller .price {
    font-size: 14px;
    min-height: 30px;
  }

  .best-seller .discount {
    margin-top: 0;
    padding: 1px 3px;
    font-size: 14px;
  }
}
/*BEST SELLER*/

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}

.category-footer {
  margin-bottom: 50px;
}

.category-name {
  font-size: 22px;
}
.category-detail {
  box-shadow: none;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
.category-detail-img {
  padding-top: 15px;
}

.category-detail h1 {
  font-size: 20px !important;
  font-weight: 500;
  padding: 0px 0 0 5px;
}

.category-image {
  position: relative;
}

.category-image h1 {
  position: absolute;
  top: 40%;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 47px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-shadow: 0px 1px 1px #666;
}

.category-info {
  max-height: 212px;
  overflow: auto;
}

/*order-steps*/

.btn-danger {
  background-color: #38343e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active:focus {
  background-color: #000000;
  border-color: #000000;
}

@media (max-width: 767px) {
  .btn-default {
    background-color: #e6e6e6;
  }
}

.btn-success {
  background-color: #e62875;
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #e62875;
  border-color: #e62875;
  color: #ffffff;
}

.btn-info {
  background-color: #38343e;
  border-color: #38343e;
  color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #566069;
  border-color: #566069;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #596671;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777;
}
/* width */
.navbar.navbar-default.filter-menu
  .navbar-nav
  > li
  > .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.login-content .modal-body {
  padding: 15px 15px 15px 30px;
}

.modal-footer {
  background: #fff;
  border-top: none;
}

.user-form-info a {
  display: block;
}

.pink-bg {
  background: #f8f4f6;
  margin: 8px 0 30px;
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  .cslide-title {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
}

.cslide-title {
  color: #38343e;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 0 0;
}
/*deuce*/

.grid-block-item.small:nth-child(2),
.grid-block-item.small:nth-child(3) {
  margin-bottom: 20px;
}

.deuce {
  margin: 0px auto 11px;
  display: flow-root;
  max-width: 1400px;
  padding: 0 10px;
}

.deuce .itemauto:first-child .deuce-desc {
  position: absolute;
  left: 0%;
  bottom: 28%;
}

.deuce .itemauto:nth-child(2) .deuce-desc {
  position: absolute;
  left: 12%;
  bottom: 4%;
}

.deuce-title {
  font-weight: 600;
  font-size: 30px;
  color: #38343e;
}

.deuce-spot {
  font-size: 20px;
  color: #38343e;
  line-height: 2.4;
}

.deuce-desc a {
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  max-width: 180px;
  letter-spacing: 1px;
  background: #38343e;
  position: relative;
  box-shadow: 2px 2px 4px 1.5px rgb(82 82 82 / 20%);
}

.deuce-desc a:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #ecdbe4;
}

.deuce .itemauto:first-child .deuce-desc a {
  background: #d9afc4;
}

.deuce .itemauto:first-child .deuce-desc a:before {
  border: 1px solid #e4e4e4;
}

@media (min-width: 767px) {
  .deuce .itemauto {
    padding: 0 0 0 16%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .deuce-title {
    font-size: 24px;
  }

  .deuce-spot {
    font-size: 16px;
  }

  .deuce-desc a {
    padding: 9px 0;
    font-size: 14px;
    margin-top: 20px;
    max-width: 140px;
  }
}

@media (max-width: 991px) {
  .deuce .itemauto {
    padding: 0 20px;
  }

  .deuce {
    margin: 0px auto 0px;
  }

  .deuce .itemauto:first-child .deuce-desc,
  .deuce .itemauto:nth-child(2) .deuce-desc {
    position: relative;
    left: 0;
    right: 0;
  }

  .deuce-title {
    font-size: 20px;
  }

  .deuce-spot {
    font-size: 14px;
  }

  .deuce-desc a {
    margin: 10px 0 10px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }

  .deuce .itemauto:first-child .deuce-desc a {
    margin: 10px 0 30px;
  }

  .deuce .deuce-box {
    margin-bottom: 30px;
  }
}

/*deuce*/
/*blog*/
.blog-slider .blog-item {
  position: relative;
}

.blog-slider .blog-item .main-image {
  margin-bottom: 0px;
  margin-left: 70px;
}

.blog-slider .blog-content {
  min-height: auto;
}

.blog-slider .blog-item .blog-title {
  text-transform: none;
  margin: 0;
  padding: 0;
  border-bottom: none;
  background: #fff;
  position: absolute;
  width: 180px;
  height: 80px;
  bottom: 35px;
  left: 15px;
}

.blog-slider .blog-item .blog-title a {
  padding: 20px 10px 0 10px;
  display: inline-block;
  font-size: 17px;
  line-height: 19px;
}

.blog-slider .blog-short-desc {
  letter-spacing: 2px;
  margin-bottom: 0;
  position: absolute;
  left: -70px;
  top: 140px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.blog-slider .blog-short-desc:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #38343e;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay-link {
  background: none;
}

.blog-content {
  font-size: 13.5px;
  line-height: 24px;
}

.btn {
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 25px;
}

@media (max-width: 768px) {
  .blog-slider .blog-item {
    margin: 0 15px 0px;
  }
}

.blog-item-list h2 {
  font-size: 17px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .blog-item-list {
    max-height: 200px;
  }
}

.blog-btn {
  float: right;
}

.blog-item-list .blog-short-desc p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*blog*/
.scrollheight::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

.scrollheight::-webkit-scrollbar {
  width: 6px;
  background-color: #f8f4f6;
}

.scrollheight::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
}

.scrollheight {
  max-height: 300px;
  overflow-y: auto;
  padding: 5px 10px;
}
.google-maps {
  position: relative;
  padding-bottom: 30%;
  max-width: 600px;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.brand-alphabet-list a {
  color: #38343e;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #f8f4f6;
  background-color: #ffffff;
}

.content-temp2 .inner .overly .explore-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.support-page a,
.support-page .panel-title a {
  color: #38343e;
  text-shadow: 0 0 #38343e;
}

.support-page .panel-title {
  font-weight: 400;
}

.content-temp2 .inner:hover .overly {
  background: none;
}

.content-temp2 .inner:hover .explore-title::after {
  opacity: 0;
  color: #38343e;
  display: none;
}

.content-temp2.text-only .inner .img-block {
  background-color: #f8f4f6;
}

.content-temp2.text-only .inner {
  border: 1px solid #f8f4f6;
  border-radius: 0px;
}

.content-temp2.text-only .inner:hover {
  border: 1px solid #d4cbcf;
}

.content-temp2.text-only .inner .overly .explore-title {
  color: #38343e;
}

.content-temp2 .inner .overly:hover .explore-title {
  text-shadow: 0 0 #38343e;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #f8f4f6;
}

.sidebar-nav li.list-group-item {
  padding: 6px 15px;
  border: 1px solid #f8f4f6;
}

.problem {
  max-width: 1240px;
  padding: 50px 0 60px;
}

.problem.quintet {
  max-width: 750px;
}

.problem.senary .aspect-box-one {
  padding-top: 72%;
}

.problem .content-slide {
}

.problem .content-slide .cslide-title {
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0px 0px #6f6f6f;
  color: #6f6f6f;
}

.problem .content-slide:hover .cslide-title {
  text-shadow: 0px 0px #000000;
  color: #000000;
}

.problem .content-slide a img {
  height: 92px;
  width: 92px;
  object-fit: none;
  object-position: 0 0;
  transition: all 0.2s ease;
  margin: 0 auto;
}

.problem .content-slide:hover a img {
  object-position: 0 -92px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .problem .content-slide .cslide-title {
    margin-top: -30px;
  }
}

.ps-nav {
  font-size: 45px;
}

.problem .ps-prev {
  left: 0px;
}

.problem .ps-next {
  right: 0px;
}

.km-slider-wrapper:hover .ps-nav,
product-show-case:hover .ps-nav {
  transform: none;
  opacity: 1;
}

.km-slider-wrapper .ps-nav,
product-show-case .ps-nav {
  opacity: 0.1;
  transform: none;
}

@media (min-width: 1340px) {
  .problem .ps-prev {
    left: -45px;
  }

  .problem .ps-next {
    right: -45px;
  }
}

@media (max-width: 1340px) {
  .problem .ps-nav {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .problem {
    padding: 20px 0 20px;
  }

  .problem .content-slide .cslide-title {
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .problem .content-slide {
    margin: 0 21px;
  }

  .brand-box {
    margin-top: 20px !important;
  }

  .triatmp h3 {
    padding: 10px;
    font-size: 14px !important;
  }
}

.triatmp {
  position: relative;
}

.triatmp h3 {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-width: 500px;
  padding: 20px;
  letter-spacing: 1px;
  text-shadow: 0px 0px #38343e;
  font-size: 18px;
}

.triatmp.tbottom .triatmp-title {
  background: #f5f5f5;
  padding: 10px 20px;
  min-height: 75px;
}

.triatmp.tbottom .triatmp-title h3 {
  position: relative;
  background: none;
  max-width: 100%;
  padding: 0 0 5px 0;
  font-weight: 500;
}

.triatmp.tbottom .triatmp-title p {
  margin: 0;
}

.brand-box {
  margin-top: 0px;
}

.brand-box h1 {
  padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #38343e;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 2px;
  border-radius: 0;
}

.content-slide.wlserial {
  margin: 0 10px;
}

.serial-title {
  text-align: center;
  padding: 15px 5px 5px;
  background: #f8f4f6;
}

.wlserial .serial-title h3 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}

.wlserial .serial-title p {
  font-size: 12px;
  min-height: 42px;
}

.log-alert {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}

.log-alert p {
  color: red;
  font-size: 15px;
  font-weight: 500;
}

.link-ship {
  text-decoration: underline;
  font-weight: 600;
}

.cart-ads {
  padding: 10px 0;
  margin-bottom: 10px;
}

.modal-main-page .modal-dialog {
  width: 800px;
  margin: 150px auto 0;
}

@media (max-width: 767px) {
  .modal-main-page .modal-dialog {
    max-width: 100%;
  }
}

/*region hero content*/

.hero-list .itemauto {
  margin: 0px 0px 15px;
}

.hero-list .inner {
  background: #f9f5f6;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(142, 117, 130, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-list .inner:hover {
  -webkit-box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
  -moz-box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
  box-shadow: 0 0px 6px 3px rgba(142, 117, 130, 0.2);
}

.hero-desc {
  padding: 10px;
}

.hero-adv {
  color: #af5589;
  font-size: 13px;
  padding: 5px 0 10px;
  display: block;
  line-height: 16px;
  min-height: 66px;
}
.hero-adv span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-list .discount {
  font-size: 20px;
  padding: 6px 10px 4px;
  position: absolute;
  height: auto;
  top: 0;
  line-height: 20px;
  right: 0;
  text-align: center;
  left: auto;
}

.hero-list .discount span {
  display: block;
  font-size: 13px;
  margin: 0;
}

.hero-list .price {
  font-size: 20px;
  font-weight: 500;
  color: #38343e;
  display: inline-block;
  padding: 0;
  min-height: 40px;
}

.hero-list .listprice {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
}

h1.hero-title {
  min-height: 50px;
  padding-bottom: 0;
}
.hero-desc .link-btn {
  font-size: 13px;
  font-weight: 600;
  color: #e62875;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-align: right;
  display: block;
}
.hero-title a {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  min-height: 42px;
}

.hero-list .hero-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #38343eba;
  padding: 5px 8px;
  color: #fff;
}

@media (max-width: 991px) and (min-width: 480px) {
  .hero-list .hero-desc {
    min-height: 78px;
  }

  .hero-title a {
    font-size: 14px;
  }

  .hero-list .price-box {
    padding-top: 0px;
  }

  .hero-list .listprice {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .hero-list .price {
    font-size: 18px;
  }

  .hero-list .discount span {
    font-size: 11px;
  }

  .hero-adv {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/*endregion hero content*/
/*#region under construction*/
.under-construction {
  text-align: center;
  padding-top: 180px;
}
.construction-icon {
  background-color: #024c76;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  line-height: 60px;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
.construction-icon img {
  max-width: 22px;
}

.construction-logo {
  max-width: 260px;
  margin: 0 auto 60px auto;
  display: block;
}
.under-construction h1 {
  font-size: 38px;
  margin: 0px 0 10px;
  line-height: 42px;
}
.under-construction p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
.under-construction-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  padding: 10px 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .under-construction h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .construction-logo {
    max-width: 200px;
  }
  .under-construction p {
    font-size: 14px;
  }
}
/*#endregion under construction*/

/*#region brand slider*/
.marka-slider {
  padding: 20px 0px;
}

.marka-slider .owl-stage-outer {
  padding: 8px 0;
  margin: -8px 0;
}

.brand-slider {
  padding: 0 10px;
}

.brand-slider > a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden; /* Taşan köşeleri düzgün kesmek için */
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.brand-slider > a:hover {
  border-color: #ccc;
  transform: translateY(-2px);
}

.brand-slider > a > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.brand-slider > a:hover > img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .brand-slider {
    padding: 0 5px;
  }
}

/*#endregion brand slider*/

/*#region pgroup-tab  */

.pgroup-tab .nav-tabs {
  border: none;
  text-align: center;
  padding: 6px 0;
}

.pgroup-tab .nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 6px;
}

.pgroup-tab .nav-tabs > li > a {
  border: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #ff6fa5, #e62875); /* canlı degrade */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  transition: all 0.25s ease;
}

.pgroup-tab .nav-tabs > li > a:hover {
  background: linear-gradient(135deg, #ff85b5, #ec3c85); /* hover daha parlak */
  transform: translateY(-1px);
  box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.25);
}

.pgroup-tab .nav-tabs > li.active > a,
.pgroup-tab .nav-tabs > li.active > a:hover,
.pgroup-tab .nav-tabs > li.active > a:focus {
  background: linear-gradient(
    135deg,
    #ff4d92,
    #d81b60
  ); /* aktif: daha koyu canlı */
  color: #fff;
  border: 0;
  position: relative;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.pgroup-tab .nav-tabs li i {
  font-size: 20px;
  margin-right: 6px;
  color: #fff;
}

.pgroup-tab .item-name a {
  font-weight: 500;
}

/*#endregion pgroup-tab */

/*region AI summary*/
.ai-summary-box {
  background-color: #fdeaf1;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 10px 0 20px;
}

.ai-summary-box strong {
  font-weight: 400;
}

.ai-summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e62875;
  margin-bottom: 10px;
}
.ai-summary-header img {
  width: 18px;
  height: 17px;
}

.ai-summary-header span {
  font-weight: 600;
  font-size: 16px;
}

.feedback {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #555;
  justify-content: flex-end;
}

.feedback button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.feedback button img {
  max-width: 18px;
}
/*endregion AI summary*/
