/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 29, 2014, 3:02:37 PM
    Author     : admin
*/

/*Product Containers Styling*/

.pc-boder {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.hover-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff !important;
    font-weight: normal;
    text-align: center;
    padding: 15px;
    padding-top: 50%;
    display: none;
}

.product-container:hover .hover-content {
    display: block;
}

.hover-content p {
    color: #fff !important;
    word-wrap: break-word;
    word-break: break-word;
}

.image-container {
    border: 1px solid #333;
}

.hover-content a {
    background-color: #0E73CD;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
}

.hover-content a:hover {
    background-color: #000;
}

.product-container {
    margin-bottom: 45px;
}

.cat-product-desc {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    /*min-height: 100px;*/
    min-height: 108px;
}

.cat-product-desc-poa {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
}

.poa {
    color: #0E73CD;
    font-weight: bold;
}

.product-container button {
    border: none;
    background-image: url('../images/category/add-to-cart.jpg');
    background-repeat: repeat-x;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.product-container button:hover {
    color: #ffcc33;
    /*box-shadow: 0px 3px 6px #666;*/
    /*border:2px solid #fff;*/
    /*margin-top: -5px;*/
}

.product-container button span {
    margin-left: 5px;
}

.cat-price {
    font-size: 23px;
    font-weight: bold;
    color: #0E73CD;
}

.cat-special-price {
    font-size: 18px;
    font-weight: bold;
    color: #0E73CD;
    text-decoration: line-through;
}

.product-section-title {
    font-size: 28px;
    padding: 7px 25px;
    background-color: #0E73CD;
    color: #fff;
    width: 50%;

    margin-top: 30px;
    margin-bottom: 60px;

    background-image: url('../images/category/t-end.jpg'), url('../images/category/t.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: right center;
}

/*Blog post section styling starts from here*/

.blog-post {
    margin-bottom: 30px;
}

.blog-post:nth-child(even) {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}

.blog-post div:first-child {
    border: 1px solid #333;
}

.blog-post p {
    color: #333;
}

.blog-post a {
    border: none;
    background-image: url('../images/category/add-to-cart.jpg');
    background-repeat: repeat-x;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.blog-post .post {
    margin-bottom: 25px;
}

.blog-post a:hover {
    color: #ffcc33;
    box-shadow: 0px 3px 6px #666;
    border: 2px solid #fff;
    margin-top: -3px;
}

.blog-post .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*Category Section*/

.cat-menu {
    border: 1px solid #333;
    padding: 0px;
    padding-bottom: 2px;
}

.title-row-1 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    background-color: #0E73CD;
    color: #fff;
    padding: 5px;
}

.title-row-2 {
    color: #0E73CD;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #C5D7E7;
    padding: 10px;
}

.cat {
    background-color: #EEF4FB;
    color: #0E73CD;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 40px;
    background-image: url(../images/category/cat-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.cat-menu ul {
    list-style-type: none;
    padding-left: 0px;
}

.cat-menu ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    background-color: #FFFAF7;
}

.cat-menu ul li:hover {
    color: #333;
    font-weight: bold;
}

.cat-menu ul li:last-child {
    padding-bottom: 0px;
    border: none;
}

.cat-menu ul li a {
    color: #555;
    text-decoration: underline;
}

/*Category section styling for small screens*/
@media (max-width: 1000px) {
    .hover-content p {
        font-size: 12px !important;
    }

    .hover-content {
        padding-top: 10% !important;
    }

    .product-section-title {
        font-size: 18px;
    }

    .blog-post {
        border: none;
    }

    .product-container button:hover {
        /*margin-top: -4px !important;*/
    }

    .post {
        font-size: 12px;
    }

    .product-container div p {
        font-size: 12px;
    }

    button.pull-right, .price.pull-left {
        float: none !important;
    }

}

@media (max-width: 767px) {



    .hover-content p {
        font-size: 18px !important;
    }

    .hover-content {
        padding-top: 50% !important;
    }

    .product-section-title {
        font-size: 25px;
    }

    .post {
        font-size: 15px;
    }

    .product-container div p {
        font-size: 15px;
    }

    button.pull-right {
        float: right !important;
    }

    .price.pull-left {
        float: left !important;
    }

    .product-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 560px) {

    .hover-content p {
        font-size: 12px !important;
    }

    .hover-content {
        padding-top: 50% !important;
    }

    .product-section-title {
        font-size: 18px;
    }
}

@media (max-width: 500px) {



    .hover-content p {
        font-size: 12px !important;
    }

    .hover-content {
        padding-top: 20% !important;
    }

    .product-section-title {
        font-size: 15px;
        line-height: 15px;
    }

    .post {
        font-size: 12px;
    }

    .product-container div p {
        font-size: 12px;
    }

    button.pull-right, .price.pull-left {
        float: none !important;
    }

    .product-container div {
        text-align: center;
    }

    .product-container button:hover {
        /*margin-top: -4px !important;*/
    }

}

@media (max-width: 350px) {

    .product-container {
        width: 100%;
    }

    .hover-content p {
        font-size: 15px !important;
    }

    .hover-content {
        padding-top: 40% !important;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-12:first-child {
        margin-bottom: 20px;
    }
}

/*Overiding chmals style sheet*/
.breadcrumb-navi {
    margin-left: -10px;
    margin-bottom: -20px;
}

@media (max-width: 768px) {
    .breadcrumb-navi {
        margin-left: 5px;
        margin-bottom: -20px;
    }

    .product-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}