﻿h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 600;*/
}

.header {
    background-color: #fff
}

.master-wrapper-page {
    background-color: #eee;
}

.product-grid, .product-list {
    background-color: #fff;
}

.productContainer .picture {
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 6px;
    background-image: url(/Themes/MyNewTheme/Content/icon/Loading-Logo-Small.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.imgheightofcategory {
    max-width: 100%;
}

.categorynameheader {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0px;
    text-align: center;
}

.maincategory {
    color: white;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    color: inherit;
    font-size: 15px;
}

.rowBorder .product-item {
    height: 245px;
    width: 203px;
    margin: auto;
    border: none;
}

    .rowBorder .product-item:hover {
        border: none;
        box-shadow: none;
        transition: none;
    }


.picture img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /*background-color: #fff;
    background-image: url('../Loading-Logo-Small.gif');
    background-position: center;
    background-repeat: no-repeat;*/
    font-size: 0px;
}



.imgwidth {
    width: 91%;
    margin-top: 8px;
    margin-left: 8px;
    height: 100%;
}

.prices {
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowofpublicpage {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

    .rowofpublicpage ul {
        margin: 0 auto;
    }

    .rowofpublicpage a {
    }

        .rowofpublicpage a:hover {
            color: inherit;
            text-decoration: none;
        }

.subcategoryli {
    font-style: normal;
    display: block;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

    .subcategoryli:hover {
        text-decoration: none;
        color: inherit;
    }

.master-wrapper-content {
    width: 980px !important;
}

.productContainer {
    padding: 0px;
    margin: 0px;
    height: 506px;
    overflow: hidden;
}

h6.product-title {
    padding: 0;
    margin: auto;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    color: #036;
    width: 180px;
    height: 31px;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

    h6.product-title > a {
        color: #262626;
        font-size: 13px;
        font-weight: normal;
        text-decoration: none;
    }

.add-info .buttons {
    text-align: left;
}

.rowBorder .add-info {
    height: 78px;
    width: 200px;
    margin: auto;
}

.mid-content-title {
    padding: 8px 12px;
    background-color: #f0f0f0;
    color: #000; /*border-bottom: 2px solid #000;*/
    margin: 0;
}

.product-item {
    position: relative;
    background-color: white;
    /*height: 0px;*/
}

.rowBorder {
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .rowBorder:hover {
        box-shadow: 0 3px 6px 0 rgba(51,51,51,.3);
        text-decoration: none;
        position: relative;
        z-index: 12;
    }

/*.rowBorder:hover {
        padding: 0;
        border-right: 1px solid #f7941d;
        border-bottom: 1px solid #f7941d;
        border-left: 1px solid #f7941d;
        border-top: 1px solid #f7941d;
    }*/

.rowBorde .product-item {
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}

.divCarousel {
    width: 360px;
}

.divCarousel {
    padding: 0;
    float: right;
    background-image: url(/Themes/MyNewTheme/Content/icon/Loading-Logo-Big.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.divTitle {
    padding: 0;
    float: right;
}

.rowofpublicpage .productContainer .rowBorder {
    width: 50%;
    float: left;
}

.rowBorder {
    background-image: url(/Themes/MyNewTheme/Content/icon/Loading-Logo-Big.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.divTitle {
    margin-left: -1px;
    margin-top: -1px;
    width: 190px;
    float: right;
}

.home-page .product-item .details {
    /*padding: 0px 10px 10px 10px;*/
}

.product-item .details .buttons {
    margin: 0;
    text-align: center;
    float: left;
}

.col-sm-7 {
    width: 410px;
    padding: 0px;
    float: left;
}

.product-grid .title {
    clear: both;
}

.productContainer .old-price {
    color: #ff6b6b;
    font-size: 12px;
    text-decoration: line-through;
    display: block;
    margin: 4px 0 0 0;
}

.productContainer .actual-price {
    font-size: 14px;
    color: #666;
}

@media (min-width: 1250px) {

    .col-sm-7 {
        width: 640px;
    }

    .divTitle {
        width: 200px;
    }

    .divCarousel {
        width: 380px;
    }

    .master-wrapper-content {
        width: 1220px !important;
    }

    .productContainer .picture {
        width: 160px;
        height: 160px;
        margin-top: 6px;
        background-color: #fff;
    }

    .rowBorder .product-item {
        height: 245px;
        width: 210px;
    }

    .subcategoryli {
        font-size: 14px;
    }

    .rowofpublicpage .productContainer .rowBorder {
        width: 33.33%;
    }
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/




/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
