/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); */
/* General */
.bolder {
    font-weight: 900;
}

i {
    font-style: normal !important;
}

h1 {
    font-weight: bold !important;
    font-size: 2.5rem;
}

.btn,
.modal-content,
.dropdown-menu {
    border-radius: .75rem !important;
}

.carousel-item {
    background: #fff !important;
}

.modal-header .btn-close {
    margin-right: 0 !important;
}

@font-face {
    font-family: marketSaturday;
    src: url('../../resources/fonts/MarketSaturday.otf');
    src: url('../../resources/fonts/MarketSaturday.ttf');
}

@font-face {
    font-family: onTheRings;
    src: url('webfont.eot');
    /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfont.woff') format('woff'),
        /* Modern Browsers */
        url('../../resources/fonts/On the Rings.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.otr_font {
    font-family: onTheRings !important;
}

.ms_font {
    font-family: marketSaturday !important;
}

.top_txt {
    font-size: calc(2.25rem + 1.5vw);
}

/* products page */
.product_header {
    color: #000000;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}

.cat1_card {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 30px !important;
    border-radius: .75rem !important;
    /* background-color: #FAFAFA !important; */
}

.cat1_title {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 30px;
    font-weight: bold;
}

.cat1_card:hover {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    box-shadow: 0 .75rem 1rem rgba(0, 0, 0, .15) !important;
    cursor: pointer;
    /* background-color: #fff !important; */
    background-color: #e7f1ff;
}

/* .cat1_card:hover .cat1_img{
    transform: scale(1.1);
} */
.cat1_card:hover .hidden_cat_txt {
    opacity: 1;
    margin-bottom: 0px;
}

.cat1_card:hover .cat1_title {
    color: #0d6efd;
}

.cat1_img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 110px;
    object-fit: contain;
}

.outer_pad {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 30px;
    padding-bottom: 15px !important;
    overflow: hidden;
    border-radius: calc(.75rem - 1px) calc(.75rem - 1px) 0 0;
}

.hidden_cat_txt {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: -5px;
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
}

.product_title {
    font-size: 1rem !important;
    font-weight: 600;
    margin-bottom: 0;
}

.product_card {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 30px !important;
    border-radius: .75rem !important;
}

.product_card:hover {
    box-shadow: 0 .75rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-text {
    margin-bottom: 2.5px !important;
}

.product_img {
    height: 175px;
    object-fit: contain;
}

.accordion-item:first-of-type {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.75rem - 1px) !important;
    border-top-right-radius: calc(.75rem - 1px) !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.75rem - 1px) !important;
    border-bottom-left-radius: calc(.75rem - 1px) !important;
}

#toggleCatOuter {
    width: 100%;
}

#stickyFilter {
    top: 0;
    z-index: 0;
    overflow-y: auto;
    height: 100%;
}

/* IMage Zoom */
.image_container {
    position: relative;
    width: 100%;
}

.zoom_image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 175px;
    transition: .5s ease;
    backface-visibility: hidden;
}

.zoom_middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /* top: 0;
left: 0;
width: 100%;
height: 100%; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image_container:hover .zoom_image {
    opacity: 0.25;
}

.image_container:hover .zoom_middle {
    opacity: 1;
}

.image_container:hover .outer_pad {
    background-color: rgba(0, 0, 0, .7);
}

.zoom_text {
    /* background-color: #04AA6D; */
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    /* top: 50%;
left: 50%; */
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.75) !important;
}

.big_prod_img {
    height: 80vh;
    width: 100%;
    object-fit: contain;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal !important;
    font-weight: 900;
    font-display: block;
    src: url("../../resources/fonts/fa-solid-900.eot");
    src: url("../../resources/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../resources/fonts/fa-solid-900.woff2") format("woff2"), url("../../resources/fonts/fa-solid-900.woff") format("woff"), url("../../resources/fonts/fa-solid-900.ttf") format("truetype"), url("../../resources/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-up:before {
    content: "\f106";
}

.zoom-icon {
    font-size: 2rem !important;
    color: #fff !important;
}

/* Media Queries */
@media screen and (max-width: 992px) {
    #categoriesAccord {
        display: none;
    }

    #toggleCatOuter {
        display: block !important;
    }

    /* #mainNav{
        padding: 0; 
    }
    #home_splash{
        height: calc(100vh - 84px);
    } */
}

@media screen and (max-width: 768px) {
    .car_abs_text {
        font-size: 3rem;
    }

    .car_img {
        height: calc(50vh - 160.5px);
        width: auto !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}

@media screen and (max-width: 576px) {
    #mainNav ul {
        text-align: center;
    }

    #custNav .nav-link {
        padding: 2.5px 0 !important
    }

    #home_splash {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}

@media screen and (max-width: 400px) {
    /* #home_splash{
        height: calc(100vh + 142px);
    } */
}