/* SLIDER NAV */

.ps-nav {
  color: white;
}

/* SLIDER NAV */

.edit-product {
  line-height: 1;
  background-color: white;
  padding: 2px 5px;
  border-radius: 8px;
  font-weight: 500;
}
.module-separator {
  padding: 20px 0;
}

@media (max-width: 992px) {
  .module-separator {
    padding: 15px 0;
  }
}

@media (max-width: 576px) {
  .module-separator {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .cart-summary-container {
    z-index: 112;
  }
}
@media (min-width: 992px) {
  .account-offset {
    padding-top: 40px;
  }
}
.btn {
  border-radius: 30px;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.prd-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.grid-container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

@media (max-width: 979px) {
  .container {
    width: 100% !important;
    max-width: 979px !important;
  }
}

@media (min-width: 992px) {
  .account-offset {
    padding-top: 140px;
  }
}

.wp-share a {
  position: fixed;
  background: #4dc247;
  font-size: 0;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  bottom: 25px;
  left: 25px;
  z-index: 2;
}
.wp-share a i {
  font-size: 35px;
  padding: 8px 11px;
  color: #fff;
}

.scrollup {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 54px;
  height: 54px;
  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;
}

/*SEARCH*/
.ki-search {
  transform: scaleX(-1);
}
.search-full {
  top: 0;
  right: -100%;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0px 9px 10px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 10px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 9px 10px 4px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  max-width: 400px;
  transition: right 0.3s ease;
  display: flex;
}

.search-full.active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  right: 0;
}
.search-box {
  float: right;
  height: auto;
  width: auto;
}
.search-input {
  background: none !important;
  text-align: left;
  font-size: 15px;
  color: #000000;
  padding: 0;
  line-height: 2.5;
}
.search-input::-webkit-input-placeholder {
  color: #aeaeae;
}
.search-input:-moz-placeholder  {
  color: #aeaeae;
}
.search-input-box {
  text-align: left;
}
.search-input-box .search-btn {
  color: #b2b2b2 !important;
  font-size: 25px;
  padding: 20px;
}
.search-box .input-group .getFullSearch {
  font-size: 24px;
  padding: 0;
  color: #000000;
}
.search-box .input-group {
  margin-top: 0;
  max-width: auto;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search-box .input-group span {
  font-size: 13px;
  color: #000000;

  margin-bottom: -5px;
}
.search-close {
  color: #b2b2b2;
  background: none;
  min-height: 80px;
}

.search-close i {
  color: #000;
}
.search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #575757;
}
.search-input:-moz-placeholder  {
  opacity: 1;
  color: #575757;
}

/*SEARCH*/
/*#region quick search*/

.quick-search-result.open-search {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  z-index: 2;
  margin: 0 auto;
}

.quick-search-result.close-search {
  display: none;
}

@media (min-width: 992px) {
  .quick-search-result.open-search {
    width: 700px;
  }
}

@media (max-width: 991px) {
  .quick-search-result {
    width: 100%;
  }
}

.km-search {
  box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
  background: #fff;
  padding: 10px 0px;
  border-right: 1px solid #ededed;
}

.search-sidebar h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 5px 20px;
  padding-bottom: 5px;
}

.search-sidebar > div {
  display: flex;
  flex-direction: column;
}

.search-sidebar ul {
  padding: 10px 0;
}

.search-sidebar ul li a {
  font-size: 13px;
  display: block;
  padding: 5px 20px;
}

.search-sidebar ul li a:hover {
  background: #ededed;
}

.search-products {
  background: #fff;
  padding: 10px 15px;
}

.search-products h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin: 5px 0;
}

.search-products > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.search-products .border-box {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #ededed;
}

.search-products img {
  max-height: 70px;
  margin: 0 8px 0 0;
}

.search-products .prd-name {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 28px;
}

.search-products .discount {
  background: #000000;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

.search-products .price {
  display: flex;
  align-items: center;
}

.search-products .price-box {
  min-height: auto;
  line-height: 1;
}

.search-products .price-sales {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.search-products .price-standard {
  color: #999999;
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
}
/*#endregion quick search*/

.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 32px;
  box-shadow: none;
  border-radius: 30px;
  opacity: 1;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 0;
  letter-spacing: 1px;
  max-width: 90%;
  text-align: left;
  background: #f1f1f1;
  text-indent: 16px;
  -webkit-transition-property: color, width, opacity, border;
  transition-property: color, width, opacity, border;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.search-input-box,
.search-input-box:focus {
  display: flex;
  max-width: 100% !important;
  width: 100%;
  position: relative;
  transition: all 0.45s ease 0s;
  gap: 8px;
  padding: 0px 5%;
  min-height: 80px;
  border-bottom: 1px solid #dbdbdb;
}
.search-input-box:focus {
  background: #f3f3f3;
}
span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  font-size: 28px;
  padding: 5px 10px 5px 10px;
  line-height: 0;
  border: none;

  color: #000 !important;
}

.search-input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #666;
}

.search-input:-moz-placeholder  {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 1440px) {
  .search-input-box .search-input:focus {
    width: 90%;
  }
}

@media (max-width: 1112px) and (min-width: 991px) {
  .search-input-box {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .search-new-mobile {
    padding: 10px;
    background: #f5f5f5;
    margin-top: 92px;
    display: flex;
    justify-content: center;
  }

  .quick-search-result {
    display: none;
  }
  .search-input-box {
    background: #fff;
    width: 100%;
  }

  .input-group .search-input.form-control {
    height: 40px;
    background: #fff;
    text-indent: 15px;
    font-size: 13px;
    box-shadow: none;
    text-align: left;
    padding: 0;
    max-width: 90%;
  }

  .search-input-box .search-btn {
    padding: 8px;
    font-size: 24px;
    background: #fff;
  }
  .search-input-box,
  .search-input-box:focus {
    min-height: unset;
    border-bottom: none;
  }
}

/*#endregion search*/

/*#region header*/

/*#region marquee*/
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

.header-free {
  background: #000;
  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;
  letter-spacing: 2.2px;
}

.header-free .toptext span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*#endregion marquee*/

.headerv2.navbar-km {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(177, 177, 177, 0.5);
  border: none;
}

.navbar .navbar-top {
  height: 33px;
  font-weight: 400;
}

.headerv2.header-cart .navbar-top {
  height: 80px;
  background: #fff;
}

.navbar.stuck .navbar-top {
  margin-top: -33px;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.brandWrap {
  position: relative;
}

.navbar-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

/*.header-right > .search-box,
.header-right > .user-menu,
.header-right > .cart-menu {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-align: center;
  position: relative;
}
  */

@media (max-width: 1280px) {
  .header-right span {
    display: none !important;
  }
}

.header-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.header-offset {
  padding-top: 132px;
}
.home-header-offset {
  padding-top: 112px;
}

.login-container.header-offset {
  padding-top: 60px;
}

.step-address.header-offset {
  padding-top: 76px;
}

.category-header-offset {
  padding-top: 0;
}

.headerv2.header-cart .navbar-brand {
  display: block;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 16px 0;
  position: absolute;
  right: 0;
  width: 100px;
  height: 80px;
}
.headerv2 .navbar-brand {
  display: block;
  height: auto;
  padding: 15px 0;
  width: 160px;
}
.navbar-brand > img {
  margin: 0;
}
.headerv2 .cart-page .navbar-brand {
  display: block;
  height: 70px;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 308px;
  margin-top: 0;
}

.headerv2 .user-menu {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}

.headerv2 .user-menu > li > a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0px;
}

.caret {
  display: none !important;
}
.headerv2 .hasUserMenu > .dropdown-menu > li > a {
  text-transform: none;
  font-size: 12px;
  padding: 8px 20px;
}

.headerv2 .hasUserMenu > .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  min-width: 175px;
  border-radius: 8px;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a i {
  font-size: 20px;
  width: 15px;
}
.headerv2 .dropdown-menu {
  border: medium none;
  border-radius: 0;

  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.headerv2 .cart-menu > a {
  color: #000000;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.cart-response {
  display: none;
}
.headerv2 .user-menu > li > a > span {
  display: none;
}

.headerv2 .cart-menu.dropdown:hover div.dropdown-menu {
  min-width: 400px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px;
}

.cart-menu a .cart-quantity {
  bottom: 27px;
  right: 0px;
}

@media (max-width: 1319px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 200px;
  }
}

@media (max-width: 1099px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 160px;
  }
}

@media (min-width: 992px) {
  .brandWrap {
    height: 80px;
  }

  .headerv2 .cart-page.brandWrap {
    height: 70px;
  }
  .headerv2 .hasUserMenu .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .headerv2 .user-menu i {
    font-size: 30px;
  }

  .headerv2 .cart-menu > a i {
    font-size: 28px;
  }
}

@media (max-width: 991px) and (min-width: 838px) {
}

@media (max-width: 838px) and (min-width: 767px) {
}

@media (max-width: 991px) {
  .header-offset {
    padding-top: 170px;
  }
  .home-header-offset {
    padding-top: 0px;
  }

  .content-header-offset {
    padding-top: 0px;
  }

  .headerv2 .navbar-nav {
    margin: 7.5px -10px 0;
  }

  .headerv2.navbar-km {
    background: #fff;
    border-bottom: none;
  }

  .headerv2 .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv2.header-cart .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv2 .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 11px 0;
    position: absolute;
    right: 0;
    width: 80px;
    margin-top: 0;
  }
    .headerv2.header-cart .navbar-brand {
        display: block;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 6px 0;
        position: absolute;
        right: 0;
        width: 100px;
        height: 60px;
    }
  .headerv2 .user-menu > li > a {
    color: #000;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .headerv2 .hasUserMenu > .dropdown-menu {
    left: 0;
    right: unset;
    min-width: 175px;
    border-radius: 8px;
  }

  .user-menu > li > a i {
    font-size: 26px;
  }

  .headerv2 .cart-menu > a {
    padding: 17px 12px 18px 12px;
  }
  .cart-menu a .cart-quantity {
    bottom: 17px;
    right: 10px;
    background: #000000;
    color: #fff;
    line-height: 13px;
    font-size: 8px;
  }
}

@media (max-width: 400px) {
  .headerv2 .navbar-brand img {
    max-width: 100%;
  }
}
/*#endregion header*/

/*FOOTER*/
.footer {
  background: #000000;
  border: none;
  padding-bottom: 0px;
}
.footer-social {
  /*background: #2e2f35;*/
  background: #121212;
  padding: 25px 0;
}

.footer-payment {
  margin-top: 12px;
}
.footer-bottom {
  background: #000000;
  border-top: none;
  padding: 20px 0;
}
.footer-content {
  /* background: #222329;*/
  background: #000000;
  padding: 60px 0;
}

.footer h3 {
  border-bottom: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  text-transform: none;
}
.footer a {
  color: #fff;
  font-weight: 400;
}
.footer ul {
  margin-top: 25px;
}

.footer ul li a {
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #bbbbbb;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .support {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 30px;
  align-items: flex-end;
}
.footer-support-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-start;
}
.footer .support a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
  flex-direction: row;
}
.footer .support a,
.footer.support a:hover {
  color: #ffffff;
}

.footer .support p {
  color: #ffffff;
}

.footer .social {
  text-align: center;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.footer .social a {
  line-height: 1;
  color: #bbbbbb;
}

.news-letter-box {
  border-radius: 0px;
  background: #1a1b1f;
}

.news-letter-box .input-group .form-control {
  background: #1a1b1f;
  box-shadow: none;
  border: none;
  padding: 0px;
  font-size: 15px;
  color: #444;
  height: 44px;
  text-indent: 15px;
}
.news-letter-box .input-group-btn .btn {
  background: #e3091a;
  color: #ffffff;
  height: 44px !important;
  font-size: 15px;
  padding: 0 16px;
  border-radius: 0px;
}
.news-letter-box .form-control::-moz-placeholder {
  color: #999;
}

.news-letter-box .form-control::-webkit-input-placeholder {
  color: #999;
}
.footer-free span {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.km-sign {
  font-size: 14px;
  color: #bbbbbb;
}
.km-sign a strong {
  color: #da304a !important;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
  .footer h3 {
    padding: 20px 0 0px;
  }

  .footer-content {
    padding: 20px 0;
  }

  .newsletter {
    padding-top: 25px;
    text-align: center;
  }

  .footer .social {
    text-align: center;
  }

  .footer-bottom .km-sign {
    text-align: center;
  }
  .footer .support,
  .footer-support-desc {
    align-items: center;
  }
  .bottom-menu {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-contact {
    padding-top: 30px;
  }

  .footer-free {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
}

/*FOOTER END*/
.cat-top-bar .psort-list .dropdown-menu {
  left: auto;
  right: 0;
}
.cat-top-bar .psort-list {
    margin-right: 0;
}
.breadcrumb {
  display: none;
}
.item {
  margin-bottom: 40px;
}
.product {
  border: none;
  border-radius: 0px;
  padding: 0;
  text-align: center;
}
.product.image-hover {
  max-height: 100%;
  border-radius: 12px;
}
.description {
  min-height: 58px;
}
.has-gift {
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  padding: 6px 12px;
}
.fast-shipping {
  border-radius: 20px;
  background: #555;
  text-align: center;
  font-weight: 500;
  padding: 6px 12px;
}
.free-ship {
  background: #803cee;
  border-radius: 20px;
  text-align: center;
  font-weight: 500;
  padding: 6px 12px;
}
.product .product-discount {
  margin-right: 0;
  background: #f83a3a;
  color: #fff;
  margin-top: 10px;
  border-radius: 20px;
  padding: 6px 12px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}
.product-status {
  left: 10px;
  bottom: auto;
  top: 10px;
  align-items: flex-start;
}
.product .price-box {
  line-height: 1.2;
}
.product .price-sales {
  font-size: 17px;
  font-weight: 700;
}

@media (min-width: 890px) {
  .product .price {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 889px) {
  .product .price {
    min-height: 48px;
  }
}
/*PRODUCT-DETAIL*/

.pdetail .breadcrumb {
  border: none;
  padding: 18px 0 0px;
  margin-bottom: 20px;
}
.breadcrumb > li a {
  padding: 0 5px;
}
.breadcrumb > li:last-child a {
  color: #000;
}
.breadcrumb > li + li::before {
  color: #aaaaaa;
  padding: 0 3px;
  content: "\f105";
  font-family: "FontAwesome";
}

.product-default-image .fb-triger img {
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}
#prd-thumb-images .prd-thumb-item img {
  padding: 0;
  border-radius: 12px;
}
#prd-thumb-images .prd-thumb-item {
  padding-right: 5px;
  padding-left: 0;
}

h1.product-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.pdetail .rating {
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-code-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.product-code-box .product-code {
  font-size: 14px;
  font-weight: 500;
  padding-right: 6px;
}
.product-code-box .product-code::after {
  content: " /";
  margin-left: 6px;
}
.product-code-box .product-code:last-child::after {
  display: none;
}
.vprp-title span {
  font-weight: 400;
}
.prd-group-container {
  margin-top: 20px;
  margin-bottom: 45px;
}
.prd-group-container .prd-group-title {
  font-weight: 600;
  text-transform: none;
}
.vprp-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.product-variants a {
  background-color: #ffffff;
  font-weight: 400;
  border-color: #c1c1c1;
}

.product-price {
  padding-top: 10px;
}
.pd-installment {
  padding-bottom: 10px;
}
.pdetail .price-standard {
  color: #747474;
  line-height: 34px;
}
.product-price-rate {
  font-size: 21px;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  background: #f83a3a;
  color: #fff;
  margin-right: 15px;
}
.product-price-rate span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-top: 4px;
  display: block;
}
.product-price .price-sales {
  font-weight: 800;
  font-size: 26px;
  color: #000000;
}
.installment-price {
  color: #747474;
}
.pd-discount {
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: url("") no-repeat center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 76px;
}
.cart-actions {
  padding-bottom: 15px;
}
.addtocart .btn-cart {
  background: #f0c417;
  color: #000000;
  transition: all 0.3s ease;
  border-radius: 32px;
  padding: 17px 0;
  width: 100%;
  font-size: 20px;
}
.addtocart .btn-cart:hover {
  background: #f2ca2e;
  color: #000000;
}
.cnt-quantity {
  max-width: 120px;
}
.cnt-quantity .input-group {
  border-radius: 30px;
}
.cnt-quantity .bootstrap-touchspin .btn {
  height: 52px;
  padding: 10px 16px;
}
.cnt-quantity .input-group input.form-control {
  height: 52px;
}
.pdetail .product-icon {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.product-icon div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: auto;
  padding: 10px 20px 10px 0;
  border: none;
}
.product-icon div:hover {
  opacity: 1;
}
.pdetail .product-icon i {
  margin-bottom: 0;
  margin-right: 7px;
}
.pdetail .product-icon span {
  font-size: 14px;
  color: #000000;
  display: block;
  font-weight: 600;
}
div#Detail {
  padding: 0 10px;
}
@media (max-width: 986px) {
  h1.product-title {
    font-size: 22px;
  }
  .pdetail {
    margin-top: 0px;
  }

  .product-price .price-sales {
    font-size: 22px;
    padding: 2px 0px;
  }

  .pdetail .price-standard {
    padding: 0px 16px 0px 0;
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .pdetail {
    text-align: center;
  }
  .product-code-box,
  .product-price,
  .pdetail .product-icon {
    justify-content: center;
  }
  .cnt-quantity {
    margin-top: 0;
  }
  .cart-actions {
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
}

.table-condensed > tbody > tr > td {
  font-size: 11px;
  padding: 0px;
  padding-left: 5px;
}
.table > tbody > tr.success > td {
  background-color: #353535;
  color: #fff;
}

/* PRODUCT DETAIL REVIEWS */
.review-progress .rating-info i {
  color: #803cee;
}

.review-image-filter {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 180px;
  font-weight: 600;
}
.review-image-filter.active {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 180px;
  font-weight: 600;
}
.review-image-filter:hover {
  background: #f7f7f7;
}

.review-sort .dropdown-toggle:hover {
  background: #f7f7f7;
}

/* PRODUCT DETAIL REVIEWS */
/*PRODUCT-DETAIL END*/

.module-title h2 {
  font-size: 26px;
}

.module-title-v3 h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -2px;
  padding-top: 6px;
  padding-bottom: 12px;
  border-bottom: none;
  min-width: 200px;
}

.blog-slider {
  margin-right: auto;
  margin-left: auto;
}

.content-temp1 {
  width: 20%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .module-title {
    margin-bottom: 20px;
  }
  .module-title h2 {
    font-size: 18px;
  }
}
/*CONTENT BANNER*/
.content-banner .box-content-overly {
  visibility: visible;
}
.content-banner .box-content-overly.box-content-overly-white {
  opacity: 1;
}
.image-look .content-banner .inner:hover .box-content-overly-white {
  background: none;
}
.content-banner .box-text-cell {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 6%;
}
.content-banner .btn-inverse {
  background: none;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 5px 23px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.image-look .content-banner .inner:hover .btn-inverse {
  background: #fff;
  color: #353535;
}
.image-look .content-banner .inner .box-text-cell-inner h1 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
}
/*CONTENT BANNER END*/

span.explore-title {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: auto;
  left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 8px #000000a6;
}

.content-temp1 img {
  padding: 0 5px;
}

@media (max-width: 767px) {
  .content-temp1 {
    width: 33.333%;
  }

  .content-temp1:first-child,
  .content-temp1:nth-child(2) {
    width: 50%;
  }

  .content-temp1 img {
    margin: 0 auto;
    padding-bottom: 10px;
  }

  span.explore-title {
    font-size: 14px;
  }
}

.km-slider-wrapper {
  padding-bottom: 20px;
}

.km-slider-wrapper .content-slide {
  position: relative;
  overflow: hidden;
}

.quintet {
  padding: 9px 0px;
  display: inline-block;
}

.content-temp1 .inner .img-block img {
  transition: all 0.7s ease 0s;
}

.content-temp1 .inner:hover .img-block img {
  transform: scale(1.05);
  -webkit-transform: scale(1.15);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}

.content-temp2 .img-block img {
  transition: all 0.7s ease 0s !important;
  -webkit-transition: all 0.7s ease 0s !important;
}

.content-temp2 .inner:hover .img-block img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}

.content-temp2 .inner,
.content-temp3 .inner {
  margin-bottom: 20px;
}

.content-temp3 .overlay-bottom,
.overlay-top {
  bottom: auto;
  top: 0;
}

.overlay-link {
  background-color: rgba(30, 30, 30, 0.2);
}

.content-temp3 .overlay-container .text {
  min-height: 35px;
  text-align: center;
}

.content-temp3 .overlay-container .text h3 {
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 5px;
}

.content-brand a {
  padding-top: 10px;
  min-height: 82px;
  color: #333;
  background: #ffffff;
  border: 1px solid #ddd;
  text-align: center;
}

.content-brand a img {
  margin: 0 auto;
}

.embed-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.38%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  border-radius: 0px;
}

.embed-container div,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-detail {
  margin: 10px 0;
  height: auto;
  min-height: 200px;
  background: #f8f8f8;
  position: relative;
  vertical-align: middle;
  clear: both;
  margin-left: 8px;
  margin-right: 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.brand-detail .brand-box {
  padding: 16px;
}

.brand-detail .brand-box p {
  font-size: 12px;
  line-height: 17px;
}

.content-temp a img {
  border-radius: 12px;
  width: 100%;
}
.image-look .inner {
  margin-bottom: 0;
}
/*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: #f8f8f8;
  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: #f8f8f8;
  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*/

/* 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;
}

.modal-video {
  margin-top: 10%;
}

.modal-video .modal-dialog {
  max-width: 800px;
}

.modal-video .modal-body {
  text-align: center;
  padding: 5px;
}

.modal-video iframe {
  margin: auto;
  width: 100%;
  height: 430px;
}

.brand-alphabet-list a {
  color: #454545;
  font-size: 12px;
  padding: 2px 3px;
  min-width: 27px;
  border-color: #eee;
  background-color: #f6f8f7;
}

.brand-alphabet-list a:hover {
  border-color: #e6e6e6;
}

/* The masonary Container */

:root {
  --grid-gutter: 20px;
  --row-height: 220px; /* Satır yüksekliği */
}

.masonary {
  display: grid;
  padding: 0 10px;
}

/* Masonary With Title */
.masonary-with-title {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 285px;
  gap: 20px;
}
.masonary-with-title .masonary-temp:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.masonary-with-title .masonary-temp:nth-child(2) {
  grid-column: 3 / span 2;
  grid-row: 1;
}
.masonary-with-title .masonary-temp:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.masonary-with-title .masonary-temp:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.masonary-with-title .masonary-temp:nth-child(5) {
  grid-column: 3 / span 2;
  grid-row: 2 / span 2;
}

@media (max-width: 1199px) {
  .masonary-with-title {
    grid-auto-rows: 180px;
  }
}

@media (max-width: 767px) {
  .masonary-with-title {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 10px;
  }

  .masonary-with-title .masonary-temp:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .masonary-with-title .masonary-temp:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .masonary-with-title .masonary-temp:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 4 / span 2;
  }

  .masonary-with-title .masonary-temp:nth-child(4) {
    grid-column: 1;
    grid-row: 6;
  }

  .masonary-with-title .masonary-temp:nth-child(5) {
    grid-column: 2;
    grid-row: 6;
  }
}
/* Masonary With Title */

/* Masonary M5 */

.masonary-m5 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 130px;
  gap: 20px;
}

.masonary-m5 .masonary-temp:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 6;
}

.masonary-m5 .masonary-temp:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.masonary-m5 .masonary-temp:nth-child(3) {
  grid-column: 2;
  grid-row: 4 / span 3;
}

.masonary-m5 .masonary-temp:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 4;
}

.masonary-m5 .masonary-temp:nth-child(5) {
  grid-column: 3;
  grid-row: 5 / span 2;
}

@media (max-width: 767px) {
  .masonary-m5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: auto;
  }

  .masonary-m5 .masonary-temp:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .masonary-m5 .masonary-temp:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .masonary-m5 .masonary-temp:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .masonary-m5 .masonary-temp:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .masonary-m5 .masonary-temp:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}

/* Masonary M5 */

/* Masonary M4 */
.masonary-m4 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 180px;
  gap: 20px;
}

.masonary-m4 .masonary-temp:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 4;
}

.masonary-m4 .masonary-temp:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.masonary-m4 .masonary-temp:nth-child(3) {
  grid-column: 2;
  grid-row: 3 / span 2;
}

.masonary-m4 .masonary-temp:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 4;
}

@media (max-width: 767px) {
  .masonary-m4 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }

  .masonary-m4 .masonary-temp:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .masonary-m4 .masonary-temp:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .masonary-m4 .masonary-temp:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .masonary-m4 .masonary-temp:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}

/* Masonary M4 */

/* Masonary M3 */
.masonary-m3 {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 20px;
}

.masonary-m3 .masonary-temp:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}

.masonary-m3 .masonary-temp:nth-child(2) {
  grid-column: 4;
  grid-row: 1;
}

.masonary-m3 .masonary-temp:nth-child(3) {
  grid-column: 4;
  grid-row: 2;
}

@media (max-width: 767px) {
  .masonary-m3 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }

  .masonary-m3 .masonary-temp:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .masonary-m3 .masonary-temp:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .masonary-m3 .masonary-temp:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}

/* Masonary M3 */
/* Taşmaları önleyen kritik yapı */
.masonary-temp {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.masonary-temp .inner {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.masonary-temp .inner .masonary-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.masonary-temp .img-block {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.masonary-temp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.masonary-temp .img-block:hover img {
  transform: scale(1.05);
}

/*T11 CONTENT LIST*/

.temp11-text {
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.temp11-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 32px 40px;
}
.temp11-text-box a,
.temp11-text-box a:hover {
  color: #ffffff;
}
.temp11-box {
  border-radius: 12px;
  overflow: hidden;
}
.temp11-img {
  position: relative;
  height: 100%;
}

.temp11-img .img-block,
.temp11-img .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reverse .temp11-box {
  flex-direction: row-reverse;
}
.temp11-box .explore-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.temp11-box .explore-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .temp11-box {
    flex-direction: column;
  }
  .temp11-box .explore-title {
    font-size: 32px;
  }
  .temp11-box .explore-desc {
    font-size: 17px;
    font-weight: 400;
  }

  .reverse .temp11-box {
    flex-direction: column;
  }
}
/*T11 CONTENT LIST*/

.content-video-temp {
  padding-left: 10px;
  padding-right: 10px;
}
.content-video {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #000;
  border-radius: 12px;
  padding: 0;
}
.reverse .content-video {
  flex-direction: row-reverse;
}
.content-video-wrapper {
  flex: 1 1 60%;
  max-width: 60%;
}

.content-video-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.reverse .content-video-container video {
  border-radius: 0 12px 12px 0;
}
.video-bg .content-video-desc {
  color: #fff;
}
.content-video-desc {
  flex: 1 1 40%;
  max-width: 40%;
  padding: 0 80px;
  height: auto;
  text-align: center;
  color: #fff;
}
.content-video-desc h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 30px;
}
.content-video-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.content-video-desc a {
  color: #fff;
  font-weight: 700;
  margin-top: 42px;
  display: block;
  font-size: 18px;
}
.content-video-desc a:hover {
  color: #fff;
}
.content-video img {
  margin: 0;
  border-radius: 12px 0 0 12px;
}
.reverse .content-video img {
  border-radius: 0 12px 12px 0;
}
@media screen and (min-width: 1600px) {
  .content-video-desc {
    max-width: 40%;
    padding: 0 80px;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  .content-video-desc {
    max-width: 40%;
    padding: 30px 80px;
  }
  .content-video-desc h3 {
    font-size: 38px;
    padding-bottom: 32px;
  }
  .content-video-desc p {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-video-desc a {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .reverse .content-video,
  .content-video {
    flex-direction: column;
  }
  .content-video-desc {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 30px 80px;
  }
  .content-video-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .reverse .content-video img,
  .content-video-container video,
  .content-video img,
  .reverse .content-video-container video {
    border-radius: 12px 12px 0 0;
  }
  .content-video-desc a {
    margin-top: 25px;
  }
  .content-video-desc p {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-video-desc h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .content-video-desc {
    padding: 30px 30px;
  }
}

/*PGROUP-TAGS START*/

.pgroup-tab .nav-tabs li a,
.pgroup-tab .nav-tabs > li:hover > a {
  font-size: 14px;
  margin: 0 5px;
  background: none;
  padding: 10px 30px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.pgroup-tab .nav-tabs:after {
  box-shadow: none;
  height: unset;
  position: relative;
  width: 100%;
}

.pgroup-tab .nav > li > a:hover,
.pgroup-tab .nav > li > a:focus {
  text-decoration: none;
  background-color: none;
}

.pgroup-tab .nav-tabs > li > a:hover {
  border-color: none;
}
.pgroup-tab .nav-tabs > li.active > a,
.pgroup-tab .nav-tabs > li.active > a:hover,
.pgroup-tab .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  cursor: default;
  border-radius: none;
  box-shadow: none;
}
/*PGROUP-TAGS END*/
