body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #232323;
}

body * {
    word-break: break-all
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a, a:focus {
    color: #232323;
    outline: none;
    transition: all 0.15s ease;
}

a:hover {
    text-decoration: none;
    color: #B71427;
}

a:focus {
    text-decoration: none;
}

hr {
    border: 1px solid #f0efef;
    margin: 15px 0;
}

.inline-ul-list li {
    display: inline-block;
}

.inline-ul-list li:not(:last-child) {
    margin-right: 20px;
}

.menu-top-links {
    background-color: #232323;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.menu-top-links .inline-ul-list li i {
    margin-right: 5px;
}

.menu-top-links .h-links a {
    color: #fff;
}

.menu-top-links .h-links a:not(:last-child) {
    margin-right: 20px;
}

.menu-top-links .h-links a:hover {
    text-decoration: underline;
}

.menu-top-links .h-links a i {
    margin-right: 5px;
}

.h-search {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #232323;
    margin-bottom: 0;
    padding-left: 0;
    color: #232323;
    box-shadow: none;
}

.h-search::-webkit-input-placeholder {
    color: #232323;
    opacity: 1;
}

.h-search::-moz-placeholder {
    color: #232323;
    opacity: 1;
}

.h-search:-ms-input-placeholder {
    color: #232323;
    opacity: 1;
}

.h-search:-moz-placeholder {
    color: #232323;
    opacity: 1;
}

.search-results-row [class^="col"] {
    line-height: 30px;
}

.menu-middle-links {
    background-color: #f5f5f5;
}

.menu-middle-links img {
    max-width: 200px;
    max-height: 140px;
}

.menu-middle-links .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav-container {
    background-color: #232323;
}

.main-nav > li {
    display: inline-block;
}

.main-nav > li > a {
    display: inline-block;
    padding: 18px 12px;
    color: #fff;
    font-weight: 700;
    transition: all 0.15s ease;
}

.main-nav > li:hover > a,
.main-nav > li.active > a,
.main-nav li.child-active > a {
    background-color: #6DBDD6;
    color: #fff;
}

.main-nav li {
    position: relative;
    z-index: 999;
}

.main-nav > li > a {
    margin-right: 5px;
}

.main-nav li:hover > ul {
    display: block;
}

.main-nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #6DBDD6;
    min-width: 190px;
}

.main-nav > li ul ul {
    top: 0;
    left: 100%;
}

.main-nav > li > ul li {
    display: block;
    transition: all 0.15s ease;
}

.main-nav > li > ul li a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    font-weight: 700;
}

.main-nav > li ul li:hover,
.main-nav > li ul li.active {
    background-color: #B71427;
}

.main-nav > li ul li a > i {
    float: right;
    margin-top: 2px;
}

.main-nav > li.menu-li-right {
    float: right;
}

.main-nav > li.menu-li-right > a {
    background-color: #B71427;
    margin-right: 0;
}

.main-nav > li.menu-li-right:hover > a {
    background-color: #6DBDD6;
}

.items-list {
    padding: 120px 0;
}

.items-list h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin: 0 15px 60px 15px;
}

.items-list h5 {
    line-height: 1.5em;
    text-align: center;
    margin: -40px 15px 60px 15px;
}

.items-list h5 span {
    color: #6DBDD6;
}

.store-logos-list {
    margin-bottom: 60px;
}

.store-logos-list a {
    display: inline-block;
    background-color: #fff;
    width: calc(25% - 15px);
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    transition: all .85s ease;
}

.store-logos-list a:hover {
    border-color: #6DBDD6;
    transition: all .85s ease;
}

.store-logos-list a:not(:nth-child(4n)) {
    margin-right: 15px;
}

.store-logos-list img {
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
}

body.search-popup-active {
    overflow: hidden;
}

.search-container {
    position: relative;
}

.search-container:not(.fixed-popup):before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 21, 26, 0.5);
    content: ' ';
    z-index: 0;
}

.search-container:not(.fixed-popup):after {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:url("assets/img/cover.png");
    background-attachment: fixed;
    background-size: cover;
    content: ' ';
    z-index: -1;
}

.search-container .sc-title {
    padding-top: 200px;
}

.search-container.fixed-popup .sc-title {
    padding-top: 0;
}

.search-container .sc-title h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px;
}

.search-container .sc-title h2 span {
    color: #6DBDD6;
}

.search-container.fixed-popup .sc-title h2 {
    color: #232323;
}

.search-container .sc-form {
    padding: 30px 0 200px 0;
}

.search-container.fixed-popup .sc-form {
    padding-bottom: 20px;
}

.search-container input {
    background-color: #232323;
    width: 100%;
    line-height: 50px;
    padding: 0 10px 0 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    box-shadow: none;
    transition: all 0.35s ease;
}

.search-container input:focus {
    background-color: #6DBDD6;
    border: 0;
}

.search-container .search-input {
    position: relative;
}

.search-container .search-input i {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #fff;
    font-size: 22px;
}

.search-container .sc-select .category-select {
    position: relative;
}

.search-container .sc-select .category-select > a {
    display: block;
    background-color: #232323;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    transition: all 0.35s ease;
}

.search-container .sc-select .category-select > a:hover {
    background-color: #6DBDD6;
}

.search-container .sc-select .category-select > a i {
    float: right;
    line-height: 50px;
}

.search-container .sc-select ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 5px;
    z-index: 999;
}

.search-container .sc-select ul li {
    background-color: rgba(15, 21, 26, 0.9);
}

.search-container .sc-select ul li a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    font-weight: 700;
    transition: all 0.15s ease;
}

.search-container .sc-select ul li a:hover {
    background-color: #B71427;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 50px;
    transition: all 0.15s ease;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 45px);
    opacity: 0.5;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    background-color: #232323;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.1;
}

.owl-nav .owl-prev:not(.disabled):hover,
.owl-nav .owl-next:not(.disabled):hover,
.owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.user-menu {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #f0efef;
}

.user-menu > li:not(:last-child) {
    border-bottom: 1px solid #f0efef;
}

.user-menu li a {
    display: block;
    line-height: 40px;
}

.user-menu li.active > a {
    color: #B71427;
}

.user-menu li a > i:first-child {
    margin-right: 5px;
    width: 15px;
}

.user-menu li a > i.fa-caret-down {
    float: right;
    display: block;
    line-height: 40px;
}

.user-menu > li ul {
    display: none;
    margin: 0 0 5px 15px;
}

.user-menu > li.active ul {
    display: block;
}

.user-menu > li ul li a {
    line-height: 30px;
}

.user-header {
    display: table;
    background-color: #232323;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.user-header > img {
    display: table-cell;
    min-height: 90px;
    max-height: 100px;
    max-width: 100px;
}

.user-header > .user-header-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
}

.user-header > .user-header-right h3 {
    margin: 0 0 10px 0;
}

.user-header > .user-header-right h5 {
    display: inline-block;
    margin: 0 10px 0 0;
}

.user-header a {
    color: #fff;
    text-transform: uppercase;
}

.user-header a:hover {
    color: #B71427;
}

input.share-link {
    background: none;
    color: #232323;
    font-size: 30px;
    text-align: center;
    border: 0;
    box-shadow: none;
}

input.share-link:focus {
    background: none;
    border: 0;
}

.button-set {
    display: inline-block;
}

.button-set li {
    display: inline-block;
}

.button-set li:not(:last-child) {
    margin-right: 5px;
}

.button-set li a {
    display: block;
    line-height: 27px;
    padding: 0 10px;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.button-set li a:hover,
.button-set li.selected a {
    border-bottom: 1px solid #fff;
}

.button-set li.selected a {
    opacity: 0.8;
}

.store-single h1 {
    font-weight: 700;
}

.store-single .rating a,
.coupon-single .rating a {
    display: inline-block;
}

.store-single .links-list,
.coupon-single .links-list,
.description-links {
    margin-top: 20px;
}

.description-links .price-list {
    padding-left: 0;
}

.store-single .links-list li:not(:last-child),
.coupon-single .links-list li:not(:last-child),
.description-links li:not(:last-child) {
    margin-bottom: 5px;
}

.store-single .links-list > li,
.coupon-single .links-list > li,
.description-links > li {
    position: relative;
    padding-left: 20px;
}

.store-single .links-list li i,
.coupon-single .links-list li i,
.description-links li i {
    position: absolute;
    top: 2.5px;
    left: 0;
}

.store-single .links-list .store-hours {
    display: none;
    margin-top: 5px;
}

.store-single .links-list .htoday {
    color: #B71427;
}

.page-intro {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0% 40%;
    background-attachment: fixed;
    background-size: 100% 100%;
    text-align: center;
    padding: 100px 0;
}

.page-intro > .page-intro-content {
    position: relative;
    z-index: 1;
}

.page-intro:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: #000;
    opacity: 0.4;
    z-index: 0;
}

.page-intro h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    z-index: 99;
}

.nice-info {
    background-color: #fff;
    border-left: 3px solid #6DBDD6;
    padding: 10px;
    margin-bottom: 20px;
}

.nice-info h3 {
    margin-top: 0;
}

.letters-container {
    margin-top: 4px;
}

.letters-container .letters li {
    display: inline-block;
    min-width: 30px;
    margin: 0 2px 4px 2px;
    text-align: center;
    line-height: 30px;
}

.letters-container .letters li a {
    display: block;
    padding: 0 5px;
    border: 1px solid #6DBDD6;
    color: #232323;
}

.letters-container .letters li a:hover,
.letters-container .letters li.selected a {
    background-color: #B71427;
    border: 1px solid #B71427;
    color: #fff;
}

footer.main {
    background-color: #292929;
    padding: 8px 0;
    color: #e5e5e5;
    font-size: 12px;
    padding: 60px 0;
}

footer .site_description {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #555;
}

footer.main h5 {
    font-weight: 800;
}

footer a {
    color: #fff;
    font-weight: 700;
}

footer a:hover {
    text-decoration:underline;
}

footer.main ul {
    margin-top: 15px;
}

footer.main ul li:not(:last-child) {
    margin-bottom: 6px;
}

footer.main ul li:after {
    display: block;
    border: 1px solid red;
    height: 5px;
    width: 100%;
}

footer.footer-bottom {
    background-color: #232323;
    padding: 15px 0;
    color: #e5e5e5;
    font-size: 12px;
    font-weight: 700;
}

footer .social-links li {
    display: inline-block;
}

footer .social-links li:not(:last-child) {
    margin-right: 5px;
}

footer .social-links li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    text-align: center;
    box-sizing: initial;
}

footer #widget_newsletter input {
    background: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
    border-bottom: 2px solid #e94167;
}

footer #widget_newsletter input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

footer #widget_newsletter input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

footer #widget_newsletter input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

footer #widget_newsletter input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

footer .social-links li a:hover {
    background: #B71427;
    color: #fff;
}

footer .fo-newsletter input {
    color: #232323;
    border: 0;
    box-shadow: none;
}

.site-languages.inline-ul-list li {
    margin-right: 5px;
}

.site-languages li img {
    max-width: 19px;
}

.site-languages li:hover img {
    opacity: 10;
}

.pages-nav {
    font-size: 14px;
    margin-top: 20px;
}

.pages-nav > span {
    margin-right: 20px;
}

.pages-nav .num {
    float: right;
}

.tooltip {
    min-width: 100px;
}

#map_wrapper {
    height: 400px;
    margin-bottom: 15px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.push-container {
    position: relative;
    min-height: 80vh;
}

.push-left, .push-right {
    position: absolute;
    max-height: 80vh;
    overflow: auto;
}

.push-left {
    left: 0;
}

.push-right {
    right :0;
}

#search-popup {
    display: none;
    position: fixed;
    background-color: #f8f9f9;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999999;
}

#search-popup.visible {
    display: block;

}

#search-popup > .search-popup-content {
    display: table;
    width: 100%;
    height: 100%;
}

#search-popup > .search-popup-content > .search-popup-main {
    display: table-cell;
    vertical-align: middle;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #f8f9f9;
    text-align: center;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links > a.close-search-popup {
    font-size: 40px;
    line-height: 1;
}

.question {
    border: 1px solid #232323;
}

.question:not(:last-child) {
    margin-bottom: 5px;
}

.question > a {
    display: block;
    background-color: #232323;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.question > a:hover {
    background-color: #B71427;
}

.question > .answer {
    display: none;
    padding: 10px;
}

[data-copy-this] + input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
}

[data-copy-this] + input:focus {
    border: 0;
}

.mmenu {
    position: relative;
    display: none;
    width: 45px;
    height: 35px;
    margin-top: 9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mmenu span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mmenu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 8px;
}

.mmenu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.mmenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 8px;
}

.mobile-nav > div {
    display: inline-block;
}

.mobile-nav .mobile-nav-links {
    float: right;
    margin-right: 10px;
}

.mobile-nav .mobile-nav-links img {
    float: left;
    max-height: 45px;
    max-width: 60px;
}

.mobile-nav .mobile-nav-links a.button {
    display: inline-block;
    background-color: rgba(15, 21, 26, 0.9);
    line-height: 45px;
    width: 45px;
    color: #fff;
    text-align: center;
}

.mobile-nav .mobile-nav-links a.button:hover {
    background-color: #B71427;
}

.mobile-nav .mobile-nav-links a.button > i.fa {
    font-size: 20px;
}

.search-input input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.bgGray {
    background-color: #f8f9f9;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
}

.submit_coupons_steps li.checked {
    text-decoration: line-through;
}

.submit_coupons_steps li span {
    display: inline-block;
    width: 30px;
}

.submit_coupons_steps li {
    font-size: 24px;
    font-weight: 600;
}

.submit_coupons_steps li:not(:last-child) {
    margin-bottom: 10px;
}

/* MOBILE VIEW & THEME MANDATORY */

@media only screen and (max-width : 992px) {

.push-left, .push-right {
    position: relative;
}

}

@media only screen and (max-width : 768px) {

.icon-button {
    margin-left: 0;
    margin-bottom: 5px;
}

.icon-button span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.mobile_view {
    display: none;
}

}

.product,
.coupon,
.store,
.review,
.reward {
    position: relative;
    background-color: #f8f9f9;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.12);
    margin: 15px 0;
    transition: all .85s ease;
}

.product:hover,
.coupon:hover,
.store:hover,
.review:hover,
.reward:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.52);
    transition: all .85s ease;
}

.review,
.reward {
    padding: 20px;
}

.review img {
    max-width: 100px;
    max-height: 100px;
}

.review .description {
    margin-bottom: 10px;
}

.product .img-preview {
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 170px;
}

.product .img-preview .heart,
.coupon .img-preview .heart,
.store .img-preview .heart,
.store .img-preview .favorite {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.store .img-preview .favorite {
    left: auto;
    right: 3px!important;
}

.product .img-preview .heart a,
.coupon .img-preview .heart a,
.store .img-preview .heart a,
.store .img-preview .favorite a {
    color: #B71427;
}

.coupon .img-preview,
.store .img-preview {
    background-color: #fff;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.coupon .img-preview > img,
.store .img-preview > img {
    max-height: 80%;
    max-width: 80%;
}

.product .img-preview .text-preview,
.coupon .img-preview .text-preview {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
}

.product .info,
.coupon .info,
.store .info {
    padding: 20px 20px 10px 20px;
}

.product .info h5,
.coupon .info h5,
.store .info h5 {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
}

.coupon .info h5 > i {
    margin-right: 10px;
}

.product .info h5,
.coupon .info h5,
.store .info h5 {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .info .store-link,
.coupon .info .store-link {
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product .info .store-link .rating-star,
.coupon .info .store-link .rating-star,
.store .info .store-link .rating-star {
    display: inline-block;
    margin-left: 5px;
}

.product .info .price,
.description-links .price {
    position: relative;
    height: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product .info .price .discount {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 43px;
    line-height: 43px;
    background-color: #6DBDD6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
}

.product .info .price .current-price,
.description-links .price .current-price {
    line-height: 20px;
}

.product .info .price .current-price .int-price,
.description-links .price .current-price .int-price {
    color: #6DBDD6;
    font-size: 26px;
    font-weight: 800;
}

.product .info .price .current-price .dec-price,
.description-links .price .current-price .dec-price {
    top: -.8em;
    color: #6DBDD6;
}

.product .info .price .old-price,
.description-links .price .old-price {
    text-decoration: line-through;
    min-height: 19px;
}

.product .link,
.coupon .link,
.store .link {
    min-height: 42px;
    margin: 15px 0;
}

.coupon .qr-code {
    position: absolute;
    top: 0;
    left: calc(50% - 70px);
    background-color: #fff;
    opacity: 0;
    transition-duration: .3s;
}

.coupon:hover .qr-code,
.coupon.code-revealed .qr-code {
    opacity: 1;
}

.coupon .link .code {
    position: relative;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px dashed #B71427;
}

.coupon .link .code > i {
    position: absolute;
    top: -7.5px;
    left: 10%;
    background-color: #f8f9f9;
    color: #B71427;
}

.coupon .link .code > a {
    display: inline-block;
    position: absolute;
    top: 0;
    margin-right: 0;
    opacity: 0;
}

.coupon .link .code:hover a {
    opacity: 1;
}

.product .link a,
.coupon .link a,
.store .link a {
    display: block;
    height: 42px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.coupon .stats,
.store .stats {
    text-align: center;
    height: 15px;
}

.store .stats {
    height: 35px;

}

.product .date,
.coupon .date {
    text-align: center;
    padding: 10px 0 20px 0
}

.product .date .starts,
.coupon .date .starts {
    color: #fdb515;
}

.product .date .expires,
.coupon .date .expires {
    color: #009900;
}

.product .date .expired,
.coupon .date .expired {
    color: #b20000;
}

.nicehr {
    border-top: 1px solid #ccc; 
    margin: 20px 0;
}

#index_form form input {
    width: 70%
}

/* PAGINATION */

.pagination {
    margin-top: 50px;
}

.pagination > li {
    display: inline-block;
    margin: 0 2px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent!important;
    font-size: 16px;
    color: #232323;
    border-color: #6DBDD6;
    padding: 6px 12px
}

.pagination > li > span {
    border: 0;
}

.pagination > .disabled > a {
    opacity: 0.5;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    color: #fff;
    background-color: #B71427!important;
    border-color: #B71427;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    background-color: #B71427;
    cursor: not-allowed;
    border-color: #B71427;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.modal-share li a:hover {
    border-color: #B71427!important;
}

.modal .modal-header button.close {
    background: transparent!important;
}