body {
  font-size: 15px;
  color: #1d1d1b;
}
a {
  color: #1d1d1b;
}
.btn {
  border-radius: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 30px;
}
h1 {
  font-size: 26px;
  line-height: 28px;
}
.installment-bank img {
  max-height: 30px;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .btn.btn-lg {
    font-size: 14px;
    padding: 10px 0px;
  }
}
.mini-cart-footer .btn {
  min-width: 180px;
}
.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.sld-container {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 979px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
br.module-separator {
  display: block;
  content: " ";
}
@media (min-width: 992px) {
  .navbar-holder {
    display: flex;
    align-items: center;
  }
  .navbar-km.headercart .navbar-holder {
    justify-content: center;
  }
  br.module-separator {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .navbar-km.headercart .navbar-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  br.module-separator {
    padding: 20px 0;
  }
}
.wp-share a {
  position: fixed;
  background: #4dc247;
  font-size: 0;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  bottom: 30px;
  left: 20px;
  z-index: 2;
}
.wp-share a i {
  font-size: 35px;
  padding: 8px 11px;
  color: #fff;
}
@media (max-width: 991px) {
  .wp-share a {
    width: 4.1rem;
    height: 4.1rem;
    bottom: 30px;
    left: 10px;
  }
  .wp-share a i {
    font-size: 24px;
  }
}
.scrollup {
  background: url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0
    transparent;
  bottom: 20px;
  display: none;
  height: 54px;
  position: fixed;
  right: 20px;
  width: 54px;
  z-index: 9;
}
/*#region header*/

/*#region 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: 583px;
  }
}

@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: 4px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 26px;
}

.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-box .price-sales {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #333a40;
}
.search-products .price-box .price-standard {
  color: #999999;
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
  margin: 0;
}
/*#endregion quick search*/
.search {
  position: relative;
}
.search-input-box {
  display: table;
  max-width: 100%;
  position: relative;
  border-radius: 8px;
  transition: all 0.45s ease 0s;
}
.input-group .search-input.form-control {
  width: 100%;
  height: 42px;
  box-shadow: none;
  border-radius: 8px 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  max-width: 100%;
  text-align: left;
  text-indent: 20px;
  background: #fff;
}

.search-input-box .search-btn {
  padding: 8px 16px;
  font-size: 20px;
  color: #1d1d1b;
}
.search-input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #1d1d1b;
}

.search-input:-moz-placeholder {
  opacity: 0.6;
  color: #1d1d1b;
}

@media (min-width: 992px) {
  .search-input-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 991px) {
  .search-mobile {
    top: 93px;
    position: fixed;
    z-index: 6;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
  }

  .search-mobile.stuck {
    top: 0;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
  }
  .search-input-box.input-group .search-input.form-control {
    height: 54px;
    text-indent: 0;
    border-radius: 0;
  }
  .search-input-box {
    border: none;
    width: 100%;
  }
  .search-input-box span.input-group-btn {
    background: #fff;
  }
  .search-input-box .search-btn {
    padding: 9px 14px;
    height: 54px;
  }
}

.ps-nav {
  font-size: 40px;
}

/*#endregion search*/

/*#region header cart*/

.headercart .navbar-brand {
  padding: 12px 0;
}

.cart-menu > a {
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  position: relative;
  height: auto;
  padding: 20px 0 20px 20px;
  display: block;
  text-align: center;
}
.cart-menu > a .cart-response {
  display: block;
  padding-top: 4px;
}

.cart-menu a .cart-quantity {
  bottom: 38px;
  right: 12px;
}
@media (max-width: 991px) {
  .cart-menu > a {
    padding: 17px 10px;
  }
  .cart-menu img {
    width: auto;
  }
  .cart-menu a .cart-quantity {
    bottom: 14px;
  }
}

/*#endregion header cart*/
/*#region user menu*/
.user-menu {
  float: right;
}

.user-menu > li > a {
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  padding: 20px 10px 20px 10px;
  text-align: center;
}

.user-menu > li > a:hover {
  opacity: 1;
  color: #1d1d1b;
}
.user-menu > li > a span {
  display: block;
  padding-top: 4px;
}
.hasUserMenu > .dropdown-menu > li > a {
  font-size: 14px;
  text-transform: none;
}
.user-menu > li > a i {
  font-size: 25px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
}
.hasUserMenu .dropdown-menu {
  left: auto !important;
  right: 5px !important;
  margin-top: 0px;
  width: 180px;
  padding: 14px 20px;
}

.hasUserMenu > .dropdown-menu > li.user-logoff {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding: 10px 0 0 0;
  margin: 10px 0px 5px 0px;
}

@media (max-width: 991px) {
  .user-menu > li > a {
    padding: 18px 10px 17px;
  }
  .user-menu > li > a span {
    display: none;
  }
}
/*#endregion user menu*/

/*#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: #f1f1f1;
  height: 32px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.header-free-box {
  padding: 0 60px;
  max-width: 1920px;
  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;
  letter-spacing: 2px;
  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: #1c2227;
  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-fixed-top,
.navbar-fixed-bottom {
  z-index: 1050;
}
.navbar-km {
  box-shadow: none;
  border: none;
}
.brandWrap {
  position: relative;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.navbar-brand {
  display: block;
  height: auto;
  padding: 0;
}

@media (min-width: 991px) {
  .home-header-offset {
    padding-top: 165px;
  }
  .header-offset {
    padding-top: 185px;
  }
  .step-address.header-offset {
    padding-top: 92px;
  }
  .navbar-menu {
    background: #b61f40;
  }
}

@media (max-width: 979px) {
  .container {
    max-width: 979px !important;
  }
}

@media (max-width: 991px) {
  .home-header-offset {
    padding-top: 146px;
  }
  .header-offset {
    padding-top: 166px;
  }
  .step-address.header-offset {
    padding-top: 76px;
  }
  .brandWrap {
    background: #fff;
  }

  .navbar-nav {
    margin: 7.5px -10px 0;
  }

  .navbar .navbar-top {
    height: 60px;
    background: #fff;
  }

  .navbar-brand {
    padding: 14px 0px 13px 15px;
  }

  .navbar-brand.mobile-logo img {
    max-width: 110px;
  }
}

/*#endregion header*/

/*#region footer*/
.footer {
  padding-bottom: 0px;
  background: #1d1d1b;
  border: none;
  color: #fff;
}
.footer a,
.footer p {
  color: #fff;
}
.footer .footer-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer .footer-bottom {
  background: none;
  padding: 15px 0;
  border-top: 1px solid #2c2c2b;
}
.footer ul {
  margin-top: 0;
  font-size: 15px;
}
.footer .footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}
.footer .bottommenu {
  display: flex;
  flex-direction: row;
  padding-right: 0;
  padding-left: 0;
}
.footer .bottommenu > div:first-child {
  border-right: 1px solid #2c2c2b;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .bottommenu > div:nth-child(2) {
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer ul li a {
  line-height: 2;
  padding: 0;
}

.footer .newsletter {
  border-left: 1px solid #2c2c2b;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .news-letter-box {
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.footer .news-letter-box > i {
  font-size: 20px;
  padding-left: 18px;
}
.footer .news-letter-box input {
  height: 42px;
  width: 80%;
  border: none;
  text-indent: 6px;
  box-shadow: none;
  margin: 0;
}
.footer .news-letter-box .btn {
  box-shadow: none;
  color: #39454d;
  float: right;
  font-size: 13px;
  height: 42px;
  width: 20%;
  border-radius: 0 30px 30px 0;
  padding: 3px 0 0 0;
  font-weight: 600;
  background: #fff;
}
.footer .news-letter-box .btn > i {
  font-size: 26px;
}
.footer .newsletter p {
  padding-bottom: 20px;
}

.footer .social {
  text-align: right;
  margin-top: 4px;
}
.footer .social span {
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
  margin: 0 0px 0 20px;
  border: none;
  background: none;
}

.footer .social span a {
  color: #ffffff;
}

.footer .social span:hover a {
  color: #ef9822;
}
.footer .social span a i {
  font-size: 24px;
  margin: 0;
}

.footer .footer-free {
  text-align: right;
  margin-top: 10px;
}

.footer .contact {
  border-right: 1px solid #2c2c2b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .contact a,
.footer .contact p {
  display: block;
  line-height: 1.6;
  margin-bottom: 12px;
}
.footer .contact i.fa-envelope {
  font-size: 16px;
}
.footer .contact i {
  margin-right: 8px;
  font-size: 20px;
}
.footer .credit-cards {
  opacity: 1;
  filter: none;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.footer .credit-cards img {
  margin: 0;
}
.footer .km-sign {
  text-align: center;
  margin-top: 6px;
}

.footer .km-sign a {
  font-weight: 400;
  padding-left: 30px;
  line-height: 1;
  display: inline-block;
}

.footer .km-sign span {
  font-weight: 400;
  padding-right: 30px;
  line-height: 1;
  border-right: 1px solid #2c2c2b;
  display: inline-block;
}

.footer .footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #2c2c2b;
  border-top: 1px solid #2c2c2b;
}
.footer .footer-top .card-box {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .footer-top span {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer .footer-top p {
  display: block;
}

.footer .footer-top .card-box .card-box-icon {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 84px;
  height: 88px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.footer .footer-top .card-box .card-box-icon i {
  font-size: 46px;
  z-index: 1;
}
.footer-cart {
  background: #f8f8f8;
}
@media (max-width: 1200px) {
  .footer .footer-top .card-box {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-top .card-box .card-box-icon {
    margin-right: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .footer .newsletter {
    border-left: none;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .bottommenu > div:first-child {
    border-right: none;
    padding-left: 10px;
    padding-top: 30px;
  }
  .footer .bottommenu > div:nth-child(2) {
    padding-left: 10px;
    padding-top: 30px;
  }
  .footer .contact {
    border-right: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .social {
    text-align: left;
    margin-top: 10px;
  }
  .footer .social span {
    margin: 0 20px 0 0px;
  }
  .footer .credit-cards {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 15px 0;
  }

  .footer .footer-top .card-box > div:nth-child(2) {
    min-height: 80px;
  }

  .footer .footer-top span {
  }
  .footer .footer-top p {
    font-size: 13px;
  }
  .footer .footer-top ul li {
    margin-bottom: 15px;
  }
  .footer .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .contact {
    padding-bottom: 50px;
  }
  .footer .credit-cards {
    text-align: center;
  }
}
/*#endregion footer*/
/*#region product card*/
.breadcrumb {
  border-bottom: none;
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .breadcrumb > li {
    font-size: 14px;
  }
}
.category-desc {
  padding: 0 10px 30px;
}
.category-panel .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 500;
}
.category-panel.filter-panel ul > li > a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.category-panel.filter-panel .filter-item a {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .category-desc {
    padding: 0 10px 20px;
  }
}
.category-detail {
  clear: both;
}
.product-show-case .item.itemauto {
  margin: 0 8px 20px;
}
.item.itemauto {
  margin-bottom: 30px;
}

.product {
  text-align: left;
  padding: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
}

.product .image-hover {
  max-height: initial;
}

.product .image-hover a img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product.whiteprd .image-hover {
  background: #f2f2f2;
  padding: 50px;
}

.product:hover .image-hover a img {
  opacity: 1;
}
.product .promotion-first {
  margin-bottom: 0;
}

.product .desc-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.product .btn-shopping-list {
  border: none;
  background: none;
  padding: 0;
  box-shadow: none;
  z-index: 1;
  position: relative;
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  border-radius: 0;
}

.product .description,
.item.cartlist .description {
  margin: 0;
  min-height: 86px;
  padding: 0 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1;
  position: relative;
}
.item .product-name {
  line-height: 21px;
}
.product .product-name a,
.item.cartlist .product-name a {
  font-size: 15px;
  font-weight: 400;
  -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;
}

.product .description .product-brnd {
  display: block;
  font-size: 14px;
  margin: 0;
}

.product .description .product-adv {
  display: block;
  font-size: 12px;
  margin: 0;
}

.item .product .new-product {
  background: none;
  color: #39454d;
  font-size: 13px;
  position: absolute;
  top: 16px;
  right: 16px;
  height: auto;
  border-radius: 0;
  padding: 0;
  line-height: 16px;
  font-weight: 700;
}
.item .product .saleamount {
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  height: auto;
  border-radius: 0;
  padding: 0;
  line-height: 14px;
}
/*.item .product .new-product {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: 80px;
    width: 80px;
    text-align: center;
    z-index: 1;
}
.item .product .new-product span {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #38444d;
    padding: 9px 0 7px;
    width: 120px;
    text-align: center;
    display: block;
    position: absolute;
    left: -10px;
    top: 14px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(313deg);
    transform: rotate(45deg);
}*/
.item .product .fast-shipping {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 90px;
  width: 90px;
  text-align: center;
  z-index: 1;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.item .product .fast-shipping span {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #39454d;
  padding: 7px 0 6px;
  width: 120px;
  text-align: center;
  display: block;
  position: absolute;
  left: -27px;
  top: 18px;
  z-index: 1;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.item .product .isenroute {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 90px;
  width: 90px;
  text-align: center;
  z-index: 1;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.item .product .isenroute span {
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  background: #b61f40;
  font-weight: 500;
  padding: 7px 0 6px;
  width: 120px;
  text-align: center;
  display: block;
  position: absolute;
  left: -27px;
  top: 18px;
  z-index: 1;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.item .product .free-ship {
  position: absolute;
  bottom: 140px;
  left: 20px;
  padding: 5px 10px;
  background: #b61f40;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.product:hover .free-ship {
  bottom: 195px;
}
.product .price {
  min-height: 56px;
  padding: 0 20px 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
}

.price-box {
  min-height: auto;
  margin: 0 0 0 10px;
}
.product .discount {
  background: #f47645;
  font-size: 13px;
  font-weight: 500;
  padding: 6px;
  line-height: 14px;
}
.item.cartlist .product .product-discount {
  margin-right: 10px;
  position: inherit;
  top: auto;
  left: auto;
}
.price-standard,
.price-box .price-standard {
  color: #666;
  font-size: 13px;
  text-decoration: line-through;
  display: block;
  line-height: 14px;
}

.price-box .price-sales,
.price-sales {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.campaign-prbox {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 16px;
}

.campaign-prbox .camp-price {
  color: #f47645;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.product .add-cart .btn-buy {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  text-shadow: none;
  max-width: 200px;
  width: 100%;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 20px auto 15px;
  padding: 8px 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
}

.product .add-cart .btn-buy img {
  width: 24px;
  margin-left: 10px;
}

.plistno-stock.btn {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  text-shadow: none;
  max-width: 200px;
  width: 100%;
  -o-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 20px auto 15px;
  padding: 9px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #37434b;
  background: #eff1f0;
  cursor: auto;
}
@media (min-width: 1200px) {
  .product .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .campaign-prbox {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
  }
}

@media (min-width: 768px) {
  .plist {
    margin-left: -8px;
    margin-right: -8px;
  }

  .product:hover {
    padding-bottom: 20px;
    margin-bottom: -20px;
    z-index: 9;
  }

  .product .hover-box {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: bottom 0.4s ease;
    -moz-transition: bottom 0.4s ease;
    -webkit-transition: bottom 0.4s ease;
    -o-transition: bottom 0.4s ease;
    text-align: center;
  }

  .product:hover .hover-box {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .product:hover .description {
    transform: scale(1) translatey(-40%);
  }
  .product:hover .price {
    transform: scale(1) translatey(-60%);
  }
  .product:hover .image-hover a img {
    transform: scale(0.85) translatey(-8%);
  }
}
@media (max-width: 1199px) {
  .product .description {
    padding: 0 10px;
  }
  .product .product-name a {
    font-size: 14px;
    line-height: 18px;
  }
  .product .description .product-brnd {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product .price {
    min-height: 86px;
    padding: 0 10px 0;
  }
  .hover-box {
    padding: 0 10px 0px;
    text-align: center;
  }
  .product .product-discount {
    display: inline-block;
    vertical-align: super;
  }

  .product .price-box {
    display: inline-block;
  }

  .product .campaign-prbox {
    margin-top: 5px;
  }
}

@media (max-width: 1440px) {
  .plist .ps-nav {
    display: none;
  }
  .cat-slider .ps-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 0 0 20px 0px;
  }

  .product-show-case.owl-theme .owl-dots {
    display: none;
  }
  .product .add-cart .btn-buy {
    margin: 0px auto 0px;
    padding: 6px 20px;
    font-size: 13px;
  }
  .item.itemauto {
    margin-bottom: 10px;
  }
  .plistno-stock.btn {
    margin: 0px auto 0px;
    padding: 6px 20px;
    font-size: 13px;
  }
}

.plist .ps-nav {
  background: #f2f2f2;
  top: 42%;
}

.plist .ps-nav.ps-next {
  right: -10px;
  transform: translate(100%, -50%);
}

.plist .ps-nav.ps-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}

.plist .ps-nav img {
  filter: opacity(0.2);
}

.plist .ps-nav:hover img {
  filter: opacity(1);
}
.cat-slider .ps-nav {
  top: 40%;
}
.cat-slider .ps-nav.ps-next,
.cat-slider:hover .ps-nav.ps-next {
  right: -10px;
  transform: translate(100%, -50%);
}

.cat-slider .ps-nav.ps-prev,
.cat-slider:hover .ps-nav.ps-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}

/*#region list view*/
@media (min-width: 768px) {
  .item.list-view .product {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 26px 0;
    min-height: 338px;
    align-items: center;
  }

  .item.list-view .product:hover {
    margin-bottom: 0;
  }

  .item.list-view .image-hover {
    grid-area: 1 / 1 / span 4 / span 1;
    background: #f2f2f2;
    max-height: inherit;
    max-width: inherit;
    padding: 0 30px;
  }

  .item.list-view .image-hover img {
    max-height: 218px;
    width: auto;
  }

  .item.itemauto.list-view {
    min-height: auto;
  }

  .item.list-view .description {
    grid-area: 2 / 2 / span 2 / span 3;
    text-align: left;
    padding: 0;
  }

  .item.list-view .description p {
    text-align: left;
  }

  .item.list-view .product-name {
    padding-bottom: 10px;
  }

  .item.list-view .promo-icon {
    grid-area: 1 / 2 / span 1 / span 4;
  }

  .item.list-view .new-product {
    position: inherit;
  }

  .item.list-view .price {
    grid-area: 4 / 2 / span 1 / span 3;
    text-align: left;
    padding: 0;
    min-width: 270px;
  }

  .item.list-view .product .hover-box {
    grid-area: 4 / 4 / span 1 / span 1;
    position: relative;
    opacity: 1;
    visibility: visible;
  }

  .item.list-view .product .add-cart .btn-buy {
    margin: 0;
    padding: 12px 20px;
  }

  .item.list-view .product .short-desc {
    display: block;
    font-size: 16px;
    font-family: "Lora";
    font-weight: 400;
    min-width: 400px;
    padding-top: 10px;
    max-width: 400px;
  }

  .item.list-view .product:hover .description {
    transform: none;
  }

  .item.list-view .product:hover .image-hover a img {
    transform: none;
  }
  .item.list-view .product:hover .price {
    transform: none;
  }
}
@media (max-width: 767px) {
  .item.list-view .product {
    max-width: inherit;
    padding-right: 0px;
  }
  .item.list-view .image-hover {
    background: transparent;
    float: none;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    padding: 20% 20% 10%;
  }
  .item.list-view .product .short-desc {
    display: none;
  }
  .item.list-view .product .description {
    padding: 0 20px;
  }
  .item.list-view .product .price {
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .item.list-view h4,
  .item.list-view .description,
  .item.list-view h4,
  .list-description,
  .item.list-view .price,
  .item.list-view .action-control,
  .item.list-view .description p {
    text-align: left;
  }
}
/*#endregion list view*/
/*#region Product Detail*/
.grey-bg {
  background: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 60px;
}
.pdetail {
  padding-left: 40px;
  padding-top: 20px;
}
.pd-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px 10px;
}
.pd-breadcrumb .breadcrumb {
  padding: 0;
  border: none;
}
.pd-breadcrumb .breadcrumb li a {
  color: #949494;
  font-size: 15px;
}
.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;
}

.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: 600;
  line-height: 30px;
  padding-top: 10px;
}
.pd-watch-info > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pd-watch-info > div a {
  display: block;
  color: #949494;
  font-size: 15px;
  line-height: 1.5;
}
.pdetail .product-icon span {
  font-size: 14px;
  color: #040404;
}
.pd-watch-info i {
  font-size: 6px;
  padding: 0 8px;
}
.product-icon div {
  width: 160px;
}
.product-price .price-sales {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.product-price .price-standard {
  color: #949494;
  font-size: 14px;
}
.pd-campaigns .applied-campaigns span {
  color: #949494;
}
.pd-campaigns .price-sales {
  color: #b61f40;
}
a.show-installment {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
a.show-installment i {
  font-size: 20px;
  margin-right: 5px;
}
.installment-price {
  font-size: 14px;
  margin: 0;
}
.product-price-rate {
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  width: 56px;
  border-radius: 0;
  background-color: #b61f40;
  letter-spacing: 1px;
}
.prcsep {
  border-left: 1px solid #c5c5c5;
}
.alert-box div {
  padding: 4px 0px;
  margin: 10px 10px 10px 0;
  border-radius: 0;
  border: none;
}
.icon-new {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 10px;
  background: #000;
  color: #fff;
  width: 54px;
  height: 54px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.cnt-quantity {
  margin-right: 20px;
}
.cart-actions {
  display: flex;
  margin-top: 30px;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.addtocart .btn {
  padding: 12px 20px;
  font-size: 22px;
  min-width: 240px;
  font-weight: 600;
  letter-spacing: 1px;
}

.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;
}
.prd-group-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pd-chapps {
  padding: 6px 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: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.pd-chapps-desc p {
  font-size: 12px;
  line-height: 14px;
  color: #4f4d4d;
  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;
}
.wp-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wp-share a {
  font-size: 12px;
  padding: 6px 20px 5px;
  background: #b61f40;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
}
.wp-share a:hover {
  color: #fff;
}
.wp-share a i {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 5px;
}

.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: #b61f40;
}
.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: #b61f40;
  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;
}

.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;
}
@media (min-width: 1200px) {
  .addtocart .btn {
    min-width: 330px;
  }
}

@media (min-width: 992px) {
  .product-tab {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .pdetail {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .grey-bg {
    padding-bottom: 30px;
  }
  .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;
  }
  .addtocart .btn {
    padding: 12px 0px;
    font-size: 16px;
    min-width: 200px;
    letter-spacing: 0.5px;
  }
  .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 #b61f401c;
}
.text-success {
  color: #1cab4f;
}

.btn-success {
  background-color: #b61f40;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #bb9341;
}

.cart-product .discount {
  background: #b61f40;
}
.campaign-name,
.item .price-campaign .cmp-price,
.cart-summary .ctsum-discount,
.cart-summary .ctsum-discount .price,
.cart-summary .ctsum-campdiscount,
.cart-summary .ctsum-campdiscount .price {
  color: #b61f40;
}

/*#endregion Product Detail*/
/*#region content temp*/
.content-temp .temp-title {
  padding-top: 20px;
  text-align: center;
}
.content-temp .temp-title a {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
.content-temp .inner a img {
  border-radius: 10px;
}
.content-temp .temp-title span {
  display: block;
}
/*#endregion content temp*/

/*#region module title*/
.module-title {
  background: #fff;
  padding-left: 155px;
  margin: 20px 0 30px;
  text-align: left;
  position: relative;
  border: none;
}

.module-title:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  background: #bdbdbd;
  position: absolute;
  left: 0;
  top: 50%;
}
.module-title h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1200px) {
  .module-title {
    padding-left: 80px;
  }

  .module-title:before {
    width: 50px;
  }

  .module-title h2 {
    font-size: 22px;
  }
}
/*#endregion module title*/
/*BEST SELLER*/

.best-seller.item {
  margin-bottom: 0px;
}

.best-seller .product-list {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.best-seller .description {
  text-align: left;
  border: none;
  min-height: initial;
  margin: auto;
}

.best-seller .description h4 {
  margin: auto;
  padding: 10px 0 4px 0;
}

.best-seller .description h4 a {
  font-weight: 300;
  font-size: 18px;
}

.best-seller .price {
  text-align: left;
  font-weight: 400;
}

.best-seller .price-standard,
.best-seller .price-sales {
  display: inline !important;
  margin-right: 6px;
}

.best-seller .discount {
  margin-top: 0;
  padding: 3px 5px;
}

.best-seller .list-image-hover {
  min-height: 80px;
}

.best-seller .product-number {
  padding-top: 20px;
}

.best-seller .product-number span {
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-size: 17px;
  height: 38px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  width: 38px;
}

.best-seller .km-percentage {
  margin-top: 36px;
}

.best-seller .km-percentage-bar {
  width: 130px;
  background: #f9f9f9;
  border: 2px solid #eee;
  margin-right: 5px;
  padding: 3px 6px;
  border-radius: 5px;
  display: inline-block;
}

.best-seller .km-percentage-bar span {
  display: block;
  width: 2px;
  height: 8px;
  background: #91dc5a;
  border-radius: 3px;
}

.best-seller .km-percentage-text {
  font-size: 13px;
  color: #666;
  vertical-align: top;
  line-height: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .best-seller .description h4 {
    margin: 15px 0 8px;
  }

  .best-seller .km-percentage {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .best-seller .description h4 {
    margin: 5px 0 8px;
    text-align: left !important;
    padding: 6px 0 4px 0;
  }

  .best-seller .km-percentage {
    margin-top: 8px;
  }

  .best-seller .description h4 a {
    font-size: 15px;
  }

  .best-seller .price {
    font-size: 20px;
  }

  .best-seller .km-percentage-bar {
    padding: 2px 6px;
  }

  .best-seller .km-percentage-bar span {
    height: 5px;
  }
}

@media (max-width: 414px) {
  .best-seller .description h4 {
    margin: 0;
    text-align: left !important;
    padding: 4px 0 2px 0;
  }

  .best-seller .km-percentage {
    margin-top: 5px;
  }

  .best-seller .description h4 a {
    font-size: 14px;
  }

  .best-seller .price {
    font-size: 16px;
    min-height: 30px;
  }

  .best-seller .discount {
    margin-top: 0;
    padding: 1px 3px;
    font-size: 14px;
  }
}
/*BEST SELLER*/

/*Blog Menu*/

.blog-panel {
  background: none;
  box-shadow: none;
}

.blog-panel .panel-heading {
  padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
  padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.blog-panel .panel-body {
  color: #2b2b2b;
  margin-bottom: 16px;
  padding: 0px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 28px;
}

.panel.blog-panel {
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(240, 240, 240, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}
.brand-alphabet-list a {
  min-width: 33px;
  border: 1px solid #ebebeb;
  background-color: #f9f9f9;
}
.property-detail {
  display: flex;
  clear: both;
  margin-bottom: 60px;
  margin-top: 30px;
}
.prop-list {
  margin-bottom: 20px;
}
.prop-list a {
  border: 4px double #ebebeb;
  background: #f9f9f9;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 0;
}
