.tp-mega-menu-wrapper.p-relative .buy_card {
    min-width: 300px;
    max-width: 300px;
}

.tp-product-gadget-area.buy_card_img:nth-of-type(2) {
  background-color: black !important;
}

.list-card-img{
    background-color:transparent !important;
    color:transparent !important;
}


.main-menu>nav>ul>li>.tp-submenu {
    display:flex !important;
}


.tp-product-details-wrapper .tp-product-details-add-to-cart.mb-15.w-100 {
    display: flex
;
    justify-content: space-between;
}

section.breadcrumb__area.include-bg.pt-30.pb-30.mb-45, section.breadcrumb__area.include-bg.pt-70.pb-70.mb-45, section.breadcrumb__area.pt-70.pb-70.mb-45 {
    margin-top: 0 !important;
}




.profile__main-info-title, .profile__main-info-item {
  word-wrap: break-word !important;        /* older syntax */
  overflow-wrap: break-word !important;    /* modern syntax */
  white-space: normal !important;          /* ensures it can wrap to next line */
}