.saleinfobox {
    /*padding: 10px;*/
    /*border: 1px solid #ccc;*/
    margin: 15px 0;
}
.saleinfobox .info-head {
    font-size: 14px;
    color: #1a1a1a;
}
.saleinfobox .progressBox {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.saleinfobox .progressBox .progress {
    background: #ededed;
    margin: 0;
}
.saleinfobox .progressBox .progress .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
    height: 1rem;
}
.saleinfobox .buttonsBox {
    margin-bottom: 15px;
    overflow: hidden;
}
.saleinfobox .buttonsBox span {
    width: 30%;
    text-align: center;
}
.saleinfobox .endsale {
    font-weight: 700;
    color: #ff4c4c;
}

.countdown-container {
    position: relative;
}
.countdown-container .clock {
    padding: 10px;
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background-color: #f1f1f1;
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 75%;
    text-align: center;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
    width: 100%;
}

.text .val {
    font-size: 20px;
}

.text .type-time {
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
}

.saleinfoboxlist {
    background: #fff;
    margin: 10px 0;
    padding: 5px 10px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    width: inherit;
    position: absolute;
    top: -90px;
}
.saleinfoboxlist .info-head {
    font-size: 11px;
    color: #C9C9C9;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}
.saleinfoboxlist .progressBox {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 5px;
}
.saleinfoboxlist .progressBox .progress {
    background: #ededed;
    margin: 0;
    height: 8px;
}
.saleinfoboxlist .progressBox .progress .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
    height: 1rem;
}
.saleinfoboxlist .buttonsBox {
    margin-bottom: 5px;
    overflow: hidden;
}
.saleinfoboxlist .buttonsBox span {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    font-size: 14px;
}
.finalCountdownBox {
    margin-top: 5px;
}
.finalCountdownBox > p{
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
}
.finalCountdownBox .countdown {
    padding: 0;
    display: flex;
    justify-content: center;
}
.finalCountdownBox .countdown > span{
    margin: 0 4px;
    padding: 4px 0 0;
    background: #f1f1f1;
    box-shadow: #ededed 0 0 3px;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
}
.finalCountdownBox .countdown > span > span.name {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    background: #e7be6d;
    color: #fff;
    padding: 3px 5px;
    margin-top: 4px;
}
.finalCountdownBox .endsale {
    font-weight: 700;
    color: #ff4c4c;
}
.saleinfobox .countdown > span{
    margin: 0 5px;
    padding: 15px 0 0;
    background: #f1f1f1;
    box-shadow: #ededed 0 0 3px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    width: 100px;
}
.saleinfobox .countdown > span > span.name {
    margin-top: 15px;
}

.saleInfoBoxHome {
	overflow: auto;
}
.saleInfoBoxHome .home-item {
    clear: both;
    width: 100%;
}
.saleInfoBoxHome .home-item .home-header {
    margin-bottom: 25px;
}
.saleInfoBoxHome .home-item .home-header > div {
    padding: 15px;
    overflow: hidden;
    height: 47px;
}
.saleInfoBoxHome .home-item .home-header span{
    display: inline-block;
    font-size: 16px;
    float: left;
}
.saleInfoBoxHome .home-item .home-products .product-miniature{
    /*width: 25%;*/
    /*float: left;*/
}
@media (min-width: 992px) and (max-width: 1200px) {
    .saleInfoBoxHome .home-products .thumbnail-container {
        width: 220px;
    }
    .saleInfoBoxHome .home-products .thumbnail-container .product-description{
        width: 220px;
    }
    .saleInfoBoxHome .home-products .thumbnail-container .highlighted-informations {
        width: 220px;
    }
}

.home-footer {
    text-align: right;
}
.home-header a {
    color: #fff;
    float: right;
    font-weight: 400;
    font-size: 14px;
}
.home-header a:hover {
    color: #f2f2f2;
}


@media (max-width: 640px) {
    .saleInfoBoxHome .home-item .home-products .product-miniature{
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        float: none;
    }
}

.saleinfo-front-box {}
.saleinfo-front-box .header {
    margin-bottom: 25px;
}
.saleinfo-front-box .header > span{
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
}
.badgees {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-left: 10px;
}
.badgees-info {
    background-color: #6c757d !important;
}

body#module-phsaleinfo-show #content-wrapper #content {
    box-shadow: none !important;
    background: none;
    padding: 0;
    border: none;
}

.saleinfo-front-box .products{
    overflow: hidden;
    clear: both;
    width: 100%;
}
.saleinfo-front-box .products .product-miniature {
    /*float: left;*/
    /*width: 25%;*/
}
@media (max-width: 640px) {
    .saleinfo-front-box .products .product-miniature {
        /*width: 100%;*/
        /*max-width: 250px;*/
        margin: 0 auto;
        /*float: none;*/
    }
}
@media (min-width: 641px) and (max-width: 992px) {
    .saleinfo-front-box .products .product-miniature {
        /*width: 50%;*/
        max-width: 250px;
        margin: 0 30px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .saleinfo-front-box .products .product-miniature {
        /*width: 33%;*/
        max-width: 250px;
        margin: 0 30px;
    }
}

.hook-reviews {
    position: relative;
    width: 100%;
}
