/*
Author 		: Hasan Basri Balci
Author URI	: https://www.basribalci.com
Phone 		: +905415683098
*/

.headerTop-discount {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 0px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.headerTop-discount .colgroup {
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.headerTop-discount .colgroup .column {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: auto;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 400;
    color:#fff;
}