﻿.module-separator {
  display: block;
  content: " ";
}

.module-separator {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .module-separator {
    padding: 15px 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1050;
}
.order-link {
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
}
.order-link:hover,
.order-link:focus {
  background: #474747;
  color: #fff;
}
.account-wrap.return .all-account-check {
  font-size: 16px;
}
.wp-share a {
  position: fixed;
  background: #4dc247;
  font-size: 0;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  bottom: 60px;
  right: 10px;
  z-index: 2;
}
.wp-share a i {
  font-size: 35px;
  padding: 8px 11px;
  color: #fff;
}

/*#region Header Link*/
.header-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 75px;
}
.clock-box {
  padding-right: 20px;
}
.dealer-box {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  color: #868686;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
.dealer-box i {
  font-size: 24px;
  margin-right: 5px;
  color: #b1aeae;
}
/*#region Clock*/
.clock {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: url(/Skins/shared/images/clock.png);
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  transition: all ease 0.2s;
}

.clock:before {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background-color: #888888;
  border: 2px solid #f9f9f9;
  position: absolute;
  border-radius: 50%;
  z-index: 1000;
  transition: all ease 0.2s;
}

.hour,
.min,
.sec {
  position: absolute;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.hour {
  height: 35px;
  width: 35px;
}

.hour:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 3px;
  background-color: #888888;
  border-radius: 6px;
}

.min {
  height: 40px;
  width: 40px;
}

.min:before {
  content: "";
  height: 50%;
  width: 2px;
  background-color: #888888;
  border-radius: 4px;
}

.sec {
  height: 45px;
  width: 45px;
}

.sec:before {
  content: "";
  height: 60%;
  width: 1px;
  background-color: #f00;
  border-radius: 2px;
}

/*#endregion Clock*/
/*#region Header Link*/

body {
  font-size: 13px;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.header-offset {
  padding-top: 179px;
}

.prd-header-offset {
  padding-top: 168px;
}

.step-address.header-offset {
  padding-top: 90px;
}

.home-header-offset {
  padding-top: 162px;
}

.main-container {
  min-height: 825px;
}

.cat-header-offset {
  padding-top: 168px;
}
/*HEADER*/

/*SEARCH*/
.search-input-box .search-input {
  background-color: #fff;
  border: none;
  max-width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 48px;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
  text-indent: 16px;
  border-right: none;
}
.search-input-box .input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.search-input {
  color: #989898;
  font-size: 13px;
  padding: 6px 10px;
  font-weight: 500;
}
.search-input-box {
  display: table;
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 0;
  position: relative;
  border: 1px solid #ebe8e5;
  border-radius: 30px;
  transition: 0.3s all ease;
}
.search-input-box:focus-within {
  border-color: #d4d1ce;
}

.search-input::-webkit-input-placeholder {
  color: #cac7c4;
}
.search-input:-moz-placeholder� {
  color: #cac7c4;
}
.search-input-box span.input-group-btn {
  line-height: 0;
}
.search-input-box .search-btn {
  background-color: #ffffff;
  font-size: 25px;
  padding: 11px 17px;
  line-height: 0;
  border-radius: 0 30px 30px 0;
}
.search-new-mobile {
  margin-top: 105px;
  margin-bottom: 15px;
}

.search-new {
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .search-input-box .search-btn {
    padding: 10px 22px;
  }
  .search-input-box .input-group .search-input.form-control {
    height: 38px;
  }
}
/*SEARCH*/

/*#region marquee*/
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

.header-free {
  background: #121212;
  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: 12px;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  padding-right: 38px;
  margin-right: 38px;
  line-height: 32px;
}

.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*/
.navbar.navbar-km {
  background: #fff;
  box-shadow: none;
  min-height: auto;
  border: none;
}

.navbar-km.header-cart .navbar-top {
  background: #fff;
  height: 75px;
  border-bottom: 1px solid #efefef;
}

.navbar-km.header-cart.stuck .navbar-top {
  margin-top: 0px;
}

.navbar-km .brandWrap {
  background: none;
  height: 75px;
}

.navbar-km.header-cart .navbar-menu {
  border-top: none;
}

.navbar-km .navbar-brand {
  display: block;
  left: 0;
  margin-right: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  width: 240px;
  height: 75px;
}

.navbar-km.header-cart .navbar-brand {
  padding: 5px 0;
}
.user-menu {
  float: right;
}
.user-menu > li > a {
  font-size: 13px;
  font-weight: 500;
  padding: 26px 0px 24px 24px;
  line-height: 1;
}

.user-menu > li > a i {
  font-size: 25px;
}

.cart-menu {
  float: right;
}
.cart-menu > a {
  padding: 26px 0px 24px 20px;
  font-size: 13px;
  font-weight: 500;
}

.cart-menu > a > i {
  vertical-align: sub;
}

.cart-menu > a .cart-quantity {
  bottom: 20px;
  right: -7px;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 17px;
}

/*HEADER POPUP*/
.hdr-ppup {
  line-height: 16px;
  padding: 22px 0;
  font-weight: 500;
  font-size: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.hdr-ppup i {
  flex: 0 1 auto;
  font-size: 28px;
  color: #6f6f6f;
}

.hdr-ppup div {
  flex: 1 0 auto;
  margin-left: 10px;
}

.hdr-ppup p {
  margin: 0;
}

.hdr-ppup span {
  color: rgba(0, 0, 0, 0.55);
}

.hdrp-modal .modal-dialog {
  max-width: 800px;
}

.hdrp-modal .modal-header {
  border: none;
  padding: 0;
  margin: 0;
}

.hdrp-modal .modal-body {
  padding: 40px;
}

.hdrp-modal .hdrppup-desc {
  text-align: center;
}

.hdrp-modal .hdrppup-desc > img {
  margin: 0 auto 30px;
}

.hdrp-modal .hdrppup-desc .btn {
  max-width: 225px;
  margin-top: 30px;
  font-weight: 500;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.hdrp-modal .hdrppup-desc .hdrppup-brnd {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0;
}

.hdrp-modal .hdrppup-desc .hdrppup-brnd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1% -1% 0;
  align-items: center;
  justify-content: center;
}

.hdrp-modal .hdrppup-desc .hdrppup-brnd ul li {
  display: block;
  flex: 0 auto;
  max-width: 15%;
  width: 100%;
  padding: 0 1% 1% 0;
  list-style: none;
  margin-bottom: 0;
}
/*HEADER POPUP*/
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-brand {
    width: 160px;
  }
}
@media (max-width: 979px) {
  .user-menu > li > a > span,
  .search-new .input-group .getFullSearch > span {
    display: none;
  }
  .search-close {
    padding: 25px 20px;
  }
}
@media (min-width: 992px) {
  .hasUserMenu > .dropdown-menu {
    padding: 10px 0;
  }
  .hasUserMenu > .dropdown-menu > li > a {
    padding: 6px 15px;
  }
  .navbar-menu {
    background: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  .header-user-menu {
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-km {
    border-bottom: 1px solid #efefef;
  }
  .home-header-offset {
    padding-top: 20px;
  }

  .header-offset {
    padding-top: 0px;
  }

  .prd-header-offset {
    padding-top: 60px;
  }

  .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 7px 0;
    position: absolute;
    right: 0;
    width: 170px;
    margin-top: 0px;
  }
  .navbar-brand img {
    max-width: 170px;
  }

  .navbar-km .navbar-top {
    height: 60px;
    background: #fff;
  }

  .navbar-km.header-cart .navbar-top {
    height: 60px;
  }

  .user-menu > li > a {
    padding: 17px 10px 17px 10px;
  }
  .user-menu > li > a span {
    display: none;
  }

  .user-menu > li > a i {
    font-size: 26px;
  }

  .hasUserMenu > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    margin-top: 0px;
    margin-right: 60px;
    border-top: 1px solid #efefef;
  }
  .cart-menu > a {
    padding: 17px 10px 17px 5px;
  }
  .cart-menu > a .cart-quantity {
    bottom: 17px;
    right: 12px;
    font-size: 8px;
    width: 12px;
    height: 12px;
    line-height: 13px;
  }
}

/*HEADER END*/

/*#region Footer*/
.footer {
  padding-bottom: 0px;
  background: #fff;
  border: none;
}
.footer-top {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.footer .footer-menu {
  margin: 0 30px;
  padding: 30px 0;
}

.footer .footer-bottom {
  background: #121216;
  border-top: none;
  padding: 20px 0;
}

.footer ul {
  font-size: 13px;
  margin-top: 0;
}

.footer h3 {
  border-bottom: none;
  font-size: 15px;
  padding: 0px 0 5px 0;
  text-align: left;
  font-weight: 500;
}

.bottom-menu .bottommenu-child:first-child > h3 {
  display: none;
}

.bottom-menu .bottommenu-child:first-child a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.footer ul li a {
  color: #868686;
  line-height: 2;
  padding: 0;
}

.footer .newsletter {
  margin-bottom: 20px;
}

.footer .news-letter-box input {
  border: 1px solid rgb(180, 187, 195);
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 5px 10px;
  width: 66%;
  font-size: 13px;
  text-indent: 10px;
}

.footer .news-letter-box .btn {
  box-shadow: none;
  color: #fff;
  float: right;
  font-size: 12px;
  height: 50px;
  width: 34%;
  border-radius: 0;
  padding: 0;
  font-weight: 500;
}

.footer .newsletter p {
  padding-bottom: 8px;
  font-size: 13px;
  color: #868686;
}

.footer .social {
  margin-top: 16px;
  text-align: left;
}

.footer .social span {
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
  margin: 0 10px 0 0;
  border: none;
  background: none;
}

.footer .social span a {
}

.footer .social span:hover a {
  color: #595959;
}

.footer .footer-info {
  margin-right: 30px;
}

.footer .footer-info h3 {
  font-size: 19px;
  font-weight: 500;
}

.footer .footer-info p {
  text-align: justify;
  line-height: 2;
}

.footer .footer-free {
  text-align: right;
  margin-top: 10px;
}

.footer .support {
  font-size: 13px;
  margin: 0;
}

.footer .support a,
.footer .support p {
  display: block;
  margin-left: 0px;
  line-height: 2;
}

.footer .credit-cards {
  opacity: 1;
  filter: none;
  text-align: right;
}

.footer .credit-cards img {
  margin: 0;
  max-width: 170px;
}

.footer .km-sign {
}

.footer .km-sign a {
  font-weight: 400;
  padding-left: 30px;
  color: #868686;
  line-height: 1;
  display: inline-block;
}

.footer .km-sign span {
  font-weight: 400;
  padding-right: 30px;
  color: #868686;
  line-height: 1;
  border-right: 1px solid #868686;
  display: inline-block;
}
/*FOOTER-CENTER*/
.footer-center {
  border-top: 1px solid #efefef;
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-free .center-box.bxsocial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-free .center-box {
  border-right: 1px solid #e6e6e6;
}
.footer-free .center-box a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.footer-free .center-box:last-child a {
  border-right: none;
}

.footer-free .center-box i {
  font-size: 26px;
  margin-right: 5px;
}

.footer-free .center-box span {
  font-size: 15px;
  font-weight: 500;
}

.footer-free .center-box.bxsocial i {
  font-size: 26px;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .footer-free {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .footer-center {
    padding: 0 20px 25px;
    border-top: 0;
  }

  .footer-free .center-box {
    padding: 10px 0;
    border-right: none;
  }

  .footer-free .center-box span {
    font-size: 13px;
  }

  .footer-free .center-box i {
    font-size: 22px;
    margin-right: 5px;
  }

  .footer-free .center-box.bxsocial i {
    font-size: 24px;
    margin: 0 20px;
  }
}
/*FOOTER-CENTER*/
/*FOOTER-MARKT*/
.footer .marketing {
  padding: 40px 0;
}

.footer .marketing .card-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .marketing span {
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.footer .marketing p {
  font-size: 12px;
  color: #868686;
  display: block;
  line-height: 16px;
}

.footer .marketing i {
  font-size: 46px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .footer .marketing {
    text-align: left;
  }

  .footer .marketing .card-box {
    padding: 0;
  }

  .footer .marketing i {
    font-size: 42px;
    float: left;
    margin: 0 30px 0 10px;
  }

  .footer .marketing span {
    display: inline-block;
    padding-bottom: 3px;
  }

  .footer .marketing ul li {
    margin-bottom: 15px;
  }

  .footer .marketing ul li:last-child {
    margin-bottom: 0px;
  }

  .footer .marketing li:not(:last-child) {
    border: none;
  }
}

@media (max-width: 991px) {
  .footer .footer-menu {
    margin: 0 15px;
    padding: 10px 0 10px;
  }

  .footer .footer-info {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer .bottommenu-child {
    margin-bottom: 20px;
    padding: 0;
  }

  .footer .support {
    margin-bottom: 20px;
  }

  .footer .credit-cards {
    text-align: center;
    margin: 20px 0 0;
  }
  .footer .newsletter {
    margin-top: 20px;
  }
}
/*FOOTER-MARKT*/

@media (max-width: 991px) {
  .footacc {
    clear: both;
    padding: 0 10px;
  }

  .footacc .panel-group {
    margin-bottom: 0px;
    box-shadow: none;
    background: #fff;
  }

  .footacc .panel-group .panel-default > .panel-heading {
    padding: 14px 0px !important;
    border-bottom: 1px solid #efefef;
    background: #fff;
    border-top: none;
  }

  .footacc .panel-group:first-child .panel-heading {
    border-top: 0;
  }

  .footacc .panel-default {
    border: none;
    box-shadow: none;
  }

  .footacc .panel-default .panel-body {
    padding: 10px 0;
  }

  .footacc .panel-group .panel-heading + .panel-collapse > .panel-body,
  .footacc .panel-group .panel-heading + .panel-collapse > .list-group {
    background: #fff;
    border: none;
  }

  .footacc .panel-default .panel-body ul li a {
    padding: 5px 0;
  }

  .footer .footacc h3 {
    border-bottom: none;
    padding: 0;
    color: #121212;
    text-transform: none;
    font-size: 14px;
  }
}

/*#endregion Footer*/

/*#region product list*/
.breadcrumb {
  border-bottom: none;
  padding: 6px 0 0;
}

.product {
  border-radius: 0;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #efefef;
  background: #fff;
}
.product:hover .image-hover a img {
  opacity: 1;
}
.product .image-hover {
  max-height: 100%;
  padding: 0 10px;
}
.description {
  min-height: 80px;
}

.item .btn-shopping-list {
  margin: 5px 10px;
  position: initial;
  background: #f3f3f3;
  width: 40px;
  opacity: 1;
  visibility: visible;
}
.item .btn-shopping-list:before {
  font-size: 21px;
}
.btn.btn-buy {
  line-height: 1;
  background: #f3f3f3;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000;
  margin: 5px 10px;
  padding: 0;
}
.product-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

.product:hover .product-status {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-status btn {
  transform: translate(-0%, -0%) rotate(0deg);
  padding: 10px;
  background-color: black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  top: 20px;
  right: 20px;
  left: auto;
}

.item .product:hover .product-status {
  visibility: visible;
  opacity: 1;
}

.product-new span {
  transform: translate(-0%, -0%) rotate(0deg);
  padding: 10px;
  background-color: black;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  top: 10px;
  right: 10px;
  font-size: 11px;
  text-transform: none;
  left: auto;
  font-weight: 500;
}

.product .product-discount {
  position: absolute;
  top: 10px;
  background-color: #be2f37;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white;
  left: 10px;
  margin-right: 0;
}

.product .product-discount .discount {
  background: none;
  font-weight: 500;
  padding: 0px;
  border-radius: 0px;
  color: #fff;
}
.product .promotion {
  position: absolute;
  bottom: 60px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product .promotion span,
.product .product-new span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  height: auto;
  width: auto;
}

.product .promotion span,
.product .product-new span {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.product .product-new span {
  background: #111;
  border-color: #111;
  color: #fff;
}

.product .fast-shipping,
.product .free-ship {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.product .promotion span:hover,
.product .product-new span:hover {
  transform: scale(1.05);
}

.product .fast-shipping:hover,
.product .free-ship:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.item .product-name a {
  font-size: ;
}

.no-stock {
  border-radius: 0;
  background-color: #f3f3f3;
}

.product .price {
  justify-content: center;
}

/* Ürün açıklama alanı */
.product .description {
  text-align: center;
  margin-top: 10px;
}

/* Ürün adı */
.product .description .product-name a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.product .description .product-name a:hover {
  color: #555;
}

/* Fiyat alanı */
.product .price {
  margin-top: 6px;
  text-align: center;
}

/* Fiyat kutusu içi */
.product .price-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* İndirimli fiyat */
.product .price-sales {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* Eski fiyat */
.product .price-standard {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-decoration: line-through;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .product .promotion {
    flex-direction: row;
    flex-wrap: wrap;
    top: auto;
    bottom: 60px;
    left: 10px;
  }
  .product .product-new {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
  .product .description .product-name a {
    font-size: 15px;
  }
  .product .price-sales {
    font-size: 16px;
  }
  .product .price-standard {
    font-size: 12px;
  }
}

.product .campaign-prbox {
  font-weight: 400;
  color: #949494;
}

.product .campaign-prbox .camp-price {
  color: #000;
  font-size: 16px;
}

/*#endregion product list*/
.owl-theme .owl-dots .owl-dot span {
  width: 34px;
  height: 3px;
  background: #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
.home-watches .owl-theme .owl-dots .owl-dot span,
.home-glasses .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.home-watches .owl-theme .owl-dots .owl-dot.active span,
.home-watches .owl-theme .owl-dots .owl-dot:hover span,
.home-glasses .owl-theme .owl-dots .owl-dot.active span,
.home-glasses .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
/*#region Product Detail*/
.grey-bg {
  background: #f6f6f6;
  padding: 6px 0px;
  margin-top: 30px;
  display: none;
}
.pdetail {
  padding-left: 40px;
}

.pd-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px 10px;
}

.pd-breadcrumb .breadcrumb {
  padding: 0;
}

.pd-breadcrumb .breadcrumb li a {
  font-size: 13px;
}
.product-image-list a {
  margin-bottom: 10px;
  display: block;
}
.pd-brand-detail {
  text-align: right;
  line-height: 18px;
}

.pd-brand-detail span {
  display: block;
  font-size: 13px;
  color: #949494;
  font-weight: 500;
}

.pd-brand-detail a {
  text-decoration: underline;
  font-size: 13px;
}
.brand-img a {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.pd-top .rating {
  text-align: right;
  padding: 0;
}

.pd-top .rating .rating-number {
  margin-left: 5px;
  padding: 0;
}

.pd-top .brand-img {
  padding: 0;
}

.pd-top .brand-img img {
  margin: 0;
}

h1.product-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}

.pd-watch-info span {
  color: #949494;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pd-watch-info i {
  font-size: 6px;
  padding: 0 8px;
}

.product-price .price-sales {
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
}

.product-price .price-standard {
  color: #949494;
  font-size: 14px;
}

.pd-campaigns .applied-campaigns span {
  color: #949494;
}

.pd-campaigns .price-sales {
  color: #cca047;
}

.installment-price {
  margin-top: 8px;
  color: #949494;
  font-size: 13px;
  display: inline-block;
}

.product-price-rate {
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  width: 56px;
  border-radius: 0;
  background-color: #cca047;
}

.prcsep {
  border-left: 1px solid #c5c5c5;
}
hr.hr-base {
  border-top: 1px solid #efefef;
}
.alert-box div {
  padding: 0;
  margin: 10px 10px 0 0;
  border-radius: 0;
  border: none;
}
.pdetail .product-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.icon-new {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 10px;
  background: #000;
  color: #fff;
  padding: 24px 12px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  width: auto;
  height: auto;
}
.incaps {
  font-size: 14px;
}
.cart-actions {
  display: flex;
  margin-top: 30px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 5px;
  gap: 10px;
}

.addtocart .btn {
  padding: 14px 20px;
  font-size: 20px;
  min-width: 240px;
  font-weight: 400;
}

.btn-shopping-list {
  font-size: 13px;
  line-height: 20px;
}

.btn-shopping-list:before {
  font-size: 18px;
  margin-right: 3px;
  vertical-align: bottom;
}

.btn-shopping-list.active:before {
  color: #000000;
}

.delivery-time {
  display: flex;
  align-items: center;
  padding: 10px 0px 8px;
}

.delivery-time i {
  font-size: 21px;
  padding-right: 6px;
}

.delivery-time span {
  font-size: 13px;
}
.product-subtitle {
  padding: 12px 0 16px;
  display: block;
}
.product-subtitle img {
  margin: 0;
}
.prd-group-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.prd-group-container .product-image {
  padding: 5px;
  display: block;
}
.pd-chapps {
  padding: 20px 0;
  display: flex;
}

.pd-chapps-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pd-chapps-desc {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 12px;
}

.pd-chapps-box i {
  font-size: 34px;
}

.pd-chapps-desc span {
  font-weight: 500;
  font-size: 12px;
}

.pd-chapps-desc p {
  font-size: 12px;
  line-height: 14px;
  color: #949494;
  margin: 0;
}

.prd-group-container .prd-group-title {
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 500;
}

.prd-group-container .product {
  border-radius: 0;
}

.pd-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.btn-custom-form {
  font-size: 12px;
  padding: 6px 20px 5px;
  background: transparent;
}

.pd-contact {
  display: flex;
  align-items: center;
}

.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;
}

/*product tab*/
.tab-title {
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.tab-title ul {
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}

.tab-title li {
  display: inline-block;
}

.tab-title li a {
  display: block;
  line-height: 59px;
  color: #ababab;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.tab-title li a.active {
  color: #000;
  text-shadow: 0 0 #000;
}

.title-h2 {
  font-size: 23px;
  line-height: 1.21em;
  color: #222;
  padding: 40px 0;
}

.product-tab .nav-tabs {
  border-right: 3px solid #f6f6f6;
  flex: 0 0 240px;
}

.product-tab .nav-tabs:after {
  display: none;
}

.product-tab .nav-tabs > li {
  display: block;
  width: 100%;
  margin: 18px 0;
  position: relative;
  text-align: left;
}

.product-tab .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  position: relative;
  text-align: left;
  display: inline-block;
}

.product-tab .nav-tabs > li > a:before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 1px;
  background: #000;
}
.product-tab .nav-tabs > li.active > a:before,
.product-tab .nav-tabs > li.active > a:hover:before {
  width: 100%;
}

.product-tab .nav-tabs li a,
.product-tab .nav-tabs > li:hover > a {
  background: #ffffff;
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.product-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.active > a:hover,
.product-tab .nav-tabs > li.active > a:focus {
  color: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.product-tab .nav-tabs > li:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: -3px;
  left: auto;
  box-shadow: unset;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.product-tab .nav-tabs > li.active:before {
  opacity: 1;
  visibility: visible;
}

.product-tab .tab-content {
  padding-left: 60px;
  flex: 1;
}

.review-none .title {
  font-size: 20px;
  margin: 20px 0 20px;
}
.section-review .review-header {
  font-size: 16px;
}
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: 500;
  font-size: 11px;
}

.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-tab #Instalments .table-condensed > tbody > tr > td {
  padding: 5px 6px;
  font-size: 12px;
}

.prd-properties > .table > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.prd-properties > .table > tbody > tr > td {
  padding: 6px 5px;
}
.product-part-title {
  font-size: 24px;
  display: block;
  padding: 20px 0;
  font-weight: 500;
  text-align: center;
}
.product-tab {
  margin: 30px 0;
}

.prd-properties {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.properties-title {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-bottom: solid 2px #000;
  padding-bottom: 4px;
  margin-bottom: 14px;
}
.prd-properties > div {
  margin-bottom: 50px;
}
.prd-properties > div:nth-child(odd) {
  padding-right: 50px;
  padding-left: 0;
}
.properties-box {
}
.properties-box > div {
  padding: 9px 0;
  border-bottom: solid 1px #e6e6e6;
}
.properties-box > div:last-child {
  border-bottom: none;
}
.properties-box > div strong {
  width: 150px;
  display: inline-block;
}
.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;
}
@media (min-width: 992px) {
  .product-tab {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .product-tab .panel-group {
    border-top: none;
  }
}
/*product tab*/

@media (min-width: 1200px) {
  .addtocart .btn {
    min-width: 330px;
  }
}

@media (min-width: 992px) {
  #Properties {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .product .price {
    min-height: 50px;
  }
  .pdetail {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .cart-actions {
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
  }

  .grey-bg {
    margin-top: 0px;
    padding: 0;
  }
  .product-part-title {
    margin-bottom: 0px;
  }

  .product-tab {
    margin: 15px 0px 0;
  }
  .pd-breadcrumb {
    padding: 5px 10px 0px;
  }

  h1.product-title {
    font-size: 20px;
    line-height: 26px;
  }

  .pd-watch-info span {
    font-size: 12px;
  }

  .product-price .price-sales {
    font-size: 20px;
  }

  .btn-shopping-list span {
    display: none;
  }

  .btn-shopping-list:before {
    font-size: 28px;
    margin-right: 0px;
  }

  .cnt-quantity {
    margin-top: 0;
  }

  .addtocart .btn {
    padding: 14px 0px;
    font-size: 16px;
    min-width: 200px;
  }

  .delivery-time span {
    font-size: 12px;
  }

  .pd-chapps {
    flex-direction: column;
    padding: 20px 0 0;
    align-items: flex-start;
  }

  .pd-chapps-box {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .product-tab .panel-group .panel-heading {
    padding: 15px 0px 15px;
  }

  .product-tab .panel-collapse > div,
  .section-review {
    padding: 20px 0;
  }

  .section-review .review-header {
    font-size: 16px;
    padding: 0;
  }

  .review-none .title {
    font-size: 18px;
    line-height: 20px;
    margin: 40px 0 20px;
  }
}

@media (max-width: 480px) {
  .cart-actions button,
  .cart-actions .btn-expressbuy {
    font-size: 13px;
    padding: 0px;
  }
}

.campaign {
  border-radius: 0;
  box-shadow: none;
  background-color: #f6efe0;
  border: 1px solid #cca0471c;
}
/*#endregion Product Detail*/
/*#region Home Brands*/
.home-grey-bg {
  background: #f0f0f0;
  padding: 30px 0;
}
.brand-slide {
  padding: 0px 15px;
  /*    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;*/
}
/*#endregion Home Brands*/

/*#region temp1 banner*/
.content-temp1 {
  cursor: pointer;
}
.content-temp1 > div {
  position: relative;
}

.content-temp1 img {
  width: 100%;
}

.content-temp1 > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.content-temp1 > div img {
  backface-visibility: hidden;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.content-temp1 > div:hover img {
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}
.content-temp1 > div:hover .box-text-flex .readmore:after {
  width: 100%;
}

@media (max-width: 767px) {
  .content-temp1:first-child,
  .content-temp1:nth-child(2) {
    margin-bottom: 20px;
  }
}
/*#endregion temp1 banner*/

/*#region box content overly*/
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .flex-box {
    flex-direction: column;
  }
}

.box-content-overly {
  visibility: visible;
  right: 0;
  bottom: 0;
  top: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.box-content-overly.box-content-overly-white {
  background: rgb(251 235 224 / 53%);
  opacity: 1;
  color: #000;
}

.box-content-overly.box-content-overly-white .readmore {
  color: #000;
}

.box-content-overly.box-content-overly-white .readmore:after {
  background: #000;
}

.box-content-overly.box-content-overly-black {
  opacity: 1;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 77%) 0%,
    rgb(255 255 255 / 0%) 100%
  );
}

.box-content-overly.box-content-overly-black .readmore {
  color: #fff;
}

.box-content-overly.box-content-overly-black .readmore:after {
  background: #fff;
}

.box-content-overly.box-content-overly-transparent {
  color: #fff;
}

.box-content-overly.box-content-overly-transparent .readmore {
  color: #fff;
}

.box-content-overly.box-content-overly-transparent .readmore:after {
  background: #fff;
}

.box-text-flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  align-items: flex-start;
  padding: 0px 0px 40px 40px;
}

.box-text-flex h3 {
  font-size: 36px;
  padding-bottom: 15px;
  font-weight: 400;
}

.box-text-flex .readmore {
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.box-text-flex .readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 0.16rem;
  width: 62%;
  left: 0;
  transition: 0.5s;
}

.box-text-flex .readmore:hover:after {
  width: 100%;
}

@media (max-width: 1199px) {
  .box-text-flex {
    padding: 20px;
  }

  .box-text-flex h3 {
    font-size: 18px;
  }

  .box-text-flex .readmore {
    font-size: 12px;
    line-height: 18px;
  }
}
/*#endregion box content overly*/

/*#region home-watches*/
.home-glasses {
  background: #f3f3f3;
  height: 595px;
  margin: 25px 0px;
  position: relative;
}
.home-watches {
  background: #f3ede2;
  height: 595px;
  margin: 25px 0px;
  position: relative;
}

.home-glasses .home-glasses-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.home-watches .home-watches-bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.home-watches .container,
.home-glasses .container {
  position: relative;
  z-index: 2;
}
.left-side,
.right-side {
  padding-top: 60px;
}
/*#endregion home-watches*/
/*#region content-temp2*/
.content-temp2 {
}
.bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -27px auto 0;
  max-width: 450px;
  text-align: center;
}
.bottom-text .btn.btn-lg.btn-outline-dark {
  padding: 17px 0;
}
.bottom-text .btn.btn-lg.btn-outline-dark:hover {
  background: #000;
  color: #fff;
}
.bottom-text h3 {
  margin-top: 25px;
  font-size: 30px;
  padding-bottom: 10px;
}
.bottom-text p {
  color: #868686;
  font-size: 15px;
}
/*#endregion content-temp2*/
/*#region content-temp3*/
.content-temp3 {
}
.content-temp3 h3 {
  font-size: 30px;
  padding: 20px 0 10px;
}
.readmore {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  color: #000;
}
.readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 0.16rem;
  width: 62%;
  left: 0;
  transition: 0.5s;
  background: #000;
}
.readmore:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .content-temp3 .image-look .inner {
    margin-bottom: 30px;
  }
}
/*#endregion content-temp3*/
/*#region category filter*/
.category-detail {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 16px;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.category-info {
  overflow: auto;
  max-height: 238px;
}
.category-detail h2 {
  font-size: 16px;
  font-weight: 500;
}
.category-info::-webkit-scrollbar {
  width: 4px;
  border-radius: 0 5px 5px 0;
  background-color: #00000033;
}

.category-info::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}
.panel-title {
  font-size: 14px;
}
.category-panel.filter-panel ul > li > a,
.category-panel.filter-panel .filter-item a {
  font-size: 13px;
}
@media (min-width: 992px) {
  .horizontal-filter {
    background: #ffffff;
    border-radius: 0px;
    height: auto;
    width: 100%;
  }
  .horizontal-filter .category-panel .panel-heading .panel-title {
    padding: 8px 16px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #efefef;
    text-align: center;
    font-weight: 500;
  }
  .horizontal-filter .category-panel.open .panel-heading .panel-title:after {
    display: none;
  }
  .horizontal-filter .filter-content {
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
  }
  .horizontal-filter .filter-content .category-panel {
    margin-bottom: 15px;
    width: 25%;
  }
  .horizontal-filter .category-panel .panel-body {
    width: 97%;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .horizontal-filter .category-panel .panel-heading {
    margin-right: 15px;
  }
  .horizontal-filter
    .filter-content
    .category-panel:nth-child(4)
    .panel-heading,
  .horizontal-filter
    .filter-content
    .category-panel:nth-child(8)
    .panel-heading {
    margin-right: 0px;
  }
}
/*#endregion category filter*/

.brand-temp2 {
  margin: 10px 0;
}

.brand-temp2 .brand-temp2-box {
  display: table;
  width: 100%;
  text-align: center;
  height: 104px;
  border: 1px solid #efefef;
}

.brand-temp2 .brand-temp2-box .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.brand-temp2 .brand-temp2-box:hover {
  border: 1px solid #f1953c7a;
}

.brand-temp2 .inner .brand-border.brandtext {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  max-height: 104px;
  line-height: 30px;
}

.brand-temp2 .inner .brand-border img {
  margin: 0 auto;
  max-height: 100px;
}
.brand-alphabet-list a {
  margin-right: 6px;
  margin-bottom: 6px;
  min-width: 42px;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
.brand-alphabet-list hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border-top: 1px solid #ffffff;
}

.blog-slider .blog-item h2 {
  font-size: 20px;
}
.blog-slider .blog-short-desc {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 65px;
}

/*#region ps-nav */
.product-default-image .ps-nav {
  bottom: 0;
  top: auto;
  font-size: 24px;
  background: #ffffffa6;
  padding: 14px;
}

.product-default-image .ps-prev {
  left: 0px;
}

.product-default-image .ps-next {
  left: 0px;
  right: auto;
  bottom: 52px;
}

.product .pimg-nav.ps-nav {
  font-size: 24px;
  top: 48%;
  opacity: 0;
  color: #4d4d4d;
  visibility: hidden;
}

.product .pimg-nav.ps-nav.ps-prev {
  left: 5px;
}

.product .pimg-nav.ps-nav.ps-next {
  right: 5px;
}

.product:hover .pimg-nav.ps-nav {
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-dots .owl-dot span {
  width: 36px;
  height: 3px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #121212;
}

.ps-nav {
  background: none;
  border: none;
  text-shadow: none;
  font-size: 40px;
}

.plist-nav.ps-nav {
  top: -44px;
  font-size: 34px;
}

.plist-nav.ps-nav.ps-next {
  right: 0;
}

.plist-nav.ps-nav.ps-prev {
  left: auto;
  right: 50px;
}

.km-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.km-slider-wrapper .ps-nav {
  opacity: 0.7;
  transform: none;
  font-size: 22px;
  background: rgb(0 0 0 / 33%);
  height: 50px;
  width: 50px;
  padding: 0;
  top: 47%;
  color: #fff;
}

.km-slider-wrapper:hover .ps-nav {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.km-slider-wrapper .ps-next {
  right: 20px;
}

.km-slider-wrapper .ps-prev {
  left: 20px;
}

@media (min-width: 991px) {
  .km-slider-wrapper .ps-prev {
    left: -50px;
  }

  .km-slider-wrapper .ps-next {
    right: -50px;
  }

  .km-slider-wrapper:hover .ps-next {
    right: 20px;
  }

  .km-slider-wrapper:hover .ps-prev {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .km-slider-wrapper .ps-nav {
    font-size: 18px;
    height: 30px;
    width: 30px;
  }

  .product .pimg-nav.ps-nav {
    opacity: 1;
    visibility: visible;
  }

  .product-default-image .ps-next {
    left: auto;
    right: 0;
  }

  .product-default-image .ps-prev {
    left: auto;
    right: 0;
  }

  .product-show-case.owl-theme .owl-dots {
    display: none;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 2px;
  }

  .plist-nav.ps-nav {
    font-size: 28px;
    top: -30px;
  }

  .plist-nav.ps-nav.ps-prev {
    right: 40px;
  }
}
/*#endregion ps-nav */

/*#region pgroup-tab nav */

.pgroup-tab .nav-tabs:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #e5e5e5;
  margin-top: 4px;
}

.pgroup-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-flex;
}

.pgroup-tab .nav-tabs > li > a {
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  margin: 0 5px;
  background: #f5f5f5;
  padding: 10px 28px;
  font-weight: 600;
  color: #111;
  transition: all 0.2s ease;
}

.pgroup-tab .nav-tabs li a:hover {
  background: #e5e5e5;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pgroup-tab .nav-tabs > li.active > a,
.pgroup-tab .nav-tabs > li.active > a:hover,
.pgroup-tab .nav-tabs > li.active > a:focus {
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.pgroup-tab .nav-tabs li i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: -1px;
  color: #111;
}

.pgroup-tab .tab-content {
  margin-top: 25px;
  text-align: center;
}

/*#endregion pgroup-tab nav */

/*#region cnt-quantity */
.cnt-quantity .input-group input.form-control {
  border-width: 0 1px;
  height: 48px;
  box-shadow: none;
  text-align: center;
  padding: 0;
}

.cnt-quantity .bootstrap-touchspin .btn {
  padding: 10px 12px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  background: none;
}

/*#endregion cnt-quantity */

/*------- Marka Slider -------*/

.marka-slider .content-slide {
  position: relative;
  padding: 0 10px;
}

.marka-slider .content-slide img {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transform: scale(0.97);
  transform-origin: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
  will-change: transform, box-shadow;
}

.marka-slider .content-slide:hover img {
  transform: scale(1);
  border-color: #d4d4d4;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/*------- /Marka Slider end -------*/

/* ------- Support Page------- */
.support-page a,
.support-page a:visited,
.support-page a:hover,
.support-page a:focus,
.support-page a:active {
  color: #fff;
  text-decoration: none;
}
.support-page #accordion .panel:first-child .panel-heading {
  padding: 10px;
}

.support-page .panel-default > .panel-heading {
  padding: 10px;
}

.support-page .panel-default > .panel-heading {
  background-color: #000;
  border-top: medium none;
  padding: 10px;
}
/* ------- Support Page End ------- */
