.page-content {
    padding: 0 !important;
}

.main-header {
    padding: 0;
    width: 100%;
}

.main-header .bg-container img {
    width: 100%;
}

.shop-page-container {
    margin-top: -150px;
    padding: 0 50px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    right: unset !important;
    left: 4px !important;
}

.card-img-top-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}

.card-img-top-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.title-container {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: unset;
    height: 100vh;
    color: white;
    font-family: Arial, sans-serif;
}

.letter {
    position: absolute;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s, transform 0.5s;
}

.pagination .active span {
    border: 1px solid #0074c1 !important;
}

.cat-icons {
    width: 70%;
}

.cat-icon-container {
    cursor: pointer;
    padding-bottom: 10px !important;
}

.cat-active {
    box-shadow: 0 0 7px 2px #0074c1;
    border-radius: 15%;
    background: rgba(238, 238, 238, 0.31);
}

.map-container iframe {
    width: 100% !important;
    height: 300px !important;
}

.product-info .col-12 {
    font-size: 16px;
}

.card-icon-feature {
    max-width: 35px !important;
}
