.header .container, .header .container-fluid, .header .container-medium {justify-content:center}
@media(max-width:760px){
.intro-slider-container .owl-carousel .owl-item img {
    object-fit: cover;
    height: 600px;
}
}
.logo img {max-width:200px}
@media (max-width: 768px) {
  .search-bar-mobile,
  .header-top {
    display: none;
  }
}
.product.product-3 .btn-action .btn:first-child {
background: #008285ed;
    color: #fff;
    height: 50px;}
.bundle-container {
max-width:480px;
margin:15px 0;
    background: white;
    padding:  10px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
//    border: 3px dashed red;
}
.product-cross-item {
    text-align: center;
    max-width: 130px !important;
    min-width: 60px  !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.product-cross-item img {
    margin: 0px auto 5px !important;
    width: 63px !important;
}
.bundle-container .products {
    gap: 3px !important;
    flex-wrap: nowrap !important;
}
.header-top {
display:none}
.product-cross-item h4.title {
    margin-bottom: 5px !important;
}
.carousel-detail img {
max-width:70px; margin:auto
}