body {
    font-family: 'Raleway', sans-serif;
}

.st-navbar {
    background: #ffffff !important;
    box-shadow: 0 4px 5px 0 rgba(176, 177, 193, 0.1) !important;
    font-weight: 500;
}

@media (min-width: 1281px) {
    .st-navbar {
        padding: 20px 45px;
    }

    .splash-image {
        height: 73vh !important;
    }

    .product-image {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .st-navbar {
        padding: 20px 45px;
    }

    .splash-image {
        height: 70vh !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .st-navbar {
        padding: 20px 45px;
    }

    .splash-image {
        height: 70vh !important;
    }

}

.st-store-name {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.st-store-name-checkout {
    font-weight: 700;
    color: #333;
    font-size: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.st-store-name-checkout:hover {
    color: #333;
    text-decoration: none;
}

.shadow-v1 {
    -webkit-box-shadow: 0 5px 5px 0 rgba(176, 177, 193, 0.1);
    box-shadow: 0 5px 5px 0 rgba(176, 177, 193, 0.1)
}

.shadow-v2 {
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06)
}

.splash-image {
    height: 56vh;
    max-height: 75vh; /* Position and center the image to scale nicely on all screens */
    background: transparent no-repeat center;
    background-size: cover;
    position: relative;
    /*margin-bottom: 13vh;*/

}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
}

.hero-text > h1 {
    white-space: nowrap;
    /*font-size: 60px;*/
    font-size: 6vw;
    text-shadow: tomato;
    font-weight: 600;
}


.section-title {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.product-card {
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 5px 0 rgba(176, 177, 193, 0.1) !important;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 332px;
    max-height: 332px;
}

.product-card:hover .product-image {
    opacity: 0.8;
}

.product-card:hover {
    cursor: pointer;
}

.product-image {
    max-width: 100%;
    min-width: 100%;
    min-height: 232px;
    max-height: 232px;
    object-fit: contain;
}

.product-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
}

.product-price {
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 0;
}

.product-discount-price {
    font-weight: 500;
    text-decoration: line-through;
    color: #6c6c6c;
    font-size: 13px;
}

.product-link {
    text-decoration: none !important;

}


@media (min-width: 320px) and (max-width: 480px) {
    /*Mobile Responsiveness*/
    /*.product-image {*/
    /*min-height: 160px;*/
    /*max-height: 160px;*/
    /*object-fit: cover;*/
    /*}*/
    /*.product-card {*/
    /*min-height: 270px;*/
    /*max-height: 270px;*/
    /*}*/
    .add_to_cart_btn, .buy_now_btn {
        width: 100% !important;
    }

    .base-image {
        height: 50vh !important;
    }

    .base-header-text {
        margin-top: 20px;
        font-size: 20px;
    }

    .category-card {
        margin-bottom: 5px !important;
        height: 100% !important;
    }

    .category-card > img {
        height: 100% !important;
    }

    .logo {
        /*max-width: 170px !important;*/
        /*max-width: 180px !important;*/
        /*max-height: 30px !important;*/
        /*object-fit: contain;*/
        max-width: 140px !important;
        max-height: 40px !important;
    }
}

/*.logo{*/
/*  max-width:900px;*/
/*  max-height:900px;*/
/*  }*/
.base-image {
    width: 100% !important;
    height: 86vh;
    object-fit: cover;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 4px 5px 0 rgba(176, 177, 193, 0.1) !important;

}

.main-section {
    margin-top: 20vh;
}

.first-section {
    margin-top: 13vh;
}

.base-header-text {
    font-weight: 600;
    color: #232323;
    font-size: 26px;
    padding-bottom: 10px;
}

.base-header-sub-text {
    font-weight: 500;
    color: #636363;
    word-spacing: 1px;
}


.category-card {
    position: relative;
    height: 50vh !important;
    margin-bottom: 15px;
}

.category-card > img {
    height: 50vh;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}

.category-card-text {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}

.category-card-text > p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;;
}

.category-card:hover .category-card-text {
    display: block;
    cursor: pointer;
}

footer {
    margin-top: 60px;
    background: #000;
    padding-top: 40px;
}

.footer-header {
    font-weight: 600;
    color: #fff;
}

.footer-links > p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-button {
    background: #154775;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 0 2px 2px 0;
    height: 42px;
}

.newsletter-button:hover {
    color: #ddd;
}

.footer-hr {
    border-top: 1px solid #272727;
}

.copyright {
    margin: 0;
    padding: 10px 10px 30px 0;
    font-size: 13px;
    font-weight: 500;
    color: #dadada;
}

.menu:focus {
    outline: none !important;
}

.logo {
    /*max-width: 200px;*/
    /*max-height: 30px;*/
}

.header-text {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px;
    color: #333;
}

.filter-bar {
    margin-top: 47px;
    /*padding: 17px 10px 10px;*/
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    /*-webkit-box-shadow: 0 5px 5px 0 rgba(176, 177, 193, 0.1);*/
    /*box-shadow: 0 5px 5px 0 rgba(176, 177, 193, 0.1)*/
}

.sort-text {
    margin-right: 10px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
}

.category-count-text {
    float: right;
    margin-top: 14px;
}

.category-items {
    margin-top: 30px;
}

.category-title {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.single-category-section {
    margin-bottom: 50px;
}

.category-title > a {
    float: right;
    font-size: 12px;
    color: #444444;
    margin-top: 3px;
}

.product-container {
    margin-top: 40px;
}

.single-product-image {
    /*width: 400px;*/
    /*max-width: 400px;*/
    max-height: 70vh;
    min-height: 70vh;
    object-fit: contain;
    margin: auto;
    display: block;
}

.product-info {
    margin-top: 10px;
}

.product-info-title {
    font-weight: 700;
    color: #484848;
}

.product-info-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 16px;
    letter-spacing: 1px;
    color: #4e6e79;
}

.add_to_cart_btn, .buy_now_btn {
    width: 70%;
    display: block;
    margin-bottom: 10px;
    padding: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.add_to_cart_btn {
    border: 1px solid #154775;
    background: #fff;
    color: #154775;
}

.buy_now_btn {
    border: 1px solid #154775;
    background: #154775;
    color: #fff;
}

.product-btn-action {
    margin-top: 60px;
}

.product-description {
    margin-top: 35px;
    font-size: 15px;
}

.cart-count {
    position: absolute;
    right: 0;
    top: -2px;
    background: #1c619b;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    display: inline-block;
}

.cart-items-table {
    margin-top: 40px;
}

.cart-product-image {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 100px;
}

.cart-product-title {
    color: #000;
    text-decoration: none;
}


.cart-product-title:hover {
    text-decoration: none;
    color: #333;
}

.cart-footer {
    text-align: right;
    margin-bottom: 60px;
    /*float: right;*/
}

.cart-footer-price {
    margin-left: 30px;
    font-weight: 500;
    margin-right: 11px;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    /*font-size: 20px;*/
}

.center-cart {
    padding: 70px 0;
    text-align: center;
}