﻿
body {
    background-color: #E6E6E6 !important;
    background-color: #ffffff !important;
    margin: 0;
    direction: ltr;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    font-family: Roboto,tahoma,sans-serif;
    font-size: 1.7em;
}
.pstyle {
    font-family: Roboto;
    font-size: 18px;
}

.ltrdir {
    direction: ltr;
}

.rtldir {
    direction: rtl;
}

.starok {
    color: #F90;
    font-size: 14px !important;
}

.starno {
    color: #ccc;
    font-size: 14px !important;
}

.mfotter {
    background-color: #000000;
    color: #7a7878;
    font-family: Roboto;
    font-size: 13px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */
.description {
    color: #332d2c;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: normal;
}

    .description p {
        color: #332d2c;
        font-family: Roboto;
        font-size: 12pt;
        font-weight: normal;
    }
.price .green {
    color: #339933;
    display: block;
    font-size: 15pt;
    font-family: Roboto;
    margin-bottom:10px;
}
.productItem figcaption .price .green span {
    display: inline-block;
    vertical-align: middle;
}
.productItem figcaption .price .gray {
    color: #a5a5a5;
    display: block;
}
    .productItem figcaption .price .gray span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: line-through;
    }

.productItem figcaption .price:after {
    clear: both;
    display: table;
    content: '';
}
   .w-25 {
            width: 25% !important;
        }
        .w-50 {
            width: 50% !important;
        }
        .w-75 {
            width: 75% !important;
        }
        .w-100 {
            width: 100% !important;
        }
        .h-25 {
            height: 25% !important;
        }
        .h-50 {
            height: 50% !important;
        }
        .h-75 {
            height: 75% !important;
        }
        .h-100 {
            height: 100% !important;
        }
        .mw-100 {
            max-width: 100% !important;
        }
        .mh-100 {
            max-height: 100% !important;
        }
        .m-0 {
            margin: 0 !important;
        }
        .mt-0 {
            margin-top: 0 !important;
        }
        .mr-0 {
            margin-right: 0 !important;
        }
        .mb-0 {
            margin-bottom: 0 !important;
        }
        .ml-0 {
            margin-left: 0 !important;
        }
        .mx-0 {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
        .my-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .m-1 {
            margin: 0.25rem !important;
        }
        .mt-1 {
            margin-top: 0.25rem !important;
        }
        .mr-1 {
            margin-right: 0.25rem !important;
        }
        .mb-1 {
            margin-bottom: 0.25rem !important;
        }
        .ml-1 {
            margin-left: 0.25rem !important;
        }
        .mx-1 {
            margin-right: 0.25rem !important;
            margin-left: 0.25rem !important;
        }
        .my-1 {
            margin-top: 0.25rem !important;
            margin-bottom: 0.25rem !important;
        }
        .m-2 {
            margin: 0.5rem !important;
        }
        .mt-2 {
            margin-top: 0.5rem !important;
        }
        .mr-2 {
            margin-right: 0.5rem !important;
        }
        .mb-2 {
            margin-bottom: 0.5rem !important;
        }
        .ml-2 {
            margin-left: 0.5rem !important;
        }
        .mx-2 {
            margin-right: 0.5rem !important;
            margin-left: 0.5rem !important;
        }
        .my-2 {
            margin-top: 0.5rem !important;
            margin-bottom: 0.5rem !important;
        }
        .m-3 {
            margin: 1rem !important;
        }
        .mt-3 {
            margin-top: 1rem !important;
        }
        .mr-3 {
            margin-right: 1rem !important;
        }
        .mb-3 {
            margin-bottom: 1rem !important;
        }
        .ml-3 {
            margin-left: 1rem !important;
        }
        .mx-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important;
        }
        .my-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }
        .m-4 {
            margin: 1.5rem !important;
        }
        .mt-4 {
            margin-top: 1.5rem !important;
        }
        .mr-4 {
            margin-right: 1.5rem !important;
        }
        .mb-4 {
            margin-bottom: 1.5rem !important;
        }
        .ml-4 {
            margin-left: 1.5rem !important;
        }
        .mx-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important;
        }
        .my-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important;
        }
        .m-5 {
            margin: 3rem !important;
        }
        .mt-5 {
            margin-top: 3rem !important;
        }
        .mr-5 {
            margin-right: 3rem !important;
        }
        .mb-5 {
            margin-bottom: 3rem !important;
        }
        .ml-5 {
            margin-left: 3rem !important;
        }
        .mx-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important;
        }
        .my-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important;
        }
        .p-0 {
            padding: 0 !important;
        }
        .pt-0 {
            padding-top: 0 !important;
        }
        .pr-0 {
            padding-right: 0 !important;
        }
        .pb-0 {
            padding-bottom: 0 !important;
        }
        .pl-0 {
            padding-left: 0 !important;
        }
        .px-0 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        .py-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
        .p-1 {
            padding: 0.25rem !important;
        }
        .pt-1 {
            padding-top: 0.25rem !important;
        }
        .pr-1 {
            padding-right: 0.25rem !important;
        }
        .pb-1 {
            padding-bottom: 0.25rem !important;
        }
        .pl-1 {
            padding-left: 0.25rem !important;
        }
        .px-1 {
            padding-right: 0.25rem !important;
            padding-left: 0.25rem !important;
        }
        .py-1 {
            padding-top: 0.25rem !important;
            padding-bottom: 0.25rem !important;
        }
        .p-2 {
            padding: 0.5rem !important;
        }
        .pt-2 {
            padding-top: 0.5rem !important;
        }
        .pr-2 {
            padding-right: 0.5rem !important;
        }
        .pb-2 {
            padding-bottom: 0.5rem !important;
        }
        .pl-2 {
            padding-left: 0.5rem !important;
        }
        .px-2 {
            padding-right: 0.5rem !important;
            padding-left: 0.5rem !important;
        }
        .py-2 {
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
        }
        .p-3 {
            padding: 1rem !important;
        }
        .pt-3 {
            padding-top: 1rem !important;
        }
        .pr-3 {
            padding-right: 1rem !important;
        }
        .pb-3 {
            padding-bottom: 1rem !important;
        }
        .pl-3 {
            padding-left: 1rem !important;
        }
        .px-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }
        .py-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }
        .p-4 {
            padding: 1.5rem !important;
        }
        .pt-4 {
            padding-top: 1.5rem !important;
        }
        .pr-4 {
            padding-right: 1.5rem !important;
        }
        .pb-4 {
            padding-bottom: 1.5rem !important;
        }
        .pl-4 {
            padding-left: 1.5rem !important;
        }
        .px-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }
        .py-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }
        .p-5 {
            padding: 3rem !important;
        }
        .pt-5 {
            padding-top: 3rem !important;
        }
        .pr-5 {
            padding-right: 3rem !important;
        }
        .pb-5 hidden-md-up .px-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important;
        }
        .py-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }
        .m-auto {
            margin: auto !important;
        }
        .mt-auto {
            margin-top: auto !important;
        }
        .mr-auto {
            margin-right: auto !important;
        }
        .mb-auto {
            margin-bottom: auto !important;
        }
        .ml-auto {
            margin-left: auto !important;
        }
        .mx-auto {
            margin-right: auto !important;
            margin-left: auto !important;
        }
        .my-auto {
            margin-top: auto !important;
            margin-bottom: auto !important;
        }
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        font-size: 22px;
    }

        .pagination a.aspNetDisabled {
            display: none;
        }

    .pagination span.active {
        background-color: #4CAF50;
        color: white;
        border: 1px solid #4CAF50;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: 22px;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }