html {
    background-color: #f5f5f5;
}

body {
    /* font-family: Arial, sans-serif; */
    line-height: 1.6;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px !important;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.content_container article {
    max-width: 1200px;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
}

h1,
h2,
h3 {
    color: #1a237e;
}

h1 {
    font-size: 34px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

.fw-600{
    font-weight: 600 !important;
}

.section {
    margin-bottom: 30px;
}

ul,ol {
    padding-left: 20px;
}

.tip-box {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}

.section ul {
    list-style: '- ';
}
.section ol {
    list-style: decimal;
}

.main-menu {
    background-color: #f5f5f5;
}

.page-header {
    padding: 15px 0px;
    background: #fff;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}

.formcnt {
    width: 100%;
}


.brand-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand-logo img {
    width: 120px;
    height: 60px;
}

.brand-title {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.brand-title h1{
    margin: 0;
}

h2.coupon-title{
    margin: 0;
}

h2.codeupdate {
    font-size: 24px;
    margin-bottom: 20px;
    color:#333;
}
h2.codeupdate span{
        color:#ff5b5c;
}

.content_container {
    width: 70%;
}

.sidebar_container {
    width: 30%;
    padding-left: 20px;
}

h2.sidebar_heading {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.sidebar_container ul {
    padding-left: 0;
    list-style: none;
}

.sidebar_container .lists a.btn_link {
    background: #1cb4ff;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    padding: 0px 10px;
    color: #fff
}

.sidebar_container .lists a {
    /* padding: 5px 0px; */
    display: table-row;
    text-decoration: none;
}

.sidebar_container .lists a span.list_title {
    font-weight: 500;
    display: table-cell;
    padding: 5px 0px;
}

.sidebar_container .lists a span.list_count {
    display: table-cell;
    padding: 5px 0px 5px 15px;
    text-align: center;
}
/* 
.sidebar_container .dealTypeContainer::after {
    background-color: #d9d9d9;
    border: none;
    content: "";
    height: 1px;
    margin-block: 1.25rem 0;
    display: block;
} */

.sidebar_container .dealTypeContainer,  .sidebar_container .storesContainer {
    margin: 30px 0px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.sidebar_container .dealTypeContainer{
    margin-top: 0;
}

#coupons-container h4{
    margin-bottom: 18px;
}

.coupon-card {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}

.coupon-details-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coupon-details-container .thumbnail-wrapper {
    width: 15%;
    max-width: 120px;
    left: 0;
    min-height: 120px;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 18px;
    border: 1px dashed #ddd;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #333;
}

.coupon-details-container .thumbnail-wrapper span.off_text {
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.coupon-details-container .thumbnail-wrapper img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

/* .coupon-details-container .thumbnail-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
     background-color: hsla(0, 0%, 97.3%, .17); 
    border: 1px dashed #ddd;
    border-radius: 3px;
}

.coupon-details-container .thumbnail-wrapper:after {
    content: " ";
    display: table;
    clear: both;
} */

.coupon-details-container .coupon-content {
    width: 80%;
    /* border: 1px solid; */
    margin-left: 20px;
}

.coupon-details-container .coupon-content .coupon-bottom-info {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 15px 0px;
    justify-content: space-between;
}

.coupon-details-container .coupon-content .coupon-bottom-info ul {
    padding-left: 0;
}

.coupon-bottom-info .coupon-out-button a {
    min-width: 220px;
}


@media (max-width:767px) {

    html {
        margin-top: 110px !important;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .page-header {
        /* padding: 10px 0px; */
    }

    h2.codeupdate{
        font-size: 20px;
    }

    .formcnt {
        width: 100%;
    }

    .content_container,
    .sidebar_container {
        width: 100%;
        padding: 0;
    }

    .coupon-card {
        /* margin: 15px; */
    }

    .coupon-details-container .thumbnail-wrapper {
        width: 100%;
        margin: auto;
    }

    .coupon-details-container .thumbnail-wrapper span.off_text {
        font-size: 24px;
    }

    .coupon-details-container .coupon-content {
        width: 100%;
        margin: 0;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info .coupon-bottom-info-2 {
        width: 100%;
        margin: 10px 0px;
    }

    .coupon-details-container .coupon-content .coupon-bottom-info .coupon-out-button {
        float: none !important;
    }

    .coupon-bottom-info .coupon-out-button a {
        margin: auto;
        width: 80%;
    }

    .coupon-details-container .thumbnail-wrapper {
        max-width: 135px;
        min-height: 135px;
        height: 135px;
        margin-bottom: 10px;
    }
}