<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    line-height: unset;
}
/* custom Classes */

.expired-coupons , .couponsstrip {
    position: relative;
}
.text-decoration-none{
    text-decoration: none !important;
}
.bg-white{
    background-color: white !important;
}
.bg-grey{
    background-color: #f2f2f2 !important;
}
.bg-red{
    background: #eb0909 !important;
}
.text-red{
    color: #eb0909 !important;
}
.text-dark{
    color: black !important;
}
.text-brown{
    color : #a32e2f;
}
.font30p{
    font-size: 30px !important;
}
.font20p{
    font-size: 20px !important;
}
.font13p{
    font-size: 13px !important;
}
.font14p{
    font-size: 14px !important;
}
.font15p{
    font-size: 15px !important;
}
.font16p{
    font-size: 16px !important;
}
.font10p{
    font-size: 10px !important;
}
.img-contain{
    object-fit: contain !important;
}
.position-relative{
    position: relative;
}
/*.font-pop-t {*/
/*    font-family: 'poppins',"Trebuchet MS";*/
/*}*/
/*.font-pop-a {*/
/*    font-family: 'poppins',Arial;*/
/*}*/
.chimp_title{
    text-transform: uppercase;
    font-size: 23px;
    margin: 10px 0 20px;
}
/* Header Css  */

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');*/

body,h1,h2,h3,h4,h5,h6,div,span,p,button{

     font-family: 'Poppins', sans-serif !important;
     font-display: swap;
}
.navbar-brand-mob {
    padding-top: 0px;
    padding-bottom: 0px;
}


.icon {
    color: #999;
    background: white;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    min-width: 25px;
    text-align: center;
  position: absolute;
  right:0;
}

.navbar-toggler {
    border: none;
}

.menu-icons {
    padding-right: -5px;
}

.btn-secondary:hover {
    background-color: white;
    color: #999 ;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}


.footer-title {
    font-size: 18px;
    color: white;
    /*font-family: 'Poppins', sans-serif;*/

}

.footer-text {
    color: white;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
}

.footer-banner {
    color: white;
    font-size: 12px;
    /*font-family: 'Poppins', sans-serif;*/
}
.list-style li {
    padding-bottom: 10px;
}


.list-style li a {
    text-align: left;
    list-style: none;
    color: white;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 5px;
    /*font-family: 'Poppins', sans-serif;*/
}

.list-style:hover {
    text-decoration: none;
    cursor: pointer;
}


.tab-style a {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    /*font-family: 'Poppins';*/
    font-style: normal;


}
.tab-style {
    border-top: 3px solid transparent;
    transform-origin: right;
    /*font-family: 'Poppins';*/

}
.tab-style a:hover {
    text-decoration: none;

}
.tab-style:hover {
    border-top: 3px solid #eb0909;
    transform-origin: right;
    transition-duration: 1.5s;
}
/*Sidebar Css*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    z-index: 9999999;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #eeeff1 !important;
    border-radius: unset !important;
}
.sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 30px;
    margin: 10px auto;
    text-align: center;
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 23px rgb(188 207 219 / 35%);
    border-top: 1px solid #f8f8f8;
    border-radius: 50%;

}
.sidenav .navbar-brand-mob{
    background: #102f57;
}

.navtabs-2 {
    font-size: 15px;
    /*font-family: 'poppins',Arial;*/
}
@media (max-width: 1000px) {


    .input-group {
        border-radius: 3px;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 50px;
        margin-left: 30px;
        margin-top: 5px;
    }

    .btn-secondary {
        background-color: red;
        color: white;
        border: 1px solid red;
    }

    .btn-secondary:hover {
        background-color: red;
        color: white;
        border: 1px solid red;
    }

    .navbar-brand {
        width: 110;
        height: 50;
    }

    .footer-banner {
        padding-top: 5px;
        text-align: center;
        padding-bottom: 2px;
        line-height: 2;
    }

    #navbar {
        display: none;
    }

    #Navbar-Tabs {
        display: none;
    }
}

@media (min-width: 1000px) {
    #navbarMob {
        display: none   ;
    }



}


/* Header Css */



/* Main Page Index PAge  */

.banner{
    background: url('https://redeal.lookmetrics.co/wp-content/uploads/2020/01/vis.jpg');
    background-size: cover;
    height: 70vh;
}

/*@media (min-width: 800px) {*/
/*    #banner-text {*/
/*        padding-top: 220px;*/
/*    }*/

/*}*/

/*@media (max-width: 800px) {*/
/*    #banner-text {*/
/*        padding-top: 100px;*/
/*    }*/

/*}*/

.banner-heading {
    font-size: 50px;
    font-weight: 700;
    color: white;
    /*font-family: 'Poppins';*/
}

.banner-subheading {
    font-size: 22px;
    color: white;
    font-weight: 400;
    /*font-family: 'Poppins';*/
}

.topfivesuggestion:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-family: FontAwesome;
    content: "\f005";
    font-size: 20px;
    color: #fff;
    margin: -20px 0 0 -20px;
    background: #eb0909;
    text-align: center;
}
.main-page .nav-tabs .nav-item.show .nav-link, .main-page .nav-tabs .nav-link.active {
    color: #eb0909  !important;
    background: transparent !important;
    border-color: transparent;

}
 .deal_string {
    line-height: 22px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.couponsstrip .card , .couponsstrip .card-footer{
background: transparent;
}
.couponsstrip .card i.far.fa-heart {
    position: absolute;
    top: 5px;
    right: 5px;
}
.couponsstrip a:hover{
    text-decoration: none;
}
.couponsstrip{
    border: 1px solid #e3e3e3;
}

.expired-coupons{
   background:  repeating-linear-gradient(-55deg,#f8f8f8,#f8f8f8 10px,rgba(225,224,224,.45) 10px,rgba(225,224,224,.4) 20px);
}
.gradient-section{
    background-image: linear-gradient(20deg,#001680 0%,red 100%);
}
.gradient-section .texture{
    background: url('./images/pr_pattern.png');
    border-bottom: 3px solid white;
}
.topstores .offerimage{

    position: relative;
}
.topstores .offerhoverimage{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background: red;
    height: 0;
    z-index: -1;
}
.offerimage:hover &gt; .offerhoverimage{

    height: 100%;
    z-index: 1;
    transition-duration: 0.6s;
    text-decoration: none;
}
.gradient-section svg {
 transform: rotate(
180deg);
 /* height: 44px; */
 width: 100%;
}
/* Main Page Index PAge  */
body{
    background-color: #f2f2f2;
}

.stores-name-btn p{
    text-align: center;
    color: black;
    display: inline-block;
    margin-bottom:0;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 18px;
}
.stores-content .store-num p{

    color: black;

    margin-bottom: 0;

}
.stores-content .store-num {
    border-bottom: 1px solid #f2f2f2;
}
.stores-content .card  {
  border-radius: 0;
}

.stores-content .card .card-body {
    padding: 10px;
    height: 60px;
}
.stores-content .card-footer{
    border: none;
    background: white;
}

.stores-content .card .card-body img {

    height: 100%;
    width: 100%;
    object-fit: contain;
}
.stores-content .card:hover {
    border-color: #000000 !important;
    text-decoration: none;
}
.stores-content .card:hover a{
    text-decoration: none;
}
.widget .title, .widget h2, .elementor-widget .title {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #111;
    margin: 0 0 22px;

}
.widget .title:after {
    content: ' ';
    width: 75px;
    border-bottom: 2px solid #eb0909;
    display: block;
    position: absolute;
    bottom: -1px;
}
 .title {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #111;
    margin: 0 0 22px;

}
 .title:after {
    content: ' ';
    width: 75px;
    border-bottom: 2px solid #eb0909;
    display: block;
    position: absolute;
    bottom: -1px;
}
.head_search .search-form, .head_search form.search-form input[type=text], .widget_search .search-form, .widget_search form.search-form input[type=text] {
    width: 100%;
    clear: both;
}
form.search-form {
    padding: 0;
    border: none;
    position: relative;
    width: auto;
    display: flex;
    margin: 0;
    max-width: 100%;
}
form.search-form [type=submit] {
    border: none;
    cursor: pointer;
    padding: 0 16px;
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    background: #eb0909 !important;
    color: #fff !important;
    outline: 0;
}
form.search-form input[type=text] {
    border: 1px solid #e1e1e1;
    height: 39px;
    background-color: #fff;
    padding: 2px 45px 2px 12px;
}
.eb-cat{
    background-color: white;
}
.eb-categories  ul {
    list-style: none;
    padding: 0;

}
.eb-cat ul li&gt;a {
    color: #333;
    padding: 12px 0;
    display: inline-block;
}
.eb-cat li .count {
    font-size: 90%;
    opacity: .7;
}
.eb-cat ul li.cat-item {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
}
.eb-cat ul li.cat-item ul.children {

    padding-left: 20px;
}
.eb-cat ul li.cat-item ul.children {
    padding-left: 20px;
    padding-top: 15px;
}
.temperatur {
    color: #ca212a;
    font-weight: 700;
    padding: 3px 3px 0 0;
    display: inline-block;
    white-space: nowrap;
}
.gradus_icon:before {
    vertical-align: top;
    content: "Â°";
    margin: 0 2px;
}
.item-small-news h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.popularcomment .nav-tabs &gt; .nav-link {
    padding:7px 0;
    background:linear-gradient(to bottom,#fff 1px,#f9f9f9 1px,#ebebeb);
}
.popularcomment .nav-tabs .nav-item.show .nav-link, .popularcomment .nav-tabs .nav-link.active {
    color: #fff;
    background: #eb0909 !important;
    border-color: #dee2e6 #dee2e6 #fff;
    color: white !important;
}
.eb_chimp h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 10px 0 20px;
}

.eb_chimp:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-family: FontAwesome;
    content: "\f0e0";
    font-size: 20px;
    color: #fff;
    margin: -20px 0 0 -20px;
    background: #eb0909;
}
.signupnewsletter .eb_chimp input.email {
    border: 1px solid #d9d9d9;
    width: 100%;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 10px;
    border-radius: 5px;

}
.signupnewsletter .eb_chimp {
    background-color: #f5f5f5;
    padding: 20px;
    border: 4px solid #e6e6e6;
    text-align: center;
}
.signupnewsletter input#mc-embedded-subscribe {

    height: 100%;
    border: none;
    font-size: 16px;
    text-shadow: none;
    font-weight: 700;
    background: #eb0909;
    cursor: pointer;
    box-shadow: none;
    padding: 12px 10px;
    border-radius: 5px;
}
.signupnewsletter .eb_chimp p.chimp_subtitle {
    margin: 15px auto;
    color: #888;
}

.card-text a {
    font-weight: 700!important;
    color: #212529 !important;
    font-size: 20px !important;
}

.btn2{
font-weight: 600;
font-size: 14px;
background-color: #ffc000;
width: 100%;
}
.btn2:hover{
background-color: #fff;
color: #ffffff !important;
box-shadow: rgba(255, 99, 71, 0.8) 0px 4px 12px;
}
#expiredbtn2{
    font-weight: 600;
    font-size: 14px;
    background-color: #c0c0c0;
    }
    #expiredbtn2:hover{
    background-color: #393939;
    color: white !important;
    box-shadow: rgba(5, 5, 5, 0.8) 0px 4px 12px;
    }
#dashedexpiredbtn2{
    font-weight: bold;
    font-size: 14px;
    border: 1px dashed #ddd;
    background: #f4f4f4;
    color: grey;
    text-decoration: line-through;
    margin-top: 5px;
    }
    #dashedexpiredbtn2:hover{
    border-color: black;
    }

.image-parent.hottest{
    height: 200px;
}
/* Coupon card Css  */
.coupons-content a.nav-item {
    border-radius: 0 !important;
    border:unset;
    padding: 12px 16px;
    display: inline-block;
    transition: all .3s ease;
    font-weight: 400;
}
.coupons-content .nav-tabs .nav-link:focus, .coupons-content .nav-tabs .nav-link.active, .coupons-content .nav-tabs .nav-link:hover {
    border-color: unset;
    background: #eb0909;
    color: white !important;
    border-bottom: unset;
    transition-duration: 0.8s;

}
/* Ribbon Tag  */
.re-ribbon-badge.left-badge {
    right: auto;
    left: -8px;
    text-align: left;
}
.re-ribbon-badge {
    position: absolute;
    right: -5px;
    top: -5px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
    z-index: 2;
    pointer-events: none;
}
.re-line-badge.badge_2, .re-ribbon-badge.badge_2 span {
    background: #ffbc00;
}
.re-ribbon-badge.left-badge span {
    transform: rotate(
-45deg);
    right: 0;
}
.re-ribbon-badge span {
    font: bold 10px/28px Arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(
45deg);
    width: 125px;
    display: block;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 21px;
    right: -27px;
}
.re-ribbon-badge span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #333;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}
.re-ribbon-badge span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #333;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}




.flickity-page-dots{
    display: none;
}
.carousel{
    /* margin-left: 18%; */
    width: 100%;
    height: auto;
}
.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}
.carousel-cell {
    padding: 0 40px;
}

.carousel-cell img{
    /*margin-left: 15px;*/
    margin-top: 10px;
    height: 130px;
    text-align: center;
    border: none;
    /* border-radius: 8px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    object-fit: contain;
    background: white;
}
.modal .carousel-cell img{
    height: 100px;
}
.carousel-cell .crdtitle{
    font-size: 13px;
    font-weight: bold;
}
.carousel-cell .pricespan{
    color: #2d3575;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Graduate', cursive;
    text-align: left;
}
.carousel-cell h2 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'poppins',"Trebuchet MS";

}
.carousel-cell li{
    font-size: 12px;

}
.rh-cartbox {
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px;
    transition: all .35s cubic-bezier(.39,.58,.57,1);
    border-top: 1px solid #efefef;
    margin-bottom:1rem;
}
.rh-cartbox:hover {
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 4px;
    backface-visibility: hidden;
}
.coupons_page .nav-item {
    background: transparent!important;
    border-radius: 5px;
    border: none;
    border-color: transparent !important;
    margin: 0 5px;
}
.coupons_page .nav-item.active ,.coupons_page .nav-item:focus, .coupons_page .nav-item:hover {
    background: #eee!important;
    border-radius: 5px;
    border: none;
    border-color: transparent !important;
}








/*allcounpn MS*/

#card{

    padding: 20px 25px;
}
ul.list-unstyled.pop {

}
ul.list-unstyled.pop {
}
#card .pop {
    float: right;
    position: absolute;
    top: 55%;
    left: unset;
    z-index: -1;
    opacity: 0;
    /*display: none;*/
    right: 0;
    transform: translate(90px, 0);
    transition-duration: 1s;
}

/*#card:hover .pop{*/
/*    visibility: visible;*/
/*    animation: mymove 1s;*/
/*    animation-iteration-count: 1;*/
/*}*/
/*@keyframes mymove {*/
/*    50% {right: 50%;}*/
/*    0% { right: 0px;}*/
/*}*/
#card:hover .pop {
    transform: translate(-40px, 0);
    z-index: 1;
    opacity: 1;
    /*display: block;*/

}

#card h2{
    font-weight: 700;
}
.para{
    color: #666;
    opacity: 0.5;
    font-weight: bold;
    font-size: 13px;
}
#card .label{
    border: 1px solid red;
    background-color: red;
    padding: 5px 9px;
    color: #fff;
}
#pre-label{
    border: 1px solid black;
    padding: 5px 1px 0px 1 px;
    box-shadow: 2px 3px 1px -1px black;
}
#card-body .uncat a{
    color: #808080;
}
#btn2{
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px 10px 20px;
    background-color: #ffc000;
}
#btn2:hover{
    background-color: red;
    color:#fff !important;
    box-shadow: rgba(255, 99, 71, 0.8) 0px 4px 12px;
}
.fa-facebook {
    background: #3B5998;
    color: white;
    font-size: 20px;
    padding: 10px 18px;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
    font-size: 20px;
    padding: 10px 14px;
}
.fa-pinterest {
    background: #cb2027;
    color: white;
    font-size: 20px;
    padding: 10px 14px;
}

/*MS*/


a.comment_two {
    background: none transparent;
    border: 1px solid #000;
    padding: 2px 5px;
    line-height: 13px;
    font-size: 13px;
    width: auto;
    height: auto;
    position: relative;
    min-width: 11px;
    color: #111;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}


a.comment_two:after {
    top: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-top-color: #000;
    border-width: 7px 9px 9px 0;
    margin-left: -9px;
}
.mainoff1{
    position: absolute;top:0;right: 55px;
}
.mainoff2{
    position: absolute;top:0;right: 0
}

@media (min-width: 1200px){
.container {
    max-width: 1230px !important;
}
}
@media (max-width: 500px) {
    .flickity-prev-next-button.previous {
        left: 0;
    }
    .flickity-prev-next-button.next {
        right: 0;
    }
    .carousel-cell {
        padding: 0 50px;
    }
    #card .pop {
        float: right;
        position: absolute;
        top: 55%;
        left: unset;
        z-index: unset;
        opacity: 1;
        /*display: none;*/
        right: 30px;
        transform: unset;
        transition-duration: 1s;
    }
    #card:hover .pop {
        transform: unset;
        z-index: 1;
        opacity: 1;
        /*display: block;*/

    }
    #card .btn2{
        width: 100%;
    }
}
.coupon_btnbtn{
    background: none #ffc000 !important;
    color: #000000 !important;
    fill: #000000 !important;
    border: none !important;
    text-decoration: none !important;
    outline: 0;
    box-shadow: -1px 6px 19px rgb(255 192 0 / 20%) !important;
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    padding: .65em 1.1em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    transition: all .4s ease;
}
.coupon_btnbtn:before {
    border: 1px dashed #fff;
    border-left: none;
    border-bottom: none;
    width: 16px;
    height: 100%;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(
            67deg,rgba(0,0,0,0),rgba(0,0,0,0) 50%,#a6b79d 51%,#e9ffdd 66%)!important;
}
.coupon_btnbtn:hover{
    background: none #eb0909 !important;
    color: #ffffff !important;
    box-shadow: -1px 6px 13px rgb(235 9 9 / 40%) !important;
}
.coupon_btnbtn:hover:before {
    width: 25px;
}

.no-padding {
    padding:0px;
}
.no-padding-left {
    padding-left: 0px !important;
}
.store-title {
    margin:15px 0px;
    line-height: 1;
}
.grid-img {
    width: 50%;
    object-fit: contain;
    margin: 0px auto;
    padding: 10px;
}
.no-bottom-padding {
    padding-bottom: 0px;
}
.store-img {
    padding: 0px;
    width: 100%;
    height: 150px;
}
.footer-text p {
    color: #fff !important;
}
.store-heading {
    margin:1.5rem 0px;
}
.subs-form {
    display: inline-block;
    padding: 0px;
    width: 100%;
    margin: 0px;
}
.modal-dialog {
    background: #fff;;
}
.modal-content {
    border:0px;
}
.coupon_modal_content {
    padding: 0px 20px 20px 20px;
    -webkit-background: linear-gradient(to bottom,#5000be 0,#9101fe 100%);
    background: #5000be;
    color: #fff;
    border: 0px;
    border-radius: 0px;
}
.copy-code {
    color: #fff;
    text-decoration: none;
}
.copy-code:hover {
    color: #fff;
    text-decoration: none;
}
.go-to-store {
    margin-top: -25px;
}
.modal-heading {
    margin:1.5rem 0px;
}
.close-btn {
    color: #fff; 
}
.app-search {
    width:100%;
}
.no-top-margin {
    margin-top: 0px;
}
.top-margin-20px {
    margin-top: 20px; 
}
.jq-star-svg {
    width: 25px !important;
    height: 25px !important;
}
.jq-star {
    display: inline-block;
}
.my-rating-4 {
    margin: 0px auto;
}
.subscribe-input {
    float: left;
    margin-bottom: 10px;
    width: 75%;
    padding: 11px;
    border-radius: 0px;
    margin-bottom:10px; width:75%;
}
#mc-embedded-subscribe {
    border-radius: 0px;
}
.margin-bottom-10px {
    margin-bottom: 10px;
}
.rul {
    color: #333;
    margin:10px !important;
}
.rul a {
    color: #333; 
}
.list-group-item a {
    color: #333; 
}
.thumbnail {
    line-height: 1.42857143;
    display: block;
    margin: 10px 0px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
}
.thumb-inside {
    position: relative;
}
.list-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 10px;
}
.list-img img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.expired {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background: repeating-linear-gradient(
    -55deg
    ,#f8f8f8,#f8f8f8 10px,rgba(225, 224, 224, 0.45) 10px,rgba(225, 224, 224, 0.4) 20px);
}
.label-black-friday {
    background-color: #333 !important;
    color: #fff !important;
}

.label-christmas {
    background-color: #f34e3d !important;
    color: #fff !important;
}

.label-new-year {
    background-color: #6a3df3 !important;
    color: #fff !important;
}

.font-weight-600 {
    font-weight: 600!important;
}

.store-detail-text &gt; h2 {
    font-size: 1.5rem !important;
    margin: 15px 0px !important;
}
.offer-img {
    max-width: 100% !important;
}

.left-side-h3 {
    font-size:16px; 
    margin-top:10px;
}

.left-side-table {
    font-size:14px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.inline-block {
    display: inline-block !important;
}
.store-title-row {
    background:#fff; margin:1rem 0rem;
}
.icon-amonunt {
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
}

.store-footer {
    background: #ffdd2b;
    display: none;;
}

.best-deal-img {
    width: 100% !important;
}

.no-padding {
    padding:0px !important;
    margin: 0px !important;
}

.cpn-btn-footer {
    background: none #eb0909 !important;
    color: #fff !important;
}</pre></body></html>