/* white you custom css code here. only css code will work */
.flash-countdown-1.flash-countdown.product-sale-style-two,
.disqus-comment-area.margin-top-40,
.blog-details-tag-icon .icon {
    display: none;
}

.single-new-popular-dress-item .content .title a
{
width: 275px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    text-transform: capitalize;
}

ul.invoice-summery-list.borders-bottom li.list span.list-single {
    width: 50%;
}
@media (max-width: 450px){
  .new-header-area-wrapper.new-style-1 .header-inner.style-01 {
    min-height: 300px !important;
}
.new-header-area-wrapper .header-inner.style-01 .main-title {
    line-height: 30px;
    font-size: 27px;
    max-width: 80%;
}
  .new-header-area-wrapper .new-header-bg {
    background-position: left;
}
  .navbar.navbar-area.new-nav-style-01 .logo-wrapper img {
    max-width: 160px;
}
  }
@media (min-width: 991px){
.mobview_icons {
    display: none !important;
}
  .navbar-nav li.account.account-option {
    display: none !important;
}
}
@media (max-width: 991px){
.nav-right-content{
  display: none !important;
  }
  .mobview_icons {
    display: flex !important;
    justify-content: space-around;
    width: 100%;
}
  .name-list{
        top: -88px !important;
    width: 100% !important;
    border-bottom: none;
    border-top: 4px solid var(--main-color-one);
  }
}

.navbar-area.new-nav-style-01 .new-nav-container {
    background-color: #f2f3f5;
}
.footer-area .footer-bottom .copyright-area {
    background-color: #ff6280;
}
.footer-area .footer-bottom .copyright-area .copyright-area-inner .copyright {
    color: #fff;
}
.description .title {
    display: none;
}
.footer-area .footer-top .footer-widget .info-list .info-item a {
text-transform: capitalize;
}
.footer-area .footer-top .footer-widget .info-list .info-item:last-child a {
    text-transform: lowercase;
}