﻿.search-input { position: relative; }
.search-input .glyphicon-search { position: absolute; top: 32%; left: 0.5em; }
.search-input .form-control { padding-left: 2.3em; }
.search-input .btn-reset-search { position: absolute; top: 30%; right: 15px; font-size: 1.1rem; z-index: 3; }

.store-front-heading { position: relative; }
.store-front-heading .heading-responsive { padding-right: 48px; }
.store-front-nav { padding-top: 15px; }
.store-filter-labels .label { font-size: 1.1em; margin: 15px 0; display: inline-block; }

.cart-link-wrapper { position: absolute; right: 0; top: 6px; }
.cartLink { padding: 15px; position: relative; }
.cartLink:hover { background-color: var(--mag-page-bg-300); border-radius: var(--mag-border-radius); }
.cartLink .cart-item-count { position: absolute; border: 1px solid #fff; background-color: #ff0000; border-radius: 50%; right: 0.3em; top: 0.3em; padding: 0 0.5em; color: #fff; font-size: 0.9em; }

.online-store-index { padding-bottom: 15px; }
.online-store .mag-card-grid { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; }
.online-store .thumbnail-gutter { width: 24.7%; }
.online-store .thumbnail { background-color:transparent; text-align: center; margin-bottom: 25px; box-shadow: none; border: 0; padding:0; }
.online-store .thumbnail img { min-height: 128px; max-height: 200px; }
.online-store .thumbnail .caption { text-align: left; min-height: 140px; padding: 10px 0 0 0; }
.online-store .thumbnail .caption h5 { margin-top: 5px; margin-bottom: 10px; }
.online-store .thumbnail .prd-name { margin-bottom: 5px; }
.online-store .thumbnail .prd-name p { margin: 4px 0; }
.online-store .list .thumbnail-gutter { width: 100%; display: block; clear: both; margin-bottom: 25px; }
.online-store .list .thumbnail .thumbnail-img-link { float: left; width: 205px; }
.online-store .list .thumbnail .caption { float: left; height: auto; padding: 0 0 0 15px; }
.online-store .thumbnail-img-link { position: relative; display: block; border: 1px solid var(--mag-element-border-color); }
.online-store .thumbnail-img-link .store-item-on-sale { width: 2.5em; height: 2.5em; line-height: 2.5em; border-radius: 50%; position: absolute; top: 10px; right: 10px; text-align: center; align-items: center; justify-content: center; }

/* products */
.catalog-link { font-weight: 600; font-size: 1.1rem; }
.price-tag { font-size: 1.3rem; }
.list-price-tag, .user-points { font-size: 1.1rem; }
.list-price-tag del, .price-tag del { font-size: 0.9em; color: #b60d0d; }
.total-label, .total-amount, .user-leftover-points { text-align: right; font-weight: bold; font-size: 1.1rem; }
.tax-label, .tax-amount { text-align: right; font-weight: bold; }
.line-total, .product-name { font-weight: bold; }
.item-variants { font-size: .8em; }
.cart-image { position: relative; }
.cart-image-qty { font-size: 0.8571428571em; font-weight: 500; line-height: 1.75em; white-space: nowrap; text-align: center; border-radius: 1.75em; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 1.75em; height: 1.75em; padding: 0 0.5833333333em; position: absolute; right: -0.75em; top: -0.75em; z-index: 3; }
#checkoutButtons .flexbox-container { justify-content:space-between; align-items:center; }
.field-expiration-date > tbody > tr > td:first-child { padding-right:30px; }

/* side bar categories */
.catalog-categories .catalog-category { padding: 10px 0; font-size: 1.2rem; border-bottom: 1px solid var(--mag-element-border-color); }

/* order history */
.online-store-item .media-body { position: relative; padding-right: 15em; }
.online-store-item .media-body .btn-order-again, .online-store-item .media-body .not-available { position: absolute; right: 0; top: 0; }
.order-sidebar-cell { word-break: break-word; margin-bottom: 20px; display: block; }

.mag-dialog-page .online-store-detail .product-container { padding-right: 15px; }
/*checkout page */
.nowrap { white-space: nowrap; }

@media screen and (max-width: 1100px) {
    .store-page-with-collection .thumbnail-gutter { width: 33.33333333%; }
}

@media screen and (max-width: 991px) {
    .online-store .thumbnail-gutter { width: 33.33333333%; }
}

@media screen and (max-width: 850px) {
    .mag-store-nvabar .mag-store-search-bar, .store-page-with-collection .thumbnail-gutter { width: 50%; }
    .btn-qty-down, .btn-qty-up {
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .qty-input {
        padding-left: 0.3em;
        padding-right: 0.3em;
        min-width: 4em;
    }
}

@media screen and (max-width: 767px) {
    .cart-link-wrapper { top: 0; }
    .online-store .thumbnail-gutter { width: 272px; }
}

@media screen and (max-width: 546px) {
    .online-store .thumbnail-gutter { float: none; margin: 0 auto; width: 272px; }
}

@media(max-width:450px) {
    .order-details { top: 25px; }
    .online-store-item .media-left { display: block; margin-bottom: 20px; }
    .online-store-item .media-left img { width: 50%; }
    .online-store-item .media-body { padding-right: 0; }
    .online-store-item .media-body .btn-order-again, .online-store-item .media-body .not-available { position: initial; }
}