component-deal-card-a a, component-deal-card-a a:active, component-deal-card-a a:hover, component-deal-card-a a:focus, component-deal-card-a a:visited {
    text-decoration: none !important;
    outline: none !important;
}
component-deal-card-a .text-center {
    text-align: center;
}
component-deal-card-a .cover-background .text-center {
    text-align: center;
}
component-deal-card-a .cover-background {
    cursor: pointer;
    overflow: hidden;
}
component-deal-card-a .cover-background .background {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 100%;
}
component-deal-card-a .cover-background a:hover .background {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
component-deal-card-a .cover-background .background.not-background {
    background-color: darkgrey;
}
component-deal-card-a .padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
component-deal-card-a .padding-right-zero {
    padding-right: 0px;
}
component-deal-card-a .padding-left-zero {
    padding-left: 0px;
}
component-deal-card-a .-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-deal-card-a .-short-description {
    font-size: calc(14.4px);
    height: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-deal-card-a .-time-start-end {
    font-size: 16px;
    color: red;
    font-weight: bold;
}
component-deal-card-a .-price {
    /*height: 20px;*/
}
component-deal-card-a .-price .full {
    font-size: 20px;
    font-weight: bold;
}
component-deal-card-a .-price .sale {
    line-height: 1 !important;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
component-deal-card-a .-price .color-999 {
    color: #999;
}
component-deal-card-a .-price .currency {
    font-size: 10px;
}
component-deal-card-a a.to {
    margin-top: 20px;
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    component-deal-card-a .-time-start-end {
        font-size: 12px;
        color: red;
        font-weight: bold;
    }
}