body {
    background-color: #f9f9f9;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #d61542;
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, button {
    transition-duration: .3s;
}

.color {
    color: #d61542;
}

.menu-container {
    background-color: #fff;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
}

.header-menu {
    display: table;
    width: 100%;
    text-transform: uppercase;
}

.header-menu > .menu,
.header-menu > .logo {
    display: table-cell;
    vertical-align: middle;
}

.header-menu .menu li,
.title-options .options li {
    position: relative;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.header-menu .menu > li {
    padding: 10px 0;
}

.header-menu .menu > li:not(.menu-view):not(:first-child) {
    margin-left: 30px;
}

ul li.hlbt a {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}

ul li.hlbt a:hover {
    background-color: #d61542;
    color: #fff!important;
}

.header-menu .menu li.contains-sub-menu a > i {
    margin-left: 5px;
}

.header-menu .menu li.contains-sub-menu:hover > a > i:last-child,
.title-options .options:hover > a i:last-child,
.title-options .options li.contains-sub-menu:hover > a > i:last-child {
    transition: all .2s ease-in-out;
    opacity: 0;
}

.header-menu .menu li a,
.title-options .options li a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.menu li a img {
    max-height: 15px;
    max-width: 20px;
}

.header-menu .menu li:hover > a,
.title-options .options:hover > a,
.title-options .options > ul li.contains-sub-menu:hover > a {
    color: #d61542;
}

.header-menu .menu li > ul,
.title-options .options > ul,
.title-options .options ul > li > ul {
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #fff;
    min-width: 185px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 99;
}

.title-options .options:not(:first-of-type) {
    margin-right: 30px;
}

.header-menu .menu > li:hover > ul,
.title-options .options:hover > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-menu .menu li > ul li,
.title-options .options > ul li {
    display: block;
}

.header-menu .menu li > ul li a,
.title-options .options > ul li a {
    position: relative;
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    z-index: 1;
}

.header-menu .menu li > ul li a:hover,
.title-options .options > ul li a:hover {
    color: #fff!important;
}

.header-menu .menu li > ul li a:before,
.title-options .options > ul li a:before,
ul.menu ul li.active > a:before,
.title-options .options > ul li.active a:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 0;
    height: 30px;
    background-color: #d61542;
    border-radius: 3px;
    vertical-align: middle;
    transform: translate3d(10px,-50%,0);
    -webkit-transform: translate3d(10px,-50%,0);
    transition: width ease-in-out .2s,-webkit-transform ease-in-out .2s .1s;
    transition: width ease-in-out .2s,transform ease-in-out .2s .1s;
    transition: width ease-in-out .2s,transform ease-in-out .2s .1s,-webkit-transform ease-in-out .2s .1s;
    content: '';
    z-index: -1;
}

ul.menu ul li.active > a,
ul.user-menu li.active > a,
.title-options .options li.active > a {
    color: #fff!important;
}

ul.menu ul li.active > a:before,
ul.user-menu li.active > a:before,
.title-options .options li.active > a:before {
    background-color: #000!important;
}

.header-menu .menu li > ul li a:hover:before,
.title-options .options > ul li a:hover:before,
ul.menu ul li.active > a:before,
ul.user-menu li.active > a:before,
.title-options .options li.active > a:before {
    width: 100%!important;
    transform: translate3d(-10px,-50%,0)!important;
    -webkit-transform: translate3d(-10px,-50%,0)!important;
}

.header-menu .menu li > ul ul,
.title-options .options > ul li ul {
    top: 0;
    left: calc( 100% + 30px );
}

.header-menu .menu > li ul li:hover > ul,
.title-options .options > ul > li:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.menu li > ul li img {
    margin-top: -3px;
}

.header-menu .logo + .menu {
    text-align: right;
}

.header-menu > .logo {
    width: 20%;
    height: 100px;
    text-align: center;
}

.header-menu > .logo  img {
    max-width: 80%;
    max-height: 100%;
}

.header-menu > .menu {
    width: 40%;
}

.header-menu > .menu > li.small-v:not(.search-link)  {
    display: none;
}

.header-menu .menu i.icononly {
    display: none;
}

.header-menu .menu li span {
    display: none;
}

.features {
    padding: 30px 0;
    font-weight: 700;
}

.features .feature {
    float: left;
    width: 32.33%;
    margin-right:1.5%;
    font-size: 18px;
    text-align: center;
}

.features .feature:nth-child(3n) {
    margin-right: 0;
}

.features .feature .img-container {
    position: relative;
}

.features .feature .img-container .exp-date {
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}

.features .feature .img-container .exp-date span {
    display: inline-block;
    font-size: 20px;
    margin-left: 2px;
    opacity: 0.7;
}

.features .feature .img-container::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent,rgba(0,0,0,.8));
    height: 50%;
    width: 100%;
    content: '';
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.features .feature:hover .img-container::after {
    opacity: 1;
}

.features .feature .img-container img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.boxed-items li {
    position: relative;
    display: inline-block;
    float: left;
    width: 19%;
    background-color: #000;
    text-align: center;
    margin: 1.25% 1.25% 0 0;
}

.boxed-items.boxed-stores li {
    background-color: #fff;
    border: 1px solid #000;
}

.boxed-items li:nth-child(5n) {
    margin-right: 0;
}

.boxed-items li:nth-child(-n+5) {
    margin-top: 0;
}

.boxed-items li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10%;
}

.boxed-items.boxed-categories li > a {
    font-weight: 600;
}

.boxed-items.boxed-categories li > a:hover {
    background-color: #000;
}

.boxed-stores li .store-star {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.boxed-stores li .store-star.store-heart {
    left: 0;
}

.boxed-stores li:hover .store-star {
    opacity: 1;
}

.boxed-stores li .store-star a {
    font-size: 20px;
}

footer {
    background-color: #fff;
    padding: 50px 0;
}

.footer-delimiter {
    border-top: 1px solid #000;
    padding-bottom: 50px;
}

footer h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .site_desc {
    display: block;
    margin-bottom: 15px;
}

footer .subscribe-form {
    margin-top: 15px;
}

footer li a {
    line-height: 1.8em;
}

footer li i {
    width: 20px;
    line-height: 1.8em;
}

.items .item {
    position: relative;
    background-color: #fff;
    float: left;
    width: 32.33%;
    color: #000;
    margin: 1.5% 1.5% 0 0;
    border: 1px solid #000;
}

.items .item:nth-child(3n) {
    margin-right: 0;
}

.items .item:nth-child(-n+3) {
    margin-top: 0;
}

.items .item .top {
    position: relative;
    background-color: #fff;
    background-size: cover;
    height: 200px;
    text-align: center;
}

.items .item .top img {
    max-height: 80%;
    max-width: 90%;
    padding-top: 10%;
}

.items .item .top .h-info {
    position:absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.items .item .top .h-info .text {
    display: inline-block;
    text-align: left;
    padding: 1% 5%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.items .item .top .h-info a {
    float: right;
    font-size: 20px;
    margin: 5% 5% 0 0;
}

.items .item .top .h-info a + a {
    float: left;
    margin: 5% 0 0 5%;
}

.items .item .info {
    background-color: #f5f5f5;
    line-height: 20px;
    padding: 5%;
}

.items .item .info h5 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items .item .info h5 > span {
    background-color: #d61542;
    color: #fff;
    padding: 0 10px;
    border-radius: 100px;
}

.items .item .info.store-info h5 {
    display: inline-block;
}

.items .item .info .link,
.description-links .link,
.items .item .info .link-holder {
    position: relative;
    display: block;
    background-color: #000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 7.5% 0;
    border-radius: 100px;
}

.items .item .info .link-holder {
    opacity: .1;
}

.description-links .link {
    margin: 0;
}

.items .item .info a.link:not(.link-revealed):hover {
    background-color: #d61542;
}

.items .item .info .link.link-revealed {
    background: none;
    color: #000;
    letter-spacing: 1.5px;
    border: 1px solid #000;
}

.items .item .info .link.link-revealed:hover {
    cursor: default;
}

.items .item .info div.link,
.description-links div.link {
    background-color: transparent;
    color: #000;
    border: 1px dashed #000;
}

.items .item .info div.link:before,
.description-links div.link:before {
    position: absolute;
    top: -9px;
    left: 13%;
    display: block;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c4";
}

.items .item .info div.link > div,
.description-links div.link > div {
    position: absolute;
    display: inline;
}

.items .item .info div.link > div > a,
.description-links div.link > div > a {
    position: absolute;
    top: 0;
    right: -60px;
    opacity: 0;
}

.description-links div.link > div > a {
    line-height: 50px;
}

.items .item .info div.link > div > input[type="text"],
.description-links div.link > div > input[type="text"] {
    position: absolute;
    width: 1px;
    border: 0;
    opacity: 0;
}

.items .item .info div.link:hover > div > a,
.description-links div.link:hover > div > a {
    opacity: 1;
}

.items .item .info div.price,
.description-links .price {
    display: table;
    height: 36px;
    width: 100%;
    line-height: 36px;
    margin-top: 7.5%;
}

.description-links div.price {
    margin-top: 0;
}

.items .item .info div.description {
    position: relative;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 7.5% 0 0 0%;
    z-index: 98;
}

.items .item .info div.description span {
    display: block;
    background-color: #f5f5f5;
    line-height: 20px;
    padding-bottom: 7.5%;
}

.items .item .info div.description:hover {
    overflow: visible;
}

.items .item .info div.price .current-price,
.description-links div.price .current-price {
    display: table-cell;
    font-size: 24px;
    color: #d61542;
    width: auto;
}

.items .item .info div.price .old-price,
.description-links div.price .old-price {
    display: inline-block;
    text-decoration: line-through;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 0;
}

.items .item .info div.price .save {
    display: table-cell;
    text-align: right;
}

.items .item .info div.price .save h5 {
    margin-bottom: 0;
}

.items .item .info .stats {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items .item .info .expiration {
    text-align: center;
    margin-top: 7.5%;
}

.items .item .info .expiration .exp-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
}

.items .item .info .expiration .exp-date span {
    font-weight: 400;
    opacity: 0.7;
}

.rating-star {
    display: inline-block;
    margin-left: 10px;
}

.items .item .info.store-info .rating-star {
    float: right;
}

.items .item .qr-code {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: calc(50% - 80px);
    opacity: 0;
    transition-duration: .3s;
}

.items .item:hover .qr-code,
.items .item.code-revealed .qr-code {
    opacity: 1;
}

.items .item.review {
    display: table;
    width: 100%;
}

.items .item.review:not(:last-child) {
    margin-bottom: 1.5%;
}

.items .item.review .avatar {
    display: table-cell;
    background-color: #fff;
    width: 100px;
    padding: 15px;
}

.items .item.review .text {
    display: table-cell;
    vertical-align: top;
    background-color: #f9f9f9;
    padding: 15px;
}

.items .item.review .text h5 > i {
    margin-left: 15px;
}

.subscribe_form form {
    display: table;
    width: 100%;
    border: 1px solid #000;
    line-height: 40px;
}

.subscribe_form form input[type="email"],
.subscribe_form form button {
    display: table-cell;
    background: none;
    margin: 0;
    box-sizing: border-box;
}

.subscribe_form form input[type="email"] {
    width: 70%;
    color: #000;
    padding: 0 10px;
    border: 0;
}

.subscribe_form form button {
    cursor: pointer;
    width: 30%;
    color: #000;
    border: 0;
    border-left: 1px solid #000;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
}

.subscribe_form form button:hover {
    background-color: #000;
    color: #fff;
}

.bgBlack .subscribe_form form {
    border-color: #fff;
}

.bgBlack .subscribe_form form button {
    border-left: 1px solid #fff;
}

.bgBlack .subscribe_form form input[type="email"],
.bgBlack .subscribe_form form button {
    color: #fff;
}

.bgBlack .subscribe_form form button:hover {
    background-color: #fff;
    color: #000;
}

.button-set li {
    display: inline-block;
}

.button-set {
    display: inline-block;
    border: 1px solid #000;
}

.bgBlack .button-set {
    border: 1px solid #fff;
}

.button-set a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #000;
    padding: 0 20px;
}

.bgBlack .button-set a {
    color: #fff;
}

.button-set a:hover {
    background-color: #000;
    color: #fff;
}

.bgBlack .button-set a:hover {
    background-color: #fff;
    color: #000;
}

.button-set li:not(:last-child) {
    border-right: 1px solid #000;
}

.bgBlack .button-set li:not(:last-child) {
    border-right: 1px solid #fff;
}

.button-set.lh-50 a {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    background-color: #fff!important;
    width: 20px;
    height: 5px;
    margin: 0 2px;
    border: 1px solid #000!important;
}

.owl-carousel button.owl-dot.active {
    background-color: #000!important;
}

.title-options h2 {
    display: inline-block;
    line-height: 35px;
    margin-bottom: 0;
}

.title-options h5 {
    margin-top: 10px;
}

.title-options .options {
    display: inline-block;
    float: right;
    position: relative;
}

.title-options .options.options-left {
    float: left;
}

.title-options .options > a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

.title-options .options > a i:last-child {
    margin-left: 10px;
}

.pagination {
    position: relative;
    display: inline-block;
    padding: 0 100px;
}

.pagination.blog-pagination {
    width: 100%;
    text-align: left;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li:nth-child(n+3) {
    margin-left: 10px;
}

.pagination a {
    display: block;
    background-color: #000;
    min-width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    border-radius: 20px;
}

.bgBlack .pagination a {
    background-color: #fff;
    color: #000;
}

.pagination li:first-child {
    position: absolute;
    left: 0;
}

.pagination.blog-pagination li:first-child {
    position: relative;
    float: left!important;
}

.pagination li:last-child {
    position: absolute;
    right: 0;
}

.pagination.blog-pagination li:last-child {
    position: relative;
    float: right;
}

.pagination li:first-child span {
    display: none;
    margin-left: 10px;
}

.pagination li:last-child span {
    display: none;
    margin-right: 10px;
}

.pagination li:first-child:hover span,
.pagination li:last-child:hover span {
    display: inline-block;
}

.pagination li.selected a,
.pagination li:hover a {
    background-color: #d61542;
    color: #fff;
    border-color: #d61542;
}

.pagination li.selected a {
    opacity: 0.7;
}

.user-header {
    display: table;
    width: 100%;
}

.user-header .user-header-img {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.user-header .user-header-img img {
    width: 100px;
    padding: 0 10px;
}

.user-header .user-header-right {
    display: table-cell;
    vertical-align: middle;
}

.user-header .user-header-right li {
    display: inline-block;
}

.user-header .user-header-right li:not(:last-child) {
    margin-right: 20px;
}

.share-link {
    background: transparent;
    color: #d61542;
    font-size: 30px;
    text-align: center;
    border: 0;
}

.share-link:focus {
    border: 0;
}

.links-list {
    margin-top: 30px;
    border: 1px solid #000;
}

.links-list li a,
.description-links > li a,
.description-links > li > span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #000;
}

.description-links li {
    position: relative;
}

.description-links li a {
    display: inline-block;
}

.links-list li:last-child a {
    border-bottom: 0;
}

.links-list li a i,
.description-links li i {
    float: left;
    width: 30px;
    line-height: 30px;
}

.description-links {
    margin-top: 20px;
}

.description-links > li:not(:last-child) {
    margin-bottom: 10px;
}

.description-links > li a,
.description-links > li span {
    font-size: 14px;
    padding: 0;
    border-bottom: 0;
}

.description-links > li ul {
    padding-left: 30px;
}

.description-links > li ul li {
    display: table;
    width: 100%;
}

.description-links > li ul li span {
    width: 20%;
    padding-right: 20px;
}

.description-links > li ul li span,
.description-links > li ul li b {
    display: table-cell;
}

.share-links {
    display: block;
}

.share-links li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.share-links li a {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
}

.share-links li a:hover {
    border-color: #d61542;
}

.share-links li:not(:last-child) {
    margin-right: 10px;
}

#map_wrapper {
    height: 400px;
    margin-bottom: 15px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.rate-coupon {
    margin-top: 20px;
}

.rate-coupon .vote-form {
    margin-top: 10px;
    padding-left: 0;
}

.rate-coupon .vote-form li {
    display: inline-block;
    padding: 5px 10px;
    width: auto;
}

.rate-coupon .vote-form li a {
    display: block;
    color: #000;
}

.rate-coupon .vote-form li:first-child {
    background-color: #c5e3bf;
}

.rate-coupon .vote-form li:first-child:hover {
    background-color: #a9c9a4;
}

.rate-coupon .vote-form li:last-child {
    background-color: #ffa07a;
}

.rate-coupon .vote-form li:last-child:hover {
    background-color: #ee9572;
}

h2 .rating,
h5 .rating {
    float: right;
    font-size: 14px;
    line-height: 38px;
}

h5 .rating {
    line-height: 24px;
}

.overlay-menu {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #000;
    transition-duration: .3s;
}

.overlay-menu.search-overlay.visible {
    opacity: 1;
}

.overlay-menu .close-button {
    position:absolute;
    top: 0;
    background-color: #fff;
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #000;
    z-index: 1;
}

.search-overlay .close-button {
    text-align: right;
}

.overlay-menu .close-button a {
    line-height: 100px;
    font-size: 22px;
    padding: 10px;
}

.search-overlay .close-button a {
    margin-left: 0;
}

.overlay-menu .menu {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

.overlay-menu .menu li {
    margin-bottom: 5px;
}

.overlay-menu .menu li:hover > ul {
    display: block;
}

.overlay-menu .menu li i:not(.fa-angle-down):not(.fa-angle-right):not(.icononly) {
    display: none;
}

.overlay-menu .menu li span {
    display: inline-block;
}

.overlay-menu .menu li ul {
    display: none;
    border: 1px solid #000;
    margin: 5px 10px 0 10px;
    padding: 5px 0 0 0;
}

.search-container, .mobile-menu-container {
    background-color: #f9f9f9;
    height: 100%;
}

.letters li {
    display: inline-block;
    font-size: 16px;
}

.letters li a {
    display: block;
    padding: 0 10px;
}

.letters li:not(:last-child) {
    margin-right: 5px;
}

.letters li:hover a {
    background-color: #d61542;
    color: #fff;
}

.letters li.selected a {
    background-color: #000;
    color: #fff;
}

.banner-advertising-lp > div {
    line-height: 20px;
}

.banner-advertising-lp input[type="radio"] {
    height: 20px;   
}

input[type="file"] {
    background: none;
    border: none;
    padding-left: 0;
}

input[type="file"]:focus {
    border: none;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label.fileUpload {
    display: block;
    height: 35px;
    width: 100%;
    line-height: 35px;
    color: #000;
    text-align: center;
    padding: 0 30px;
    margin-top: .5rem;
    border: 1px solid #000;
    cursor: pointer;
    transition-duration: .3s;
}

input[type="file"] + label.fileUpload::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f093";
    font-weight: 900;
}

input[type="file"] + label.fileUpload:hover {
    color: #d61542;
    border-color: #d61542;
}

blockquote {
    position: relative;
    background-color: #ededed;
    width: 100%;
    color: #555555;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.6;
    margin: 50px auto;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #000;
}

.bgBlack {
    background-color: #000;
    color: #fff;
}

.bgWhite {
    background-color: #fff;
}

.bgGray {
    background-color: #f9f9f9;
}

.bgColor {
    background-color: #d61542;
    color: #fff;
}

.bgBlack a,
.bgColor a {
    color: #fff;
}

.bgBlack a:hover {
    color: #d61542;
}

.bgColor a:hover {
    color: #000;
}

.blog-single .blog-content {
    font-size: 16px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}
/* ===========================
   Coupy-style header for Black
   More menu space, logo/search on separate row
=========================== */
:root {
    --ld-accent: #d61542;
    --ld-accent-hover: #b71136;
}

.black-coupy-header.menu-container {
    background: #fff;
    border-top: 3px solid var(--ld-accent);
    border-bottom: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
    position: relative;
    z-index: 999;
}

.black-header-top {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 14px;
}

.black-header-top-inner,
.black-header-middle-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.black-header-top-inner {
    min-height: 38px;
}

.black-header-note {
    color: #555;
    font-weight: 600;
}

.black-header-account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.black-header-account a {
    color: #222;
}

.black-header-account a:hover {
    color: var(--ld-accent);
}

.black-register-link {
    background: var(--ld-accent);
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 999px;
}

.black-register-link:hover {
    background: var(--ld-accent-hover);
    color: #fff !important;
}

.black-header-middle {
    background: #fff;
}

.black-header-middle-inner {
    min-height: 86px;
}

.black-header-logo {
    flex: 0 0 auto;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
}

.black-header-logo img {
    max-height: 64px !important;
    max-width: 240px !important;
}

.black-header-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 560px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    background: #f8f8f8;
    color: #777;
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
}

.black-header-search i {
    color: var(--ld-accent);
}

.black-header-search:hover {
    border-color: var(--ld-accent);
    color: #333;
    background: #fff;
}

.black-header-nav-wrap {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.08);
}

.black-coupy-header .header-menu {
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.black-coupy-header .header-menu > .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100% !important;
    min-height: 52px;
    gap: 0;
}

.black-coupy-header .header-menu .menu > li {
    padding: 0;
    margin: 0 !important;
}

.black-coupy-header .header-menu .menu > li > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.black-coupy-header .header-menu .menu > li:hover > a,
.black-coupy-header .header-menu .menu > li.active > a,
.black-coupy-header .header-menu .menu li.contains-sub-menu:hover > a {
    color: var(--ld-accent) !important;
}

.black-coupy-header .header-menu .menu li > ul {
    left: 0;
    top: 100%;
    border-top: 3px solid var(--ld-accent);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.black-coupy-header .header-menu .menu li > ul li a:hover,
.black-coupy-header .header-menu .menu li > ul li.active > a {
    color: #fff !important;
}

.black-coupy-header .header-menu .menu li > ul li a:hover:before,
.black-coupy-header ul.menu ul li.active > a:before {
    background-color: var(--ld-accent) !important;
}

.black-mobile-menu,
.black-mobile-search {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ld-accent);
    color: #fff !important;
    font-size: 18px;
}

.black-mobile-menu:hover,
.black-mobile-search:hover {
    background: var(--ld-accent-hover);
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .black-coupy-header .header-menu .menu > li > a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .black-header-top,
    .black-header-nav-wrap,
    .black-header-search {
        display: none !important;
    }

    .black-header-middle-inner {
        min-height: 78px;
        gap: 10px;
    }

    .black-mobile-menu,
    .black-mobile-search {
        display: flex;
        flex: 0 0 42px;
    }

    .black-header-logo {
        flex: 1;
        text-align: center !important;
    }

    .black-header-logo img {
        max-height: 54px !important;
        max-width: 180px !important;
    }

    .black-coupy-header.menu-container {
        border-bottom: 1px solid rgba(0,0,0,.12);
    }
}

/* ===========================
   Sticky header/menu patch
   Desktop: only navigation row sticks
   Mobile: compact header sticks
=========================== */
.black-header-nav-placeholder {
    display: none;
}

.black-header-nav-wrap.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    border-top: 0;
    background: #fff;
    animation: blackStickyMenuIn .18s ease-out;
}

.black-header-nav-wrap.is-sticky .header-menu {
    background: #fff;
}

@keyframes blackStickyMenuIn {
    from { transform: translateY(-8px); opacity: .95; }
    to { transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 768px) {
    .black-coupy-header.menu-container {
        position: sticky !important;
        top: 0;
        z-index: 10000;
        box-shadow: 0 6px 20px rgba(0,0,0,.10);
    }

    .black-header-middle-inner {
        min-height: 68px;
    }

    .black-header-logo img {
        max-height: 46px !important;
    }

    .black-header-nav-wrap.is-sticky,
    .black-header-nav-placeholder {
        display: none !important;
    }
}


/* === FINAL sticky fallback fix === */
.black-header-nav-placeholder {
    display: none;
}

@media screen and (min-width: 769px) {
    .black-coupy-header.menu-container {
        position: relative !important;
        z-index: 9999 !important;
    }

    .black-header-nav-wrap.is-sticky {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.14) !important;
        border-top: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.08) !important;
    }

    .black-header-nav-wrap.is-sticky .header-menu,
    .black-header-nav-wrap.is-sticky .black-main-menu {
        background: #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .black-coupy-header.menu-container {
        position: sticky !important;
        top: 0 !important;
        z-index: 99999 !important;
        box-shadow: 0 6px 20px rgba(0,0,0,.10) !important;
    }

    .black-header-nav-wrap,
    .black-header-nav-placeholder {
        display: none !important;
    }
}

/* === Search overlay close button fix over sticky header === */
.search-overlay,
.overlay-menu.search-overlay {
    z-index: 2147483000 !important;
}

.overlay-menu.visible,
.overlay-menu.search-overlay.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.search-overlay .close-button {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 78px !important;
    z-index: 2147483001 !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    text-align: right !important;
}

.search-overlay .close-button .container {
    position: relative !important;
    height: 78px !important;
}

.search-overlay .close-button a {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: var(--ld-accent, #d61542) !important;
    color: #fff !important;
    font-size: 20px !important;
    z-index: 2147483002 !important;
}

.search-overlay .close-button a:hover,
.search-overlay .close-button a:focus {
    background: var(--ld-accent-hover, #b71136) !important;
    color: #fff !important;
}

.search-overlay .close-button a i {
    color: #fff !important;
    line-height: 1 !important;
}

.search-overlay .search-container,
.search-overlay form {
    margin-top: 100px !important;
}


/* ===========================
   LaDiscount homepage carousels
   Based on Default theme widgets, isolated from main slider
=========================== */
.ld-owl-widget {
    margin-bottom: 0;
}

.ld-owl-widget .title-options {
    margin-bottom: 28px;
}

.ld-owl-widget .owl-carousel {
    padding: 0 44px 35px;
}

.ld-owl-widget .owl-carousel .item {
    text-align: center;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 18px 14px 14px;
    min-height: 155px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ld-owl-widget .owl-carousel .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.ld-owl-widget .owl-carousel .item a,
.ld-owl-widget .owl-carousel .item a:hover {
    color: #111;
    text-decoration: none;
}

.ld-owl-widget .owl-carousel .item img {
    display: block;
    background-color: #fff;
    height: 72px;
    max-width: 125px;
    width: auto;
    object-fit: contain;
    margin: 0 auto 12px;
    padding: 6px;
    border: 1px solid #f0efef;
    border-radius: 10px;
}

.ld-owl-widget .owl-carousel.ld-carousel-products .item img {
    height: 115px;
    max-width: 140px;
}

.ld-owl-widget .owl-carousel .item h4 {
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ld-owl-widget .owl-nav .owl-prev,
.ld-owl-widget .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    color: #111 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    font-size: 24px !important;
    line-height: 36px !important;
}

.ld-owl-widget .owl-nav .owl-prev { left: 0; }
.ld-owl-widget .owl-nav .owl-next { right: 0; }

.ld-owl-widget .owl-dots {
    position: static;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .ld-owl-widget .owl-carousel {
        padding-left: 0;
        padding-right: 0;
    }
    .ld-owl-widget .owl-nav {
        display: none;
    }
}

/* ===========================
   LaDiscount v1.3.0
   Larger homepage carousel cards + Back to top
=========================== */
:root {
    --ld-accent: #C81E1E;
    --ld-accent-hover: #A91515;
}

.ld-owl-widget .owl-carousel {
    padding-left: 52px;
    padding-right: 52px;
}

.ld-owl-widget .owl-carousel .item {
    min-height: 185px;
    padding: 24px 18px 18px;
    border-radius: 18px;
}

.ld-owl-widget .owl-carousel .item img {
    height: 88px;
    max-width: 150px;
    margin-bottom: 16px;
    border-radius: 12px;
}

.ld-owl-widget .owl-carousel.ld-carousel-products .item img {
    height: 135px;
    max-width: 165px;
}

.ld-owl-widget .owl-carousel .item h4 {
    font-size: 16px;
    line-height: 1.4;
}

.ld-owl-widget .owl-nav .owl-prev,
.ld-owl-widget .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    line-height: 42px !important;
}

.ld-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--ld-accent, #C81E1E);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 10px 25px rgba(0,0,0,.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}

.ld-back-to-top:hover,
.ld-back-to-top:focus {
    background: var(--ld-accent-hover, #A91515);
    color: #fff;
    outline: none;
}

.ld-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ld-back-to-top i,
.ld-back-to-top span {
    color: #fff !important;
    line-height: 1;
}

@media (max-width: 767px) {
    .ld-owl-widget .owl-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .ld-owl-widget .owl-carousel .item {
        min-height: 165px;
        padding: 20px 14px 16px;
    }

    .ld-owl-widget .owl-carousel .item img {
        height: 78px;
        max-width: 135px;
    }

    .ld-owl-widget .owl-carousel.ld-carousel-products .item img {
        height: 120px;
        max-width: 150px;
    }

    .ld-back-to-top {
        right: 14px;
        bottom: 14px;
        width: 42px;
        height: 42px;
    }
}

/* LaDiscount v1.4.2 - stable Custom HTML / advertising block */
.ld-custom-html-block {
    padding: 30px 0;
    overflow: visible;
}
.ld-custom-html-content {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.ld-custom-html-content img,
.ld-custom-html-content iframe,
.ld-custom-html-content video,
.ld-custom-html-content embed,
.ld-custom-html-content object {
    max-width: 100%;
}
.ld-custom-html-content iframe,
.ld-custom-html-content video {
    width: 100%;
}


/* LaDiscount v1.4.6 - homepage block background presets */
.bgSoftGray { background-color: #f9fafb !important; }
.bgSoftYellow { background-color: #fef3c7 !important; }
.bgSoftBlue { background-color: #f0f9ff !important; }
.bgSoftOrange { background-color: #fff7ed !important; }
.bgSoftGreen { background-color: #f0fdf4 !important; }
.bgSoftPink { background-color: #fdf2f8 !important; }
.bgSoftPurple { background-color: #faf5ff !important; }
.bgSoftCyan { background-color: #ecfeff !important; }

.bgSoftGray,
.bgSoftYellow,
.bgSoftBlue,
.bgSoftOrange,
.bgSoftGreen,
.bgSoftPink,
.bgSoftPurple,
.bgSoftCyan {
    color: #222 !important;
}

.bgSoftGray h1, .bgSoftGray h2, .bgSoftGray h3, .bgSoftGray h4, .bgSoftGray h5, .bgSoftGray h6,
.bgSoftYellow h1, .bgSoftYellow h2, .bgSoftYellow h3, .bgSoftYellow h4, .bgSoftYellow h5, .bgSoftYellow h6,
.bgSoftBlue h1, .bgSoftBlue h2, .bgSoftBlue h3, .bgSoftBlue h4, .bgSoftBlue h5, .bgSoftBlue h6,
.bgSoftOrange h1, .bgSoftOrange h2, .bgSoftOrange h3, .bgSoftOrange h4, .bgSoftOrange h5, .bgSoftOrange h6,
.bgSoftGreen h1, .bgSoftGreen h2, .bgSoftGreen h3, .bgSoftGreen h4, .bgSoftGreen h5, .bgSoftGreen h6,
.bgSoftPink h1, .bgSoftPink h2, .bgSoftPink h3, .bgSoftPink h4, .bgSoftPink h5, .bgSoftPink h6,
.bgSoftPurple h1, .bgSoftPurple h2, .bgSoftPurple h3, .bgSoftPurple h4, .bgSoftPurple h5, .bgSoftPurple h6,
.bgSoftCyan h1, .bgSoftCyan h2, .bgSoftCyan h3, .bgSoftCyan h4, .bgSoftCyan h5, .bgSoftCyan h6 {
    color: #222 !important;
}

/* LaDiscount v1.5.0 - homepage block device visibility */
@media (min-width: 992px) {
    .ld-hide-desktop { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ld-hide-tablet { display: none !important; }
}

@media (max-width: 767px) {
    .ld-hide-mobile { display: none !important; }
}

/* =========================================================
   LaDiscount v1.5.4
   Compact homepage spacing + genuinely larger coupon/product
   carousel cards
========================================================= */

/*
 * Homepage blocks already have both top and bottom padding.
 * Keeping each side modest prevents the gap between adjacent
 * blocks from becoming visually excessive.
 */
.ld-home-block.pt-100 {
    padding-top: 28px !important;
}

.ld-home-block.pb-100 {
    padding-bottom: 28px !important;
}

.ld-home-block.features.pt-25 {
    padding-top: 24px !important;
}

.ld-home-block .title-options {
    margin-bottom: 20px !important;
}

/*
 * Enlarge the actual cards, not just the Owl slide width.
 * These rules apply only to coupon and product carousels.
 */
.ld-owl-widget .ld-carousel-coupons .owl-item,
.ld-owl-widget .ld-carousel-products .owl-item {
    display: flex;
    align-items: stretch;
}

.ld-owl-widget .ld-carousel-coupons .owl-item > .item,
.ld-owl-widget .ld-carousel-products .owl-item > .item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 20px;
}

.ld-owl-widget .ld-carousel-coupons .owl-item > .item {
    min-height: 320px !important;
    padding: 34px 28px 28px !important;
}

.ld-owl-widget .ld-carousel-products .owl-item > .item {
    min-height: 430px !important;
    padding: 30px 26px 28px !important;
}

.ld-owl-widget .ld-carousel-coupons .item > a,
.ld-owl-widget .ld-carousel-products .item > a {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ld-owl-widget .ld-carousel-coupons .item img {
    width: auto !important;
    height: 150px !important;
    max-width: 250px !important;
    max-height: 150px !important;
    object-fit: contain;
    margin: 0 auto 24px !important;
    padding: 10px;
}

.ld-owl-widget .ld-carousel-products .item img {
    width: auto !important;
    height: 270px !important;
    max-width: 290px !important;
    max-height: 270px !important;
    object-fit: contain;
    margin: 0 auto 24px !important;
    padding: 8px;
}

.ld-owl-widget .ld-carousel-coupons .item h4,
.ld-owl-widget .ld-carousel-products .item h4 {
    width: 100%;
    font-size: 19px !important;
    line-height: 1.45 !important;
    text-align: center;
    margin: 0 !important;
    -webkit-line-clamp: 3;
}

/* Keep three large cards on regular desktop widths. */
@media (min-width: 1100px) {
    .ld-owl-widget .ld-carousel-coupons,
    .ld-owl-widget .ld-carousel-products {
        padding-left: 48px;
        padding-right: 48px;
    }
}

/* Tablet: two cards. */
@media (min-width: 768px) and (max-width: 1099px) {
    .ld-home-block.pt-100 {
        padding-top: 22px !important;
    }

    .ld-home-block.pb-100 {
        padding-bottom: 22px !important;
    }

    .ld-home-block.features.pt-25 {
        padding-top: 20px !important;
    }

    .ld-owl-widget .ld-carousel-coupons .owl-item > .item {
        min-height: 300px !important;
        padding: 30px 22px 24px !important;
    }

    .ld-owl-widget .ld-carousel-products .owl-item > .item {
        min-height: 400px !important;
        padding: 26px 22px 24px !important;
    }

    .ld-owl-widget .ld-carousel-coupons .item img {
        height: 135px !important;
        max-width: 225px !important;
        max-height: 135px !important;
    }

    .ld-owl-widget .ld-carousel-products .item img {
        height: 245px !important;
        max-width: 270px !important;
        max-height: 245px !important;
    }
}

/* Mobile: one card occupying almost the full available width. */
@media (max-width: 767px) {
    .ld-home-block.pt-100 {
        padding-top: 16px !important;
    }

    .ld-home-block.pb-100 {
        padding-bottom: 16px !important;
    }

    .ld-home-block.features.pt-25 {
        padding-top: 16px !important;
    }

    .ld-home-block .title-options {
        margin-bottom: 14px !important;
    }

    .ld-owl-widget .ld-carousel-coupons,
    .ld-owl-widget .ld-carousel-products {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ld-owl-widget .ld-carousel-coupons .owl-stage-outer,
    .ld-owl-widget .ld-carousel-products .owl-stage-outer {
        padding-left: 2px;
        padding-right: 2px;
    }

    .ld-owl-widget .ld-carousel-coupons .owl-item > .item {
        min-height: 300px !important;
        padding: 28px 18px 24px !important;
    }

    .ld-owl-widget .ld-carousel-products .owl-item > .item {
        min-height: 390px !important;
        padding: 24px 16px 24px !important;
    }

    .ld-owl-widget .ld-carousel-coupons .item img {
        height: 135px !important;
        max-width: 220px !important;
        max-height: 135px !important;
        margin-bottom: 20px !important;
    }

    .ld-owl-widget .ld-carousel-products .item img {
        height: 240px !important;
        max-width: min(280px, 88vw) !important;
        max-height: 240px !important;
        margin-bottom: 20px !important;
    }

    .ld-owl-widget .ld-carousel-coupons .item h4,
    .ld-owl-widget .ld-carousel-products .item h4 {
        font-size: 18px !important;
    }
}

/* =========================================================
   LaDiscount v1.5.6
   Simple but genuinely large coupon/product carousel cards.
   No descriptions, badges, statistics or extra buttons.
========================================================= */

.ld-owl-widget .ld-carousel-coupons,
.ld-owl-widget .ld-carousel-products {
    padding: 4px 44px 30px !important;
}

.ld-carousel-coupons .owl-stage,
.ld-carousel-products .owl-stage {
    display: flex;
}

.ld-carousel-coupons .owl-item,
.ld-carousel-products .owl-item {
    display: flex;
    align-items: stretch;
}

.ld-carousel-coupons .ld-simple-large-slide,
.ld-carousel-products .ld-simple-large-slide {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ld-carousel-coupons .ld-simple-large-slide > a,
.ld-carousel-products .ld-simple-large-slide > a {
    width: 100%;
    min-width: 0;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 28px 30px;
    background: #fff;
    border: 1px solid #e6e8ed;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(16,24,40,.08);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    box-sizing: border-box;
}

.ld-carousel-coupons .ld-simple-large-slide > a:hover,
.ld-carousel-products .ld-simple-large-slide > a:hover {
    transform: translateY(-4px);
    border-color: rgba(200,30,30,.25);
    box-shadow: 0 16px 38px rgba(16,24,40,.13);
}

.ld-carousel-coupons .ld-simple-large-slide {
    min-height: 360px;
}

.ld-carousel-products .ld-simple-large-slide {
    min-height: 470px;
}

.ld-carousel-coupons .ld-simple-large-slide img {
    width: auto !important;
    height: 190px !important;
    max-width: 280px !important;
    max-height: 190px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    object-fit: contain;
}

.ld-carousel-products .ld-simple-large-slide img {
    width: auto !important;
    height: 320px !important;
    max-width: 330px !important;
    max-height: 320px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    object-fit: contain;
}

.ld-carousel-coupons .ld-simple-large-slide h4,
.ld-carousel-products .ld-simple-large-slide h4 {
    width: 100%;
    margin: 0 !important;
    color: #20242b;
    font-size: 20px !important;
    line-height: 1.42 !important;
    font-weight: 700;
    text-align: center !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ld-carousel-coupons .ld-simple-large-slide > a:hover h4,
.ld-carousel-products .ld-simple-large-slide > a:hover h4 {
    color: var(--theme-color, #C81E1E) !important;
}

.ld-carousel-coupons .owl-nav button,
.ld-carousel-products .owl-nav button {
    position: absolute;
    top: 46%;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #20242b !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
}

.ld-carousel-coupons .owl-nav .owl-prev,
.ld-carousel-products .owl-nav .owl-prev {
    left: -2px;
}

.ld-carousel-coupons .owl-nav .owl-next,
.ld-carousel-products .owl-nav .owl-next {
    right: -2px;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .ld-owl-widget .ld-carousel-coupons,
    .ld-owl-widget .ld-carousel-products {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ld-carousel-coupons .ld-simple-large-slide {
        min-height: 335px;
    }

    .ld-carousel-products .ld-simple-large-slide {
        min-height: 440px;
    }

    .ld-carousel-coupons .ld-simple-large-slide img {
        height: 170px !important;
        max-width: 250px !important;
        max-height: 170px !important;
    }

    .ld-carousel-products .ld-simple-large-slide img {
        height: 285px !important;
        max-width: 300px !important;
        max-height: 285px !important;
    }
}

@media (max-width: 767px) {
    .ld-owl-widget .ld-carousel-coupons,
    .ld-owl-widget .ld-carousel-products {
        width: 100%;
        padding: 2px 2px 26px !important;
    }

    .ld-carousel-coupons .owl-stage-outer,
    .ld-carousel-products .owl-stage-outer {
        padding: 4px 1px 12px;
    }

    .ld-carousel-coupons .ld-simple-large-slide > a,
    .ld-carousel-products .ld-simple-large-slide > a {
        padding: 26px 18px 24px;
        border-radius: 16px;
    }

    .ld-carousel-coupons .ld-simple-large-slide {
        min-height: 330px;
    }

    .ld-carousel-products .ld-simple-large-slide {
        min-height: 420px;
    }

    .ld-carousel-coupons .ld-simple-large-slide img {
        height: 165px !important;
        max-width: min(250px, 88vw) !important;
        max-height: 165px !important;
        margin-bottom: 22px !important;
    }

    .ld-carousel-products .ld-simple-large-slide img {
        height: 275px !important;
        max-width: min(300px, 88vw) !important;
        max-height: 275px !important;
        margin-bottom: 22px !important;
    }

    .ld-carousel-coupons .ld-simple-large-slide h4,
    .ld-carousel-products .ld-simple-large-slide h4 {
        font-size: 19px !important;
    }

    .ld-carousel-coupons .owl-nav,
    .ld-carousel-products .owl-nav {
        display: none !important;
    }
}

/* =========================================================
   LaDiscount v1.5.7 - Live Search
========================================================= */

.ld-live-search-form {
    position: relative;
}

.ld-live-search-form form {
    position: relative;
}

.ld-live-search-input-wrap {
    position: relative;
}

.ld-live-search-input-wrap .ld-live-search-input-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #7b818c;
    font-size: 17px;
    pointer-events: none;
}

.ld-live-search-input-wrap input[name="s"] {
    width: 100%;
    min-height: 58px;
    padding-left: 52px !important;
    padding-right: 52px !important;
    border-radius: 12px;
}

.ld-live-search-spinner {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 19px;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    border: 2px solid rgba(120, 126, 137, .28);
    border-top-color: var(--theme-color, #C81E1E);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ld-live-search-spinner.is-active {
    opacity: 1;
    visibility: visible;
    animation: ld-live-search-spin .72s linear infinite;
}

@keyframes ld-live-search-spin {
    to { transform: rotate(360deg); }
}

.ld-live-search-results {
    position: absolute;
    z-index: 10020;
    top: calc(100% - 92px);
    left: 0;
    right: 0;
    max-height: min(560px, 67vh);
    overflow-y: auto;
    overscroll-behavior: contain;
    margin: 8px 0 0;
    border: 1px solid #e3e6eb;
    border-radius: 14px;
    background: #fff;
    color: #20242b;
    text-align: left;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .19);
}

.ld-live-search-results[hidden] {
    display: none !important;
}

.ld-live-search-content {
    padding: 8px;
}

.ld-live-search-section {
    padding: 8px 4px 4px;
}

.ld-live-search-section + .ld-live-search-section {
    margin-top: 5px;
    border-top: 1px solid #edf0f3;
}

.ld-live-search-section h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 10px;
    color: #6b7280 !important;
    font-size: 12px !important;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.ld-live-search-section h3 i {
    color: var(--theme-color, #C81E1E);
}

.ld-live-search-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.ld-live-search-item {
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border-radius: 9px;
    color: #20242b !important;
    text-decoration: none !important;
    transition: background-color .18s ease;
}

.ld-live-search-item:hover,
.ld-live-search-item:focus,
.ld-live-search-item.is-keyboard-active {
    background: #f5f6f8;
    color: #20242b !important;
    outline: none;
}

.ld-live-search-thumb {
    display: flex;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eceef2;
    border-radius: 9px;
    background: #fff;
}

.ld-live-search-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 6px !important;
    object-fit: contain;
}

.ld-live-search-thumb > i {
    color: #a0a6b0;
    font-size: 20px;
}

.ld-live-search-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

.ld-live-search-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #20242b !important;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ld-live-search-copy small {
    overflow: hidden;
    color: #7a818d !important;
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ld-live-search-arrow {
    flex: 0 0 auto;
    color: #b2b7c0;
    font-size: 10px;
}

.ld-live-search-empty {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    color: #6b7280;
    text-align: center;
}

.ld-live-search-empty > i {
    color: #a7adb6;
    font-size: 28px;
}

.ld-live-search-empty strong {
    color: #252932;
    font-size: 15px;
}

.ld-live-search-empty span {
    max-width: 410px;
    font-size: 12px;
    line-height: 1.5;
}

.ld-live-search-all {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 8px 4px 4px;
    padding: 12px 16px;
    border-radius: 9px;
    background: var(--theme-color, #C81E1E);
    color: #fff !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.ld-live-search-all,
.ld-live-search-all:hover,
.ld-live-search-all:focus,
.ld-live-search-all i {
    color: #fff !important;
}

.ld-live-search-all:hover {
    filter: brightness(.88);
}

/* Overlay-ul de căutare trebuie să permită panelului să se extindă. */
.search-overlay .search-container,
.search-overlay .search-container > div,
.search-overlay .search-container .container,
.search-overlay .sc-form {
    overflow: visible !important;
}

@media (max-width: 767px) {
    .search-overlay .search-container {
        padding-left: 7px;
        padding-right: 7px;
    }

    .search-overlay .search-container > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ld-live-search-form .sc-title {
        margin-bottom: 24px !important;
    }

    .ld-live-search-input-wrap input[name="s"] {
        min-height: 52px;
        padding-left: 46px !important;
        padding-right: 44px !important;
        font-size: 14px;
    }

    .ld-live-search-input-wrap .ld-live-search-input-icon {
        left: 17px;
        font-size: 15px;
    }

    .ld-live-search-spinner {
        right: 16px;
    }

    .ld-live-search-results {
        position: fixed;
        z-index: 10050;
        top: 108px;
        right: 10px;
        bottom: 12px;
        left: 10px;
        max-height: none;
        margin: 0;
        border-radius: 12px;
    }

    .ld-live-search-list {
        grid-template-columns: 1fr;
    }

    .ld-live-search-item {
        padding: 9px;
    }

    .ld-live-search-thumb {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .ld-live-search-all {
        position: sticky;
        bottom: 0;
        z-index: 2;
        margin-bottom: 2px;
        box-shadow: 0 -8px 18px rgba(255, 255, 255, .92);
    }
}

/* =========================================================
   LaDiscount v1.5.8 - full partial-search results
========================================================= */
.ld-full-search-page{padding-top:42px;padding-bottom:60px}
.ld-full-search-head{margin-bottom:22px}
.ld-full-search-head h1{margin:0 0 8px;font-size:30px;line-height:1.25}
.ld-full-search-head p{margin:0;color:#6b7280}
.ld-full-search-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px}
.ld-full-search-filters a{display:inline-flex;padding:9px 15px;border:1px solid #e1e5ea;border-radius:999px;background:#fff;color:#252932;text-decoration:none;font-weight:700}
.ld-full-search-filters a:hover,.ld-full-search-filters a.active{background:#C81E1E;border-color:#C81E1E;color:#fff}
.ld-full-search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ld-full-search-card{position:relative;display:flex;min-width:0;min-height:260px;flex-direction:column;align-items:center;justify-content:center;padding:26px 20px 22px;border:1px solid #e5e8ed;border-radius:16px;background:#fff;color:#20242b;text-align:center;text-decoration:none;box-shadow:0 8px 24px rgba(16,24,40,.06);transition:.2s ease}
.ld-full-search-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(16,24,40,.11);color:#C81E1E}
.ld-full-search-type{position:absolute;top:12px;left:12px;padding:5px 8px;border-radius:999px;background:#f2f4f7;color:#69707c;font-size:10px;font-weight:800;text-transform:uppercase}
.ld-full-search-image{display:flex;width:100%;height:150px;align-items:center;justify-content:center;margin-bottom:18px}
.ld-full-search-image img{width:auto!important;height:auto!important;max-width:100%!important;max-height:150px!important;object-fit:contain}
.ld-full-search-card strong{font-size:15px;line-height:1.45}
.ld-full-search-empty{padding:50px 20px;border:1px solid #e5e8ed;border-radius:14px;background:#fff;text-align:center;color:#6b7280}
.ld-full-search-pagination{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.ld-full-search-pagination a{padding:10px 16px;border-radius:8px;background:#C81E1E;color:#fff;text-decoration:none;font-weight:700}
@media(max-width:991px){.ld-full-search-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.ld-full-search-page{padding-top:26px;padding-bottom:40px}.ld-full-search-head h1{font-size:24px}.ld-full-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ld-full-search-card{min-height:220px;padding:22px 13px 18px}.ld-full-search-image{height:120px}.ld-full-search-image img{max-height:120px!important}}
@media(max-width:480px){.ld-full-search-grid{grid-template-columns:1fr}.ld-full-search-card{min-height:230px}.ld-full-search-pagination{flex-direction:column}}



/* =========================================================
   LaDiscount v1.6.2 - compact live search directly in header
========================================================= */
.black-header-middle,
.black-header-middle .container,
.black-header-middle-inner,
.ld-header-search,
.ld-header-search form {
    overflow: visible !important;
}

.black-header-middle-inner {
    position: relative;
}

.ld-header-search.black-header-search {
    display: block;
    max-width: 620px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ld-header-search form {
    position: relative;
    width: 100%;
    margin: 0;
}

.ld-header-search-control {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 7px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ld-header-search-control:focus-within {
    border-color: var(--ld-accent);
    box-shadow: 0 0 0 3px rgba(214,21,66,.10);
}

.ld-header-search .ld-live-search-input-wrap input[name="s"] {
    min-width: 0;
    min-height: 44px;
    flex: 1;
    margin: 0 !important;
    padding: 0 52px 0 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    outline: 0;
}

.ld-header-search-button {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 48px;
    min-width: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0 !important;
    background: var(--ld-accent);
    color: #fff !important;
    cursor: pointer;
}

.ld-header-search-button:hover,
.ld-header-search-button:focus {
    background: var(--ld-accent-hover);
    color: #fff !important;
}

.ld-header-search-button i {
    color: #fff !important;
    font-size: 15px;
}

.ld-header-search .ld-live-search-spinner {
    right: 61px;
    width: 17px;
    height: 17px;
    margin-top: -9px;
}

.ld-header-search .ld-live-search-results {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: min(560px, 68vh);
    margin: 0;
    border-radius: 10px;
    z-index: 10030;
}

@media screen and (max-width: 768px) {
    .black-header-middle-inner {
        min-height: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .black-mobile-menu {
        order: 1;
    }

    .black-header-logo {
        order: 2;
    }

    .ld-header-search.black-header-search {
        display: block !important;
        order: 3;
        width: 100%;
        max-width: none;
        flex: 0 0 100%;
    }

    .ld-header-search-control {
        min-height: 42px;
    }

    .ld-header-search .ld-live-search-input-wrap input[name="s"] {
        min-height: 40px;
        padding-left: 13px !important;
        padding-right: 48px !important;
        font-size: 14px;
    }

    .ld-header-search-button {
        width: 44px;
        min-width: 44px;
    }

    .ld-header-search .ld-live-search-spinner {
        right: 55px;
    }

    .ld-header-search .ld-live-search-results {
        position: absolute;
        top: calc(100% + 7px);
        right: 0;
        bottom: auto;
        left: 0;
        max-height: min(62vh, 520px);
        margin: 0;
        border-radius: 9px;
    }

    .ld-header-search .ld-live-search-list {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .black-header-middle-inner::after {
        content: "";
        display: block;
        order: 3;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .ld-header-search.black-header-search {
        order: 4;
    }
}

/* =========================================================
   LaDiscount v1.6.3 - mobile search opens from header icon
========================================================= */
@media screen and (max-width: 768px) {
    .black-header-middle-inner {
        min-height: 68px;
        flex-wrap: nowrap;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .black-header-middle-inner::after {
        display: none !important;
    }

    .ld-mobile-search-toggle {
        order: 3;
        border: 0;
        cursor: pointer;
    }

    .ld-mobile-search-toggle.is-active {
        background: var(--ld-accent-hover);
    }

    .ld-mobile-search-toggle.is-active i::before {
        content: "\f00d";
    }

    .ld-header-search.black-header-search {
        position: absolute;
        z-index: 10020;
        top: 100%;
        right: 0;
        left: 0;
        display: none !important;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 10px;
        border-top: 1px solid rgba(0,0,0,.08);
        background: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,.14);
    }

    .ld-header-search.black-header-search.is-mobile-open {
        display: block !important;
    }

    .ld-header-search-control {
        min-height: 42px;
    }

    .ld-header-search .ld-live-search-results {
        top: calc(100% + 6px);
        right: 10px;
        left: 10px;
        max-height: min(64vh, 520px);
    }
}

@media screen and (min-width: 769px) {
    .ld-mobile-search-toggle {
        display: none !important;
    }
}

/* =========================================================
   LaDiscount v1.6.4 - mobile search alignment + result filters contrast
========================================================= */
@media screen and (max-width: 768px) {
    .black-header-middle .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .black-header-middle-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 2px;
        padding-left: 2px;
    }

    .ld-mobile-search-toggle.black-mobile-search {
        position: relative;
        right: auto;
        flex: 0 0 40px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        min-height: 40px;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        transform: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .ld-mobile-search-toggle.black-mobile-search i {
        display: block;
        width: 1em;
        height: 1em;
        line-height: 1;
        text-align: center;
    }
}

.ld-full-search-filters a:hover,
.ld-full-search-filters a:focus,
.ld-full-search-filters a:active,
.ld-full-search-filters a.active,
.ld-full-search-filters a.active:hover,
.ld-full-search-filters a.active:focus {
    background-color: #C81E1E !important;
    border-color: #C81E1E !important;
    color: #fff !important;
}

.ld-full-search-filters a:hover *,
.ld-full-search-filters a:focus *,
.ld-full-search-filters a.active * {
    color: #fff !important;
}


/* LaDiscount v1.6.5 - permanent store CTA after coupon code reveal */
.ld-revealed-code-actions .ld-store-cta { margin-top: 10px; text-align: center; }
.description-links .ld-revealed-code-actions .ld-store-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.items .item .info .ld-revealed-code-actions .ld-store-cta { display: flex; align-items: center; justify-content: center; gap: 7px; }
@media (max-width: 767px) { .ld-revealed-code-actions .ld-store-cta { width: 100%; box-sizing: border-box; } }


/* LaDiscount v1.6.10
   Larger homepage coupon and product cards using CSS only.
   Owl Carousel item counts and JavaScript settings remain unchanged. */

.ld-owl-widget .ld-carousel-coupons .owl-item,
.ld-owl-widget .ld-carousel-products .owl-item {
    box-sizing: border-box;
}

.ld-owl-widget .ld-carousel-coupons .owl-item > .item,
.ld-owl-widget .ld-carousel-products .owl-item > .item {
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    padding: 14px 8px 22px !important;
}

.ld-owl-widget .ld-carousel-coupons .owl-item > .item {
    min-height: 300px !important;
}

.ld-owl-widget .ld-carousel-products .owl-item > .item {
    min-height: 320px !important;
}

/* Larger images inside coupon/product cards only */
.ld-owl-widget .ld-carousel-coupons .item img {
    height: 140px !important;
    max-width: 170px !important;
    padding: 5px !important;
    margin-bottom: 14px !important;
}

.ld-owl-widget .ld-carousel-products .item img {
    height: 155px !important;
    max-width: 185px !important;
    padding: 5px !important;
    margin-bottom: 14px !important;
}

/* Slightly larger and easier-to-read card titles */
.ld-owl-widget .ld-carousel-coupons .item h4,
.ld-owl-widget .ld-carousel-products .item h4 {
    font-size: 17px !important;
    line-height: 1.4 !important;
    min-height: 48px;
}

/* Keep secondary card content proportional */
.ld-owl-widget .ld-carousel-coupons .item p,
.ld-owl-widget .ld-carousel-products .item p,
.ld-owl-widget .ld-carousel-coupons .item .price,
.ld-owl-widget .ld-carousel-products .item .price {
    font-size: 15px;
    line-height: 1.4;
}

/* Mobile: keep cards large without horizontal overflow */
@media (max-width: 767px) {
    .ld-owl-widget .ld-carousel-coupons .owl-item > .item,
    .ld-owl-widget .ld-carousel-products .owl-item > .item {
        width: calc(100% - 2px);
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .ld-owl-widget .ld-carousel-coupons .item img {
        height: 145px !important;
        max-width: 175px !important;
    }

    .ld-owl-widget .ld-carousel-products .item img {
        height: 160px !important;
        max-width: 190px !important;
    }
}


/* LaDiscount v1.6.11: pagination contrast and coupon status */
.bgBlack .pagination li a,
.bgBlack .pagination li a:visited {
    background-color: #fff !important;
    color: #111 !important;
}

.bgBlack .pagination li.selected a,
.bgBlack .pagination li:hover a,
.bgBlack .pagination li a:focus {
    background-color: #d61542 !important;
    color: #fff !important;
}

.bgBlack .pagination li {
    color: #fff;
}

.items .item .info .expiration .expired i {
    margin-right: 5px;
}


/* LaDiscount v1.6.13: expiring filters and pagination contrast fix */
.bgBlack .pagination li > a,
.bgBlack .pagination li > a:link,
.bgBlack .pagination li > a:visited {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #111 !important;
}

.bgBlack .pagination li > a i,
.bgBlack .pagination li > a span {
    color: inherit !important;
}

.bgBlack .pagination li.selected > a,
.bgBlack .pagination li:not(.disabled):hover > a,
.bgBlack .pagination li:not(.disabled) > a:hover,
.bgBlack .pagination li:not(.disabled) > a:focus {
    background-color: var(--ld-accent, #C81E1E) !important;
    border-color: var(--ld-accent, #C81E1E) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.bgBlack .pagination li.disabled > a,
.bgBlack .pagination li.disabled > a:hover,
.bgBlack .pagination li.disabled > a:focus {
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    color: #777 !important;
    cursor: default !important;
    opacity: 1 !important;
    pointer-events: none;
}

/* Disabled arrows must not expand or inherit the selected-page style. */
.pagination li.pagination-prev.disabled span,
.pagination li.pagination-next.disabled span {
    display: none !important;
}

/* =========================================================
   LaDiscount v1.6.14 - grouped full search results
========================================================= */
.ld-full-search-section {
    margin: 0 0 42px;
}

.ld-full-search-section:last-of-type {
    margin-bottom: 10px;
}

.ld-full-search-section-head {
    display: flex;
    align-items: center;
    margin: 0 0 18px;
}

.ld-full-search-section-head::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    margin-left: 16px;
    background: #e5e8ed;
}

.ld-full-search-section-head h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #252932;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
}

.ld-full-search-section-head h2 i {
    margin-right: 7px;
    color: #C81E1E;
    font-size: 18px;
}

.ld-full-search-section-head h2 span {
    color: #7a818c;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ld-full-search-section {
        margin-bottom: 32px;
    }

    .ld-full-search-section-head {
        margin-bottom: 14px;
    }

    .ld-full-search-section-head::after {
        margin-left: 11px;
    }

    .ld-full-search-section-head h2 {
        font-size: 19px;
    }

    .ld-full-search-section-head h2 i {
        font-size: 16px;
    }
}


/* =========================================================
   LaDiscount v1.6.15 - search highlights and section links
========================================================= */
.ld-full-search-section-head {
    gap: 14px;
}

.ld-full-search-section-head::after {
    order: 2;
}

.ld-full-search-section-head h2 {
    order: 1;
}

.ld-full-search-view-all {
    order: 3;
    flex: 0 0 auto;
    color: #C81E1E;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ld-full-search-view-all i {
    margin-left: 5px;
    font-size: 11px;
    transition: transform .18s ease;
}

.ld-full-search-view-all:hover,
.ld-full-search-view-all:focus {
    color: #991717;
    text-decoration: none;
}

.ld-full-search-view-all:hover i,
.ld-full-search-view-all:focus i {
    transform: translateX(3px);
}

.ld-search-highlight {
    padding: 0 2px;
    border-radius: 3px;
    background: #fff0a8;
    color: inherit;
    font: inherit;
}

@media (max-width: 767px) {
    .ld-full-search-section-head {
        flex-wrap: wrap;
        gap: 8px 10px;
    }

    .ld-full-search-section-head::after {
        order: 3;
        flex-basis: 100%;
        margin-left: 0;
    }

    .ld-full-search-view-all {
        margin-left: auto;
        font-size: 13px;
    }
}


/* LaDiscount v1.6.16 - expired promotion marker in search results */
.ld-full-search-card {
    position: relative;
}

.ld-full-search-expired {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f2f2f2;
    color: #555;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .ld-full-search-expired {
        top: 8px;
        right: 8px;
        padding: 3px 7px;
        font-size: 10px;
    }
}


/* LaDiscount v1.6.17 - search state filters and expired products */
.ld-full-search-status-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: -12px 0 28px;
}
.ld-full-search-status-label {
    color: #4b5563;
    font-weight: 700;
}
.ld-full-search-status-wrap .ld-full-search-filters {
    margin: 0;
}
.ld-full-search-card.is-expired {
    opacity: .88;
}
.ld-full-search-empty a {
    color: #C81E1E;
    font-weight: 700;
    text-decoration: underline;
}
@media(max-width: 575px) {
    .ld-full-search-status-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .ld-full-search-status-filters {
        width: 100%;
    }
    .ld-full-search-status-filters a {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }
}

/* LaDiscount: links added from the homepage block title field */
.ld-home-block h2 > a,
.ld-home-block h5 > a {
    color: inherit;
    text-decoration: none;
}

.ld-home-block h2 > a:hover,
.ld-home-block h5 > a:hover {
    color: inherit;
    text-decoration: underline;
}
