@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&family=Open+Sans:wght@300;400;500&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h1, h2, h3, h4, h5, h6, button, a {
    font-family: 'Montserrat', sans-serif;
}

w {
    font-family: 'Open Sans', sans-serif;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f3f3f3;
}

.header-bar {
    background-color: #000;
    padding: 10px 0;
}

.footer-social {
    margin: 25px 0 0 0;
    display: inline-block;
}

    .footer-social li {
        list-style: none;
        display: inline-block;
        margin-left: 3px;
    }

        .footer-social li a {
            border: 1px solid;
            line-height: 30px;
            width: 35px;
            display: block;
            text-align: center;
        }

.search-bar input.searchbox {
    display: block;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 10px;
}

.search-bar {
    margin-top: 25px;
    position: relative;
    width: 70%;
    margin: 25px auto 0;
}

    .search-bar input.searchbox:focus {
        outline: none;
    }

.menu-bar {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
    background: #fff;
}

    .menu-bar .navbar-nav a.nav-link {
        font-weight: 600;
    }

    .menu-bar .navbar-nav li {
        margin-right: 15px;
    }

.search-bar > a {
    background-color: #eb1d23;
    color: #fff !important;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 9.5px 10px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-accordions .accordion-button {
    background-color: transparent;
    display: block;
    text-align: center;
    color: #484848;
    font-weight: 600;
    padding: 22px 0;
    font-size: 20px;
}

.footer-accordions .accordion-item {
    border: none;
    background-color: #fff;
}

.footer-accordions .accordion {
    margin-bottom: 15px;
}

.footer-accordions .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 50px;
}

    .accordion-body a {
        color: #000 !important;
        padding: 0;
        font-size: 14px;
        margin: 5px 0;
    }

.newsletter-bar {
    background: repeating-linear-gradient( -45deg, #fff, #fff 3px, #fbfbfb 3px, #fcfcfc 6px );
    text-align: center;
    padding: 15px 0 30px;
}

.newsletter-field input {
    border: none;
    background-color: #f3f3f3;
    padding: 12px 20px;
    width: 100%;
    font-size: 13px;
}

.newsletter-field {
    width: 40%;
    margin: 0 auto;
    position: relative;
}

    .newsletter-field button {
        position: absolute;
        border: none;
        background-color: #fdc309;
        color: #fff;
        padding: 13px 20px;
        font-size: 12px;
        font-weight: 600;
        right: 0;
    }

.footer-widgets {
    background-color: #000;
}

    .footer-widgets a.nav-link {
        color: #fff;
        text-decoration: none;
        padding: 0;
        font-size: 14px;
        margin: 4px 0;
    }

.copyright-bar a {
    text-decoration: none;
    font-size: 13px;
    margin-left: 20px;
    color: #c5c5c5 !important;
}

.footer-widgets {
    padding-top: 20px;
}

.copyright-bar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #424242;
}

    .copyright-bar p {
        font-size: 12px;
        color: #c5c5c5;
    }

    .copyright-bar .nav {
        flex-direction: row-reverse;
    }

.newsletter-field input:focus {
    outline: none;
    box-shadow: none;
}

.hero-section {
    position: relative;
}

    .hero-section .owl-nav {
        position: absolute;
        bottom: 180px;
        width: 100%;
    }

        .hero-section .owl-nav button {
            color: #fff !important;
            font-size: 65px !important;
            font-weight: 100 !important;
            line-height: 0px !important;
        }

            .hero-section .owl-nav button.owl-next {
                right: 30px !important;
                position: absolute;
            }

            .hero-section .owl-nav button:hover {
                background: transparent !important;
            }

            .hero-section .owl-nav button.owl-prev {
                left: 30px !important;
                position: absolute;
            }

.stores_carousel_inn {
    background: #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
    position: relative;
    margin-bottom: 10px;
    padding-top: 15px;
}

.stores_carousel h4, .categories_carousel h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.stores_carousel a, .categories_carousel .container-fluid > a {
    position: absolute;
    right: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
}

.stores_carousel_inn .owl-carousel {
    border-top: 1px solid #e7e7e7;
    margin-top: 5px;
    padding: 20px 40px;
}

.trending-inn .item {
    padding: 10px 10px;
    border: 1px solid #ededed;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    bottom: 35px;
}

.owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    bottom: 35px;
}

.owl-nav button:hover {
    background: transparent !important;
}

.stores_carousel_inn .owl-nav {
    position: relative;
}

.owl-nav button {
    font-size: 40px !important;
    color: #b5b5b5 !important;
    font-weight: 100 !important;
}

.coupons-tab .nav-link {
    border: none;
    border-radius: 0px !important;
    color: #4a4a4a;
    font-size: 16px;
    transition: 0.2s ease;
    font-weight: 500;
}

    .coupons-tab .nav-link i {
        margin-right: 10px;
    }

    .coupons-tab .nav-link.active {
        color: #d9222b !important;
    }

    .coupons-tab .nav-link:hover {
        background-color: #fff;
        color: #eb1d23 !important;
    }

.coupons-tab .nav-tabs {
    border: none;
}

.coupons-tab .tab-content {
    margin-top: 5px;
    background-color: #fff;
    padding: 15px 15px;
}

.coupon-block h4 {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    /* display: -webkit-box; */
    margin: 5px 0;
    line-height: 19px;
}

.coupon-block p {
    font-size: 13px;
    color: #545454;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

.coupon-date {
    font-size: 12px;
    text-align: right;
}

.badge-verify {
    text-align: right;
    font-style: italic;
    color: #00a723;
}

.badge-expire {
    text-align: right;
    font-style: italic;
    color: #e51a59;
}

.coupon-block img {
    border: 1px solid #efefef;
    max-width: 100%;
}

a.btn.btn_get_deal {
    border: 2px solid #e61959;
    border-radius: 2px;
    display: block;
    position: relative;
    text-align: left;
    border-style: dashed;
    padding: 0;
    margin: 5px 0;
}

    a.btn.btn_get_deal span.code-text-full {
        transition: background .2s ease 0s,.3s width;
        position: relative;
        overflow: hidden;
        background-color: #e61959;
        color: #ffffff;
        /* padding: 10px 20px; */
        display: block;
        text-align: center;
        font-weight: 600;
        line-height: 43px;
    }

    a.btn.btn_get_deal:hover {
        opacity: 0.95;
    }

    a.btn.btn_get_deal span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 150%;
        width: 200%;
        height: 100%;
        transform: skewX(-20deg);
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
    }

    a.btn.btn_get_deal span:hover {
        transition-delay: .25s;
    }

        a.btn.btn_get_deal span:hover:after, a.btn.btn_get_deal span:visited:after {
            animation: shine .75s cubic-bezier(.01, .56, 1, 1);
        }

@keyframes shine {
    to {
        left: -200%;
    }
}

a.btn.btn_get_deal.btn_get_coupon span.code-text-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    border-radius: 1px;
    bottom: 0;
    z-index: 9;
}

span.partial-code {
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    padding: 10px 20px;
    text-align: right;
    display: block;
    font-weight: 600;
}

a.btn.btn_get_deal.btn_get_coupon:hover .code-text-full {
    width: 85%;
    word-break: keep-all;
}

.coupon-block {
    overflow: hidden;
    margin: 10px 0;
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #00000012;
}

a.btn.btn_get_deal:focus {
    outline: none;
    box-shadow: none;
}

.coupon-block a.more_detail {
    color: #212529;
    text-decoration: none;
}

.about_content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.about_inner {
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    overflow-x: scroll;
    max-height: 410px;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e61959;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #e61959;
    }

.menu-bar .navbar-nav li.active a {
    color: #d9222b !important;
}

a.intelliinn {
    margin: 0;
    color: #e61a5a !important;
}

.right_widget_box {
    margin: 10px 0;
    position: relative;
    height: 194px;
    background: #373232;
}

.store_name {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
}

    .store_name h2 {
        font-weight: 600;
        font-size: 37px;
        line-height: 48px;
        margin-bottom: 0px;
    }

.about_row {
    background-color: #fff;
    padding: 25px 25px;
}

.store_thum_img {
    border: 1px solid #f3f3f3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.about_store p {
    font-size: 14px;
    line-height: 24px;
}


.post-share a {
    border: 1px solid #000;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #000;
    border-radius: 2px;
}

.video_n_tips {
    margin: 15px 0;
}

.videobox h4 {
    text-align: center;
    font-weight: 600;
    background-color: #fdc208;
    padding: 5px 0px;
    font-size: 20px;
    margin: 0;
}

.video_n_tips .videobox {
    background-color: #fff;
    /* padding: 25px; */
}

.video_n_tips .tips {
    background-color: #fff;
    position: relative;
    padding-top: 45px;
    max-height: 297px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
}

.tips h4 {
    font-weight: 600;
}

.faq_section {
    background-color: #f3f3f3;
}

    .faq_section button {
        font-weight: 600;
        font-size: 15px;
        text-align: left;
    }

.accordion-button {
    background-color: transparent;
    color: #000;
    border: none !important;
    width: 100%;
}

    .accordion-button:focus {
        outline: none;
        box-shadow: none;
    }

.coupon_single_info {
    padding: 25px;
    background-color: #fff;
}

    .coupon_single_info h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.coupon_single_code {
    background-color: #fff;
    padding: 1px 20px;
}

.clockbox {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

    .clockbox .timedate, .clockbox i {
        display: inline-block;
        vertical-align: middle;
    }

    .clockbox i {
        color: #eb1d23;
        font-size: 40px;
        font-weight: 100 !important;
    }


    .clockbox i {
        border-right: 1px solid #e5e5e5;
        padding-right: 15px;
    }

.timedate small {
    display: block;
    color: #aeaeae;
    font-weight: 500;
    font-size: 11px;
}

.timedate {
    line-height: 20px;
}

span.countdown {
    font-size: 28px;
    font-weight: 500;
    color: #d9222b;
}

img.coupon_store_img {
    margin: 0 auto;
    display: block;
    padding: 25px;
}

.modal-content {
    background-color: #e61959;
    text-align: center;
    overflow: hidden;
}

.modal-header {
    color: #fff;
    text-align: center;
    border: none;
    display: block;
}

button.btn-close {
    filter: invert(1);
    position: absolute;
    right: 10px;
    top: 10px;
}

.code_deal_modal small.copytext {
    color: #cfcfcf;
    font-size: 12px;
}

.codebox a {
    margin: 0 !important;
}

.code_deal_modal .store_thumb {
    margin-bottom: 20px;
}

.codebox a.btn.btn_get_deal {
    color: #fff;
    background: #00000005;
}

    .codebox a.btn.btn_get_deal span {
        text-align: center;
        font-size: 31px;
    }

.codebox {
    width: 70%;
    margin: 0 auto;
}


.dropdown-menu .col-md-2 {
    padding: 0 2px;
    margin-bottom: 4px;
    flex: 100%;
    max-width: 100%;
}

.stores_carousel .item {
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 10px 10px;
    display: flex;
}

.categories_carousel a.catperma {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
}

.categories_carousel .item {
    text-align: center;
}

    .categories_carousel .item img {
        margin-bottom: 10px;
        width: 40% !important;
        margin: 0 auto;
    }

.coupons-tab .nav-link:focus {
    outline: none;
}

.owl-nav button:focus {
    outline: none;
}

.dropdown-item:focus {
    background-color: #fdc309;
}

.inner_all_categories {
    background-color: #fff;
    padding: 20px;
}

h2.mainheading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.all_categories .productbox {
    text-align: center;
    margin: 15px 0;
}

    .all_categories .productbox h2.producttitle {
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
    }

        .all_categories .productbox h2.producttitle a {
            text-decoration: none;
            color: #000;
        }

.productfront a {
    display: block;
    width: 100%;
}

    .productfront a img {
        width: 100%;
    }

.navbar-light .navbar-nav .nav-link {
    color: #d9222b;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #eb1d23;
    }

.rightlinks li {
    list-style: none;
    padding: 22px 0;
}

ul.rightlinks {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
    line-height: 15px;
}

.rightlinks li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

    .rightlinks li a img {
        filter: invert(1);
        width: 22px;
        display: block;
        margin: 0 auto;
    }

.inner_single_category {
    background-color: #fff;
    padding: 20px;
}

.breadcrumb {
    background-color: #f3f3f3;
    border-radius: 0px;
    padding: 4px 10px;
    margin-bottom: 30px;
}

li.breadcrumb-item a {
    color: #eb1d23;
    font-size: 14px;
}

li.breadcrumb-item {
    font-weight: 500;
    color: #000 !important;
}

.card-header {
    background-color: #1a3668;
    color: #fff;
    font-weight: 500;
    border-radius: 0px !important;
    padding: 2px 10px;
}

.card {
    margin: 0 0 40px 0px;
    border: none;
    border-bottom: 1px solid #efefef !important;
}

.leftboxlinks li {
    list-style: none;
    margin-bottom: 10px;
}

    .leftboxlinks li a {
        color: #000;
        font-size: 10px;
        font-weight: 500;
        display: block;
        position: relative;
    }

.sideNavCheckBox {
    cursor: pointer;
    margin: 0;
}


.leftboxlinks label {
    margin-left: 20px;
    display: block;
    font-size: 12px;
}

ul.leftboxlinks li a span.thiscount {
    color: #1a3668;
    float: right;
    width: 25px;
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
    position: relative;
    top: -2px;
}

.sidebarsearch {
    border: none;
    padding: 0 0;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0px;
    line-height: 0px;
    height: auto;
    margin-bottom: 20px;
}

    .sidebarsearch:focus {
        outline: none;
        box-shadow: none;
    }

.product_head_tools {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.sideNavCheckBox:focus {
    outline: none;
    box-shadow: none;
}

.brandsSlider {
    position: relative;
}

.single_category_page h2.mainheading {
    display: inline-block;
}

.pro_grid_default {
    background-color: #f3f3f3;
}

div#pagination1 {
    float: right;
}

.store_name img {
    width: 100%;
}

.coupon-block .disabled {
    position: relative;
}

    .coupon-block .disabled:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #ffffffd6;
        cursor: not-allowed;
    }

.more_stores_inner {
    background-color: #fff;
    padding: 20px;
}

.brandgrid img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 2px solid #f8f8f8;
    padding: 10px;
}

.more_stores h4 a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.more_stores h4 {
    margin: 0;
}

.brandgrid span {
    font-size: 13px;
}

.brandgrid a.btn.btnbp {
    font-size: 12px;
    padding: 0;
    color: #eb1d23;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: underline;
}

.brandgrid {
    margin: 20px 0;
}

    .brandgrid a.btn.btnbp:focus {
        outline: none;
        box-shadow: none;
    }

.modal-title {
    color: #fff !important;
    font-size: 32px !important;
    line-height: 35px;
}

.inner_faq_page {
    background-color: #fff;
    padding: 20px;
}

.inner_about_page {
    background-color: #fff;
    padding: 20px;
}

.inner_login_page {
    background-color: #fff;
    padding: 20px;
}

.login_page h1 {
    font-size: 26px;
    font-weight: 600;
}

.loginform {
    width: 50%;
    margin: 0 auto;
}

.enter_details input {
    display: inline-block;
    width: 49%;
    border-radius: 0px;
    border: 2px solid #f6f6f6;
}

    .enter_details input#password {
        float: right;
    }

form.enter_details {
}

.enter_details button {
    border: none;
    border-radius: 0px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.enter_details input:focus {
    outline: none;
    box-shadow: none;
}

.loginpage p, .loginpage a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.inner_register_page {
    padding: 20px;
    background-color: #fff;
}

.register_page h1 {
    font-size: 26px;
    font-weight: 600;
}

.register_page input {
    border: 2px solid #f3f3f3;
    border-radius: 0px;
    margin-bottom: 15px;
}

.register_page label {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
}

button#loginBtn1 {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
    margin: 15px 0;
}

.focussearchbox {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    bottom: 0;
    z-index: 9999999;
    min-height: 100px;
}

    .focussearchbox h4 {
        font-size: 14px;
    }

.typesearchbox {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    bottom: 0;
    height: 100%;
}

    .typesearchbox h4 {
        font-size: 14px;
    }

div#productSuggestion {
    background-color: #fff;
    z-index: 9999;
    position: relative;
}

.inner_search_page {
    background-color: #fff;
    padding: 20px;
}

.heading_sec h1 {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
}

.heading_sec .sort-by label {
    display: inline-block;
}

.heading_sec .sort-by select {
    display: inline-block;
    width: 82%;
    border: none;
    height: auto;
}

    .heading_sec .sort-by select:focus {
        outline: none;
        box-shadow: none;
    }

.how_to_use {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
}

    .how_to_use ul {
        padding: 0;
        text-align: center;
    }

        .how_to_use ul li {
            display: inline-block;
            width: 24%;
            padding: 15px;
        }

            .how_to_use ul li a img {
                width: 100%;
                border-radius: 10px;
                box-shadow: 0px 0px 10px #f1f1f1;
            }

.pros_cons {
}

.pros h4 {
    background-color: green;
    color: #fff;
    padding: 3px 10px;
}

.cons h4 {
    background-color: red;
    color: #fff;
    padding: 3px 10px;
}

.policies_sales_boxes {
    margin: 15px 0;
}

    .policies_sales_boxes .ps_inner {
        background-color: #fff;
        margin: 10px 0;
    }

.pros {
    background-color: #fff;
    padding-bottom: 10px;
    max-height: 297px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
}

.cons {
    background-color: #fff;
    padding-bottom: 10px;
    max-height: 297px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
}

.ps_inner {
}

.policies_sales_boxes .ps_inner h4 {
    font-weight: 600;
    /*background-color: #7ecfff;*/
    background-color: #4a4998;
    color: white;
    padding: 5px 15px;
    font-size: 20px;
    margin: 0;
}

.footer-widgets h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.footer-widgets a {
    color: #7e7e7e !important;
}

.faq_section .accordion-item {
    background-color: white;
    padding: 0px 10px 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.videobox iframe {
    padding: 20px 20px;
}

.video_n_tips .tips h4 {
    font-weight: 600;
    background-color: #4a4998;
    color: white;
    padding: 5px 15px;
    font-size: 20px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.tips ul {
}

.ps_inner p {
    padding: 15px;
    max-height: 350px;
    overflow-y: scroll;
    position: relative;
    height: 170px;
}

@media (max-width:999px) {
    .logo-box img {
        width: 40%;
    }

    .logo-box {
        text-align: center;
    }

    .rightlinks li {
        padding: 20px 0;
    }

    .footer-social {
        display: none;
    }

    .hero-section .owl-nav {
        bottom: 40px;
    }


    ul.rightlinks {
        position: relative;
        top: 24px;
        z-index: 999;
    }

    .rightlinks li a {
        color: #000 !important;
    }

        .rightlinks li a img {
            filter: unset !important;
        }

    .header-bar {
        margin-bottom: -48px;
        padding-top: 20px;
    }

    .copyright-bar .nav {
        flex-direction: row;
    }

    .copyright-bar p {
        margin: 0;
    }

    .copyright-bar {
        padding-bottom: 10px;
    }

    .footer-logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .store_name h2 {
        font-size: 25px;
        margin: 0;
    }

    .how_to_use ul li {
        width: 100%;
        margin: 20px 0;
    }

    .coupon-block .label {
        margin: 15px 0;
    }
}



.store_thum_img img {
    width: 95%;
}

.leftboxlinks input.form-check-input:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    font-family: fontawesome;
    color: var(--main-orange);
    background-color: #fff;
    top: 0;
    border: 2px solid rgb(26 54 104);
}

.leftboxlinks input.form-check-input:checked:before {
    background-color: #1a3668;
    border: none;
    content: "\f00c";
    color: #fff;
    text-align: center;
}

.storepage_pagination {
    text-align: center;
    margin-bottom: 10px;
}

    .storepage_pagination ul {
        float: initial !important;
        display: block !important;
        margin: 0 auto !important;
        width: fit-content;
    }

.blogs_inner {
    background-color: #fff;
    padding: 10px 10px;
}

ul#categories {
    padding: 0 0 0 15px;
}

    ul#categories li {
        list-style: none;
        border-bottom: 1px solid #0000001a;
        padding: 5px 0;
    }

        ul#categories li a {
            color: #000;
            /* text-decoration: underline; */
            /* text-underline-position: under; */
            font-weight: 500;
        }

.blogColumn img {
    width: 100%;
}

.blog-cat-name {
    padding: 5px 0;
    font-weight: 500;
}

.blogCont {
    color: #000;
}

span.blogDate {
    float: right;
    background-color: #f3f3f3;
    padding: 2px 10px;
    font-size: 12px;
}

.blog-title {
    font-size: 21px !important;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-desc {
    font-size: 12px;
}

.blogColumn {
    box-shadow: 0px 0px 10px #0000000a;
    padding: 5px 5px;
}

.inner_single_blog {
    background-color: #fff;
    padding: 10px 10px;
}

ul#related_blogs img {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.singleFeatured img {
    width: 100%;
}

.postTitle {
    font-size: 34px;
    font-weight: 600;
}

.blogCats h4 {
    background-color: black;
    color: #fff;
    padding: 0 10px;
}

ul#related_blogs {
    padding: 0;
    margin: 0;
}

    ul#related_blogs li {
        list-style: none;
        background-color: #f8f8f8;
        padding: 5px 5px;
        margin: 5px 0;
    }

    ul#related_blogs span {
        display: inline-block;
        width: 65%;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }

.postTitle button.btn.btn-info.btn-lg {
    float: right;
    border: none;
    background-color: #fdc309;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0px;
    position: relative;
    bottom: -15px;
}

.ratingperpro p {
    margin: 0;
    display: inline-block;
    width: 90%;
}

.ratingperpro .blogviewed {
    display: inline-block;
    background-color: #2d2d2d;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 500;
}

.ratingperpro {
    /* margin: 10px 0; */
}

.postContent {
    margin-top: 10px;
}

.revewsbasis h5 {
    display: inline-block;
    width: 84%;
    vertical-align: middle;
    font-weight: 600;
}

.revewsbasis button.btn.btn-info.btn-lg {
    border: none;
    background-color: #fdc309;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0px;
    position: relative;
    bottom: -15px;
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}

.reviewsbox {
    background-color: #f8f8f8;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media only screen and (max-width:999px) {
    .nectar-social.fixed > a {
        transition: .35s cubic-bezier(.15,.2,.1,1);
        -webkit-transition: .35s cubic-bezier(.15,.2,.1,1);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .nectar-social.fixed {
        margin: 0;
        height: 50px;
        pointer-events: none
    }

        .nectar-social.fixed.visible > a {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .nectar-social.fixed.visible {
            pointer-events: auto
        }

    .enter_details input {
        width: 100%;
        margin: 5px 0;
    }

    .loginform {
        width: 100%;
    }
}

.nectar-social.fixed {
    position: fixed;
    left: 20px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000
}

    .nectar-social.fixed > a {
        height: 50px;
        width: 50px;
        line-height: 52px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        text-decoration: none;
        background-color: #fdc309;
        border-radius: 50px;
    }

        .nectar-social.fixed > a:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: .45s cubic-bezier(.15,.2,.1,1);
            -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
            height: 100%;
            transform: translateZ(0);
            backface-visibility: hidden;
            border-radius: 50%
        }

        .nectar-social.fixed > a > [class^=icon-].icon-default-style {
            font-size: 16px;
            height: 50px;
            width: 50px;
            line-height: 50px;
            color: #fff;
            left: -1px;
            top: 0;
            z-index: 10;
            position: relative
        }

    .nectar-social.fixed .nectar-social-inner {
        position: absolute;
        height: 50px;
        width: 50px;
        bottom: 0;
        left: 0;
        z-index: 1;
        text-align: center
    }

        .nectar-social.fixed .nectar-social-inner a {
            display: block;
            line-height: 36px;
            height: 36px;
            padding: 0;
            margin: 0;
            width: 36px;
            left: 3px;
            position: absolute;
            opacity: 0;
            border: none;
            top: 0;
            box-shadow: 0 7px 15px rgba(0,0,0,.2);
            border-radius: 50%;
            -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
            transition: .45s cubic-bezier(.15,.2,.1,1);
            background-color: #2f2f2f;
        }

            .nectar-social.fixed .nectar-social-inner a:after, .nectar-social.fixed > a:after {
                background-color: #fff;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                content: '';
                display: block;
                border-radius: 50%
            }

    .nectar-social.fixed a:after {
        -webkit-transition: opacity .25s cubic-bezier(.15,.2,.1,1);
        transition: opacity .25s cubic-bezier(.15,.2,.1,1)
    }

@keyframes socialButtonFlash {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    25% {
        opacity: .22;
        transform: scale(1.1115)
    }

    100% {
        opacity: 0;
        transform: scale(1.23)
    }
}

.nectar-social.fixed:hover > a:after {
    -webkit-animation: .45s cubic-bezier(.15,.2,.1,1) forwards socialButtonFlash;
    animation: .45s cubic-bezier(.15,.2,.1,1) forwards socialButtonFlash
}

.nectar-social.fixed a:hover:after {
    opacity: .2
}

.nectar-social.fixed:hover > a:before {
    box-shadow: 0 7px 15px rgba(0,0,0,.2);
    -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0)
}

.nectar-social.fixed .nectar-social-inner a:first-child {
    transform: translateY(0) scale(0);
    -webkit-transform: translateY(0) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
    -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
    -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
    -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(5) {
    -webkit-transform: translateY(-186px) scale(0);
    transform: translateY(-186px) scale(0)
}

.nectar-social.fixed:hover .nectar-social-inner a:first-child {
    -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-46px) scale(1);
    transition: .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-46px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
    -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-86px) scale(1);
    transition: .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-86px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
    -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-126px) scale(1);
    transition: .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-126px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-166px) scale(1);
    transition: .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-166px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5) {
    -webkit-transition: .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-206px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover {
    height: 340px
}

.nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block
}

.nectar-social.fixed .nectar-social-inner a i {
    height: 36px;
    line-height: 36px;
    width: 36px
}

span.social-text {
    display: none;
}

.editProDirect {
    position: fixed;
    right: 5%;
    top: 45%;
}

    .editProDirect a.btn.btn-primary, .editProDirect button {
        border-radius: 50px;
        background-color: #000;
        border: none;
        box-shadow: 0px 0px 10px #00000078;
        font-size: 14px;
        line-height: 30px;
        width: 44px;
        display: block;
        margin: 5px 0;
    }

div#blogs a {
    text-decoration: none;
}

.coupon_single_code {
    overflow: hidden;
}

.label {
    background-color: #eee;
    width: fit-content;
    padding: 0 10px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 4px;
    font-weight: 500;
}

    .label.In-Demand {
        background-color: #ff1a00;
        color: #fff;
    }

    .label.Exclusive {
        background-color: #ff8b00;
        COLOR: #FFF;
    }

    .label.Best-Selling {
        background-color: green;
        color: #fff;
    }

.inner_recent_updated {
    background-color: #fff;
    padding: 40px 20px;
}

.recent_updated h4.heading {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}


.recent_updated {
    margin-top: 15px;
}

.ru_block {
    background-color: #00000003;
    padding: 15px 10px;
    margin: 10px 0;
}

    .ru_block .ru_thumb {
        display: inline-block;
        width: 25%;
        padding: 5px;
    }

    .ru_block .ru_desc {
        width: 73%;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        line-height: 15px;
    }

.ru_thumb img {
    width: 100%;
}

.ru_block .ru_desc a {
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

a.btn.btnviewall {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    background-color: #fdc309;
    color: #fff;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 14px;
}

#productSuggestion .proimg {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

#productSuggestion h6.searchprotitle {
    vertical-align: middle;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    margin-bottom: 0;
    min-height: 20px;
    width: 73%;
    font-size: 15px;
    color: #000;
}

#productSuggestion .proimg img {
    width: 100%;
}

div#productSuggestion .col-md-12 {
    background-color: #f3f3f33d;
    padding: 10px 10px;
}

.typesearchbox > .row {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

#productSuggestion a {
    text-decoration: none;
}

ul#popularSearchs {
    padding: 0;
    margin: 0;
}

    ul#popularSearchs li {
        list-style: none;
        font-size: 13px;
        margin: 3px 0;
    }

        ul#popularSearchs li a {
            color: #000;
        }

a#view-all-search {
    margin: 0 0px 0px 20px;
    padding: 0 0; /* background-color: #222222; */
    border-radius: 0px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}

.ratingperpro button.btn.btn-info.btn-lg {
    background-color: transparent;
    border: none;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 14px;
    padding: 0;
}

.writereviewmodel
.modal-content {
    background-color: #fff;
}

.writereviewmodel h4 {
    color: #000 !important;
}

.writereviewmodel input#submitReviewBtn {
    display: block;
    width: 100%;
    background-color: #343434;
    border: none;
    color: #fff;
    margin: 15px 0 0px;
    padding: 5px 20px;
}

div#my-rating_stars {
    text-align: left;
}

.footer-logo {
    text-align: center;
    COLOR: #FFF;
}

    .footer-logo img {
        width: 30%;
        margin-bottom: 20px;
    }

.logo-box img {
    width: 100%;
}

ul.toggle-block {
    margin: 0;
    padding: 0
}

    ul.toggle-block li div {
        display: inline-block;
        margin: 0 10px
    }

        ul.toggle-block li div a {
            color: #fff;
            font-size: 12px
        }

            ul.toggle-block li div a i {
                background-color: #eb1d23;
                width: 30px;
                height: 25px;
                line-height: 25px
            }


.footer-logobox p {
    color: #fff;
    text-align: center;
    width: 70%;
    font-size: 15px;
    line-height: 15px;
    margin: 0 auto;
}

.footer-logobox ul.toggle-block {
    text-align: center;
    margin: 15px 0 40px;
}

    .footer-logobox ul.toggle-block li {
        list-style: none;
    }

.affilate-bar p {
    margin: 0;
    color: #505050;
    font-size: 12px;
}

.affilate-bar {
    margin-top: 20px;
    border-top: 1px solid #464646;
    padding-top: 10px;
}

.newsletter-bar > p {
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 40%;
    margin: 0 auto 20px;
}

.social-wrap a.icon {
    color: #fff !important;
}

.why_trust_us {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
}


ul.authorlist li {
    font-size: 12px
}

.label.New {
    background-color: #1ab1b7;
    color: #fff;
}

.label.Expire.Soon {
    background-color: #1ab739;
    color: #fff;
}

.label.Best.Deal {
    background-color: #e9e210;
    /* color: #fff; */
}

.label.Very.High {
    background-color: #2031c1;
    color: #fff;
}

.all_cat_5 {
    width: 20%;
    padding: 0 50px;
}

ul.authorlist {
    padding: 0;
    margin: 0 0 20px;
    display: flex;
}

    ul.authorlist li {
        list-style: none;
        display: inline-block;
        flex: auto;
    }

        ul.authorlist li a {
            color: #000;
            font-size: 16px;
            font-weight: 500;
        }

.brandsearchbox {
    float: right;
    position: relative;
    margin-bottom: 15px;
}

    .brandsearchbox button {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0 15px !important;
        width: auto;
        font-weight: 500;
        border-radius: 0px;
        background-color: #eb1d23;
        border: none;
    }

    .brandsearchbox input {
        border-radius: 0px;
        width: 300px;
    }

.coupon_update_date button.btn.btn-info.btn-lg {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 32%;
    border-radius: 0px;
}

.reviewlist ul {
    /* padding: 0; */
    margin: 0;
}

    .reviewlist ul li {
        list-style: none;
        background-color: #f1f1f1;
        padding: 10px 10px;
        margin-bottom: 12px;
    }

.revhead * {
    display: inline-block;
}

span.reviewby {
    font-weight: 600;
}

.revbody {
    padding-left: 5px;
}

    .revbody p {
        margin: 0;
    }

.writereviewmodel
input.form-control {
    padding: 1px 10px;
    height: auto;
}

.txtSideImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: center;
    align-self: center;
    /* background-color: red; */
}

    .txtSideImg * {
        margin: 0;
        color: #fff;
    }

    .txtSideImg h4 {
        font-size: 85px;
        font-weight: 700;
        line-height: 68px;
    }

    .txtSideImg h6 {
        font-size: 20px;
        font-weight: 600;
    }

    .txtSideImg p {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
    }

.video_n_tips .tips p, .video_n_tips .tips ul {
    padding: 0 25px;
}

.pros p, .pros ol {
    padding: 0 25px;
}

.cons p {
    padding: 0 25px;
}

.cons ol {
    padding: 0 30px;
}

.coupon-block .col-md-2 a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-block:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

.label span > img {
    width: 15px;
    margin-right: 5px;
    border: none;
    transform: translateY(-2px);
}

.coupon-pop img {
    width: 100%;
}

.coupon-pop h1 {
    font-size: 28px !important;
}

.logo-box {
    height: 100%;
    display: flex;
    align-items: center;
}
