/*----------------------------------------------------------------------------
 Responsivity
 ---------------------------------------------------------------------------*/
 .flashsale {
     position: relative;
 }

.flashsale *,
.flashsale *:before,
.flashsale *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flashsale .row {
    margin-left: -15px;
    margin-right: -15px;
}

.flashsale .row:before,
.flashsale .row:after {
    content: " ";
    display: table;
}

.flashsale .row:after {
    clear: both;
}

.flashsale .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .flashsale .col-lg-12 {
        width: 100%;
    }
}

.flashsale .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.flashsale img {
    vertical-align: middle;
    width: auto !important;
    border: 0;
}

.flashsale .clearfix:before,
.flashsale .clearfix:after {
    content: " ";
    display: table;
}

.flashsale .clearfix:after {
    clear: both;
}

.flashsale .banner {
    margin: 5px 0;
}

.flashsale .banner img {
    width: 100% !important;
}

/*----------------------------------------------------------------------------
 Font-awesome
 ---------------------------------------------------------------------------*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot?v=3.1.0');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flashsale .icon-clock-o {
     display:inline-block;
     font:normal normal normal 14px/1 FontAwesome;
     font-size:inherit;text-rendering:auto;
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale;
     transform:translate(0, 0);
     width: auto;
     height: auto;
     line-height: normal;
     vertical-align: baseline;
     background-image: none;
     background-position: 0% 0%;
     background-repeat: repeat;
     margin-top: 0;
}

.flashsale .icon-clock-o:before {
    content: "\f017";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/*----------------------------------------------------------------------------
 Carousel
 ---------------------------------------------------------------------------*/
 .flashsale .owl-stage-outer {
     overflow: hidden;
 }

 .flashsale .owl-item {
     float: left;
 }

 .flashsale .owl-nav.disabled {
     display: none;
 }

 .flashsale .owl-nav.disabled+.owl-dots {
     width: 100%;
 }

.flashsale .product_list.owl-carousel {
    margin: 0;
}

.flashsale .product_list.owl-carousel li {
    width: 100% !important;
    padding-bottom: 20px;
    text-align: center;
}

.flashsale .products-section-title {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
    position: relative;
    text-align: left !important;
}

.flashsale .show-more-link {
   position: absolute;
   font-size: 14px;
   right: 0;
   top: 8px;
}

/*----------------------------------------------------------------------------
 Column
 ---------------------------------------------------------------------------*/
.flashsale-column {
    background: white;
    margin-bottom: 25px;
}

/* .flashsale-column .owl-item {
    margin-left: 10px;
} */

.flashsale-column.version-17 {
    padding: 5px;
}

.flashsale-column .flashsale-product-listing li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d4d4;
}

.flashsale-column .flashsale-product-listing li .product-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px;
}

.flashsale-column .flashsale-product-listing li .product-content {
    overflow: hidden;
}

.flashsale-column .flashsale-product-listing li .product-content .product-name {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939;
    margin-bottom: 5px;
}

.flashsale-column .flashsale-product-listing li .product-content .product-description {
    margin-bottom: 14px;
}

.flashsale-column .flashsale-product-listing li .product-content .product-price .price {
    font-size: 13px;
    color: #777;
    white-space: nowrap;
}

.flashsale-column .flashsale-product-listing li .product-content .product-price .special-price {
    color: #f13340;
}

.flashsale-column .flashsale-product-listing li .product-content .product-price .price-percent-reduction {
    font: 700 14px/17px Arial, Helvetica, sans-serif;
    padding: 1px 6px;
    background: #f13340;
    border: 1px solid #d02a2c;
    color: #fff;
    display: inline-block;
}

.flashsale-column .flashsale-product-listing li .product-content .product-price .old-price {
    color: #6f6f6f;
    text-decoration: line-through;
}

.flashsale-column .flashsale-product-listing .btn a {
    color: #fff;
}

.flashsale-column .show-more-button a {
    width: 100%;
}

/*----------------------------------------------------------------------------
 Page
 ---------------------------------------------------------------------------*/
.flashsale-page .page-heading {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 0px 0px 17px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d4d4;
    overflow: hidden;
}
