.logo img {
    max-height: 5rem;
}

.product-intro{
    border-left: 1px solid rgba(0,0,0,0.09);
}

.product-image {
    object-fit: contain;
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
}
.product-myImage-single{
    object-fit: contain;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
}

.owl-carousel.owl-loaded {
    max-height: 400px;
}

.owl-carousel .owl-stage-outer {
    max-height: 410px;
}
.owl-carousel .owl-item img {
    width: 100%!important;
}

.product-single-gallery .product-item {
   max-height: 400px;
}

.product-image-container {
    height: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    padding-right: 1px;
}

.banner-title {
  width: fit-content;
  padding: 1rem;
  color: white!important;
}

.product-category {
  text-align: center;
}

.header-contact {
  margin-right: 0px;
  padding-right: 0px!important;
}

.header-contact::before {
  width: 0px!important;
}

.product-default {
  display: flex;
  flex-direction: column;
}

.product-category {
  padding-left: 4px;
  padding-right: 4px;
}

.product-description {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 80px;
  line-height: 20px;
}

.product-default a {
    white-space: inherit
}

.owl-stage-outer {
    height: 400px!important;
}

.owl-carousel .owl-item img{
    display: block;
    height: fit-content;
    width: auto;
    margin: auto;
}

.shop-description {
    text-align: left;
    max-width: 100% !important;
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 420px;
    line-height: 20px;
}

.banner-content {
    background: linear-gradient(to right, #272727,rgba(0,0,0,.1));
    height: 100%;
    width: 100%;
    left: 0;
    display: flex!important;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.page-link {
    padding: .3rem .7rem 0;
}

.toolbox-my-search{
    display: flex;
    background-color: #DBE0E2;
    padding: 1px;
    min-width: 250px;
}

.btn-search{
    min-width: 0;
}

.owl-stage-outer{
  height: 500px!important;
}

.no-padding-bottom{
    padding-bottom: 0;
}

.input-search{
    border: 1px;
}

.my-pointer{
    cursor: pointer;
    color: black;
}

.product-single-share {
    display: flex;
    align-items: center;
}

.img-channel  {
    width: 45px;
    padding-right: 7px;
}

.img-channel-p-card  {
    width: 40px;
    padding-right: 5px;
}

.img-channel:hover  {

}

.label-channel {
    margin-bottom: 0!important;
    margin-right: 5px!important;
}

.contact-detail-info{
    display: flex;
    align-items: center;
}

.contact-detail-info p{
    margin-left: 1.5rem;
}

.chat {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    height: 56px;
    width: 56px;
    position: fixed;
    right: 15px;
    z-index: 9999;
    line-height: 1;
    padding: 11px 0;
    opacity: 1;
    visibility: visible;
    border-radius: 28px 28px 28px 28px;
    transition: all .3s;
    bottom: 25px;
}

.whatsapp-chat {
    background-color: #49E670;
    color: white;
}

.telegram-chat {
    background-color: #3FA4E1;
    color: white;
}

.multi-chat {
    background-color: #E9394B;
    color: white;
}

.chat-popup {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    height: 56px;
    width: 56px;
    line-height: 1;
    padding: 11px 0;
    opacity: 1;
    visibility: visible;
    border-radius: 28px 28px 28px 28px;
    transition: all .3s;
    bottom: 25px;
}

#cat {
    height: 100%;
    margin-bottom: 0;
    background-color: white;
    border-radius: 0;
    border: 0;
    color: #7A7D82;
    padding-left: 7px;
    outline: none!important;
}

.select-custom {
    margin-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
}

.btn-search{
    display: flex;
    align-content: center;
    justify-content: center;
}

.contact-info {
     margin-bottom: 0;
     padding-top: 0;
}

