.scrollup {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 42px;
  height: 42px;
  display: inline;
  background: url("/Skins/shared/images/scrollup.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scrollup.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.category-slider {
  background: #fafafa;
  padding: 30px 0px;
}

.full-container {
  margin: 0 auto;
  width: 100%;
}

.home-header-offset {
  padding-top: 122px;
}

.header-offset {
  padding-top: 136px;
}

@media (max-width: 991px) {
  .home-header-offset {
    padding-top: 98px;
  }
  .header-offset {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .home-header-offset {
    padding-top: 98px;
  }
  .header-offset {
    padding-top: 120px;
  }
}

/* Marquee start */
.marquee {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
  overflow: hidden;
  background: #e5007e;
}
.marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-scroll 40s linear infinite;
}

.marquee__track span {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 2.2px;
  position: relative;
  padding-right: 38px;
}

.marquee__track span::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Erisilebilirlik: hareket azaltma */
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }
}

/* Marquee end */

/*SEARCH*/
/*New Search*/
.quick-search-result.open-search {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  z-index: 999999;
  margin: 0 auto;
  width: 700px;
}
.quick-search-result.close-search {
  display: none;
}

.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;
}

.search-products .price {
  display: flex;
  align-items: center;
}

.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-products .discount {
  background: #d62631;
  font-weight: 600;
  padding: 0px 3px;
  height: 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  .quick-search-result {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .km-search {
    flex-direction: column;
    overflow: auto;
    overflow-y: auto;
    max-height: 530px;
    background: #fff;
  }

  .search-sidebar ul {
    padding: 5px 0;
  }

  .search-sidebar {
    clear: both;
    display: table;
  }
}
.search-new {
  padding-top: 29px;
  position: relative;
}

.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: 4px;
  opacity: 1;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 0;
  letter-spacing: 1px;
  max-width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  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-new-full .search-input-box {
  display: table;
  max-width: 100% !important;
  padding-bottom: 5px;
  width: 100%;
}

.search-new-full .search-input-box .search-input {
  border: none;
  background: #eae8e8;
}

.search-new-full .search-input-box .search-btn {
  background-color: #292929;
  color: #fff;
}

.search-input-box {
  display: table;
  max-width: 100%;
  width: 240px;
  position: relative;
  transition: all 0.45s ease 0s;
}

.search-input-box span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  font-size: 15px;
  padding: 6px 10px 7px 14px;
  line-height: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #000 !important;
  position: absolute;
  right: 11px;
  top: 2px;
  z-index: 999;
}

@media (min-width: 1200px) {
  .search-input::-webkit-input-placeholder {
    opacity: 0.6;
    color: #000;
  }

  .search-input:-moz-placeholder {
    opacity: 0.6;
    color: #000;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .search-new {
    padding-top: 0;
  }

  .search-new .input-group .btn {
    color: #000;
    font-size: 21px;
    padding: 34px 10px 34px 30px;
    line-height: 1;
  }

  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 9999;
    cursor: pointer;
  }

  .search-input-box.input-group .search-input.form-control {
    border: none;
    max-width: 87%;
    width: 94%;
    float: right;
    height: 98px;
  }

  .search-input-box {
    border-radius: 0px;
    max-width: 90%;
    width: 86%;
  }

  .search-full {
    top: 0;
    min-height: 100px;
    bottom: auto;
    background: #000 !important;
    z-index: 99999;
    position: fixed;
  }

  .search-close {
    background: #000;
    height: 100px;
    padding: 0;
    margin-right: 6.4%;
    width: 5%;
    text-align: center;
    color: #000 !important;
  }

  .search-input-box .search-btn {
    font-size: 19px;
    padding: 40px 20px;
  }

  .search-input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
  }

  .search-input:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .search-new .input-group .btn {
    font-size: 18px;
    padding: 29px 10px 29px 20px;
  }
}

@media (max-width: 767px) {
  .search-input-box.input-group .search-input.form-control {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    border-radius: 0;
    height: 48px;
    padding: 10px 0;
    border: none;
    opacity: 1;
    text-indent: 27px;
    line-height: normal;
  }

  .search-input-box {
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
    padding: 0;
    background: #fff;
    width: 100%;
    display: table;
    max-width: 100% !important;
    border-top: 1px solid #ebebeb;
  }

  .search-input-box span.input-group-btn {
    background: #fff;
  }

  .search-input {
    background: none;
    text-align: left;
    font-size: 15px;
    color: #454545;
    padding: 0;
    line-height: 2.5;
  }

  .search-input-box .search-btn {
    padding: 15px 21px 15px;
    right: 5px;
    top: 0;
    z-index: 9;
    font-size: 18px;
  }

  .search-new .input-group .getFullSearch span {
    display: none;
  }

  .search-new .input-group .getFullSearch i {
    font-size: 21px;
    margin-right: 0;
  }

  .search-new .input-group .getFullSearch {
    padding: 18px 10px;
    margin: 0;
    border-right: none;
  }

  .search-input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
  }

  .search-input:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
}

@media (max-width: 600px) {
  .search-input-box .search-input {
    max-width: 80%;
  }
}

/*SEARCH*/

/*HEADER v2*/

.headerv2.navbar-km {
  border: none;
}

.headerv2 .container {
  position: static;
}

.navbar .navbar-top {
  height: 33px;
  font-weight: 400;
}

.navbar.stuck .navbar-top {
  margin-top: -33px;
}

.brandWrap {
  position: relative;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.headerv2 .navbar-brand {
  display: block;
  height: 90px;
  padding: 24px 32px 23px 0;
  max-width: 200px;
}
/*HEADER CART*/

/*#region header cart*/

.headercart .navbar-brand {
  padding: 12px 0;
}

.cart-menu > a {
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  position: relative;
  height: auto;
  padding: 32px 0 33px 20px;
  display: block;
  text-align: center;
  color: #000;
}

.cart-menu > a .cart-response {
  display: block;
}

.cart-menu a .cart-quantity {
  background: #e5007e;
  color: #ffffff;
  bottom: 33px;
  right: 11px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cart-menu > a {
    padding: 26px 10px;
  }
}
@media (max-width: 767px) {
  .cart-menu > a {
    padding: 20px 10px;
  }

  .cart-menu a .cart-quantity {
    bottom: 14px;
  }
}

/*#endregion header cart*/

/*USER MENU*/
.headerv2 .user-menu {
  float: right;
}

.headerv2 .user-menu > li > a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-transform: none;
  padding: 34px 10px 35px 35px;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a {
  color: #000;
  text-transform: none;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a i {
  display: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 0px #ffffff;
}

@media (min-width: 768px) {
  .headerv2 .hasUserMenu .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    width: 260px;
    padding: 14px 40px;
  }

  .hasUserMenu > .dropdown-menu > li.user-logoff {
    border-top: 1px solid #1f1f1f;
    padding: 10px 0 0 0;
    margin: 10px 0px 15px 0px;
  }

  .headerv2 .user-menu i {
    font-size: 21px;
  }

  .headerv2 .user-menu > li > a span {
    display: none;
  }

  .headerv2 .user-menu .admin-link i {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .headerv2 .user-menu > li > a {
    padding: 29px 10px 29px 20px;
  }

  .headerv2 .user-menu i {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .headerv2 .user-menu > li > a {
    padding: 22px 8px;
  }
  .user-menu > li > a i {
    font-size: 21px;
  }
}
/*USER MENU*/

/*KM MENU*/
#navBg {
  display: none;
  height: 441px;
  background: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 6px 12px -5px;
  z-index: -2;
}

.stuck #navBg {
  top: 90px;
}

.headerv2 .navbar-nav > li > a {
  color: #000;
  padding: 38px 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
}

.headerv2 .navbar-nav > li.active,
.headerv2 .navbar-nav > li > a:hover,
.headerv2 .navbar-nav > li > a:focus,
.headerv2 .navbar-nav > li:hover > a {
  background: none !important;
  color: #000 !important;
  text-shadow: 0px 0px #000;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.megamenu .megamenu-content {
  padding: 30px 20px;
}

.megamenu-content ul li {
  border-bottom: none;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.megamenu-content ul.resim li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}

.megamenu-content ul li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 0px;
  display: inline-block;
  position: relative;
  line-height: 26px;
}

.megamenu-content ul li a:hover {
  padding: 0px;
  color: #000;
  text-shadow: 0px 0px #ffffff;
}

.megamenu-content ul li a.menu-title {
  font-weight: 500;
  padding-bottom: 8px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.megamenu-content .menu-category ul:first-child li a {
  font-weight: 500;
  padding-bottom: 0;
}

@media (min-width: 1370px) {
  .megamenu-content .menu-category > ul.markalar:nth-child(2) {
    padding-left: 100px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .megamenu-content .menu-category > ul.mcat-min {
    border-left: 1px solid #ededed;
    min-height: 340px;
    padding-left: 25px;
  }

  .megamenu-content .menu-category > ul:first-child {
    padding-top: 60px;
    padding-left: 0;
    border-left: none;
  }

  .megamenu-content .menu-category > ul.markalar:nth-child(2) li {
    margin-bottom: 14px;
    padding: 0 10px;
  }

  .megamenu-content .menu-category > ul.markalar:nth-child(2) li img {
    background: #121212;
    border-left: 1px solid #ededed;
  }

  .headerv2 .navbar-nav > li > a i {
    display: none;
  }

  .megamenu-content .menu-category > ul.markalar:first-child {
    border-right: 1px solid #1e1e1e;
    min-height: 300px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .headerv2 .navbar-nav > li > a {
    padding: 31px 8px 32px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .megamenu-content .menu-category {
    padding: 5px 15px 0;
  }

  .headerv2 .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
  }

  .megamenu-content ul li:before {
    background: #3a3a3a;
  }

  .megamenu-content ul li span {
    color: #3a3a3a;
  }

  .navbar-nav.km-menu {
    margin: 0 -10px;
  }

  .mobil-menu-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 0px 25px 15px;
    background: #fff;
    z-index: -1;
    letter-spacing: 0.5px;
  }

  .megamenu-content ul {
    margin: 10px 0;
  }
  .megamenu-content ul li a.menu-title {
    color: #000000;
  }

  .megamenu-content ul li a,
  .megamenu-content ul li p,
  .megamenu-content ul li,
  .navbar-nav .dropdown a,
  .navbar-nav .dropdown {
    color: #cacaca;
    font-size: 15px;
  }

  .megamenu-content ul li a {
    padding: 6px 0px;
  }

  .megamenu-content ul li a:hover {
    padding: 6px 0px;
  }

  /*SIDE MENU*/
  #side-menu .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    background: #fff !important;
  }

  #side-menu .navbar-nav > li > a i {
    font-size: 16px;
    color: #000;
    float: right;
    margin-top: 2px;
  }

  #side-menu {
    padding: 0px 10px 30px 10px;
    background: #fff;
    z-index: 2000;
  }

  #side-menu .close {
    color: #000;
    opacity: 1;
  }

  #side-menu .contents {
    margin-top: 0;
  }

  #side-menu .navbar-nav {
    margin: 0px -10px;
  }

  #side-menu .nav.navbar-nav.navbar-right {
    border-top: 2px solid #ebebeb;
    padding: 13px 0;
    margin: 10px 0;
  }
  /*SIDE MENU*/
}
/*KM MENU*/

@media (max-width: 991px) and (min-width: 768px) {
  .headerv2 .navbar-brand {
    padding: 20px 20px 19px 0;
    width: 108px;
  }
}

@media (max-width: 767px) {
  .headerv2 .navbar-nav {
    margin: 7.5px -10px 0;
  }

  .headerv2.navbar-km {
    background: #fafafa;
    border-bottom: none;
  }

  .headerv2 .navbar-top {
    height: 66px;
  }

  .navbar-top i {
    font-size: 21px;
  }

  .cart-menu > a i {
    font-size: 26px;
  }

  .headerv2 .navbar-toggle i {
    font-size: 21px;
    padding: 0;
  }

  .headerv2 .navbar-toggle {
    background: none;
    z-index: 9;
    color: #000;
    margin: 0;
    padding: 20px 15px 20px;
    border: none;
  }

  .headerv2 .navbar-toggle .icon-bar {
    border: solid 1px #000;
    width: 26px;
  }

  .headerv2 .navbar-toggle .icon-bar + .icon-bar {
    margin: 8px 0 0;
  }

  .headerv2 .navbar-brand.mobile-logo {
    display: block;
    height: 66px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 20px 0;
    position: absolute;
    right: 0;
    width: 140px;
    margin-top: 0px;
  }
}

@media (max-width: 400px) {
  .headerv2 .navbar-toggle {
    padding: 20px 5px 20px !important;
  }

  .headerv2 .navbar-brand img {
    max-width: 100%;
  }
}
/*HEADER v2 END*/
/*FOOTER*/
.footer {
  background: #fafafa;
  border: none;
  padding-bottom: 0px;
}

.footer-bottom {
  background: #000;
  border-top: none;
  padding: 15px 0px;
}

.footer-content {
  padding: 55px 0 45px;
}

.footer .footer-block-title {
  display: none;
}

.footer a {
  color: #777;
  font-size: 14px;
}

.footer a:hover {
  color: #777;
}

.footer ul {
  margin-top: 10px;
}

.footer ul li a {
  padding: 0 0 10px 0;
}

.footer .support {
  margin-top: 0;
}

.footer .support p {
  color: #828282;
  font-size: 13px;
  line-height: 20px;
}

.footer .support a {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
  padding-top: 19px;
  display: block;
}
.footer .km-sign,
.footer .km-sign:hover {
  color: #fff;
}

.footer .support a.fmail {
  color: #777;
  font-size: 15px;
}

.footer .social {
  margin-top: 20px;
  text-align: left;
  margin-left: 10px;
}

.footer .social span {
  border-radius: 0;
  width: auto;
  height: auto;
  text-align: left;
  background: none;
  border: none;
}

.footer .social span a {
  color: #5c5c5c;
}

.footer .social span:hover a {
  color: #ee383a;
}

.footer .social span:hover {
  background: none;
  border: none;
}

.social span a i {
  font-size: 20px;
}

.f-logo {
  text-align: center;
  padding-bottom: 30px;
}
.f-logo img {
  max-width: 160px;
}
.newsletter > span {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #828282;
  padding-bottom: 30px;
}

.news-letter-box {
  background: #e1e1e1;
}

.news-letter-box .input-group .form-control {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0px;
  font-size: 13px;
  color: #000;
  height: 52px;
  letter-spacing: 0.5px;
  text-indent: 25px;
}

.news-letter-box .input-group-btn .btn {
  background: none;
  color: #828282;
  height: 52px !important;
  font-size: 37px;
  padding: 0 21px;
  width: 60px;
}

.news-letter-box .form-control::-moz-placeholder {
  color: #828282;
}

.news-letter-box .form-control::-webkit-input-placeholder {
  color: #828282;
}

.km-sign {
  text-align: center;
  font-size: 12px;
}

.km-sign a strong {
  color: #da304a !important;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer .bottom-menu2 {
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
  .footer-content {
    padding: 20px 0;
  }

  .newsletter {
    padding-top: 25px;
    text-align: center;
  }

  .footer .social {
    text-align: center;
  }

  .footer-bottom .km-sign {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .footer .bottom-menu div:nth-child(4) h3 {
    padding-top: 20px;
  }

  .footer .support a {
    font-size: 12px;
  }

  .footer a {
    font-size: 12px;
  }

  .footer .support i {
    margin-right: 5px;
    font-size: 18px;
    display: none;
  }
}

/*FOOTER-CART*/
.footer-ctop .footer-bottom {
  padding-top: 20px;
  padding-bottom: 15px;
}

.footer-ctop {
  background: #000000;
  padding: 40px 0;
}

.footer-ctop .footer-cart {
  text-align: center;
}

.footer-ctop .footer-cart span {
  font-size: 20px;
  color: #b7b7b7;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 8px;
}

.footer-ctop .footer-cart p {
  font-size: 13px;
  color: #797979;
  letter-spacing: 0.5px;
  display: block;
  line-height: 15px;
}

.footer-ctop .footer-cart i {
  font-size: 50px;
  color: #b7b7b7;
  display: block;
  padding-bottom: 20px;
}

.footer-ctop .footer-cart i.fl-chapps-box-3 {
  font-size: 57px;
  padding-bottom: 13px;
}
/*FOOTER END*/
/*PRODUCT LIST v2*/

.item .promotion-first {
  display: block;
  overflow: hidden;
  margin: 0;
}

.item.itemauto {
  margin-bottom: 25px;
}

.product .product-status {
  height: auto;
  padding-top: 0;
}

.product {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #eee;
}
.product:hover {
  border-color: #ccc;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product:hover .image-hover a img {
  opacity: 1;
}

.product-show-case .item {
  margin: 0 10px 15px;
}

.product .has-gift {
  color: #fff;
  border-radius: 4px;
  background: #e5007e;
  padding: 5px 10px;
  line-height: 1;
  font-size: 12px;
}
.product-new span {
  background: #e5007e !important;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 12px 6px;
  position: absolute;
  line-height: 1;
  height: auto;
  top: 8px;
  left: 5px;
  transform: unset;
  width: auto;
  height: auto;
}

.product .discount {
  background: #dd3333;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 7px 12px 6px;
  border-radius: 12px;
  position: absolute;
  line-height: 1;
  height: auto;
  top: 8px;
  right: 5px;
}
.product .product-discount {
  margin-right: 0;
}
.description {
  padding: 12px 0 0 0px;
  min-height: 76px;
}
.item-review {
  padding-bottom: 4px;
}
.item .item-name {
  margin: 0;
}

.item .item-name a {
  color: #686868;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.item-review span {
  font-size: 13px;
  color: #999;
}
.product .price-sales {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 18px;
}
.product .campaign-prbox .camp-price {
  font-size: 15px;
  font-weight: 500;
}
.no-stock {
  background: #e5007e;
  color: #fff;
  padding: 8px;
}

.no-stock span {
  color: #000000;
  padding: 6px 20px 5px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  width: 100%;
}

.desc-box {
  position: relative;
}

.product .image-hover {
  max-height: initial;
}
.product .buy-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: #6463b9;
  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: #e5007e;
  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: #e5007e;
  color: #fff;
}

@media (max-width: 414px) {
}
/*PRODUCT LIST v2 END*/

/*PRODUCT LIST*/
.bundle-wrap {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
}
.bundle-name {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}
.bundle-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bundle-product-box {
  max-width: 170px;
  margin: 0 30px 0 0;
  position: relative;
  padding-right: 30px;
}
.bundle-product-box:after {
  content: "\002B";
  position: absolute;
  right: -8px;
  top: 37%;
  font-size: 26px;
}
.bundle-item .bundle-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.bundle-item > div .bundle-product-box:last-child:after {
  display: none;
}

.bundle-product-image {
  background: #f7f8f8;
  padding: 20px 0;
  border-radius: 8px;
}
.owl-carousel .owl-item .bundle-item .bundle-product-image img {
  max-width: 80px;
  mix-blend-mode: multiply;
}
.bundle-product-desc {
  padding-top: 6px;
}
.bundle-item .bundle-product-name {
  color: #000000;
  -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-size: 13px;
  line-height: 1.2;
}
.bundle-product-link {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .bundle-wrap {
    padding: 16px;
    border-radius: 10px;
  }

  .bundle-name {
    font-size: 15px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .bundle-item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .bundle-item .bundle-product {
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .bundle-product-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
  }
  .bundle-product-box {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    margin: 0;
    padding-right: 0;
    position: relative;
  }

  .bundle-product-box:after {
    display: none !important;
  }

  .bundle-product-image {
    padding: 12px 0;
    border-radius: 8px;
  }

  .owl-carousel .owl-item .bundle-item .bundle-product-image img {
    max-width: 64px;
  }
}

/*PRODUCT LIST END*/

/*PRODUCT-DEAIL*/
.breadcrumb {
  border: none;
  border-radius: 0;
  padding: 0;
}

.product-tab {
  margin: 0;
}
.pdetail {
  padding-top: 10px;
}

.pdetail .price-box {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

hr.hr-base {
  border-color: #efefef;
}

h1.product-title {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}

.product-code {
  font-size: 14px;
  display: block;
}
.pdetail .rating .show-review {
  font-size: 14px;
}
.product-code span {
  font-weight: 500;
}
.product-bundle-box {
  margin-bottom: 10px;
}
.product-bundle .prd-bundle-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.product-bundle-box > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-bundle-box > a img {
  margin: 0;
}
.product-bundle-box > a > div {
  margin-left: 12px;
  font-weight: 500;
}
.product-bundle-box > a > div span {
  display: block;
  padding: 0;
  line-height: 1.3;
}

.cart-content .product-bundle .prd-bundle-title {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 500;
}

.cart-content .product-bundle .bundle-name {
  font-size: 13px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}

.product-price-rate {
  padding: 0px 10px;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-left: 10px;
  vertical-align: text-bottom;
  display: flex;
  align-items: flex-end;
  width: auto;
  height: 28px;
}
.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: 500;
  font-size: 15px;
  color: #454545;
}

.pricematch:hover {
  color: #454545;
}

.pricematch-text {
  font-weight: 500;
  font-size: 15px;
  color: #5eb746;
}

@media (min-width: 767px) {
  .product-image-list {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .product-image-list a {
    width: 124px;
    margin-bottom: 7px;
    margin-right: 0;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .pdetail {
    clear: both;
  }

  h1.product-title {
    font-size: 20px;
    text-align: left;
  }

  .pdetail .price-box {
    min-height: 46px;
    text-align: center;
  }

  .product-images {
    padding: 0 10px;
  }

  .pd-discount {
    font-size: 15px;
  }

  .pdetail .product-price .price-sales {
    font-size: 26px !important;
  }

  .product-default-image {
    border: none;
  }

  .product-subtitle {
    text-align: center;
  }

  .pd-properties-img li {
    padding: 10px 10px !important;
    width: 49% !important;
  }

  .product-tab .nav-tabs li a {
    border: none !important;
    border-radius: 0px !important;
    padding: 20px 20px !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
  }

  .product-tab .nav-tabs > li.active > a,
  .product-tab .nav-tabs > li.active > a:hover,
  .product-tab .nav-tabs > li.active > a:focus,
  .product-tab .nav-tabs > li.hover > a {
    border: none !important;
    border-radius: 0 !important;
    padding: 20px 20px !important;
  }

  .product-image-list a {
    width: 70px !important;
  }

  .transitionfx {
    margin-bottom: 0px;
  }
}

.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;
}

.product-price {
  padding: 0px;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 25px;
  align-items: flex-end;
}
.lstprice {
  display: flex;
  flex-direction: column;
}
.product-part-title {
  font-weight: 500;
}

.pdetail .price-standard {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 20px;
  padding-top: 0;
  line-height: 20px;
  padding-bottom: 5px;
}

.pdetail .product-price .price-sales {
  font-size: 30px;
  color: #000;
  line-height: 24px;
}
.pdetail .product-price .pd-campaigns .price-sales {
  color: #e5007e;
}
.applied-campaigns {
  color: #777;
}
.pdetail .installment-price {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 14px;
}

.btn-shopping-list:before {
  color: #000;
}
.btn-shopping-list.active:before {
  color: #e5007e;
}
.cart-actions .btn-shopping-list {
  padding: 14px 0 14px;
  background: #e5e5e5;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-shopping-list:hover {
  color: #454545;
}

.cnt-quantity {
  width: auto;
  margin-top: 0px;
}

.cnt-quantity .input-group {
  width: 85px;
}

.cnt-quantity .bootstrap-touchspin .btn {
  height: 56px;
}

.cnt-quantity .input-group input.form-control {
  height: 56px;
}

.cnt-quantity .quantity-title {
  display: none;
}

.cnt-quantity .form-control {
  height: 50px;
  text-align: center;
  padding: 1px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  border-right: none;
  border-left: none;
  font-weight: 500;
  font-size: 18px;
}

.cnt-quantity .form-control:focus {
  border-color: #e2e2e2 !important;
}

.btn-quanity.bootstrap-touchspin-down,
.btn-quanity.bootstrap-touchspin-down:hover,
.btn-quanity.bootstrap-touchspin-down:active,
.btn-quanity.bootstrap-touchspin-down:focus {
  border-right: none;
  box-shadow: none;
}

.btn-quanity.bootstrap-touchspin-up,
.btn-quanity.bootstrap-touchspin-up:hover,
.btn-quanity.bootstrap-touchspin-up:active,
.btn-quanity.bootstrap-touchspin-up:focus {
  border-left: none;
  box-shadow: none;
}

.cart-actions {
  padding-top: 15px;
}

.cart-actions .btn-cart {
  border: none;
  letter-spacing: 0;
  background: #e5007e;
  color: #fff;
  border-radius: 0px;
  font-size: 22px;
  font-weight: 500;
  padding: 14px 15px;
  border-radius: 8px;
  width: 100%;
  line-height: 1.3;
}

.cart-actions .btn-cart:hover {
  background: #e81a8b !important;
  border: none;
  color: #fff;
}

@media (max-width: 916px) {
  .cnt-quantity .quantity {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cnt-quantity .form-control {
    height: 44px;
  }

  .cnt-quantity .quantity {
    width: 83px;
  }

  .btn-shopping-list {
    padding: 11px 0px;
  }

  .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: #e2eaff;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  min-width: 180px;
}
.campaign-title {
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 767px) {
}

.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);
}

@media (max-width: 1200px) {
  .product-icon-new a {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}

.prd-group-container .prd-group-title {
  font-size: 13px;
  font-weight: 500;
}

.prd-group-container #prd-group-items .owl-stage-outer {
  border-top: 1px solid #f5f5f5;
  padding: 10px;
}

.prd-group-container {
  padding: 0px 0 5px;
}

.prd-group-container .item .product {
  border-color: #eee;
  padding: 0;
}

.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;
  }
}

.product-icon-new {
  margin-bottom: 10px;
  margin-top: 7px;
  display: flex;
  gap: 20px;
}

.pdetail .product-icon-new i {
  font-size: 25px;
  margin-right: 6px;
  vertical-align: sub;
}

.pdetail-icon-text {
  display: inline-block;
}

.product-icon-new a {
  padding: 0;
  vertical-align: middle;
  width: auto;
  display: flex;
  gap: 5px;
}

.product-icon-new a.icon-instock {
  color: #4dc247;
}

.product-icon-new a.icon-instock i {
  font-size: 22px;
}

.product-tab .nav-tabs {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
}

.product-tab .nav-tabs li a {
  font-size: 16px;
  text-transform: none;
  background: none !important;
  border: none;
  color: #878787 !important;
  padding: 20px 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.product-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.active > a:hover,
.product-tab .nav-tabs > li.active > a:focus,
.product-tab .nav-tabs > li.hover > a {
  background: none !important;
  color: #000 !important;
  border: none;
  padding: 20px 30px;
  box-shadow: none;
}

.product-tab .nav-tabs > li.active > a:before,
.product-tab .nav-tabs > li.active > a:hover:before,
.product-tab .nav-tabs > li.active > a:focus:before,
.product-tab .nav-tabs > li.hover > a:before {
  position: absolute;
  content: "";
  background: #000;
  bottom: -2px;
  width: 90px;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
}

.product-tab .nav-tabs:after {
  display: none;
}

.grey-bg {
  margin: 30px 0;
}

.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;
}

/*PRODUCT-DETAIL REVIEWS */

/*PRODUCT-DETAIL REVIEWS END*/
@media (max-width: 768px) {
  .review-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/*PRODUCT-DEAIL END*/

.grid-block-item.small:nth-child(2),
.grid-block-item.small:nth-child(3) {
  margin-bottom: 20px;
}

.deuce {
  margin: 43px auto 20px;
  display: flow-root;
  max-width: 1500px;
  padding: 0 10px;
}

.deuce .itemauto:first-child .deuce-desc {
  position: absolute;
  left: 0%;
  bottom: 12%;
}

.deuce .itemauto:nth-child(2) .deuce-desc {
  position: absolute;
  left: 12%;
  bottom: 12%;
}

.deuce-title {
  font-weight: 500;
  font-size: 30px;
  color: #565656;
}

.deuce-spot {
  font-size: 20px;
  color: #565656;
}

.deuce-desc span {
  border-width: 2px 2px 4px;
  border-style: solid;
  border-color: #acacac;
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #565656;
  margin-top: 20px;
  max-width: 180px;
  letter-spacing: 1px;
}

@media (min-width: 767px) {
  .deuce .itemauto {
    padding: 0 0 0 20%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .deuce-title {
    font-size: 24px;
  }

  .deuce-spot {
    font-size: 16px;
  }

  .deuce-desc span {
    padding: 9px 0;
    font-size: 14px;
    margin-top: 20px;
    max-width: 140px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .deuce .itemauto {
    padding: 0 0 0 15%;
  }

  .deuce-title {
    font-size: 20px;
  }

  .deuce-spot {
    display: none;
  }

  .deuce-desc span {
    padding: 6px 0;
    font-size: 13px;
    margin-top: 20px;
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .deuce {
    margin: 20px auto 20px;
  }

  .deuce-desc {
    display: none;
  }

  .deuce .itemauto:first-child .deuce-box {
    margin-bottom: 40px;
  }
}

.black-bg {
  background: #000;
  margin: 20px 0 20px;
  padding: 20px 0 30px;
}

.home-brands {
  padding: 31px 0;
  margin-left: -10px;
  margin-right: -10px;
}

.home-brands .content-slide {
  margin: 0 10px;
}

.home-brands .ps-nav {
  font-size: 38px;
  top: 38%;
}

@media (max-width: 1600px) {
  .home-brands {
    padding: 12px 0;
  }
}

.cslide-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 0 0;
}

.module-title {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
.module-title h2 {
  font-size: 18px;
}

.module-title-v2 {
  padding-left: 155px;
  margin: 20px 0 30px;
  text-align: left;
  position: relative;
  border: none;
}

.module-title-v2:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
}

.module-title-v2 h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.module-title-v3 {
  border: none;
  margin: 34px 0;
  text-align: center;
}

.module-title-v3 div {
  padding-bottom: 15px;
}

.module-title-v3 h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  border: none;
  padding: 0;
}

@media (max-width: 1200px) {
  .module-title-v2 {
    padding-left: 80px;
  }

  .module-title-v2:before {
    width: 50px;
  }

  .module-title-v2 h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .home-brands {
    padding: 0px 0;
  }

  .grid-block-item {
    margin-bottom: 20px;
  }

  .grid-block-item:last-child {
    margin-bottom: 0px;
  }

  .module-title-v2 {
    margin: 0px 0 30px;
  }

  .module-title-v2 h2 {
    font-size: 20px;
  }

  .module-title-v2 img {
    width: 55px;
  }
}

/*order-steps*/

.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  width: 66%;
  margin: 20px auto 50px;
}

@media (max-width: 767px) {
  .f1-steps {
    width: 100%;
  }
}

.f1-progress {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #000;
}

.f1-step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
  text-align: center;
}

.f1-step-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-top: 4px;
  background: #ddd;
  font-size: 28px;
  color: #fff;
  line-height: 56px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.f1-step-icon .fl-chapps-shopping-cart {
  font-size: 26px;
}

.f1-step-icon .fl-chapps-package {
  font-size: 30px;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 52px;
}

.f1-step.active .f1-step-icon {
  background: #000;
}

.f1-step .f1-step-icon .fl-chapps-commerce-3 {
  line-height: 56px;
  font-size: 26px;
}

.f1-step.active p,
.f1-step.active a {
  color: #000;
}

.f1-step p,
.f1-step a {
  color: #ccc;
  font-size: 18px;
  margin-top: 6px;
  display: block;
}

.f1-step.activated p,
.f1-step.activated a {
  color: #000;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  border-color: #000;
}

.cart-footer {
  border-top: none;
  background: #ffffff;
}

.cart-table-header {
  background: #ffffff;
}

.step-cart .section-title-inner {
  padding-left: 20px;
}

.cart-product-thumb a img,
.cart-product-thumb a img {
  width: 130px;
}

.cart-summary-container {
  border: none;
  padding: 15px;
  background: #f5f5f5;
}

.cart-summary tbody > tr > td {
  border: none;
}

.cart-summary-container {
  background: #fff;
  border: solid 1px #ebedef;
}

.input-group-btn .btn-coupon {
  font-size: 12px;
  width: 70px;
}

.coupon-title {
  padding: 10px 0;
}
/*order-steps*/

/*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;
}

/* 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;
}

.video-bg {
  background: url(/Skins/shared/images/video-bg.jpg) no-repeat center center;
  padding: 50px;
}
.video-bg .container {
  background: #fff;
  max-width: 980px;
  padding: 20px 30px;
  margin: 0 auto;
}

.km-video-slider .km-slider-thumb .owl-item .slider-thumb-item {
  padding-top: 14px;
}
.km-video-slider .km-slider-thumb .owl-item:first-child .slider-thumb-item {
  padding-right: 14px;
}
.km-video-slider .km-slider-thumb .owl-item:nth-child(2) .slider-thumb-item {
  padding-right: 9px;
  padding-left: 5px;
}
.km-video-slider .km-slider-thumb .owl-item:nth-child(3) .slider-thumb-item {
  padding-right: 5px;
  padding-left: 9px;
}
.km-video-slider .km-slider-thumb .owl-item:last-child .slider-thumb-item {
  padding-left: 14px;
}
.km-video-slider .ps-nav {
  top: 29%;
  color: #fff;
  font-size: 42px;
  transform: none;
}
.km-video-slider:hover .ps-nav {
  transform: none;
}
.vi-textbox {
  padding-top: 100px;
}
.vi-textbox p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
}
/*Responsive-Video*/
.embed-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 51.38%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.embed-container div,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Responsive-Video*/

/* instagram section*/
.instagram-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.instagram-section.module-title {
  margin-bottom: 0px;
}
/* instagram section end*/

/*#region brand slider */
.brand-slider {
  padding: 0 10px;
}

.brand-slider > a {
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 12px;
}

.brand-slider > a > img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .brand-slider {
    padding: 0 5px;
  }
}

/*#endregion brand slider */

/* cat slider */
.cat-slider .owl-item {
  padding: 0 12px;
}

.cat-slider .content-slide {
  height: 160px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  will-change: transform;
  text-align: center;
}

.cat-slider .content-slide:hover {
  z-index: 2;
  transform: translateY(-4px);
}

.cat-slider .content-slide a {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: #222;
  padding: 14px 10px;
}

.cat-slider .content-slide img {
  max-width: 140px;
  max-height: 110px;
  object-fit: contain;
  transition: transform 0.35s ease;
  margin: 0 auto;
  display: block;
}

.cat-slider .cslide-title {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-slider .content-slide:hover img {
  transform: scale(1.05);
}

.cat-slider .owl-stage-outer {
  padding: 8px 0;
  margin: -8px 0;
}

/* responsive */
@media (min-width: 1200px) {
  .cat-slider .content-slide {
    height: 180px;
  }
  .cat-slider .content-slide img {
    max-height: 120px;
  }
}

@media (max-width: 991px) {
  .cat-slider .content-slide {
    height: 160px;
  }
  .cat-slider .content-slide img {
    max-height: 100px;
  }
  .cat-slider .cslide-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cat-slider .owl-item {
    padding: 0 8px;
  }
  .cat-slider .content-slide {
    height: 150px;
    border-radius: 12px;
  }
  .cat-slider .content-slide img {
    max-height: 95px;
  }
  .cat-slider .cslide-title {
    font-size: 16px;
  }
}
/* end cat slider */

/* nav-tabs  */
.pgroup-tab .nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.pgroup-tab .nav-tabs:after {
  display: none;
}
.pgroup-tab .nav-tabs > li {
  align-items: center;
  justify-content: center;
  width: 180px;
}
.pgroup-tab .nav-tabs li a,
.pgroup-tab .nav-tabs > li:hover > a {
  font-size: 16px;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 8px 0px;
  height: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pgroup-tab .nav-tabs > li.active > a,
.pgroup-tab .nav-tabs > li.active > a:hover,
.pgroup-tab .nav-tabs > li.active > a:focus {
  color: #39454d;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
  height: 36px;
  background-color: transparent;
}
.pgroup-tab .nav-tabs > li.active:before {
  background: url(/skins/shared/images/navtabs-left.png) left center no-repeat;
  content: " ";
  width: 91px;
  height: 40px;
  margin-right: -56px;
}
.pgroup-tab .nav-tabs > li.active:after {
  background: url(/skins/shared/images/navtabs-right.png) right center no-repeat;
  content: " ";
  width: 91px;
  height: 40px;
  margin-left: -56px;
}
.pgroup-tab .tab-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pgroup-tab .nav-tabs > li.active:before {
    margin-right: -64px;
  }
  .pgroup-tab .nav-tabs > li.active:after {
    margin-left: -64px;
  }
}
@media (max-width: 400px) {
  .pgroup-tab .nav-tabs li a,
  .pgroup-tab .nav-tabs > li:hover > a {
    font-size: 13px;
    letter-spacing: 0;
  }
  .pgroup-tab .nav-tabs > li.active:before {
    margin-right: -68px;
  }
  .pgroup-tab .nav-tabs > li.active:after {
    margin-left: -68px;
  }
}

/* end  nav-tabs  */

/*region AI summary*/
.ai-summary-box {
  background-color: #fef5fa;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 5px 0 20px;
}

.ai-summary-box strong {
  font-weight: 400;
}

.ai-summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e5007e;
  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*/

/*region marka-slider*/
.marka-slider {
  padding-top: 20px;
}

.marka-slider .owl-dots {
  display: none;
}

/*endregion marka-slider*/

.modal-popup .modal-dialog {
  max-width: 375px;
}
