body {
  /*background-color: #F5F5F5;*/
}
header .main-menu {
  padding: 10px 0;
}
footer .main-footer {
  padding: 30px 0;
}
header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image {
  background-image: unset;
}
.banner-poster .slider-bg .bg-circle.gradient-purple {
  background: linear-gradient(-23deg, #3E6EAD26 0%, #cbb26a6b 100%);
}
.banner-poster .slider-right-detail .labels .label-15 li a img {
  height: 50px;
}
.blog-categority .card-body h2 {
  min-height: 2.3rem;
}
.btn-custom{
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.btn-custom:hover{
  color: #CBB26A;
}
.btn-custom-2{
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #CBB26A;
  border-radius: 5px;
}
.btn-custom-2:hover{
  color: var(--theme-color);
}

.search-section .search-bar .input-group {
  margin: 26px auto 50px;
}

.left-side .popular-post .popular-image .popular-number {
  width: auto;
}

.product-icon .product-social li a {
  font-size: 21px;
}

.banner-poster .sugestion-product{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40px;
  left: auto;
  padding: 15px 15px 0 15px;
}

.banner-poster .slider-bg .shoes-1{
  width: calc(850px + (800 - 150) * ((100vw - 320px) / (1920 - 320)));
}

.img-product-a {
  background-size: contain!important;
}

.img-product-a  {
  max-height: 512px;
}

.ratio_asos .bg-size:before {
  padding-top: 30%;
}

.product-box .img-wrapper .background-text {
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 100px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-weight: bolder;
  font-size: 48px;
  color: rgb(71 116 176 / 79%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.product-style-3 .product-title h5 {
  font-size: 24px;
}

.product-style-3 {
  justify-content: center;
}

@media (max-width: 767px) {
  .product-style-3 .product-title h5 {
    font-size: 18px;
  }
  .banner-poster {
    min-height: 265px;
    padding-top: 4rem;
  }
  .banner-poster .slider-right-detail .labels .label-15 li a img {
    height: 30px;
  }
  .img-product-a {
    max-height: 256px;
  }
}
