.logo img {
  max-height: 78px;
}

#collapse-coupon label.col-sm-2.control-label,#collapse-voucher label.col-sm-2.control-label{
  display:none;
} 

@media(max-width: 767px){
  .section-news-owl .blog-image a{
    width: 100%;
  }
  .owl-prev .fa-angle-left, .owl-next .fa-angle-right{
    font-size: 30px;
    top: 20px;
  }
  .owl-next .fa-angle-right{
    left: unset;
    right: 0;
  }
  .blog-image img{
    height: auto;
  }
  .col-100-h #trigger-mobile{
  	border: none;
    background: unset;
  }
  .section_banner_home .box-inner img{
    width: 100%;
    height: auto;
  }
  .section_banner_home .col-md-6.col-xs-12{
    margin: 20px 0;
  }
}   

@media(max-width: 767px){
  .header-bottom{
    position: unset!important;
  }
  .ant-sidebar{
  	dipslay:none !important
  }
}
#tab-description .rte ul{
    padding-left: 15px;
    list-style: disc inside;
}
#tab-description p{
    margin-bottom:0px;
} 
.rte h2{
	margin:0px;
} 
.product-item__image .product-item__photo{
	display: block;
    height: 250px;
    width: 100%;
    padding: 0;
    position: relative;
}
.product-item__image .product-item__photo img{
	width: 100%;
    height: 100%;
    object-fit: contain;
} 
@media(max-width: 991px){
  .ant-sidebar{
  	display:none !important
  }
}