﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,600italic,700italic,900italic&subset=latin,vietnamese);


#slide1 {
}

.product {
    list-style: none;
}

ul.product {
    padding-left: 0;
}

    ul.product li {
        margin-bottom: 20px;
    }

.product .item {
    padding: 5px;
    position: relative;
}

    .product .item .inside {
        border: 1px solid #cdcdcd;
        position: relative;
        padding: 5px;
        border-radius: 10px;
        background: rgb(136,137,141); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(136,137,141,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,137,141,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(136,137,141,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(136,137,141,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(136,137,141,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(123, 2, 2) 0%,rgba(237,237,237,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88898d', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }

    .product .item .pic {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin: auto;
    }

    .product .item h2 {
        font-family: 'Source Sans Pro';
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

        .product .item h2 a {
            color: #000;
        }

            .product .item h2 a:hover {
                color: #fd6699;
            }

    .product .item span {
        text-align: center;
        text-transform: capitalize;
        font-weight: normal;
        display: block;
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
    }

    .product .item p {
        font-size: 13px;
        text-align: center;
    }

    .product .item .price {
        font-weight: bold;
        font-family: 'Source Sans Pro';
        color: #c10f03;
        display: inline-block;
        border-radius: 5px;
        padding: 5px 10px;
        border: 1px solid #e1e1e1;
        background: #fff;
    }

    .product .item .btn-add {
        display: inline-block;
        font-family: 'Source Sans Pro';
        padding: 5px 10px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        margin-top: -4px;
        text-transform: capitalize;
        color: #656565;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .product .item .btn-add:hover {
            border-color: #fd6699;
            color: #fd6699;
        }

    .product .item .detail {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        margin-right: 10px;
        color: #656565;
        float: right;
    }

        .product .item .detail:hover {
            border-color: #fd6699;
            color: #fd6699;
        }

        .product .item .detail i:before {
            font-size: 14px;
            opacity: 1;
        }

    .product .item .sale, .product .item .label {
        width: 108px;
        height: 59px;
        position: absolute;
        right: -5px;
        top: -1px;
        color: transparent;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        -ms-background-size: 100%;
        z-index: 20;
    }

        .product .item .label.new {
            background: url(../images/label/new.png) no-repeat;
        }

        .product .item .label.discount {
            background: url(../images/label/discount.png) no-repeat;
        }

        .product .item .label.outstock {
            background: url(../images/label/outstock.png) no-repeat;
        }

        .product .item .label.bestseller {
            background: url(../images/label/bestseller.png) no-repeat;
        }

#slide1 .owl-controls {
    position: absolute;
    width: 40px;
    height: auto;
    top: -30px;
    right: 0;
}

    #slide1 .owl-controls .owl-prev, #slide1 .owl-controls .owl-next {
        display: block;
        width: 20px;
        height: 30px;
        float: left;
        text-align: center;
        line-height: 30px;
    }

        #slide1 .owl-controls .owl-prev i, #slide1 .owl-controls .owl-next i {
            font-size: 30px;
            color: #858484;
        }

.Outpic {
    position: relative;
    display: block;
}

.Outpic {
    perspective: 1000;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    -ms-perspective: 1000;
    cursor: pointer;
}

.flip {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.Outpic:hover .flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.face {
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

    .face.back {
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        box-sizing: border-box;
        padding: 10px;
        color: white;
        text-align: center;
    }

.category {
    padding-left: 0px;
    list-style: none;
}

    .category li {
        position: relative;
        padding-left: 10px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .category li:hover {
            background: #eae9e9;
        }

            .category li:hover:before {
                color: #fd6699;
            }

        .category li:before {
            position: absolute;
            left: 0;
            top: 5px;
            font-family: FontAwesome;
            content: "\f105";
            color: #000;
        }

        .category li a {
            display: block;
            padding: 5px 10px 5px 0;
            color: #000;
        }

            .category li a:hover {
                color: #fd6699;
            }
/* ========================= */
/*   PRODCUT SINGLE PAGE     */
/* ========================= */



.product-single {
    background: #f7f7f7;
    margin-bottom: 30px;
}

#product-slider {
    width: 100%;
    position: relative;
}

    #product-slider img {
        width: 100%;
    }

.product-single .product-actions-single .chosen-single, .page-content .chosen-single {
    height: 40px;
    padding: 6px 0 0 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #7a8188;
}

    .product-single .product-actions-single .chosen-single div, .page-content .chosen-single div {
        top: 7px;
    }

    .product-single .product-actions-single .chosen-drop li, .page-content .chosen-single li {
        padding: 8px 6px;
    }

.product-single .product-actions {
    max-width: 280px;
}

.product-single .numeric-input {
    margin-right: 10px;
}

.product-fullscreen {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 24px;
    text-align: center;
    color: #bdc3c7;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    cursor: pointer;
}

    .product-fullscreen:hover {
        color: #333;
    }

#product-carousel img {
    height: 80px;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

    #product-carousel img.active-item, #product-carousel img:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
    }

#product-carousel {
    padding-right: 40px;
    position: relative;
    border: 1px solid #f2f0f0;
}

.product-arrows > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    cursor: pointer;
}

    .product-arrows > div:hover {
        background: #dde3e6;
    }

.product-arrows .left-arrow {
    top: 0;
    right: 0;
}

.product-arrows .right-arrow {
    top: 40px;
    right: 0;
}

.product-single-info table td {
    padding: 0 20px 5px 0 !important;
    border: none;
}

.product-single-info strong {
    color: #596067;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
}

.product-single-info span.price {
    font-size: 24px;
    display: block;
    margin: -10px 0 0;
    vertical-align: bottom;
}

    .product-single-info span.price del {
        font-size: 16px;
        vertical-align: bottom;
        padding-top: 5px;
        display: inline-block;
    }

#mainProducts {
    margin-bottom: 20px;
}
