@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Fira Sans';
    line-height: 1.5;
}

.header_video {
    position: relative;
    padding: 20px 50px;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
}

.header_video::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.video_header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.video_header_top video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_sub_div {
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    padding: 40px 0;
    width: 100%;
}

.background-gray {
    background-color: #f9f9f9;
}

button.add-to-cart-submit {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.add-to-cart-btn {
    border: none;
    background-color: #fbfbfb;
    font-size: 14pt;
    color: #4f4f4f;
    width: 35px;
    height: 35px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
}

.add-to-cart-btn.decrease {
    border-left: 1px solid #4f4f4f;
    border-radius: 5px 0 0 5px;
    background: #f5f5f5;
}

.add-to-cart-btn.increase {
    border-right: 1px solid #4f4f4f;
    border-radius: 0 5px 5px 0;
    background: #f5f5f5;
}

.add-to-cart-form {
    display: inline-flex;
}

.add-to-cart-btn.increase::before {
    font: var(--fa-font-solid);
    content: "\2b";
    height: 30px;
    width: 30px;
    font-size: 14pt;
    display: table-cell;    
    vertical-align: middle;
    position: relative;
    right: 0;
}

.add-to-cart-btn.decrease::before {
    font: var(--fa-font-solid);
    content: "\f068";
    height: 30px;
    width: 30px;
    font-size: 14pt;
    display: table-cell;    
    vertical-align: middle;
    position: relative;
    right: 0;
}

.add-to-cart-box input {
    width: 40px;
    height: 35px;
    font-size: 14pt;
    text-align: center;
    border: none;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    margin: 0;
    border-radius: 0px !important;
}

::-webkit-inner-spin-button {
    display: none;
}

.add-to-cart-box input:focus,
.add-to-cart-box input:active {
    border: 1px solid #3498db !important;
}

.pointer {
    cursor: pointer;
}

.is-searching {
    border-color: #ddd;
    padding-right: calc(1.49em + 1rem);
    background-image: url("../img/spinners/spinner.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.3725em + 0.25rem) center;
    background-size: calc(0.745em + 0.5rem) calc(0.745em + 0.5rem);
}

.not-found::after {
    content: 'Not Found';
    position: absolute;
    top: 50%;
    right: -1.5em;
    background: var(--bs-danger);
    padding: 1px;
    /* border-radius: 5px; */
    color: white;
    font-size: 9pt;
    transform: translate(-50%, -50%);
}

/* custom scroll bar */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* card block at bottom of index page */

.mydiv {
    padding-top: 50px;
    padding-bottom: 50px
}

.cross {
    font-size: 10px
}

.padding-0 {
    padding-right: 5px;
    padding-left: 5px
}

.img-style {
    margin-left: -11px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 104% !important
}

.m-t-20 {
    margin-top: 20px
}

.bbb_background {
    background-color: #E0E0E0 !important
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon span {
    position: absolute;
    display: block;
    width: 34px;
    border-radius: 50%;
    padding: 8px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 100 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-right {
    top: -10px;
    right: -10px
}

.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-top-right::before {
    top: 0;
    left: 17px
}

.ribbon-top-right::after {
    bottom: 17px;
    right: 0
}

.sold_stars i {
    color: orange
}

.ribbon-top-right span {
    right: 17px;
    top: 17px
}

.bbb_deals_featured {
    width: 100%
}

.bbb_deals {
    width: 300px;
    margin-right: 0%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-shadow: 1px 3px 8px -3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-top: 0px
}

.bbb_deals_title {
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #000000
}

.bbb_deals_slider_container {
    width: 100%
}

.bbb_deals_item {
    width: 100% !important
}

.bbb_deals_image {
    width: 100%
}

.bbb_deals_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.bbb_deals_content {
    margin-top: 33px;
    padding-bottom: 34px;
    padding-left: 25px;
    padding-right: 25px;
}

.bbb_deals_item_category a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}

.bbb_deals_item_price_a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6)
}

.bbb_deals_item_price_a strike {
    color: red
}

.bbb_deals_item_name {
    font-size: 24px;
    font-weight: 400;
    color: #000000
}

.bbb_deals_item_price {
    font-size: 24px;
    font-weight: 500;
    color: #6d6e73
}

.available {
    margin-top: 19px
}

.available_title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400
}

.available_title span {
    font-weight: 700
}

.form-control.invalid-lg.is-invalid, .was-validated .form-control.invalid-lg:invalid {
    margin-bottom: 3rem !important;
}

.invalid-feedback.invalid-lg {
    margin-top: -3rem !important;
}

.v-align-middle {
    vertical-align: middle;
}

.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.tox-promotion {
    display: none !important;
}

.bg-image.hover-overlay {
    min-height: 200px !important;
}

.navbar-dark {
    --mdb-navbar-color: var(--bs-light) !important;
}

.tabulator {
    font-size: 10pt;
}

.tabulator .tabulator-cell {
    font-weight: 400;
}

.table th,
.table td {
    padding: 5px;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
    font-weight: 400;
}

.db-block {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 5px;
    height: 200px;
    width: 200px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin: 0.5em;
}
.db-block:hover {
    background-color: #ddd;
}
.db-block .db-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 991px) {
    .bbb_deals {
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .bbb_deals {
        padding-left: 0px;
        padding-right: 0px
    }

    .bbb_deals_title {
        left: 15px;
        font-size: 16px
    }

    .bbb_deals_slider_nav_container {
        right: 5px
    }

    .bbb_deals_item_name, .bbb_deals_item_price {
        font-size: 20px
    }

    .add-to-cart-btn.increase::before {
        right: 6px;
    }
    
    .add-to-cart-btn.decrease::before {
        right: 6px;
    }
}