:root {
    --bg-color: #eb0606;
}

.absolute-footer, html {
    background-color: #fcfcfc !important;
}

#wrapper, #main {
    background: #fcfcfc !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**header**/
input#s {
    border: 1px solid #616161 !important;
    width: 25rem;
    padding: 15px;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    border: 0px !important;
    box-shadow: unset !important;
    color: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/**menu**/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li {
    margin: 0px !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: hsla(0, 0%, 100%, .5);
    font-size: 18px;
    padding: 0px 10px !important;
    text-transform: unset;
    font-weight: normal;
}

/**top-store**/
.top-store-title > h3 {
    text-align: center;
    color:#232f3e;
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    padding-top: 16px;
}

.store-item {
    width: 100%;
    background: #f2f2f2;
    border: 5px solid #d3cdbe;
    padding: 30px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**title**/
.coupon-area-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.coupon-area-title b {
    color: #232f3e;
}

/**coupon item**/
.sin-coupon {
    border: 1px solid #ececec;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}

.sin-coupon .offer-image a {
    border: 2px dashed #ddd;
    border-radius: 2px;
    display: table;
    margin: 0 5px;
    height: 100%;
}

.sin-coupon .offer-text {
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 36px;
    margin: 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sin-coupon .offer-text .img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background: #dee2e6;
}

.store-thumbnail {
    width: 120px;
    height: 90px;
}

.sin-coupon .coupon-content {
    padding: 0 30px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em;
}

.coupon-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.sin-coupon .coupon-content h2 a {
    color: #007bff;
}

.sin-coupon .coupon-content p {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-bottom: 2px;
}

.sin-coupon span.price {
    font-weight: 400;
    color: #333;
    font-size: 15px;
}

.coupon-content {
    padding: 0 30px;
}

.sin-coupon .offer-image a:hover {
    border-color: #fe495d;
}

button.btn-primary.btn-block {
    width: 30%;
    background: #007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    text-transform: unset;
    margin: auto;
    display: inherit;
}

button.btn-primary.btn-block:hover {
    background: yellowgreen;
    border-color: yellowgreen
}

.sin-coupon .rating {
    font-size: 15px;
}

.store-view a {
    color: #007bff;
    font-size: 15px;
    margin: 0 0 5px 0;
}

.store-view a:hover {
    color: var(--bg-color);
}

/**footer**/
#footer {
    background: url(../images/footer.png) #282828 no-repeat;
    background-position: 50% !important;
    width: 100%;
    display: inline-block;
    padding: 80px 0 40px 0;
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-logo img {
    max-width: 150px;
    margin-bottom: 25px;
}

#footer .footer-top .footer-social {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

#footer .footer-top .footer-social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #3b5998;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

#footer .footer-top .footer-social a:nth-child(2) {
    background: #125688;
}

#footer .footer-top .footer-social a:nth-child(3) {
    background: #55acee;
}

#footer .footer-top .footer-social a:nth-child(4) {
    background: red;
}

#footer .footer-top .footer-social a:nth-child(5) {
    background: #cb2027;
}

#footer .footer-top .footer-social a:nth-child(6) {
    background: #007bb5;
}

#footer .footer-top .footer-title h3 {
    color: #cacaca;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
}

#footer .footer-menu ul li a {
    padding: 0px;
    color: #999;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
}

.footer-absolute {
    margin-left: 5px;
    color: #fff;
    padding-top: 30px !important;
    text-transform: uppercase;
    font-size: 16px;
}

/**taxonomy**/
.coupon-area {
    background: #fcfcfc;
    padding: 40px 0 20px;
}

.coupon-area-title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.shadow-box {
    box-shadow: 0 1px 1px rgb(0 0 0 / 2%);
    background: #fff;
}

.store-offer-item {
    padding: 20px 20px 16px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.store-offer-item p {
    margin: 10px !important;
}

.coupon-button-type-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.coupon-button-type .coupon-code, .coupon-button-type .coupon-deal, .coupon-button-type .coupon-print {
    line-height: 1;
    padding: 14px 38px;
    background: #fe9a2e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 2px;
    min-width: 195px;
    text-align: center;
}

.coupon-button-type .coupon-code .code-text {
    text-transform: uppercase;
}

.coupon-button-type .coupon-code .get-code {
    text-align: center;
    position: absolute;
    left: -2px;
    top: -2px;
    background: #fe9a2e;
    color: #fff;
    font-size: 16px;
    padding: 14px 30px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all .5s ease;
}

.coupon-button-type .coupon-code {
    color: #444;
    background: linear-gradient(
            315deg, rgba(0, 0, 0, .06) 10%, transparent 15%, transparent 35%, rgba(0, 0, 0, .06) 40%, rgba(0, 0, 0, .06) 60%, transparent 65%, transparent 85%, rgba(0, 0, 0, .06) 90%) repeat scroll 0 0/6px 6px transparent;
    text-align: right;
    padding: 10px 12px;
    font-size: 20px;
    border: 2px solid #ddd;
    position: relative;
}

.coupon-button-type .coupon-code .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #fe9a2e;
    position: absolute;
    right: -44px;
    top: 0;
}

/**sidebar**/
.coupon-sidebar {

}

.coupon-sin-sidebar {
    box-shadow: 0 10px 20px 0 hsl(0deg 0% 82% / 30%);
    padding: 40px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}

.store-profile-avatar {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.store-profile-avatar .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.store-name {
    color: #5bceba;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.store-breadcrumb {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.store-breadcrumb a {
    color: #5bceba;
}

.store-rate {
    text-align: center;
}

.store-rate > ul {
    list-style: none;
    color: #fe9a2e;
}

.store-rate > ul > li {
    display: inline;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.store-description {
    margin-left: auto;
    margin-right: auto;
}

.coupon-button-type .coupon-code .get-code:hover {
    padding-right: 25px;
    transition: all .5s ease;
}

.store-rate {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #000;
}

.store-description p {
    margin: 0 0 10px 0;
}

.store-description {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 14px;
}

a.ac {
    color: #007bff;
    font-size: 14px;
    text-decoration: underline !important;
}

/**breadcrumb**/
.bg-breadcrumbs a {
    color: #007bff;
}

.bg-breadcrumbs {
    background: #e9ecef;
    padding: .75rem 1rem;
    border-radius: .25rem;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #6c757d
}

h3.cat-title {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
}

/**post-item**/
.post-item {
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    padding: 15px;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 25px;
    color: #007bff;
}

.post-item .post-content h3:hover {
    color: var(--bg-color) !important;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 0px 15px 15px 15px;
}

.post-item .post-footer {
    width: 100%;
    display: inline-block;
    padding: .75rem 15px;
    background-color: rgba(0, 0, 0, .03);
    color: #6c757d !important;
    font-size: 80%;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

/* 1. Ensure this sits above everything when visible */
div#demo .modal {
    margin: 5% auto;
    padding: 1em;
    overflow: hidden;
    width: 800px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    background: white;
    text-align: center;
    border-radius: 4px;
}

.modal-wrapper {
    z-index: 1000;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

div#demo header#modal-coupon-detail___BV_modal_header_ h5 {
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

div#demo input#coupon-code {
    float: left;
    width: 83%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem 0 0 .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: unset !important;
    background-color: #e9ecef;
}

div#demo .input-group-append {
    width: 17%;
    float: left;
}

.countdown {
    color: #ff3333;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

div#demo button.btn.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 0 .25rem .25rem 0;
    margin-right: 0px !important;
    width: 100%;
    font-weight: normal;
    text-transform: unset;
    font-size: 15px;
}

div#demo .input-group.mt-3 {
    width: 100%;
    display: inline-block;
}

.openLink a {
    background: #337ab7;
    padding: 5px 15px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}