component-promotion-d .itemContainer {
    float: left;
    width: 100%;
    height: auto;
}
component-promotion-d .promotion_item {
    float: left;
    width: 100%;
    height: auto;
}
component-promotion-d .promotion_item a {
    outline: none;
    text-decoration: none;
}
component-promotion-d .promotion_item a .displayImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
}
component-promotion-d .promotion_item a .displayImage.not-displayImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    background-color: #ccc;
}
component-promotion-d .itemContainer .cover {
    padding: 100% 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
component-promotion-d .itemContainer .info {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    height: auto;
}
component-promotion-d .promotion_item .itemName {
    font-size: 16px;
    color: black;
    float: left;
    width: 100%;
    margin: 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-promotion-d .itemContainer .info .productName {
    font-size: 14px;
    color: #212121;
    font-weight: normal;
    line-height: 25px;
}
component-promotion-d .itemContainer .info .priceContainer {
    margin-top: 5px;
    float: left;
    width: 100%;
    height: auto;
}
component-promotion-d .itemContainer .info .priceContainer .comparePrice {
    color: #8e8e8e;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
component-promotion-d .itemContainer .info .priceContainer .productPrice {
    font-size: 16px;
    color: red;
    display: inline-block;
}
component-promotion-d .itemContainer .info .priceContainer span.currency {
    font-size: 10px !important;
}
component-promotion-d .sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
component-promotion-d .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
component-promotion-d .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
component-promotion-d .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
component-promotion-d .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
component-promotion-d .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
component-promotion-d .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
component-promotion-d .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
component-promotion-d .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
component-promotion-d .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
component-promotion-d .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
component-promotion-d .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
component-promotion-d .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
component-promotion-d .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
component-promotion-d .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
component-promotion-d .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
component-promotion-d .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
component-promotion-d .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
component-promotion-d .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
component-promotion-d .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
component-promotion-d .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
component-promotion-d .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
component-promotion-d .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
component-promotion-d .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
component-promotion-d .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}