﻿body {
}

.single-product {
    overflow: hidden;
    position: relative;
}

.product-img {
    position: relative;
    display: block;
}

    .product-img a {
        display: block;
    }

        .product-img a img {
            transition: all 0.3s ease 0s;
            width: 100%;
        }

            .product-img a img.primary-image {
            }

            .product-img a img.secondary-image {
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                z-index: 1;
            }

.actions {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.action-buttons {
}

.add-to-cart {
    display: block;
    margin-bottom: 15px;
}

    .add-to-cart a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 32px;
        text-transform: uppercase;
        border: 2px solid #fff;
    }

.add-to-links {
    display: inline-block;
}

.add-to-wishlist, .compare-button, .quickviewbtn {
    display: inline-block;
}

    .add-to-wishlist a, .compare-button a, .quickviewbtn a {
        display: inline-block;
        margin: 0 8px;
    }

        .add-to-wishlist a i, .compare-button a i, .quickviewbtn a i {
            border: 2px solid #fff;
            color: #fff;
            font-size: 14px;
            height: 40px;
            padding-top: 11px;
            transition: all 0.3s ease 0s;
            width: 40px;
        }

.compare-button {
}

    .compare-button a {
    }

        .compare-button a i {
        }

.quickviewbtn {
    display: inline-block;
}

    .quickviewbtn a {
    }

        .quickviewbtn a i {
        }

.action-buttons a:hover i, .add-to-cart a:hover {
    border-color: #ec4445;
    color: #fff;
    background: #ec4445;
}

.single-product:hover .product-img a img.secondary-image {
    opacity: 1;
}

.product-img > a:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-product:hover .product-img a:before {
    opacity: .4;
    z-index: 9;
}

.single-product:hover .actions {
    opacity: 1;
    top: 40%;
    z-index: 9;
}

.product-content {
}

h2.product-name {
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0 10px;
}

.product-name > a {
    color: #444;
}

.pro-rating {
    float: right;
}

    .pro-rating a {
    }

        .pro-rating a i {
        }

.price-box {
    color: #ec4445;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 400;
    float: left;
}

span.new-price {
}

span.old-price {
    color: #909295;
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
}

span.sale-text {
    background: #ec4445 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    left: 0;
    line-height: 26px;
    min-height: 26px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    top: 0;
    z-index: 10;
}

ul.product-nav {
    margin-bottom: 25px;
    text-align: center;
}

    ul.product-nav li {
        display: inline-block;
        margin: 0 10px;
        position: relative;
    }

        ul.product-nav li a {
            color: #666;
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
        }

            ul.product-nav li.active a, ul.product-nav li a:hover {
                color: #fe4847;
            }

        ul.product-nav li::before {
            background: #666 none repeat scroll 0 0;
            content: "";
            height: 13px;
            position: absolute;
            right: -12px;
            top: 3px;
            width: 2px;
        }

        ul.product-nav li:last-child::before {
            display: none;
        }

.features-curosel .col-lg-3, .new-pro-curosel .col-lg-3 {
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    color: #252525;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    left: -35px;
    margin: 0;
    opacity: 0;
    padding: 6px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    transition: all 0.3s ease 0s;
    margin-top: -50px;
    visibility: hidden;
}

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -35px;
    }

.owl-carousel:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #EC4445;
    color: #EC4445;
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}


.grid-view{}
.grid-view .single-product{margin-bottom:40px}
.grid-view .single-product .product-content {
  padding-bottom: 25px;
}
