
.tsb {
  font-weight: 600;
}

.tb {
  font-weight: 700;
}

.twr {
  font-weight: 400;
}

.rr {
  font-family: sans-serif;
  font-weight: 400;
}

.rb {
  font-family: sans-serif;
  font-weight: 700;
}

body{font-size: 1.1rem;font-weight: 400;}

.aspect-1 {
  aspect-ratio: 1;
}
.btn {
  white-space: nowrap;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.23375em;
  vertical-align: 0.23375em;
  content: "";
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  content: "\e906";
  font-family: "sixvalley-icons" !important;
}
.product-card-grey {
  background-color: #f8f9fa;
}
.product-card-action-favorite {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}
.product-card-title {
  font-size: 16px;
  font-weight: 500;
}
.product-card-price {
  margin-bottom: 15px;
}
.product-card-action {
}
.product-card-rate{
  display: none;
}
.feature-product:not(:hover) .owl-item:not(.active) {
  opacity: 1 !important;
}
.footer-common{
  background: #1B2B3A;
  color: #fff;
}
.footer-common a{
  color: #D6DDEB;
}
.social-media li a{
color:#000;
background:#efefef;
width:30px;
height:30px;
line-height: 37px;
text-align:center;
border-radius: 6px;
display: block;
}
.social-media li a.social-icon-twitter{
line-height: 34px !important;
}
.social-media li a.social-icon-facebook{
color:#1877F2
}
.social-media li a.social-icon-instagram{
color:#FD1D1D;
}
.cart-label{
  font-size:1.4rem;
  position:relative
}
.cart-label .navbar-tool-label{
  font-size: .7rem;
  background:#f30;
  color:#fff;
  text-align:center;
  padding: 2px;
  display: inline-block;
  line-height: 12px;
  border-radius: 4px;
  position: absolute;
  font-weight: 200;
  right: -3px;
}
.cart-content{
  font-size:0.8rem
}
.cart-content > div{
  font-weight: 500;
}
.icon-user-header{
    font-size:1.2rem
}
.page-title-overlay-inner{
  background: #373f50 url(../img/page_hero.webp);
  padding: 80px 0;
  background-size: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .page-title-overlay-inner{
    background-size:cover;
    background-position:center
  }
}
.page-title-overlay-inner h1{
  color:#fff;
}


.view-all-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.view-all-text i {
  background: transparent !important;
  color: inherit;
  font-size: 24px !important;
}