/* SN Category */

@media (min-width: 768px){
    .col-sm-8-col {
        width: 12.5%;
    }

    .catalogue_category {
        width: 24.5%;
    }
}

@media (min-width: 1200px) {
    .thumb{
        min-height: 175px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .thumb{
        min-height: 155px;
    }
}


@media (max-width: 768px){
    .catalogue_category {
        width: 32.7%;
    }
}


.subCategoryContainer {
    padding-left: 9px;
    padding-right: 9px;
}


.subcategory {
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 5px 0 13px;
    display: block;
    height:250px;
}

.category-image-container
{
    float: left;
    width: 25%;
    position: relative;
}

.category-meta
{
    width:75%;
    float:right;
    padding-left: 10px;
}


.thumb img {
    background: #fff;
    padding: 5px;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100vw;
}

.thumb h3 {
    margin-top: 10px;
    margin-bottom:10px;
}

.thumb .name a {
    color: #2a2e33;
    font-size: 15px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 0px;
}

.thumb .name {
    text-align: center;
}

.category-meta h3 {
    margin-top:0;
}

.details td {
    padding:5px 10px 0 0;
    border-bottom: 1px solid #EEEEEE;
}

#powered .inner {
    padding: 0px 0px 45px 0px;
}

.catalogue_category {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px;
}

/* Product Table */
.product_table {
    width: 100%;
}

.product_table td{
    border: 1px solid #FFFFFF;
    padding: 5px;
}

.product_table th{
    text-align: center;
    padding: 18px;
    font-weight: bold;
}

.product_table .header {
    color: #FFF;
    background-color: #101529;
    text-align: center;
    font-weight: bold;
}

.product_table .header select{
    color: #000000;
}



td.col_profile {
    text-transform: uppercase;
    font-weight: bold;
}

td.col_image {
    padding: 1px;
}

.col_desc {

}
.col_reference {
    font-weight: 400;

}
.col_feature {
    text-align: center;
    font-weight: 400;
}
.col_price {
    text-align: center;
    font-weight: 400;
}

.col_quantity {
    text-align: center;
    font-weight: 400;
}
.table-image {
    max-width: 75px;
}

.list_price {
    text-decoration: line-through;
    font-weight: bold;
}

.sale_price {
    color: midnightblue;
    font-weight: bold;
    font-size: 14px;
}

.sale_price_hot {
    color: red;
    font-weight: bold;
    //font-family: Georgia;
    font-size: medium;
}


.price {
    font-weight: bold;
}

.product_table .rowcolor{
    background-color: #ffffff;
}

.product_table .alterrowcolor {
    background-color: #EAE9E9;
}

.product_table .hoverrowcolor {
    background-color:#3395d7;
    color:#FFF;
}

.product-count-margin {
    margin-left: 15px;
    margin-right: 30px;
}


.rrp_display {
    margin-right: 100px;
}


/* Categories on the left menu: Begin */
#block-category {
    display: block;
    margin-left: 0px;
}

#block-category li{
    display: inline-block;
    width: 65px;
    text-align: center;
    padding:5px;
    margin: 5px;
    vertical-align: top;
    border-top: 0px;
}




#block-category div{
    padding-left: 0px;
    width: 100%;
    //position: relative;
}


#block-category li img{
    width: 100%;
    margin-bottom: 5px;
}


#block-category li a {
    padding-left: 0px;
}

#block-category li a:before {
    display: none;
}


#block-category .cat_thumb_left {
    position: relative;
    top: 0;
    left: 0;
}

#block-category .checked_left {
    display:none;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
/* Categories on the left menu: End */


.hot_deal {
    margin-top: -3px;
    width: 64px;
    height: 18px;
    display: inline-block;
    background: url(http://sealnet.com.au/modules/ptsmegamenu/img/onsale.png) no-repeat;
}


/* product page */
.jumptopage {
    line-height: 25px;
    margin-left: 20px;
}

.profileSelected {
    opacity: 0.30;
    filter: alpha(opacity=20);
}

.filter_button {
    float:right;
    cursor: pointer;
    margin-right: 10px;
    display: none;
    -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
    -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
    box-shadow:inset 0px -3px 7px 0px #29bbff;
    background-color:#2dabf9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #0b0e07;
    cursor:pointer;
    color:#ffffff;
    font-family:"Roboto", Arial;
    font-weight: 400;
    text-transform: uppercase;
    font-size:10px;
    padding:1.5px 8px;
    text-decoration:none;
    text-shadow:0px 1px 0px #263666;
}
.filter_button:hover {
    background-color:#49cae6;
}
.filter_button:active {
    position:relative;
    top:1px;
}


.hoverLeftMenu {
    position: absolute;
    float: right;
    display: none;
    background-color: white;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 5px
}


.hoverLeftMenuView {
    width: 100%;
    height: 50%;
    text-align: center;
//vertical-align: middle;
    display: table;
    font-size: small;
    border-bottom: solid 1px #d9d9d9;
}

.hoverLeftMenuView div {
    display:table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.hoverLeftMenuSelect {
    width: 100%;
    height: 50%;
    text-align: center;
//vertical-align: middle;
    display: table;
}

.hoverLeftMenuSelect div {
    display:table-cell;
    vertical-align: middle;
    text-decoration: none;
}