﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dk-store-categoryindicator {
    background-image: url("/orgstore/storemgmt/images/orange_arrow.gif");
    width: 7px;
    height: 8px;
    background-position: center;
}

/***** PRODUCT LIST ******/
.dk-product-image {
    text-align: center;
    vertical-align: middle;
}

.dk-product-image a {
    margin: 15px;
    display: inline-block;
    text-decoration: none;
    min-width: 150px;
    max-height: 100px;
    overflow: hidden;
}

.dk-product-image img {
    max-width: 100px;
}

.dk-product-description {
    width: 100%;
    vertical-align: middle;
    padding: 12px 7px 12px 7px;
}

.dk-product-description a {
    width: 100%;
    text-align: left;
    padding: 10px 0px 7px 0px;
    display: inline-block;
    text-decoration: none;
}

.dk-product-action {
    text-align: center;
    vertical-align: middle;
    width: 170px;
    padding:8px;
}

.dk-product-action a {
    width: 100px;
}

.dk-product-list:hover {
    background-color: #ffffcc;
    cursor: pointer;
}


@media only screen and (max-width: 500px) {
    div[frame-indicator] {
        display: none;
    }

    [product-list] .td, [product-list] .tr, [product-list] .table {
        display: block !important;
        width: 100%;
    }

    .dk-product-image a {
        width: 100%;
        padding: 10px;
    }

    .dk-product-description a {
        padding: 10px;
    }

    .dk-product-action {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }
}

/*****PRODUCT GRID*****************/
[frame-indicator] div:hover {
    background-color: #ededed;
    cursor: pointer;
}

.dk-product-grid .table, .dk-product-grid .tr, .dk-product-grid .td {
    display: block !important;
    border: unset !important;
}

.dk-product-grid .dk-product-image {
    width: unset;
    max-width: 200px;
}

.dk-product-grid .dk-product-image a {
    min-height: 100px
}


.dk-product-grid .dk-product-description {
    margin: 0px 7px 0px 7px;
}

.dk-product-grid [product-row] {
    border: 1px solid #d4d4d4 !important;
    width: 202px;
    min-height: 300px;
    margin: 4px;
    float: left;
}

.dk-product-grid [event-detail], .dk-product-grid [event-cost], .dk-product-grid [event-note] {
    display: none !important;
}

.dk-product-grid .dk-product-action {
    width: 100%;
    padding: 8px;
}

.dk-close-icon-filter {
    color: #808080;
    padding: 0px 2px;
    font-size: 0.85rem;
    font-weight: bold;
    padding-left: 5px;
}

/*****************************************/
