﻿


.item-box-normal {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.ui-listview > li .paymentsCategoryopen h5 {
    font-weight: 200;
    font-size: .8em;
}



.item-box-normal img {
    width: 90%;
    padding-bottom: 20px;
}

.product-essential .picture img {
    width: 90%;
}

.product-essential .picture-thumbs .thumb-item img {
    width: 100px;
}

.item-grid {
    width: 100%;
}

.sub-category-grid {
    margin-bottom: 20px;
}



.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
    min-height: 200px;
}





.sub-category-grid .item-box:nth-child(3n+1) {
    clear: both;
}

.sub-category-grid .item-box:nth-child(2n+1) {
    clear: none;
}

.sub-category-grid .item-box {
    width: 32.33333%;
    margin: 0 .5% 50px;
}





.sub-category-grid .title {
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.item-box .picture {
    margin: 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .item-box .picture a {
        position: relative;
    }


        .item-box .picture a img {
            min-width: 100%;
            max-width: 100%;
            margin: auto;
        }



.item-box:hover .picture a img {
    opacity: .85;
}


.sub-category-grid .description {
    display: flex;
    justify-content: center;
}

    .sub-category-grid .description span {
        max-width: 400px;
    }






.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}

    .gallery .picture-thumbs .thumb-item {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 5px 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
        /*position: absolute;*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        margin: auto;
    }



.item-box .product-title {
    margin-top: 0;
}


.item-box .prices {
    min-height: 40px;
    margin: 0 0 10px;
    overflow: hidden;
}

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 22px;
    color: #666;
    /*position: absolute;*/
    bottom: 3rem;
}

.item-box .buttons {
    /*
        position: absolute;
        width: 90%;
        */
    bottom: 0px;
}


/* 
    .item-box .add-info {
        min-height: 130px;
    }
  */

.input-currency {
    width: 50px;
    text-align: center;
}

.funds.price {
    font-size: 1rem;
}







.product-essential {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}


.gallery {
    margin: 0 auto 50px;
}



    .gallery .picture {
        position: relative;
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
        border: 1px solid #ddd;
    }







.overview {
    position: relative;
    margin: 0 0 50px;
}



    .overview .product-name {
        margin: 0 0 25px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
    }

.product-name h1 {
    margin-top: 0px;
}

.overview .short-description {
    margin: 0 0 25px;
    line-height: 22px;
    color: #666;
}

.overview .additional-details, .variant-overview .additional-details {
    margin: 0 0 20px;
}

    .overview .additional-details div, .variant-overview .additional-details div {
        margin: 0 0 8px;
    }

    .overview .additional-details .lbel {
        color: #777
    }

.overview .value, .variant-overview .value {
    color: #444;
}




.attributes {
    margin: 20px 0;
}

    .attributes dl {
        overflow: hidden;
        padding: 0 2px;
    }

    .attributes dt, .attribute-label {
        display: block;
        margin: 5px 0 5px;
        white-space: nowrap;
        font-weight: bold;
        color: #444;
    }

.product-price {
    margin: 0 5px 0 0;
    font-size: 22px;
    color: #666;
}

    .product-price .value {
        display: inline-block;
        padding-bottom: 10px;
    }

.attributes select {
    min-width: 100px;
    max-width: 90%;
    height: 32px;
    padding: 6px;
}

.full-description {
    clear: both;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

.product-essential:after {
    content: "";
    display: block;
    clear: both;
}

.lbel {
    min-width: 80px;
    display: inline-block;
}














.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
    z-index: 10;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-left-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-left-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }



.grp-add-to-cart {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .grp-add-to-cart .input-group {
        flex-grow: 2;
    }

    .grp-add-to-cart .input-group-btn {
        flex-grow: 100;
        padding-left: 10px;
    }

        .grp-add-to-cart .input-group-btn button {
            height: 100%;
        }













/*breadcrumb*/
.dbreadcrumb {
    list-style: none;
    overflow: hidden;
    padding: 0;
    /*padding-left: 15px; looks weird indented, no photo to avoid*/
    margin: 0;
    width: 10000px;
    font-size: .6rem;
}

    .dbreadcrumb li {
        float: left;
    }

        .dbreadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 45px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            .dbreadcrumb li a:visited {
                color: white;
            }


            .dbreadcrumb li a::after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .dbreadcrumb li a::before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .dbreadcrumb li:first-child a {
            padding-left: 20px;
        }

        .dbreadcrumb li:nth-child(2) a {
            background: hsla(34,85%,45%,1);
            color: white;
            text-decoration: none;
        }

            .dbreadcrumb li:nth-child(2) a:after {
                border-left-color: hsla(34,85%,45%,1);
            }

        .dbreadcrumb li:nth-child(3) a {
            background: hsla(34,85%,55%,1);
            color: white;
            text-decoration: none;
        }

            .dbreadcrumb li:nth-child(3) a:after {
                border-left-color: hsla(34,85%,55%,1);
            }

        .dbreadcrumb li:nth-child(4) a {
            background: hsla(34,85%,65%,1);
            color: white;
            text-decoration: none;
        }

            .dbreadcrumb li:nth-child(4) a:after {
                border-left-color: hsla(34,85%,65%,1);
            }

        .dbreadcrumb li:nth-child(5) a {
            background: hsla(34,85%,75%,1);
            color: white;
            text-decoration: none;
        }

            .dbreadcrumb li:nth-child(5) a:after {
                border-left-color: hsla(34,85%,75%,1);
            }

        /*.dbreadcrumb li:last-child a {
                background: transparent !important;
                color: black;
                pointer-events: none;
                cursor: default;
            }*/

        /*.dbreadcrumb li:last-child a::after {
                    border: 0;
                }*/

        .dbreadcrumb li a:hover {
            background: hsla(34, 85%, 25%, 1);
            color: white;
            text-decoration: none;
        }

            .dbreadcrumb li a:hover:after {
                border-left-color: hsla(34, 85%, 25%, 1) !important;
            }

/* CART */


.flyout-cart {
    z-index: 100;
    width: 95%;
    box-shadow: 0 0 2px rgba(0,0,0,.25);
}




    .flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 12px;
    text-align: left;
}

    .mini-shopping-cart .shopping-cart-count {
        padding: 5px 0 15px;
    }

    .mini-shopping-cart .shopping-cart-items {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px;
    }

    .mini-shopping-cart .shopping-cart-item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 40%;
        text-align: center;
        padding-right: 20px;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 80px;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 1.1em;
    }

.cart-link {
    padding: 10px;
}
