﻿/* VarsayÄ±lan (masaÃ¼stÃ¼) */
.module-separator {
  padding: 25px 0;
}

/* Tablet */
@media (max-width: 992px) {
  .module-separator {
    padding: 20px 0;
  }
}

/* Telefon */
@media (max-width: 576px) {
  .module-separator {
    padding: 15px 0;
  }
}

.container {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
.grid-container {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/*#region search*/
/*#region sticky*/
@media (min-width: 992px) {
  .sld-box {
    display: flex;
    clear: both;
    margin-bottom: 60px;
  }

  .sld-box .pd-fixwrap {
    position: relative;
  }

  .pd-fix {
    position: sticky;
    top: 100px;
    /* Where it stops */
  }
}
/*#endregion sticky*/
/*#region quick search*/

.quick-search-result.open-search {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  z-index: 2;
  margin: 0 auto;
}

.quick-search-result.close-search {
  display: none;
}

@media (min-width: 992px) {
  .quick-search-result.open-search {
    width: 700px;
  }
}

@media (max-width: 991px) {
  .quick-search-result {
    width: 100%;
  }
}

.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;
}

.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;
  min-height: 28px;
}

.search-products .discount {
  background: #000000;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

.search-products .price {
  display: flex;
  align-items: center;
}

.search-products .price-box {
  min-height: auto;
  line-height: 1;
}

.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;
}
/*#endregion quick search*/

.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 32px;
  box-shadow: none;
  border-radius: 30px;
  opacity: 1;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 0;
  letter-spacing: 1px;
  max-width: 100%;
  text-align: left;
  background: #f2f2f2;
  text-indent: 16px;
  -webkit-transition-property: color, width, opacity, border;
  transition-property: color, width, opacity, border;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.search-input-box {
  display: table;
  max-width: 100% !important;
  width: 150px;
  position: relative;
  transition: all 0.45s ease 0s;
  background: #f2f2f2;
  border-radius: 8px;
}

span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  line-height: 0;
  border: none;
  border-radius: 30px;
  background: #f2f2f2;
  color: #000 !important;
}

.search-input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #666;
}

.search-input:-moz-placeholderã£â¯ã¢â¿ã¢â½ {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 1440px) {
  .search-input-box .search-input:focus {
    width: 220px;
  }
}

@media (max-width: 1112px) and (min-width: 991px) {
  .search-input-box {
    width: 170px;
  }
}

@media (max-width: 991px) {
  .search-new-mobile {
    padding: 10px;
    background: #f2f2f2;
    margin-top: 60px;
  }

  .search-input-box {
    background: #fff;
    width: 100%;
  }

  .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%;
  }

  .search-input-box .search-btn {
    padding: 7px 18px;
    font-size: 24px;
    background: #fff;
  }
}

/*#endregion search*/

/*#region header*/

/*#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: #000000;
  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: 10px;
  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*/

.headerv2.navbar-km {
  background: #000;
  box-shadow: 0px 2px 9px 0px rgb(233 233 233 / 72%);
  border: none;
}
.navbar .navbar-top {
  height: 33px;
  font-weight: 400;
}

.headerv2.header-cart .navbar-top {
  height: 80px;
  background: #fff;
}

.navbar.stuck .navbar-top {
  margin-top: -33px;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.brandWrap {
  position: relative;
}

.navbar-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.header-offset {
  padding-top: 130px;
}

.home-header-offset {
  padding-top: 111px;
}

.login-container.header-offset {
  padding-top: 60px;
}

.step-address.header-offset {
  padding-top: 100px;
}
.category-header-offset {
  padding-top: 0;
}
h1.section-title-inner {
  padding-bottom: 30px;
  font-size: 24px;
}
.headerv2.header-cart .navbar-brand {
  display: block;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 14px 0;
  position: absolute;
  right: 0;
  width: 156px;
  height: 80px;
}

.headerv2 .navbar-brand {
  display: block;
  height: auto;
  padding: 5px 60px 5px 0px;
  width: 270px;
}
.navbar-brand > img {
  margin: 0;
}
.headerv2 .cart-page .navbar-brand {
  display: block;
  height: 70px;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 308px;
  margin-top: 0;
}

.headerv2 .user-menu {
  float: right;
}

.headerv2 .user-menu > li > a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  padding: 25px 0 25px 30px;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a {
  text-transform: none;
  font-size: 14px;
  padding: 8px 20px;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a i {
  font-size: 20px;
  width: 15px;
}

.headerv2 .dropdown-menu {
  border: medium none;
  border-radius: 0;
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.headerv2 .cart-menu > a {
  color: #fff;
  padding: 26px 0 26px 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}

.headerv2 .cart-menu.dropdown:hover div.dropdown-menu {
  min-width: 400px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px;
}

.cart-menu a .cart-quantity {
  bottom: 27px;
  right: 0px;
}

@media (max-width: 1319px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 200px;
  }
}

@media (max-width: 1099px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 160px;
  }
}

@media (min-width: 992px) {
  .brandWrap {
    height: 80px;
  }

  .headerv2 .cart-page.brandWrap {
    height: 70px;
  }

  .headerv2 .hasUserMenu .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .headerv2 .user-menu i {
    margin-right: 5px;
    font-size: 30px;
  }

  .headerv2 .cart-menu > a i {
    font-size: 28px;
  }
}

@media (max-width: 991px) and (min-width: 838px) {
}

@media (max-width: 838px) and (min-width: 767px) {
}

@media (max-width: 991px) {
  .header-offset {
    padding-top: 130px;
  }

  .home-header-offset {
    padding-top: 0px;
  }

  .content-header-offset {
    padding-top: 0px;
  }

  .headerv2 .navbar-nav {
    margin: 7.5px -10px 0;
  }

  .headerv2.navbar-km {
    background: #fff;
    border-bottom: none;
  }

  .headerv2 .navbar-top {
    height: 60px;
    background: #000;
  }

  .headerv2.header-cart .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv2 .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 4px 0;
    position: absolute;
    right: 0;
    width: 100px;
    margin-top: 0;
  }

  .headerv2.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 12px 0;
    position: absolute;
    right: 0;
    width: 124px;
    height: 60px;
  }

  .headerv2 .user-menu > li > a {
    color: #fff;
    padding: 17px 7px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0;
  }

  .user-menu > li > a i,
  .headerv2 .user-menu ul li a i {
    font-size: 26px;
    color: #fff;
  }

  .headerv2 .cart-menu > a {
    padding: 17px 10px 18px 10px;
  }

  .cart-menu a .cart-quantity {
    bottom: 24px;
    right: 10px;
  }
}

@media (max-width: 400px) {
  .headerv2 .navbar-brand img {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .headerv2 .cart-menu > a {
    padding: 17px 8px 18px 8px;
  }
}
/*#endregion header*/
/*FOOTER v5*/
.footer.footerv5 {
  padding-bottom: 0px;
  border: none;
  background: #fff;
}

.footerv5 .footer-top {
  background: #f9f9f9;
  padding: 22px 0 18px;
}

/* ANA ALAN */
.footerv5 .footer-free {
  background: #f9f9f9;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* KUTULAR */
.footer .footer-top-box {
  width: 25%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 120px;
}

/* BOOTSTRAP COL SINIFLARI Ã‡AKIÅžMASIN DÄ°YE */
.footerv5 .footer-free .footer-top-box.col-md-6,
.footerv5 .footer-free .footer-top-box.col-sm-12,
.footerv5 .footer-free .footer-top-box.col-xs-12 {
  float: none;
}

/* Ä°KON */
.footer .footer-top-box i {
  color: #000;
  font-size: 59px;
  display: block;
  width: 60px;
  min-width: 60px;
  margin-right: 16px;
  margin-top: 0;
  line-height: 1;
  vertical-align: top;
  float: none;
  flex-shrink: 0;
}

/* BAÅžLIK */
.footer .footer-top-box .footer-bilgi {
  display: block;
  color: #000;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  line-height: 1.3;
}

/* METÄ°N */
.footer .footer-top-box p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* DÄ°ÄžER ALANLAR */
.footerv5 .footer-social {
  padding: 20px 0 30px;
  background: #f9f9f9;
}

.footerv5 .footer-bottom {
  background: #fff;
  padding: 20px 0 20px;
  border-bottom: 10px solid #333;
  border-top: none;
}

.footer-bottom .credit-cards {
  filter: none;
  opacity: 1;
  text-align: center;
  padding-bottom: 15px;
}

.footerv5 a,
.footerv5 .support a,
.footerv5 .support span {
  color: #333;
}

.footerv5.footer h3 {
  font-size: 22px;
  border-bottom: none;
  font-weight: 700;
  text-transform: none;
  color: #333;
  padding: 40px 0 0px;
}

.footerv5 .footer-free img {
  margin: 0 12px;
}

.footerv5 .footer-center {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 10px;
}

.footerv5 .footer-social .credit-cards {
  opacity: 1;
  filter: none;
  text-align: left;
  padding-top: 6px;
}

.footerv5 .footer-social .credit-cards img {
  margin-right: 10px;
  margin-left: 0px;
}

.footer-bottom .credit-cards img {
  margin-left: 20px;
}

.social {
  margin-top: 0px;
  text-align: right;
}

.footerv5 .footer-social .social-text {
  display: block;
  margin-top: 17px;
  color: #333;
}

.footerv5 .footer-free .footer-logo {
  margin-bottom: 50px;
}

.footerv5 .footer-bottom .km-sign {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.footer-support {
  margin-right: 15px;
  color: #646465;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-support a i {
  font-size: 24px;
  background: #eae8e8;
  padding: 8px;
  border-radius: 999px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}

.footer-support a:hover i {
  background: #d80f2b;
  color: #fff;
}

.footer-support span {
  font-size: 15px;
  font-weight: 500;
}

.footer .support {
  font-size: 13px;
}

.footer-support img {
  margin-right: 7px;
  margin-top: -5px;
}

.footer .support a {
  display: block;
  margin-left: 0px;
  line-height: 20px;
}

.footer .cnt-subscribe input {
  background: #eae8e8;
  border: medium none;
  border-radius: 0;
  color: #222;
  height: 41px;
  width: 100%;
  font-size: 15px;
  text-align: left;
  padding-right: 20px;
}

.footer .news-letter-box .input-group .form-control:-moz-placeholder,
.footer .news-letter-box .input-group .form-control::-webkit-input-placeholder {
  color: #222;
}

.footer .news-letter-box .input-group-btn .btn {
  background: #d80f2b;
  border: medium none;
  border-radius: 0;
  font-size: 16px;
  height: 41px !important;
  width: 102px;
  color: #fff;
}

.footer .news-letter-box .input-group-btn .btn:hover {
  background: #fff;
  border: medium none;
  border-radius: 0;
  font-size: 16px;
  height: 41px !important;
  width: 102px;
  color: #222;
}

.footer .newsletter > h3,
.footer .social > h3 {
  padding: 10px 0 10px;
  font-size: 18px;
}

.footer .newsletter span {
  font-size: 15px;
  color: #646465;
}

.footer .bottom-menu .newsletter p {
  color: #484848;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  text-align: right;
}

.footer .social span a i {
  font-size: 23px;
  margin-left: 5px;
  color: #222222;
  line-height: 0;
}

.footer .social span:hover a i {
  color: #fff;
}

.footer .social span a i.fa-google-plus {
  margin-left: 7px;
}

.social-box {
  margin-top: 10px;
}

.social span {
  border: none;
  border-radius: 0px;
  height: 40px;
  padding: 13px 0 0 0;
  width: 40px;
  background: #eae8e8;
  margin: 0 10px 0 10px;
  border-radius: 999px;
}

.social span:hover {
  border: none;
  background: #d80f2b;
  color: #fff;
}

.footerv5.footer ul li a {
  padding: 0 0 12px 0;
}

.km-sign > span a,
.km-sign a strong {
  color: #333 !important;
}

/* TABLET */
@media (max-width: 991px) {
  .social {
    margin-top: 10px;
  }

  .footer .footer-top-box {
    width: 50%;
  }
}

/* MOBIL */
@media (max-width: 767px) {
  .footer-support {
    text-align: left;
    margin-top: 25px;
    margin-left: 10px;
  }

  .footer-support span span {
    display: none;
  }

  .footer-support a {
    margin-left: 27px;
  }

  .footerv5 .footer-social {
    padding: 15px 0 30px;
  }

  .footerv5 .newsletter > h3 {
    text-align: left;
  }

  .footerv5 .bottom-menu .newsletter p {
    text-align: left;
  }

  .footer .footer-top-box {
    width: 50%;
    min-height: auto;
  }
}

@media (max-width: 550px) {
  .footer ul {
    font-size: 12px;
  }

  .footerv5 .footer-top-box span {
    font-size: 16px;
  }

  .footer-support span {
    font-size: 14px;
  }

  .footer-support a {
    font-size: 16px;
    margin-left: 0px !important;
  }
}
/*FOOTER v5 END*/

/*PRODUCT-DEAIL*/

.product-price-rate {
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  width: 56px;
  border-radius: 0;
  letter-spacing: 1px;
}

.prd-container.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.transitionfx {
  margin-bottom: 40px;
}
.pdetail {
  padding-top: 10px;
}

.breadcrumb {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb.pd-breadc {
  padding: 0px 0 20px;
}

.breadcrumb a {
  font-size: 13px;
}
hr.hr-base {
  border-top: 1px solid #ececec;
}
.category-path {
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
}

h1.product-title {
  padding-bottom: 7px;
  font-size: 25px;
  font-weight: 600;
}

.share-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}
.brand-img img {
  max-height: 80px;
  margin: 0;
  margin-left: -70px;
}
.btn-share {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  display: block;
  margin-right: 10px;
  line-height: 1;
}
.btn-share i {
  font-size: 26px;
}
.pd-top {
  align-items: baseline;
  position: absolute;
  top: 13px;
  left: 23px;
  z-index: 1;
}
.share-pd .btn-share {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  display: block;
  margin-right: 10px;
  line-height: 1;
  font-size: 26px;
}
.pd-author {
  padding-bottom: 10px;
}
.pd-author a {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.product-variants a {
  border-radius: 8px;
}
.product-code-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pdetail .product-code {
  font-size: 13px;
  display: block;
  margin: 2px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pdetail .product-code {
  font-size: 13px;
  display: block;
  margin: 2px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pdetail .product-code:after {
  content: "/";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.pdetail .product-code:last-child:after {
  display: none;
}
.pd-contact {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.pd-contact > div {
  padding-right: 12px;
  font-weight: 500;
  line-height: 16px;
}
.pd-contact a {
  padding: 0 6px;
  display: inline-block;
}
.pd-contact a.wpweb,
.pd-contact a.wpmobile {
  color: #0dc143;
}
.pd-contact a i {
  font-size: 26px;
}
.prop-spec-box {
  display: flow-root;
  padding-top: 20px;
  display: none;
}
.prop-spec-box span {
  margin-bottom: 5px;
  color: #000;
  padding-left: 0;
}
.deliverytime {
  padding: 20px 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.icon-new {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 28px;
}
.icon-new .pdetail-icon-text {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: #0a4471;
  border-radius: 4px;
  padding: 2px 7px 1px;
}
.product-default-image {
  border: 1px solid #efefef;
}

.product-image-list a {
  width: 110px;
  margin-bottom: 0;
  border: 1px solid #efefef;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 2px;
}

.product-image-list a:last-child {
  margin-right: 0;
}

.product-image-list a img {
  max-width: 100%;
}

.product-image-list {
  margin-top: 10px;
}

.product-images {
  margin-bottom: 0px;
}
.product-variants a.vselected.vprp-enabled {
  border: 1px solid #939393;
}
.product-variants a {
  font-size: 13px;
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.camp-box {
  padding: 14px 0 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div#Campaigns {
  display: inline-block;
}

.campaign {
  border: none;
  color: #333a40;
  background-color: #f1f1f1;
  padding: 4px 15px;
  border-radius: 15px;
  margin-bottom: 0;
}
.prd-campaign.available-campaigns {
  margin-right: 10px;
}
.campaign-title {
  color: #333a40;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 black;
  text-transform: none;
}

.product-subtitle {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: right;
  font-weight: 700;
}

.product-subtitle a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 13px;
  display: block;
  font-size: 13px;
  padding-top: 7px;
}
.product-price {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lstprice {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.lstprice-bttm {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.pd-discount span {
  display: block;
  color: #d62631;
  font-size: 22px;
  padding-top: 18px;
  margin-right: 15px;
  font-weight: 500;
}
.pdetail .price-box {
  display: inline-block;
}

.price-list {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  align-items: center;
}
.pdetail .price-standard {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-left: 5px;
}
.pdetail .product-price .price-sales {
  font-size: 25px;
  font-weight: 600;
  line-height: 21px;
}
.pd-installment {
  padding-bottom: 25px;
}
.pdetail .installment-price {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
}
.price-savings {
  background-color: #daf1e1;
  color: #1b5e20;
  padding: 6px 12px;
  border-left: 4px solid #4caf50;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}
.price-savings strong {
  margin-right: 5px;
  font-size: 15px;
  color: #2e7d32;
}
.applied-campaigns {
  color: #989898;
}
.pdetail .product-price .pd-campaigns .price-sales {
  color: #ce2428;
}
.cnt-quantity {
  max-width: 112px;
}
.cnt-quantity .input-group {
  border-radius: 8px;
}
.cnt-quantity .input-group input.form-control {
  height: 48px;
}
.cnt-quantity .bootstrap-touchspin .btn {
  height: 48px;
  padding: 10px 14px;
}
.btn.btn-lg.btn-cart {
  min-width: 100%;
  padding: 13px 10px;
  font-size: 18px;
}
.cart-actions {
  margin-top: 32px;
}
.cart-actions button.btn-cart {
  background: #000;
  border: 2px solid #000;
  color: #ffffff;
}
.cart-actions button.btn-cart:hover {
  background: #000;
  border: 2px solid #000;
  color: #ffffff;
}
.product-icon a {
  border: 1px solid #efefef;
  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: 14px;
  font-weight: 600;
}

.prd-group-container .item .product {
  padding: 0px;
  box-shadow: none;
  border: none;
}
.prd-group-container
  .owl-item.active:first-child
  .item
  .product
  .product-image
  img {
  border: solid 1px #000;
  border-radius: 8px;
}
.prd-group-container .item .product .value {
  display: block;
  padding-top: 5px;
  text-align: center;
}
.prd-group-container .item .product:hover {
  padding: 0px;
  margin-bottom: 0;
}
.icon-free-shipping {
  background: #f1f1f1;
  padding: 4px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
}

.pdetail-icon-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 black;
}

.product-icon-new > span {
  padding: 1px 15px 0 0px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.product-icon-new .icon-instock {
  color: #4dc247;
}

.product-icon-new .icon-sold-out {
  color: #d71920;
}
span.icon-instock {
  font-size: 20px;
  padding: 5px 0px 0;
  display: inline-block;
  vertical-align: text-top;
  color: #0dc143;
}
span.icon-instock i {
  font-size: 25px;
  margin-right: 8px;
  vertical-align: bottom;
}
.pd-chapps-box {
  color: #000;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pd-chapps-box i {
  font-size: 25px;
  margin-right: 8px;
}
.alert-box {
  margin-top: 20px;
}
.alert-box div {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.alert-box div > a,
.alert-box div > a:hover {
  border: 1px solid #e5e5e5;
  padding: 12px;
  border-radius: 8px;
  margin: 0px 10px 20px 0;
  color: #fff;
}
.incaps {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.prd-promotion {
  margin-top: 20px;
  margin-bottom: 0px;
}

.prd-promotion-title {
  font-size: 22px;
  font-weight: 600;
}
.prd-promotion .item {
  margin-bottom: 0px;
}
.prd-promotion .product-image img {
  width: 100px;
  margin: 0;
}
.prd-promotion .product-name {
  font-size: 15px;
}
.prd-promotion .item .price {
  margin-left: 0;
  font-size: 15px;
}
.product-tab-box {
  display: flow-root;
  padding-bottom: 60px;
}

.product-part-title {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  font-weight: 600;
  color: #000;
}
.tab-content {
  padding: 10px 20px;
}

.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}

.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;
}
@media screen and (max-width: 991px) {
  .product-tab .panel-group {
    border-top: none;
  }
}
@media (min-width: 767px) {
  .product-image-list {
    margin-top: 0px;
  }

  .prd-social div a.wpmobile {
    display: none;
  }
  .tab-right {
    padding-left: 50px;
  }
  div#prd-promotion {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
  }
  .pdetail {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  h1.product-title {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .category-path {
    padding-left: 10px;
  }

  .pdetail {
    clear: both;
  }

  .product-default-image {
    border: none;
  }

  .product-image-list a {
    width: 86px !important;
  }

  .pdetail .product-price {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .prop-spec-box {
    display: none;
  }
  .product-code-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .pdetail .product-code:after {
    display: none;
  }
  .prd-promotion {
    margin-top: 10px;
  }
  .prd-promotion-title {
    font-size: 18px;
  }
  .prd-promotion .product-image img {
    width: 80px;
  }
  .product-part-title {
    font-size: 18px;
  }
  .pd-chapps-box {
    font-size: 13px;
  }
  .prd-properties > .table > tbody > tr > td {
    font-size: 13px;
  }
}

@media (max-width: 916px) {
  .cnt-quantity .quantity {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .pdetail .product-price .price-sales {
    font-size: 21px;
  }
  .pd-discount span {
    font-size: 16px;
  }
  .price-list {
    font-size: 16px;
  }
  .product-subtitle {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
    padding: 0;
  }
  .cnt-quantity .quantity {
    width: 113px;
  }
  .product-subtitle a {
    font-size: 12px;
    display: inline-block;
  }
}
@media (max-width: 375px) {
}
/*product tab*/

.product-tab {
  margin: 25px 0;
}
.product-tab .panel-group {
  margin-bottom: 0px;
}

.product-tab .panel-group .panel {
  box-shadow: none;
  border: none;
  margin-top: 0;
}

.product-tab .panel-body {
  padding: 15px 10px;
  color: #000;
}

.product-tab #accordion .panel .panel-heading h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 0 black;
}

.product-tab .panel-default > .panel-heading {
  padding: 16px 5px !important;
  padding-left: 0;
  border-width: 1px 0 0;
  background: #fff;
  box-shadow: none;
  border-style: solid;
  border-color: #efefef;
}

.product-tab #accordion .panel.panel-default:last-child {
  border-bottom: solid 1px #efefef;
}

.product-tab #Instalments .table {
  margin-top: 15px;
  margin-bottom: 0;
}

.product-tab .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.product-tab .table > thead > tr > th,
.product-tab .table > tbody > tr > th,
.product-tab .table > tfoot > tr > th,
.product-tab .table > thead > tr > td,
.product-tab .table > tbody > tr > td,
.product-tab .table > tfoot > tr > td {
  border-top: none;
}

.prd-properties > table > thead > tr > th {
  display: none;
}

div#Details {
  margin-bottom: 20px;
}

div#Properties {
  margin-bottom: 20px;
}

div#Instalments {
  font-size: 11px;
  letter-spacing: 0;
}
.collapse.in#Instalments {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
div#Instalments .inst-box {
  padding: 0 3px;
}

.installment-bank {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}

.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;
}
@media (max-width: 767px) {
  .tab-left {
    padding-bottom: 30px;
  }
}
/*product tab*/
.color-bg {
  background: #f5f0e7;
  padding: 40px 10px;
}
/*PRODUCT-DEAIL END*/

/*#region product card*/
.breadcrumb {
  border-bottom: none;
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .breadcrumb > li {
    font-size: 14px;
  }
}
h1.category-name {
  font-size: 20px;
}
.category-desc {
  padding: 0 10px 30px;
}

.category-panel.filter-panel ul > li > a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.category-panel.filter-panel .filter-item a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .category-desc {
    padding: 0 10px 20px;
  }
}
.category-detail {
  clear: both;
}
.product-show-case .item.itemauto {
  margin: 0 8px 20px;
}
.item.itemauto {
  margin-bottom: 30px;
}

.product {
  text-align: left;
  padding: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
}

.product .image-hover {
  max-height: initial;
}

.product .image-hover a img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product.whiteprd .image-hover {
  background: #f2f2f2;
  padding: 50px;
}

.product:hover .image-hover a img {
  opacity: 1;
}
.product .promotion-first {
  margin-bottom: 0;
}

.product .desc-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.product .btn-shopping-list {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  z-index: 1;
  position: relative;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  border-radius: 0;
}
.product .description,
.item.cartlist .description {
  margin: 0;
  min-height: 65px;
  padding: 0 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1;
  position: relative;
}
.item .product-name {
  line-height: 21px;
}
.product .product-name a,
.item.cartlist .product-name a {
  font-size: 14px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-review {
  font-size: 11px;
}
.product .description .product-brnd {
  display: block;
  font-size: 14px;
  margin: 0;
}

.product .description .product-adv {
  display: block;
  font-size: 12px;
  margin: 0;
}

.item .product .new-product {
  background: none;
  color: #39454d;
  font-size: 13px;
  position: absolute;
  top: 16px;
  right: 16px;
  height: auto;
  border-radius: 0;
  padding: 0;
  line-height: 16px;
  font-weight: 700;
}
.item .product .saleamount {
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  height: auto;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
}

.item .product .fast-shipping {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 90px;
  width: 90px;
  text-align: center;
  z-index: 1;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.item .product .free-ship {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #28a745;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.item .product .fast-shipping span {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #39454d;
  padding: 7px 0 6px;
  width: 120px;
  text-align: center;
  display: block;
  position: absolute;
  left: -27px;
  top: 18px;
  z-index: 1;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.item .product .isenroute {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 90px;
  width: 90px;
  text-align: center;
  z-index: 1;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.item .product .isenroute span {
  font-size: 13px;
  line-height: 1;
  color: #000;
  background: #dddddd;
  padding: 7px 0 6px;
  width: 120px;
  text-align: center;
  display: block;
  position: absolute;
  left: -27px;
  top: 18px;
  z-index: 1;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.item-properties {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-top: 10px;
  position: absolute;
  bottom: 26px;
  left: 5px;
}
.item-properties span {
  display: block;
  margin-bottom: 6px;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 3px;
}
.product .price {
  min-height: 56px;
  padding: 0 20px 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
}

.price-box {
  min-height: auto;
  margin: 0 0 0 10px;
}
.product .discount {
  background: #d62631;
  font-size: 13px;
  font-weight: 600;
  padding: 6px;
  line-height: 14px;
}
.item.cartlist .product .product-discount {
  margin-right: 10px;
  position: inherit;
  top: auto;
  left: auto;
}
.price-standard,
.price-box .price-standard {
  color: #666;
  font-size: 13px;
  text-decoration: line-through;
  display: block;
  line-height: 14px;
}

.price-box .price-sales,
.price-sales {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.campaign-prbox {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  line-height: 16px;
}

.campaign-prbox .camp-price {
  color: #d62631;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.buy-action {
  width: auto;
  bottom: 22px;
  height: auto;
  right: 18px;
}
.product .add-cart .btn-buy {
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  display: flex;
  text-shadow: none;
  width: 84px;
  min-width: 84px;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  padding: 5px 0px;
  margin: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
}
.product:hover .buy-action .btn {
  margin: 0;
}

.plistno-stock.btn {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  display: flex;
  text-shadow: none;
  max-width: 200px;
  width: 100%;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 20px auto 15px;
  padding: 9px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #37434b;
  background: #eff1f0;
  cursor: auto;
}
.qpreview {
  padding-top: 20px;
}
.qpreview .product-price {
  margin-top: 5px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.qpreview .pdetail .product-price .price-sales {
  font-size: 18px;
  line-height: 22px;
}
.qpreview .product-image-list a {
  display: block;
  margin: 0 0 6px 0;
  width: auto;
}
@media (min-width: 1200px) {
  .product .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .campaign-prbox {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
  }
}

@media (min-width: 768px) {
}
@media (max-width: 1199px) {
  .product .description {
    padding: 0 10px;
  }
  .product .product-name a {
    font-size: 13px;
    line-height: 18px;
  }
  .product .description .product-brnd {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .price {
    min-height: 48px;
    padding: 0 10px 0;
  }
  .hover-box {
    padding: 0 10px 0px;
    text-align: center;
  }
  .product .product-discount {
    display: inline-block;
    vertical-align: super;
  }

  .product .price-box {
    display: inline-block;
  }

  .product .campaign-prbox {
    margin-top: 5px;
  }
}

@media (max-width: 1440px) {
  .cat-slider .ps-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 0 0 5px 0px;
  }
  .product .hover-box {
    display: none;
  }
  .product .product-name a {
    font-size: 12px;
  }
  .product-show-case.owl-theme .owl-dots {
    display: none;
  }
  .product .add-cart .btn-buy {
    margin: 0px auto 0px;
    padding: 6px 20px;
    font-size: 13px;
  }
  .item.itemauto {
    margin-bottom: 10px;
  }
  .plistno-stock.btn {
    margin: 0px auto 0px;
    padding: 6px 20px;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .product .description {
    padding: 0 6px;
  }
  .product .price {
    padding: 0 6px 0;
  }
  .price-standard,
  .price-box .price-standard {
    font-size: 12px;
  }
  .price-box .price-sales,
  .price-sales {
    font-size: 14px;
  }
  .product .product-discount {
    margin-right: 5px;
  }
  .product .discount {
    font-size: 12px;
    padding: 6px 4px;
  }
}

.cat-slider .ps-nav {
  top: 40%;
}
.cat-slider .ps-nav.ps-next,
.cat-slider:hover .ps-nav.ps-next {
  right: -10px;
  transform: translate(100%, -50%);
}

.cat-slider .ps-nav.ps-prev,
.cat-slider:hover .ps-nav.ps-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}

/*#region list view*/
@media (min-width: 768px) {
  .item.list-view .product {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 26px 0;
    min-height: 338px;
    align-items: center;
  }

  .item.list-view .product:hover {
    margin-bottom: 0;
  }

  .item.list-view .image-hover {
    grid-area: 1 / 1 / span 4 / span 1;
    background: #f2f2f2;
    max-height: inherit;
    max-width: inherit;
    padding: 0 30px;
  }

  .item.list-view .image-hover img {
    max-height: 218px;
    width: auto;
  }

  .item.itemauto.list-view {
    min-height: auto;
  }

  .item.list-view .description {
    grid-area: 2 / 2 / span 2 / span 3;
    text-align: left;
    padding: 0;
  }

  .item.list-view .description p {
    text-align: left;
  }

  .item.list-view .product-name {
    padding-bottom: 10px;
  }

  .item.list-view .promo-icon {
    grid-area: 1 / 2 / span 1 / span 4;
  }

  .item.list-view .new-product {
    position: inherit;
  }

  .item.list-view .price {
    grid-area: 4 / 2 / span 1 / span 3;
    text-align: left;
    padding: 0;
    min-width: 270px;
  }

  .item.list-view .product .hover-box {
    grid-area: 4 / 4 / span 1 / span 1;
    position: relative;
    opacity: 1;
    visibility: visible;
  }

  .item.list-view .product .add-cart .btn-buy {
    margin: 0;
    padding: 12px 20px;
  }

  .item.list-view .product .short-desc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    min-width: 400px;
    padding-top: 10px;
    max-width: 400px;
  }

  .item.list-view .product:hover .description {
    transform: none;
  }

  .item.list-view .product:hover .image-hover a img {
    transform: none;
  }
  .item.list-view .product:hover .price {
    transform: none;
  }
}
@media (max-width: 767px) {
  .item.list-view .product {
    max-width: inherit;
    padding-right: 0px;
  }
  .item.list-view .image-hover {
    background: transparent;
    float: none;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    padding: 20% 20% 10%;
  }
  .item.list-view .product .short-desc {
    display: none;
  }
  .item.list-view .product .description {
    padding: 0 20px;
  }
  .item.list-view .product .price {
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .item.list-view h4,
  .item.list-view .description,
  .item.list-view h4,
  .list-description,
  .item.list-view .price,
  .item.list-view .action-control,
  .item.list-view .description p {
    text-align: left;
  }
}
/*#endregion list view*/

.color-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 22px;
}
.item-colors {
  display: none;
}
.product:hover .item-colors {
  display: block;
}
.product:hover .color-piece {
  display: none;
}
.item-colors ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-colors ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 0px 5px;
}
.item-colors ul li:first-child {
  margin-left: 1;
}
.item-colors ul li a {
  line-height: 0;
  display: block;
  height: 16px;
  width: 16px;
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 2px #e5e5e5;
  border-radius: 50%;
}
.item-colors ul li a.active {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 2px #b4b4b4;
}
/*#endregion product card*/

/*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: 17px;
  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: 15px;
  }

  .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: 16px;
    min-height: 30px;
  }

  .best-seller .discount {
    margin-top: 0;
    padding: 1px 3px;
    font-size: 14px;
  }
}
/*BEST SELLER*/

/*Blog Menu*/

.blog-panel {
  background: none;
  box-shadow: none;
}

.blog-panel .panel-heading {
  padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
  padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.blog-panel .panel-body {
  color: #2b2b2b;
  margin-bottom: 16px;
  padding: 0px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 28px;
}

.panel.blog-panel {
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(240, 240, 240, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/*CONTENT TEMP 1*/

/* kolon boÅŸluklarÄ± */
.content-temp-1.itemauto {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 28px;
}

/* kart */
.content-temp-1 .category-card {
  display: block;
}

/* link */
.content-temp-1 .category-image-link {
  display: block;
  text-decoration: none;
}

/* gÃ¶rsel alan */
.content-temp-1 .category-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
}

/* gÃ¶rsel */
.content-temp-1 .category-image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* hover zoom */
.content-temp-1 .category-card:hover .category-image {
  transform: scale(1.05);
}

/* gradient overlay */
.content-temp-1 .category-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* baÅŸlÄ±k */
.content-temp-1 .category-title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

/* alt link alanÄ± */
.content-temp-1 .category-footer {
  margin: 15px 0px;
  align-items: flex-start;
}

/* link */
.content-temp-1 .category-shop-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.content-temp-1 .category-shop-link:hover {
  opacity: 0.7;
}

/* ok */
.content-temp-1 .category-arrow {
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: -1px;
}

/* responsive */
@media (max-width: 1199px) {
  .content-temp-1 .category-image {
    height: 240px;
  }

  .content-temp-1 .category-title {
    font-size: 18px;
  }

  .content-temp-1 .category-shop-link {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .content-temp-1.itemauto {
    margin-bottom: 20px;
  }

  .content-temp-1 .category-image {
    height: 220px;
  }

  .content-temp-1 .category-title {
    font-size: 16px;
  }

  .content-temp-1 .category-shop-link {
    font-size: 15px;
  }
}

/*CONTENT TEMP 1 END*/

/*KM SLIDER NAV*/

.km-slider-wrapper .ps-nav {
  width: 48px;
  height: 48px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  z-index: 5;
  border: none;
}

.km-slider-wrapper:hover .ps-nav {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.km-slider-wrapper .ps-nav:hover {
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .km-slider-wrapper .ps-nav {
    display: none;
  }
}

/*KM SLIDER NAV END*/

/*URUN SLIDER NAV*/

.urun-slider > .ps-nav {
  width: 48px;
  height: 48px;
  background: #111;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  z-index: 5;
  text-decoration: none;
}

.urun-slider:hover > .ps-nav {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.urun-slider > .ps-nav:hover {
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.urun-slider > .ps-prev {
  left: -15px;
}

.urun-slider > .ps-next {
  right: -15px;
}

@media (max-width: 767px) {
  .urun-slider > .ps-nav {
    display: none !important;
  }
}

/*URUN SLIDER NAV END*/

/* CONTENT TEMP 2 */

.content-temp-2.itemauto {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 28px;
}

.content-temp-2 .category-card {
  display: block;
}

.content-temp-2 .category-card-link {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.content-temp-2 .category-card:hover .category-card-link {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.content-temp-2 .category-image-wrap {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 1 / 1.55;
}

.content-temp-2 .category-title {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  max-width: 48%;
  color: #111;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  word-break: break-word;
}

.content-temp-2 .category-image-holder {
  width: 100%;
  height: 100%;
}

.content-temp-2 .category-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.content-temp-2 .category-card:hover .category-image {
  transform: scale(1.04);
}

.content-temp-2 .category-footer {
  background: #000;
  min-height: 62px;
  padding: 0 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.content-temp-2 .category-shop-text {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.content-temp-2 .category-arrow {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .content-temp-2 .category-title {
    top: 16px;
    left: 16px;
    font-size: 26px;
    max-width: 100%;
  }

  .content-temp-2 .category-footer {
    min-height: 56px;
    padding: 0 16px;
  }

  .content-temp-2 .category-shop-text {
    font-size: 18px;
  }

  .content-temp-2 .category-arrow {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .content-temp-2.itemauto {
    margin-bottom: 20px;
  }

  .content-temp-2 .category-title {
    top: 14px;
    left: 14px;
    font-size: 24px;
    max-width: 58%;
  }

  .content-temp-2 .category-footer {
    min-height: 52px;
    padding: 0 14px;
  }

  .content-temp-2 .category-shop-text {
    font-size: 18px;
  }

  .content-temp-2 .category-arrow {
    font-size: 26px;
  }
}

/* CONTENT TEMP 2 end */

/* URUN SLIDER NAV (GENEL) */

.product-slider,
.urun-slide {
  position: relative;
}

.product-slider .ps-nav,
.urun-slide .ps-nav {
  width: 48px;
  height: 48px;
  background: #111;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
}

/* Hover olunca oklar */
.product-slider:hover .ps-nav,
.urun-slide:hover .ps-nav {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* Hover efekti */
.product-slider .ps-nav:hover,
.urun-slide .ps-nav:hover {
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Sol ok */
.product-slider .ps-prev,
.urun-slide .ps-prev {
  left: -20px;
}

/* SaÄŸ ok */
.product-slider .ps-next,
.urun-slide .ps-next {
  right: -20px;
}

/* Mobil */
@media (max-width: 767px) {
  .product-slider .ps-nav,
  .urun-slide .ps-nav {
    display: none !important;
  }
}

/* URUN SLIDER NAV END */
