.dvSideBar {
    background-color: #ffffff;
    margin: 10px 0;
}

.sideBox {
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.couponBrandInfo {
    font-size: 15px;
}

.couponBrandInfo .logo img {
    max-height: 130px;
    width: 100%;
    object-fit: contain;
    background-color: #faf7f7;
    padding: 10px;
    border: 1px solid #efecec;
    border-bottom: 3px solid #2bc3ab;
    margin-bottom: 15px;
}

.couponBrandInfoStatus table {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.couponBrandInfoStatus table tr {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 2px 5px;
    border-radius: 3px;
    border: solid 1px #e9e9e9;
}

.couponBrandInfo .small-heading {
    font-size: 18px;
}

.couponBrandInfoStatus table tr:last-child {
    margin-bottom: 0;
}

.couponBrandInfo td.cData {
    color: #f75e5e;
    font-weight: 700;
}

/* ==== Coupon Box ===  */
.coupons {
    margin-bottom: 15px;
}

.couponBody {
    border-radius: 5px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 2px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    position: relative;
}

.couponBody a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.couponBody_grid {
    padding: 10px;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    grid-gap: 20px;
}

.dealInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-right: 1px dashed #c8c8c8;
}

.dealInfo .discount {
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: center;
    color: #f75e5e;
}

.dealInfo .discount span {
    font-size: 32px;
    display: block;
}

.dealTitle {
    display: grid;
    grid-template-columns: 1fr 210px;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    gap: 10px;
}

.dealTitle .small-heading {
    font-size: 20px;
    margin-bottom: 0;
}

.dealTitle .theme-btn {
    text-align: right;
}

.dealTitle .custom-btn.view-slide {
    min-width: 175px;
}

.dealDetails button {
    background: transparent;
    border: none;
    z-index: 99;
    margin-top: 5px;
}

.dealerLogo {
    font-size: 14px;
    margin-bottom: 12px;
}

.dealerLogo img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.couponStatus {
    font-weight: 300;
    font-size: 14px;
}

div.dealInfoDetails {
    padding: 10px 15px;
    border-top: 1px dashed #c8c8c8;
    display: none;
}

.get-code .couponCode {
    padding-right: 5px;
    right: 0;
    border: dashed 2px #2fc2a9;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #2fc2a9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
}

.get-code {
    width: 175px;
    position: absolute;
    right: 5px;
}

.get-code .getBtn {
    background-image: url("./../../images/assets/get-code-btn.png");
    background-repeat: no-repeat;
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transform: translateX(0);
}

.get-code .getBtn:hover {
    transform: translateX(-10px);
}

.get-deal {
    position: absolute;
    right: 5px;
}

.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.copy-button button {
    padding: 5px 20px;
    background-color: #0fc0a4;
    color: #fff;
    border: 1px solid transparent;
}

.couponModal .modal-dialog {
    max-width: 600px;
}

.get-code-sm {
    display: none;
}

@media (max-width: 767px) {

    .get-deal,
    .get-code {
        display: none;
    }

    .get-code-sm {
        display: block;
    }

    .get-code-sm {
        text-align: right;
        margin-right: 5px;
        color: var(--theme-primary-color);
    }

    .get-code-sm i {
        font-size: 18px;
        line-height: normal;
    }

    .dealTitle {
        grid-template-columns: 1fr 30px;
    }

    .couponBody_grid {
        grid-template-columns: 90px 1fr;
        grid-gap: 15px;
    }

    .dealInfo .discount {
        font-size: 18px;
    }

    .dealInfo .discount span {
        font-size: 28px;
    }

    .contactUs-sec {
        padding: 30px 20px !important;
        text-align: center;
    }

    .mailing-address {
        margin-bottom: 30px;
    }

    #issue_type {
        font-size: 1.5rem !important;
    }

    address.d-flex.justify-content-start {
        justify-content: center !important;
    }

    .dvForm {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .dealerLogo img {
        max-width: 16px;
        max-height: 16px;
    }

    .dealerLogo {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .dealTitle .small-heading {
        font-size: 17px;
    }

    .dealTitle {
        margin-bottom: 9px;
    }

    span.verified img {
        width: 9px;
    }

    .couponStatus {
        font-size: 12px;
    }

    .dealDetails button {
        font-size: 13px;
    }

    .dealInfo .discount {
        font-size: 16px;
    }

    .dealInfo .discount span {
        font-size: 24px;
    }
}

.catagoryItems_grid {
    column-count: 1;
}

.catagoryBox {
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.catagoryHead a {
    display: block;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #f5f1f1;
}

.catagoryHead img {
    width: 45px;
}

.catagoryHead .small-heading {
    font-size: 2.5rem;
    line-height: normal;
    margin-bottom: 0;
    color: var(--theme-primary-color);
    font-weight: 800;
    text-decoration: underline;
}

.subCatagoryList ul {
    padding: 7px;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    background: #fff;
}

.subCatagoryList ul li {
    list-style-type: none;
}

.subCatagoryList ul li a {
    text-decoration: underline;
    display: block;
    line-height: normal;
    padding: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    background-color: #fff;
}

.subcategorieList .list {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

ul.angle-right {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.angle-right>li {
    position: relative;
    padding-left: 20px;
}

ul.angle-right>li:before {
    color: var(--theme-primary-color);
    top: 15px;
    left: 5px;
    content: "\f101";
    font-size: inherit;
    position: absolute;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
}

.subCatagoryList ul.angle-right {
    padding-left: 10px;
}

.listing_block {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #e4e4e4;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #fff;
}

.listing_cat-type {
    width: 115px;
    position: absolute;
    background-color: #f2416d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    top: -10px;
    left: -41px;
    padding-top: 30px;
    padding-bottom: 3px;
    cursor: pointer;
    text-decoration: none;
    transform: rotate(-45deg);
    z-index: 8;
    font-size: 14px;
}

.listing_block_logo {
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #faf7f7;
}

.listing_block_logo img {
    max-height: 140px;
    width: 100%;
    object-fit: contain;
}

.listing_block_logo .offerBadge {
    position: absolute;
    bottom: -15px;
    right: 10px;
    background-color: #fff;
    padding: 7px 20px;
    margin-bottom: 0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.listing_company_name {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    color: #0b57d0;
}

.listing_blockContent {
    padding: 20px;
    border-top: 1px solid #e6dcdc;
}

.listing_blockContent p:last-child {
    margin-bottom: 0;
}

.listing_block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*====== Modal ====*/
.couponModal .modal-dialog .modal-header {
    border-top: 6px solid var(--theme-secondary-color);
    padding: 15px 20px;
}

.couponModal .modal-dialog .modal-header .modalInfo .modalLogo {
    width: 100px;
    height: 100px;
    border: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50% !important;
}

.couponModal .modal-dialog .modal-header .modalInfo {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    grid-gap: 15px;
}

.modal-dialog .modal-header .modalInfo .modalLogo img {
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}

.couponModal .modal-content button.close {
    font-size: 3rem;
    line-height: normal;
    padding-top: 0;
    padding-right: 5px;
}

.couponModal .modal-dialog .modal-header .modalInfo .small-heading {
    margin-bottom: 0;
}

.couponModal .modal-dialog .modal-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.couponModal .modal-dialog .copy-button {
    height: inherit;
    margin: 0 0 5px;
    padding: 0;
    border: 3px dashed #e1e1e1;
    display: grid;
    grid-template-columns: 1fr 40%;
    width: 400px;
    justify-content: center;
}

.couponModal .modal-dialog .copy-button input {
    font-size: 20px;
    text-align: center;
}

.couponModal .modal-dialog .copy-button button {
    padding: 15px 20px;
    background-color: var(--theme-primary-color);
    color: #fff;
    border: 1px solid transparent;
}

.footer_grid {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.footer_grid p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.coupons-nav .nav-list {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.coupons-nav {
    margin: 20px 0;
}

.coupons-nav .nav-list .list {
    min-width: 130px;
    padding: 10px;
    background-color: var(--theme-primary-color);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupons-nav .nav-list .list:hover {
    background: #208576;
}

.coupons-nav .nav-list .list img {
    margin-right: 5px;
}

.gallery-list .dealList.hide {
    display: none;
}

.gallery-list .dealList.show {
    animation: animate 0.4s ease;
}

@keyframes animate {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/*====== Blog =======*/
.blog-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2.5rem;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    background: #fff;
    line-height: 1.5;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.blog-card .blog-img {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.blog-img a.img-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog-card .blog-dtls {
    padding: 15px 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .blog-dtls .read-btn a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-card .blog-dtls .read-btn a:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: margin 0.3s, opacity 0.3s;
    transition: margin 0.3s, opacity 0.3s;
    font-weight: normal;
}

.blog-card .blog-dtls .read-btn a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

/*====== Sidebar =====*/
.smartCouponHead {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-gap: 7px;
    align-items: center;
    margin-bottom: 10px;
}

.smartCouponHead p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-primary-color);
}

.smartCouponWidgetBox .theme-btn a {
    display: block;
    border-radius: 10px;
    text-align: center;
}

.dvSideBar {
    background-color: #ffffff;
    margin: 15px 0;
}

.sideBox {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sideBoxTitle {
    color: var(--theme-primary-color);
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebed;
}

.sideBoxBody {
    padding: 0px;
}

.relatedPost ul {
    padding-left: 0;
    margin-bottom: 0;
}

.relatedPost ul li {
    list-style-type: none;
}

.relatedPost ul li a {
    text-decoration: none;
    display: block;
    line-height: normal;
    padding: 10px;
    border: 1px solid #f0f0f0;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 5px;
}

.checked {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.checked>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.checked>li::before {
    position: absolute;
    color: var(--theme-primary-color);
    top: 1px;
    left: 0;
    content: "\f14a";
    padding-right: 10px;
    font-size: 16px;
    font-family: "FontAwesome";
}



@media (min-width: 768px) {
    .blog-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .blog-card .blog-img {
        flex-basis: 25%;
        height: auto;
        margin-bottom: 0;
    }

    .blog-card .blog-dtls {
        flex-basis: 75%;
    }

    .blog-card .blog-dtls:before {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

}

@media (max-width: 575px) {
    .blog-card .blog-img {
        height: 150px;
    }


}

.categories-searchBox input#hostname {
    border: 1px solid var(--theme-primary-color);
}

/* Extra small devices (phones, up to 575.98px) */


/* Small devices (portrait tablets and large phones, 576px and up to 767.98px) */

/* Medium devices (landscape tablets, 768px and up to 991.98px) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .listing_block {
        min-height: 270px;
    }

    .listing_company_name {
        font-size: 16px;
    }

    .listing_details {
        font-size: 1.4rem;
    }

    .listing_blockContent {
        padding: 17px;
    }
}

/* Large devices (laptops/desktops, 992px and up to 1199.98px) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .listing_block {
        min-height: 290px;
    }

    .listing_blockContent {
        padding: 20px;
    }
}
