* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

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

.wrapper {
    min-height: 100%;
    margin-bottom: -240px;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #555;
}

p {
    color: #555;
    margin-bottom: 0;
}

h2 {
    font-size: 1.75rem;
}

.bg-info {
    background-color: #00b2ff!important;
    color: #fff;
}

a.bg-info:hover {
    background-color: #777!important;
    color: #fff;
}

.fa-shopping-cart {
    font-size: 1.5em;
}

.noitems {
    display: none;
}

.card-body {
    padding: 0.75rem;
}

.cartcount {
    font-size: 1.1em;
    font-weight: bold;
    color: #007bff;
}

.msg {
    display: none;
    background: #00b2ff;
    color: #fff;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}

.msg a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.marginbottom {
    margin-bottom: 10px !important;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}

.col-2 img {
    max-width: 100%;
    padding: 50px 0;
}

.col-2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}

.header {
    background: radial-gradient(#fff, #ffd6d6);
}

.header .row {
    margin-top: 70px;
}

.categories {
    margin: 70px 0;
}

.col-3 {
    flex-basis: 30%;
    min-width: 250px;
    text-align: center;
}

.col-3 img {
    width: 100%;
}

.small-container {
    max-width: 1280px;
    margin: auto auto;
    padding-left: 25px;
    padding-right: 25px;
}

.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 5px;
    transition: transform 0.5s;
}

.col-4 img {
    width: auto;
    max-width: 100%;
    height: 180px;
}

.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after {
    content: "";
    background: #5f6d6c;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

h4 {
    color: #555;
    font-weight: bold;
    font-size: 1.4rem;
}

.col-4 p {
    font-size: 14px;
}

.rating .fas {
    color: #5f6d6c;
}

.rating .far {
    color: #5f6d6c;
}

.col-4:hover {
    /*transform: translateY(-5px);*/
}

.offer {
    background: radial-gradient(#fff, #ffd6d6);
    margin-top: 80px;
    padding: 30px 0;
}

.breadcrumbs {
    padding: 3px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
}

.breadcrumbs a {
    font-weight: bold;
}

.breadcrumbs .fa-home {
    font-size: 1.25rem;
}

.thumbnail {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.product-name {
    min-height: 3.3rem;
    font-size: 1.25rem;
}

.vcentered {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bolded {
    font-weight: bold;
}

.active {
    background: #00b2ff;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 2px;
}

.col-2 .offer-img {
    padding: 50px;
}

small {
    color: #555;
}

.fa-quote-left {
    font-size: 34px;
    color: #5f6d6c;
}

.col-3 p {
    font-size: 14px;
    margin: 12px 0;
    color: #777777;
}

.brands {
    margin: 100px auto;
}

.col-5 {
    width: 160px;
}

.col-5 img {
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.col-5 img:hover {
    width: 100%;
    cursor: pointer;
    filter: grayscale(0);
}

.productname {
    font-size: 1.1rem;
    font-weight: bold;
}

.footer, .push {
    height: 250px;
}
.footer {
    width: 100%;
    background: #fff;
    color: #424242;
    font-size: 12pt;
    padding: 0;
}

.footer .container {
    border-top: solid 1px #5f6d6c;
}

.footer p {
    color: #333;
}

.footer a {
    color: #5f6d6c;
}

.footer h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.footer img {
    height: 100px;
    margin-bottom: 20px;
}

ul {
    /*list-style-type: none;*/
}

li {
    margin-left: 20px;
}

.app-logo {
    margin-top: 20px;
}
.app-logo img {
    width: 140px;
}

.logo img {
    width: auto;
    height: 3rem;
}

.footer hr {
    border: none;
    background: #5f6d6c;
    height: 1px;
    margin: 10px 0;
}

.copyright {
    text-align: center;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}

.inline {
    display: inline;
}

.carousel-inner > .carousel-item {
    text-align: center;
}

.carousel-inner > .active {
    background: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(150, 150, 150, 0.5);
}

.carousel-inner > .carousel-item img {
    margin: auto;
    width: auto;
    max-width: 100%;
    height: 420px;
}

.carousel-caption {
    color: #fff;
    background-color: rgba(100, 100, 100, 0.8);
    border-radius: 10px;
}

.carousel-caption a {
    color: #fff;
}

.mobile {
    display: none;
}

.row-2 {
    justify-content: space-between;
}

select {
    padding: 5px;
}

select:focus {
    outline: none;
}

.page-btn {
    margin: 0 auto 80px;
}

.page-btn span {
    display: inline-block;
    border: 1px solid #5f6d6c;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.page-btn span:hover {
    background: #5f6d6c;
    color: #ffffff;
}

.btn-link-bold {
    color: #007bff;
    font-weight: bold;
}

.single-product {
    margin-bottom: 80px;
}

.single-product .col-2 img {
    padding: 0;
}

.single-product .col-2 {
    padding: 20px;
}

.single-product h4 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

.single-product select {
    display: block;
    padding: 10px;
    margin-top: 20px;
}

.single-product input {
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

input:focus {
    outline: none;
}

.single-product .fas {
    color: #5f6d6c;
    margin-left: 10px;
}

.small-img-row {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

.product-condition {
    font-size: 0.85rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.cart-info {
    display: flex;
    flex-wrap: wrap;
}

.customer-page, .shipping-page, .billing-page, .billing-info {
    display: none;
}

thead tr {
    border-bottom: 3px solid #00b2ff;
}

.products tbody tr:last-child {
    border-bottom: 3px solid #00b2ff;
}

th {
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}
td {
    padding: 10px 5px;
    font-size: 1.1rem;
}

td input {
    width: 40px;
    height: 30px;
    padding: 5px;
}

td a {
    color: #00b2ff;
    font-size: 12px;
}

td img {
    width: 120px;
    height: auto;
    margin-right: 10px;
}

.total-price {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 1.1rem;
}

.total-price table {
    width: 100%;
    max-width: 400px;
}

.noshow {
    display: none;
}

td:last-child {
    text-align: right;
}

th:last-child {
    text-align: right;
}

.preview img {
    max-width: 100%;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview .active {
    background: inherit;
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@media (max-width: 800px) {
    .logo img {
        width: auto;
        max-width: 75vw;
    }

    .navbar {
        padding: 20px 0px;
    }

    .mobile {
        display: inline;
    }

    #categories {
        display: none;
        text-align: left;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4 {
        text-align: left;
    }

    .breadcrumbs {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .carousel-inner > .carousel-item > img {
        height: 320px;
    }
    .row {
        text-align: center;
    }
    .col-2,
    .col-3,
    .col-4 {
        flex-basis: 100%;
    }

    .single-product .row {
        text-align: left;
    }

    .single-product .col-2 {
        padding: 20px 0;
    }
    .single-product h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .cart-info p {
        display: none;
    }
}
