
.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #ffffff;
    min-width: 220px;
    height: 410px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px;
}
.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
    /*opacity: .6;*/

}
.post-module .thumbnail {
  /*  height: 220px;*/
    overflow: hidden;
}

.post-module .thumbnail img {
    display: block;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 270px;
    height: 270px;
}
.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 95%;
    padding: 5px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;

}
.post-module  .category {
    /*position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;*/
    z-index: 99;
}
.post-module .post-content .title {
    margin: 0;
    padding: 0 0 0px;
    /* color: #333333; */
    font-size: 16px;
    /* font-weight: 700; */
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 5px;
  /*  color: #e74c3c;*/
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    overflow: hidden;
}
.post-module .post-content .des {
    display: none;
    color: #999;
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 5px;
}
.post-module .post-content .post-meta {
    margin: 2px 0 0;
    color: #999999;
}
.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}
.hover .post-content .des {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}
.container {
   /* max-width: 800px;
    min-width: 640px;
    margin: 30px auto;*/
}
.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}
.container .column {
    width: 31%;
    /*padding: 0 25px;*/
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 10px 10px 0 10px;
}
.container .column .demo-title {
    margin: 0 0 15px;
    color: #D5D6E2;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}
.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.container .info span {
    color: #666666;
    font-size: 12px;
}
.container .info span a {
    color: #000000;
    text-decoration: none;
}
.container .info span .fa {
    color: #e74c3c;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}


svg:not(:root) {
    overflow: hidden;
}




@import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?rretjt');
    src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
    url('../fonts/icomoon.woff?rretjt') format('woff'),
    url('../fonts/icomoon.ttf?rretjt') format('truetype'),
    url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}



.htmleaf-container{
    margin: 0 auto;
    overflow: hidden;
}

/* icomoon */
.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}



.starts {
    display: inline-block;
    width: 55px;
    height: 20px;
    /* line-height: 20px; */
    overflow: hidden;
    margin: 1px 0 0;
    background-position: 0 -22px;
    text-align: left;
    /* vertical-align: text-top; */
    margin-top: 0px;
}
.no_starts {
    display: inline-block;
    width: 55px;
    height: 20px;
    /* line-height: 20px; */
    overflow: hidden;
    margin: 1px 0 0;
    background-position: 0 -22px;
    text-align: left;
    /* vertical-align: text-top; */
    margin-top: 0px;
}
.product_c_brand_name {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    bottom: 0;
    overflow: hidden;
}

#left div.left_nav.browseBox {
    font-family: arial,helvetica,sans-serif;
}

#left div.left_nav.browseBox h3,#left .block_left .filter_title  {
    font-size: 13px;
    padding: 0;
    color: #333;
    height: 39px;
    line-height: 39px;
    background: #ebebeb;
    padding-left: 15px;
}
#left div.left_nav.browseBox ul {
    margin: 0 0 10px 10px;
    padding: 0px;
}
#left div.left_nav.browseBox ul li {
    list-style-type: none;
    line-height: 25px;
}
#left div.left_nav.browseBox a, div.left_nav p a {
    color: #333;
    font-size: 12px;
    margin-left: 0;
    text-decoration: none;
}
#left div.left_nav.browseBox a:hover, div.left_nav p a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e47911;
}

.column strong {
    font-size: 17px;
    color: #fd7f01;
}

.sold_out_class .tag_out {
    width: 54px;
    height: 54px;
    background-position: 0 -162px;
    right: -1px;
    top: -1px;
    z-index: 9;
}
.tag {
    background: url(../images/tags.png);
    position: absolute;
}

#HotBrands_tabs_con{
    margin-bottom: 15px;
}

.post-meta .v_btn {
    font-size: 0;
    width: 41px;
    height: 47px;
    float: right;
    background: url(../images/ico02.jpg) no-repeat center;
    margin-right: 8px;
    position: absolute;
    bottom: 7px;
    top: 50px;
    right: -4px;
}

.top_seller_txt1 {
    text-overflow: ellipsis;
    width: 239px;
    overflow: hidden;
    color: #009a24;
    font-size: 12px;
    white-space: inherit;
    padding: 3px 0;

}
.write_review_btn {
    width: 136px;
    height: 34px;
    font-size: 12px;
    color: #333;
    line-height: 34px;
    display: block;
    text-indent: 31px;
    border: 1px solid #ccc;
    background: url(/media/default/images/ico-pen.png) no-repeat 10px center;
    margin-top: 36px;
}

.write_a_review{
    display: inline-block;
    height: 17px;
     line-height: 17px;
    overflow: hidden;
    margin: 1px 0 0;
    background-position: 0 -22px;
    text-align: left;
    margin-top: 0px;
}