/********************************************************************/
/*                                                                  */
/*                       Product table styling                      */
/*                                                                  */
/********************************************************************/
#productRight {
    padding-left: 1em;
}

    #productRight table {
        width: 100%;
        box-shadow: 0 38px 20px -31px rgba(0,0,0,0.2);
        border: 1px solid #CCC !important;
    }


/********************************************************************/
/*                                                                  */
/*                         product sorting                          */
/*                                                                  */
/********************************************************************/



#panTopCommandLine {
    font-size: 1.2em;
}

.panProductGroup input {
    background: none;
    border: none;
    padding: 2px;
    font-size: .9em;
    cursor: pointer;
}

    .panProductGroup input:hover {
        text-decoration: underline;
    }

#panPageSize {
    margin-right: 2em;
}

#ddlSort {
    width: 150px;
    color: #888;
    padding: 0px 0px 0px 5px;
    border: 1px solid #bbb;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 25px;
    line-height: 15px;
    border-radius: 2px;
}

#panPagerTop {
    float: right;
    margin-top: .3em;
}

/********************************************************************/
/*                                                                  */
/*                      Single product styling                      */
/*                                                                  */
/********************************************************************/

#dlUCommerceProducts td {
    border: 1px solid #e7e5e5;
    width: 33%;
    padding: 15px 5px 5px 5px;
    background-color: #FFF;
}

#divProductThumbnail {
    display: table-cell;
    width: 220px;
    vertical-align: middle;
    text-align: center;
    height: 160px;
}

    #divProductThumbnail img {
        max-width: 150px;
    }

#divProductInfoBot {
    padding: .5em;
}



.clsProductLine {
    line-height: 14px;
    height: 40px;
}

    .clsProductLine a {
        overflow: hidden;
        font-size: 1.4em;
        display: block;
        margin: 0 0 .5em 0;
        color: #000;
    }

.labProductGroupVolumeDiscount {
    color: #006EFF;
    
}

.clsProductPriceLine {
    margin-top: -2.5em;
}

.labProductGroupDiscountPriceLabels {
    color: red;
    display: block;
    text-decoration: line-through;
}


.BasketHyperLink {
    display: block;
    width: 130px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: .3em 0 .2em 0;
    font-family: Calibri;
    margin-top: .5em;
    border: solid 1px #0e8e00;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
    cursor: pointer;
    color: #FFF;
}

    .BasketHyperLink:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

/********************************************************************/
/*                                                                  */
/*                        Lęg i kurv pop-up                         */
/*                                                                  */
/********************************************************************/

.panProductViewDialoguePopup {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
    position: fixed;
    z-index: 100000000000000000;
}

#panProductViewDialogue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    width: 460px;
    height: 140px;
    background: #FFF;
    border: solid 1px #00498e;
    border-radius: 2px;
}

#panProductViewDialogueHeader {
    text-align: center;
    margin-top: .8em;
    font-size: 24px;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #CCC;
    padding-bottom: .8em;
}

#panProductViewDialogueButtons {
    text-align: center;
}


#btnProductGroupShowBasket /*, #btnProductViewCheckout*/ {
    font-size: 16px;
    height: 35px;
    width: 200px;
    cursor: pointer;
    border-radius: 2px;
    border: solid 1px #0e8e00;
    color: #FFF;
    font-weight: 800;
    font-family: Calibri;
    margin-left: 20px;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
}

#btnProductViewCheckout:hover, #btnProductViewCheckout:hover {
    -moz-box-shadow: 0px 0px 10px 1px #808080;
    -webkit-box-shadow: 0px 0px 10px 1px #808080;
    box-shadow: 0px 0px 10px 1px #808080;
}

/********************************************************************/
/*                                                                  */
/*                            Repsonsive                            */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {


    /**********************************************/
    /*                                            */
    /*             Product table                  */
    /*                                            */
    /**********************************************/


    #productRight {
        padding: 0;
    }

    #dlUCommerceProducts tbody {
        width: 100%;
    }

        #dlUCommerceProducts tbody td {
            display: block;
        }
    /**********************************************/
    /*                                            */
    /*             Product sorting                */
    /*                                            */
    /**********************************************/


    #panTopCommandLine {
        text-align: center;
        font-weight: bold;
    }



    #panPageSize {
        margin-bottom: .7em;
        display: none;
    }


    .panProductGroup {
        margin-bottom: .5em;
    }

    #ddlSort {
        display: block;
        padding: 0;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    #panPagerTop {
        float: none;
    }

    /**********************************************/
    /*                                            */
    /*        Single product styling              */
    /*                                            */
    /**********************************************/


    #dlUCommerceProducts td {
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        border: none;
        border-bottom: solid 1px #E7E5E5;
    }



    #divProductThumbnail {
        width: 70px;
        vertical-align: middle;
        text-align: center;
        height: 100px;
        padding-left: 1em;
        padding-right: 1em;
    }

    .clsProductLine a {
        display: initial;
    }

    #divProductInfoBot {
        display: table-cell;
        width: 100%;
        height: 10em;
    }

    .clsProductLine {
        height: 3.5em;
    }



    #hlProductImage img {
        height: 80%;
    }

    #labProductGroupDiscountPrice {
        float: right;
    }


    .clsProductPriceLine {
        float: right;
        text-align: right;
    }

    #divProductInfoBot {
        padding: 0.5em 1em 0 0.5em;
        text-align: right;
    }

    .labProductGroupPriceLabel {
        font-size: 1.5em;
        font-weight: 800;
    }

    .BasketHyperLink {
        font-size: 1.4em;
        margin-top: 0;
        border-radius: 2px;
    }


    #panProductViewDialogue {
        width: 90%;
        height: auto;
        padding-bottom: 1em;
    }

    #panProductViewDialogueHeader {
        width: auto;
    }

    #btnProductGroupShowBasket, #btnProductViewCheckout {
        margin: 1em 0 0 0 !important;
    }
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
