@font-face {
    font-weight: 300;
    font-family: "Outfit";
    src: url("/assets/font-family/Outfit-Light.ttf");
}

@font-face {
    font-weight: 400;
    font-family: "Outfit";
    src: url("/assets/font-family/Outfit-Regular.ttf");
}

@font-face {
    font-weight: 500;
    font-family: "Outfit";
    src: url("/assets/font-family/Outfit-Medium.ttf");
}

@font-face {
    font-weight: 600;
    font-family: "Outfit";
    src: url("/assets/font-family/Outfit-SemiBold.ttf");
}

@font-face {
    font-weight: 700;
    font-family: "Outfit";
    src: url("/assets/font-family/Outfit-Bold.ttf");
}

:root {
    --primary_family: Outfit;
    --primary_color: #400803;
    --secondary_color: #E52614;
}

* {
    font-family: var(--primary_family), sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    scroll-behavior: smooth;
    color: var(--primary_color);
    font-family: var(--primary_family), sans-serif;
}

a, article, aside, b, body, footer, form, header, html, iframe, img, label, li, nav, ol, p, section, table, tbody, td, tfoot, th, thead, tr, ul {
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

a {
    color: var(--primary_color);
    transition: all ease-in-out 0.3s;
}

a:hover {
    color: var(--secondary_color);
    transition: all ease-in-out 0.3s;
}

.fixed {
    position: sticky !important;
    top: 70px
}

.header {
    padding: 12px 0;
}

.new-nav {
    display: inline-flex;
}

.new-nav li {
    padding: 8px;
}

.new-nav li a:hover {
    text-decoration: none;
}

.header .input-group-text {
    background-color: var(--secondary_color) !important;
    border: 1px solid var(--secondary_color) !important;
    font-size: 13px;
    color: #fff;
}

.header form .input-group {
    background: #fff;
    border: solid 1px #eaeaea;
}

.input-group-prepend {
    margin: 0 !important;

}

.header .input-group-text {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding: 0 10px;
}

.sign-in {
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 15px
}

.sign-in svg {
    margin: -3px
}

.sign-in a p {
    color: #fff;
    font-size: 18px;
    display: inherit;
    padding: 10px
}

.btn-join {
    color: #ffffff;
    padding: 5px 22px;
    font-size: 13px;
    border: 1px solid var(--secondary_color);
    border-radius: 0;

}

.btn-join:hover {
    color: #ffffff;
    background-color: var(--secondary_color);
    border: 1px solid #fff;
}

.join-now {
    margin-top: 5px;
    float: right;
}

@media only screen and (max-width: 991px) {
    body.nav-on-left.overflow-hidden {
        overflow: hidden;
        position: fixed;
        background-color: #f8f9fa;
    }
}

img {
    max-width: 100%;
}

input {
    font-size: 1.6rem
}

input[type=search]::-ms-clear {
    display: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

@media only screen and (max-width: 991px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-290px);
        -moz-transform: translateX(-290px);
        -ms-transform: translateX(-290px);
        -o-transform: translateX(-290px);
        transform: translateX(-290px)
    }

    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(290px);
        -moz-transform: translateX(290px);
        -ms-transform: translateX(290px);
        -o-transform: translateX(290px);
        transform: translateX(290px);
        transition: all 1s
    }
}

.cd-main-content {
    min-height: 50vh;
    background: #f8f9f8;
}

.cd-main-header {
    z-index: 3;
    background: #fff;
    border-bottom: 2px solid var(--secondary_color);
}

.nav-is-fixed .cd-main-header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
}

.sticky .cd-primary-nav {
    position: absolute;
    top: 6px
}

@media only screen and (min-width: 992px) {
    .cd-main-header {
        top: 0;
        right: 0;
        width: 100%;
    }

    .cd-main-header::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-nav-icons li {
        background-color: var(--primary_color);
    }
}

.cd-logo {
    position: absolute;
    top: 12px;
    left: 5%
}

.cd-logo img {
    display: block
}

@media only screen and (max-width: 991px) {
    .nav-on-left .cd-logo {
        left: auto;
        right: 5%
    }
}

@media only screen and (min-width: 992px) {
    .cd-logo {
        top: 26px;
        left: 4em
    }
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 5%
}

.cd-header-buttons li {
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .nav-on-left .cd-header-buttons {
        right: auto;
        left: 3%
    }

    .cd-nav-icons li {
        background-color: var(--secondary_color) !important;
        border: none
    }

    .nav-on-left .cd-header-buttons li {
        float: right
    }

    .join-now {
        display: none;
        width: 0
    }
}

@media only screen and (min-width: 992px) {
    .cd-header-buttons {
        top: 18px;
        right: 4em;
        display: none
    }
}

.cd-nav-trigger, .cd-search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.cd-search-trigger::after, .cd-search-trigger::before {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid var(--primary_color);
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: var(--primary_color);
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.cd-search-trigger span::after, .cd-search-trigger span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: var(--primary_color);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-search-trigger.search-is-visible::after, .cd-search-trigger.search-is-visible::before {
    opacity: 0
}

.cd-search-trigger.search-is-visible span::after, .cd-search-trigger.search-is-visible span::before {
    opacity: 1
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 30px;
    background: var(--secondary_color)
}

.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s
}

.cd-nav-trigger span::after, .cd-nav-trigger span::before {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s .3s;
    -moz-transition: -moz-transform .3s .3s;
    transition: transform .3s .3s
}

.cd-nav-trigger span::before {
    top: -9px
}

.cd-nav-trigger span::after {
    top: 9px
}

.cd-nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0)
}

.cd-nav-trigger.nav-is-visible span::after, .cd-nav-trigger.nav-is-visible span::before {
    background: var(--secondary_color)
}

.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg)
}

.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(3px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(3px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(3px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(3px) rotate(-45deg);
    transform: translateX(4px) translateY(3px) rotate(-45deg)
}

@media only screen and (min-width: 992px) {
    .cd-nav-trigger {
        display: none
    }
}

.cd-primary-nav, .cd-primary-nav ul {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 290px;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    line-height: 28px;
    padding: 0 20px;
    color: var(--secondary_color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    transform: translateZ(0);
    will-change: transform, opacity;
    transition: transform .3s, opacity .3s
}

.cd-primary-nav ul.is-hidden, .cd-primary-nav.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.cd-primary-nav ul.moves-out > li > a, .cd-primary-nav.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

@media only screen and (max-width: 991px) {
    .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
        right: auto;
        left: 0;
        padding-top: 14px
    }
}

.cd-primary-nav .see-all a {
    color: var(--secondary_color);
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
    height: 80px;
    line-height: 80px
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 75px
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: var(--primary_color);
    font-size: 1.3rem;
    display: none
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px
}

@media only screen and (max-width: 991px) {
    .cd-primary-nav {
        visibility: hidden;
        transition: visibility 0s .3s
    }

    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s
    }
}

@media only screen and (min-width: 992px) {
    .cd-primary-nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        position: absolute;
        top: 79px;
        height: 37px;
        width: 100%;
        float: right;
        overflow: visible;
        background: #1d2228;
        padding-right: 75px;
    }

    .cd-primary-nav::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-primary-nav.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: 0 0;
        overflow: visible;
        z-index: 3
    }

    .cd-primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cd-primary-nav ul.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav > li {
        float: left;
        margin: .188em 1em;
    }

    .cd-primary-nav > li:last-child {
        border-right: none
    }

    .cd-primary-nav > li > a {
        position: relative;
        display: inline-flex;
        font-size: 13px;
        font-weight: 600;
        padding: 0 15px;
        color: #fff;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: top 5s ease;
        -moz-transition: top 5s ease;
        transition: top 5s ease
    }

    .cd-primary-nav > li > a:hover {
        color: var(--secondary_color)
    }

    .cd-primary-nav > li > a.selected {
        color: var(--secondary_color);
        box-shadow: inset 0 -2px 0 var(--secondary_color);
    }

    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
        display: none
    }

    .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons, .cd-primary-nav .cd-secondary-nav {
        position: absolute;
        top: 31px;
        width: 90%;
        margin: 0 70px;
        background: #fff;
        padding: 20px 62px 80px;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s
    }

    .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after, .cd-primary-nav .cd-secondary-nav::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden, .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s
    }

    .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all, .cd-primary-nav .cd-secondary-nav > .see-all {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a, .cd-primary-nav .cd-secondary-nav > .see-all a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        line-height: 50px;
        border-top: 1px solid #e2e3df;
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color .2s, background .2s, border .2s;
        -moz-transition: color .2s, background .2s, border .2s;
        transition: color .2s, background .2s, border .2s
    }

    .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover, .cd-primary-nav .cd-secondary-nav > .see-all a:hover {
        background-image: linear-gradient(to right, #60adbb, #44b6b8, #34beab, #42c495, #62c878);
        border-color: var(--primary_color);
        color: #fff;
        text-decoration: none
    }

    .cd-primary-nav .cd-secondary-nav > li {
        height: 340px;
        width: 23%;
        float: left;
        margin-right: 2.66%;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        margin-right: 0;
        border-right: none
    }

    .cd-primary-nav .cd-secondary-nav > li > a {
        color: var(--secondary_color);
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: .6em
    }

    .cd-primary-nav .cd-secondary-nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: var(--primary_color);
        border-bottom: none;
        font-size: 1.4rem
    }

    .cd-primary-nav .cd-secondary-nav a:hover {
        color: var(--secondary_color)
    }

    .cd-primary-nav .cd-secondary-nav ul {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

    .cd-primary-nav .cd-secondary-nav ul ul {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block
    }

    .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
        color: transparent
    }

    .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block
    }

    .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .cd-primary-nav .cd-nav-gallery li {
        width: 22%;
        float: left;
        margin: 0 4% 40px 0
    }

    .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
        margin-right: 0
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
        color: var(--secondary_color);
        font-weight: 700;
        padding: 0 .4em
    }

    .cd-primary-nav .cd-nav-icons li {
        width: 32%;
        float: left;
        margin: 0 2% 20px 0
    }

    .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
        margin-right: 0
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item {
        color: var(--secondary_color);
        border-bottom: none;
        height: 40px;
        line-height: 1.2;
        padding: 10px;
        background-color: #fff;
        position: relative
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
        background-image: linear-gradient(to right, #3dbab2, #44b6b8, #34beab, #42c495, #51c687);
        text-decoration: none;
        color: #fff
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 25px
    }
}

.go-back a, .has-children > a {
    position: relative
}

.go-back a::after, .go-back a::before, .has-children > a::after, .has-children > a::before {
    content: '';
    position: absolute;
    top: 28%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.go-back a::before, .has-children > a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.go-back a::after, .has-children > a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-nav-icons li {
    border: 1px solid #d8d8d8;
    background-color: #fff !important
}

@media only screen and (min-width: 992px) {
    .go-back a::after, .go-back a::before, .has-children > a::after, .has-children > a::before {
        background: #c9cbc4
    }

    .go-back a:hover::after, .go-back a:hover::before, .has-children > a:hover::after, .has-children > a:hover::before {
        background: var(--secondary_color);
    }
}

.has-children > a {
    padding-right: 40px
}

.has-children > a::after, .has-children > a::before {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

.cd-primary-nav .go-back a {
    padding-left: 40px
}

.cd-primary-nav .go-back a::after, .cd-primary-nav .go-back a::before {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

@media only screen and (min-width: 992px) {
    .has-children > a::after, .has-children > a::before {
        right: 15%
    }

    .cd-primary-nav > .has-children > a {
        padding-right: 25px !important
    }

    .cd-primary-nav > .has-children > a::after, .cd-primary-nav > .has-children > a::before {
        width: 7px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: var(--primary_color);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width .3s, -webkit-transform .3s;
        -moz-transition: width .3s, -moz-transform .3s;
        transition: width .3s, transform .3s
    }

    .cd-primary-nav > .has-children > a::before {
        right: 12px
    }

    .cd-primary-nav > .has-children > a::after {
        right: 7px
    }

    .cd-primary-nav > .has-children > a.selected::after, .cd-primary-nav > .has-children > a.selected::before {
        width: 14px
    }

    .cd-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg)
    }

    .cd-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cd-secondary-nav > .has-children > a::after, .cd-secondary-nav > .has-children > a::before {
        display: none
    }

    .cd-primary-nav .go-back a {
        padding-left: 20px
    }

    .cd-primary-nav .go-back a::after, .cd-primary-nav .go-back a::before {
        left: 1px
    }
}

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-search form {
    height: 100%;
    width: 100%
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cd-search input::-webkit-input-placeholder {
    color: #c9cbc4
}

.cd-search input::-moz-placeholder {
    color: #c9cbc4
}

.cd-search input:-moz-placeholder {
    color: #c9cbc4
}

.cd-search input:-ms-input-placeholder {
    color: #c9cbc4
}

.cd-search input:focus {
    outline: 0
}

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.nav-is-fixed .cd-search {
    position: fixed
}

@media only screen and (min-width: 992px) {
    .cd-search {
        height: 120px;
        top: 80px
    }

    .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300
    }
}

.cd-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(105, 170, 111, .32);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s
}

@media only screen and (max-width: 991px) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px)
    }

    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px)
    }

    .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 992px) {
    .no-js .cd-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0
    }

    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .cd-header-buttons {
        top: 5px
    }

    .header-search {
        position: absolute;
        right: 33px;
        height: 80px;
        top: 5px
    }

    .header-buttons {
        display: none !important
    }
}

.footer-list li {
    font-size: 15px;
    padding: 7px 0

}

.footer-list li a {
    color: #ffffffc9 !important;
}

.footer-bottom-mobile, .footer-bottom-mobile li a {
    color: #ffffffc9 !important;
}

.footer-bottom {
    font-size: 13px;
    padding: 6px;
    background: #2b2d30;
    color: #fff
}

.footer-bottom a {
    color: #fff;
    font-size: 11px
}

.border-social a {
    background-color: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    width: 30px;
    height: 30px;
    border-radius: 7px
}

.border-social a {
    color: #fff
}

.border-social a:hover {
    text-decoration: none
}

.border-social {
    border: 1px solid var(--secondary_color);
    border-radius: 7px;
    padding: 3px
}

@keyframes pulse {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(.9)
    }
}

.pulse {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.pulse:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (max-width: 575.98px) {
    .header form {
        float: none;
    }

    .header .form-control {
        width: auto;
    }

    .cd-primary-nav a, .cd-primary-nav ul a {
        line-height: 45px;
        background-color: transparent;
    }

    .go-back a::after, .go-back a::before, .has-children > a::after, .has-children > a::before {
        top: 45%
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
        height: 50px;
        line-height: 50px
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        display: none
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item {
        padding-left: 22px
    }

    #mob-cat-6 ul li:nth-child(7), #mob-cat-6 ul li:nth-child(8) {
        display: none
    }

    .cd-nav-icons li {
        border: 1px solid var(--secondary_color);
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        display: none
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        padding-left: 20px
    }

    .cd-primary-nav .see-all a {
        color: #fff
    }
}

.bg-grey {
    background-color: #f8f9f8;
}

.home-cat-heading {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_color);
}

.ui-menu {
    max-height: 300px;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item {
    padding: 5px;
    font-size: 14px;
}

.ui-menu .ui-menu-item a {
    padding-left: 2px;
    color: var(--primary_color);
}

.ui-menu .ui-menu-item a:hover {
    color: var(--secondary_color);
}

.ui-menu .ui-menu-item span {
    padding-left: 10px;
    color: var(--secondary_color);
}

.ui-widget-content {
    background: #fafafa;
}

.ui-widget-content a:hover {
    color: var(--secondary_color);
}

.ui-state-active {
    border: none !important;
    background: none !important;
    color: var(--secondary_color);
    font-weight: normal !important;
    text-decoration: none !important;
    margin: 6px !important;
}

.ui-autocomplete {
    position: fixed !important;
}

.home-cat-icons {
    background-color: #fff;
    padding: 20px;
}

.cat-polo {
    display: flex;
    justify-content: center;
}

.cat-polo li {
    width: 12%;
    padding: 8px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.10);
}

.event-polo li {
    width: 12%;
    padding: 8px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.cat-polo-img {
    padding: 12px;
}

.brand-polo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 110px;
    max-height: 110px;
}

.cat-polo-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--primary_color);
}

.home-top-deals {
    background-repeat: no-repeat;
    background-size: cover;
    height: 386px;
}

.home-deals-details {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6587009803921569) 35%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    display: flex;
    height: 100%;
    margin: 0 15px;
    left: 0;
    bottom: 0;
    transition: all 0.15s ease-out;
    padding: 3px 0 0 0;
}

.deal-logo {
    background-color: #fff;
    margin: 4px 15px;
    width: 70px;
    height: 56px;
}

.deal-text {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
}

.deal-text:hover {
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.deal-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary_color);
}

.deal-text h4:hover {
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.home-heading h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--primary_color);
    border-bottom: 3px solid var(--secondary_color);
}

.home-heading h1 {
    color: var(--primary_color);
    padding: 30px 0 15px 0;
    margin: 0;
    font-size: 24px;
    border-bottom: 3px solid var(--secondary_color);
}

.coupon-logo {
    width: 100%;
    height: 125px;
    padding: 5px;
    border-bottom: 1px solid #eaeaea;
}

.coupon-title {
    font-size: 16px;
    color: var(--primary_color);
    padding: 10px 0;
    font-weight: 600;
}

.coupon-text {
    min-height: 40px;
}

.coupon-text .meta {
    font-size: 10px;
    color: var(--primary_color);
}

.coupon-exp-sale {
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    padding: 3px;
    background-color: var(--primary_color);
    height: 20px;
}

.coupon-exp-code {
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    padding: 3px 5px;
    background-color: var(--primary_color);
    height: 20px;
}

.border-code {
    border: 1px solid var(--primary_color);
}

.border-sale {
    border: 1px solid var(--primary_color);
}

.coupon-type {
    width: 48%;
    text-align: left;
    display: inline-block;
    padding: 0 10px;
}

.cpn .cpnbtm .cpncbt {
    position: relative;
    padding: 0;
    width: 100%;
    height: 39px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.cpn .cpnbtm .cpnbtn {
    text-align: center;
    font-size: 0.7em;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: dashed 1px #99a0a3;
}

.cpn .cpnbtm .cpncbt .cpnbtx {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    z-index: 1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.cpn .cpnbtm .cpncbt:hover .cpnbtx {
    width: 85%;
}

.cpn .cpnbtm .cpncbt .cpnbtx, .cpn .cpnbtm .cpndbt {
    color: #fff;
    width: 100%;
    background-color: #d83a3a;
    padding: 10px 1px;
}

.cpn .cpnbtm .cpncbt:hover .cpnbtx:after {
    transform: scale(1);

}

.cpn .cpnbtm .cpncbt .cpnbtx:after {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    width: 18px;
    height: 18px;
    transform-origin: right top;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: scale(0);
}

.cpn .cpnbtm .cpncbt .cpnbcd {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #bbb;
}

.cpn .cpnbtm {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    justify-content: center;
    font-size: 1.2em;
}


/*coupons-list button*/
.coupons-list .cpnbtm .cpncbt {
    position: relative;
    padding: 0;
    width: 72%;
    height: 40px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.coupons-list .cpnbtm .cpnbtn {
    text-align: center;
    font-size: 0.7em;
    padding: 18px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: dashed 1px #99a0a3;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    z-index: 1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.coupons-list .cpnbtm .cpncbt:hover .cpnbtx {
    width: 85%;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx, .coupons-list .cpnbtm .cpndbt {
    color: #fff;
    width: 100%;
    background-color: #3177bf;
    padding: 10px 1px;
    height: 38px;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx-red, .coupons-list .cpnbtm .cpndbt {
    background-color: #d83a3a;
}

.coupons-list .cpnbtm .cpncbt:hover .cpnbtx:after {
    transform: scale(1);

}

.coupons-list .cpnbtm .cpncbt .cpnbtx:after {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    width: 18px;
    height: 18px;
    transform-origin: right top;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: scale(0);
}

.coupons-list .cpnbtm .cpncbt .cpnbcd {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #bbb;
}

.coupons-list .cpnbtm {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    justify-content: flex-end;
}

.c-brand-link {
    display: block;
    z-index: 2;
}

.shadow {
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
}

.draw {
    transition: color 0.1s;
}

.draw::before, .draw::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.draw::before {
    top: 0;
    left: 0;
}

.draw::after {
    bottom: 0;
    right: 0;
}

.draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
}

.draw:hover::before {
    border-top: 1px solid #e16485;
    border-bottom: 1px solid #e16485;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
    border-left: 1px solid var(--secondary_color);
    border-right: 1px solid var(--secondary_color);
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.center::before, .center::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.center::before {
    border-top: 1px solid #e16485;
    border-bottom: 1px solid #e16485;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.center::after {
    border-left: 1px solid var(--secondary_color);
    border-right: 1px solid var(--secondary_color);
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.center:hover::before, .center:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.border {
    border: 1px solid #d9d9d9 !important;
}

.border-sep {

    border-bottom: 2px solid var(--secondary_color);
    padding-bottom: 20px;
}

.fcs {
    padding-bottom: 20px;
}

.p-a-h li {
    padding: 10px;
}

.p-a-h li:first-child a {
    padding-right: 10px !important;
}

.p-a-h li:last-child a {
    padding-left: 10px !important;
}

.fadeIn-bottom {
    top: 80%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.article .col-5 {
    border-right: 1px dashed #c2c2c2;
}

.article {
    border: 1px dotted #c2c2c2;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary_color);
}

.article-desc {
    font-size: 13px;
    color: var(--primary_color);
    line-height: 18px;
}

.btn-read-more {
    font-size: 14px;
    padding: 5px 30px;
    border: 1px dotted #6c757d;
    color: var(--primary_color);
}

.sidebar::-webkit-scrollbar-track, .about-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(95, 199, 122, 0.3);
    border-radius: 10px;
    background-color: #dfdfdf;
}

.sidebar::-webkit-scrollbar, .about-desc::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb, .about-desc::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--secondary_color);
}

.sidebar-heading {
    border: 1px solid #f1f1f1;
    border-right: none;
    border-left: none;
    width: 100%;
    font-size: 19px;
    color: var(--primary_color);
    font-weight: 600;
    text-align: center;
}

.latest-post {
    padding: 20px;
}

.latest-post li a {
    color: var(--primary_color);
    text-decoration: underline;
    text-decoration-color: #bfbfbf;
    padding: 13px 0;
    line-height: 24px;
    font-size: 14px;
}

.latest-post li::before {
    content: "\2022";
    color: #58afbf;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.scissor {
    background-image: url(/assets/images/scissor.png);
    background-repeat: no-repeat;
    background-position: 29px 6px;
    padding: 2px;
}

.viral-coupon {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 2px dashed #602d6c;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.coupon-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary_color);
}

.coupon-box p {
    color: var(--primary_color);
}

.featured-stores {

}

.featured-heading h3 {

    font-size: 20px;
    font-weight: 600;
    color: var(--primary_color);
    text-align: center;
}

.logo-box {
    width: 100%;
    display: flex;
    padding: 10px;
    column-gap: 8px;
    align-items: center;
}

.logo-box svg {
    fill: var(--primary_color);
}

.logo-box a {
    color: var(--primary_color);
}

.logo-box a:hover {
    text-decoration: none;
    color: var(--secondary_color);
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
}

.top-stores {
    border-right: 1px dashed #959595;
    border-left: 1px dashed #959595;

}

.store-desc-sec {

    border-right: 1px dashed #959595;
    border-left: 1px dashed #959595;
}

.store-desc-sec h3 {
    font-weight: 600;
}

.top-store-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: var(--secondary_color);
}

.top-stores-list {
    column-count: 4;
    padding: 32px;
}

.top-stores-list li {
    padding: 10px 10px 0 0;
    font-size: 14px;
}

.top-stores-list li a:hover, .ctry-stores li a:hover {
    color: #d83a3a
}

.about-heading {
    font-weight: 600;
    color: var(--primary_color);
    font-size: 24px;
}


.about-desc {
    line-height: 26px;
    height: 390px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-shadow: inset 0 0 30px -20px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 30px -20px rgba(0, 0, 0, 1);
}

.bg-border {
    border: 3px solid var(--secondary_color);
    border-right: none;
    border-left: none;
}

.border-h-3 {
    height: 3px;
}

.nl-p-5 {
    padding: 3rem;
}

.nl-heading {
    font-size: 24px;
    font-weight: 600;
}

.nl-p {
    font-size: 13px;
}

.nl-input {
    border: 1px dotted var(--primary_color);
    height: 32px;
    max-width: 325px;
}

.btn-nl {
    background-color: #c2c2c2;
    border: 1px solid #c2c2c2;
}

.nl-privacy {
    font-size: 10px;
    color: var(--primary_color);
    line-height: 0;
    padding: 15px 0;
}

.nnl-txt {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary_color);
}

.btn-nnl {
    padding: 5px 30px;
    font-size: 12px;
    margin-left: 3px;
    border-radius: 0;
}

.btn-nnl-submit {
    width: 303px;
    height: 35px;
    margin: 0;
}

.cpn-ribbon-code {
    background: var(--primary_color);
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 3px;
}

.cpn-ribbon-sale {
    background: var(--primary_color);
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 3px;
}

.butn {
    color: #ffffff;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    background: var(--secondary_color);
}

.butn:hover {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    background: var(--primary_color);
}

/*store styling*/
.store-logo {
    width: 180px;
    height: 150px;
    display: flex;
    max-height: 150px;
    background-color: #fff;
    justify-content: center;
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.n-store-details a {
    font-size: 14px;
    color: var(--primary_color);
}

.n-store-details a:hover {
    text-decoration: none;
    color: var(--secondary_color);
}

.n-store-details span {
    font-size: 14px;
}

.n-store-details svg {
    fill: var(--primary_color);
}

.social-icons li {
    margin: 0.15em;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
}

.social-icons i {
    color: #fff;
    position: absolute;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, var(--secondary_color), var(--primary_color));
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    color: var(--secondary_color);
    background: -webkit-linear-gradient(45deg, var(--primary_color), var(--secondary_color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.nnl-popup {
    background-color: var(--secondary_color);
    padding: 45px 15px;
    text-align: center;
    color: #fff;
}

.nnl-form {
    padding: 45px 25px;
    text-align: center;
    color: var(--primary_color);
}

.nnl-popup h3 {
    padding-bottom: 35px;
    font-size: 22px;
}

.nnl-form h3 {
    padding-bottom: 35px;
    font-size: 22px;
}

.nnl-popup p {
    font-size: 13px;
}

.icon-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.store-title h1 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
}

.btn-visit {
    padding: 8px;
    font-size: 14px;
    border-radius: 0;
    max-width: 230px;
    overflow: hidden;
    color: var(--secondary_color);
    border: 1px solid var(--secondary_color);
}

.btn-visit:hover {
    color: #fff;
    background-color: var(--secondary_color);
}

.visit-text {
    font-size: 13px;
}

#cssmenu ul {
    display: flex;
    flex-direction: row-reverse;
}

#cssmenu-container {
    height: 220px;
    background-color: #CEE3F8;
}

/* Menu container */
#cssmenu {
    font-size: 14px;
    line-height: 1em;
    border-radius: 2px;
    overflow: hidden;
}

/* Icons */
#cssmenu i {
    transform: scale(1.4);
}

/* Menu */
#cssmenu ul {
    float: left;
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul li {
    margin: 0;
}

#cssmenu ul li a {
    display: inline-block;
    font-size: 0.6em;
    font-weight: 600;
    padding: 5px 15px 5px 35px; /* Adjusting padding to get the proper space */
    margin-left: -20px; /* Pull the items to the left, so the rounded right side will get over them */
    color: white;
    background-color: var(--secondary_color);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 100px 100px 0; /* Get the right side rounded */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Apply the shadow */
}

#cssmenu ul li:hover a {
    background-color: var(--secondary_color);
}

/* Remove the shadow for first item, last in the right side when it gets reversed */
#cssmenu ul li:first-child a {
    box-shadow: none;
    padding: 4px 15px 4px 35px;
}

/* Active item is a bit different */
#cssmenu ul li.active a {
    color: var(--primary_color);
    background-color: #fff;
    border: 1px solid var(--primary_color);
}

/* Remove the shadow for the active's next item, to match the design more accurately */
#cssmenu ul li.active + li a {
    box-shadow: none;
}

.site-breadcrumb {
    position: absolute;
    bottom: 5px;
}

.store-link h2 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--primary_color);
}

.event_star {
    cursor: pointer
}

.star_animate i {
    -webkit-transition: width .3s;
    transition: width .3s
}

.star_big,
.star_big i {
    display: inline-block;
    height: 29px;
    background-image: url('/assets/images/stars.png');
    background-repeat: no-repeat;
    font-size: 0
}

.star_big {
    background-position: 0 -62px;
    width: 145px
}

.star_big i {
    background-position: 0 -91px;
    overflow: hidden
}

.event_star {
    cursor: pointer
}

.star_animate i {
    -webkit-transition: width .3s;
    transition: width .3s
}

.star_big,
.star_big i {
    display: inline-block;
    height: 29px;
    background-image: url("/assets/images/stars.png");
    background-repeat: no-repeat;
    font-size: 0
}

.star_big {
    background-position: 0 -62px;
    width: 145px
}

.star_big i {
    background-position: 0 -91px;
    overflow: hidden
}

/*star rating 0*/
.star_big[data-starnum="0"] i {
    width: 0
}

.star_big[data-starnum="0.1"] i, .star_big[data-starnum="0.2"] i, .star_big[data-starnum="0.3"] i, .star_big[data-starnum="0.4"] i {
    width: 10px
}

.star_big[data-starnum="0.5"] i {
    width: 14.5px
}

.star_big[data-starnum="0.6"] i, .star_big[data-starnum="0.7"] i, .star_big[data-starnum="0.8"] i, .star_big[data-starnum="0.9"] i {
    width: 20px
}

/*star rating 1*/

.star_big[data-starnum="1"] i {
    width: 29px
}

.star_big[data-starnum="1.1"] i, .star_big[data-starnum="1.2"] i, .star_big[data-starnum="1.3"] i, .star_big[data-starnum="1.4"] i {
    width: 40px
}

.star_big[data-starnum="1.5"] i {
    width: 43.5px
}

.star_big[data-starnum="1.6"] i, .star_big[data-starnum="1.7"] i, .star_big[data-starnum="1.8"] i, .star_big[data-starnum="1.9"] i {
    width: 48px
}

.star_big[data-starnum="2"] i {
    width: 58px
}

.star_big[data-starnum="2.1"] i, .star_big[data-starnum="2.2"] i, .star_big[data-starnum="2.3"] i, .star_big[data-starnum="2.4"] i {
    width: 70px
}

.star_big[data-starnum="2.5"] i {
    width: 72.5px
}

.star_big[data-starnum="2.6"] i, .star_big[data-starnum="2.7"] i, .star_big[data-starnum="2.8"] i, .star_big[data-starnum="2.9"] i {
    width: 77px
}

.star_big[data-starnum="3"] i {
    width: 87px
}

.star_big[data-starnum="3.1"] i, .star_big[data-starnum="3.2"] i, .star_big[data-starnum="3.3"] i, .star_big[data-starnum="3.4"] i {
    width: 98px
}

.star_big[data-starnum="3.5"] i {
    width: 101.5px
}

.star_big[data-starnum="3.6"] i, .star_big[data-starnum="3.7"] i, .star_big[data-starnum="3.8"] i, .star_big[data-starnum="3.9"] i {
    width: 106px
}

.star_big[data-starnum="4"] i {
    width: 116px
}

.star_big[data-starnum="4.1"] i, .star_big[data-starnum="4.2"] i, .star_big[data-starnum="4.3"] i, .star_big[data-starnum="4.4"] i {
    width: 127px
}

.star_big[data-starnum="4.5"] i {
    width: 130.5px
}

.star_big[data-starnum="4.6"] i, .star_big[data-starnum="4.7"] i, .star_big[data-starnum="4.8"] i, .star_big[data-starnum="4.9"] i {
    width: 135px
}

.star_big[data-starnum="5"] i {
    width: 145px
}

.star_in,
.star_in i {
    display: inline-block;
    height: 17px;
    background-image: url('/assets/images/stars.png');
    background-repeat: no-repeat;
    font-size: 0
}

.star_in {
    background-position: 0 0;
    width: 85px
}

.star_in i {
    background-position: 0 -17px;
    overflow: hidden
}

.star_in[data-starnum="0"] i {
    width: 0
}

.star_in[data-starnum="0.5"] i {
    width: 8.5px
}

.star_in[data-starnum="1"] i {
    width: 17px
}

.star_in[data-starnum="1.5"] i {
    width: 25.5px
}

.star_in[data-starnum="2"] i {
    width: 34px
}

.star_in[data-starnum="2.5"] i {
    width: 42.5px
}

.star_in[data-starnum="3"] i {
    width: 51px
}

.star_in[data-starnum="3.5"] i {
    width: 59.5px
}

.star_in[data-starnum="4"] i {
    width: 68px
}

.star_in[data-starnum="4.5"] i {
    width: 76.5px
}

.star_in[data-starnum="5"] i {
    width: 85px
}

.star_small,
.star_small i {
    display: inline-block;
    height: 14px;
    background-image: url('/assets/images/stars.png');
    background-repeat: no-repeat;
    font-size: 0
}

.star_small {
    background-position: 0 -34px;
    width: 70px
}

.star_small i {
    background-position: 0 -48px;
    overflow: hidden
}

.star_small[data-starnum="0"] i {
    width: 0
}

.star_small[data-starnum="0.5"] i {
    width: 7px
}

.star_small[data-starnum="1"] i {
    width: 14px
}

.star_small[data-starnum="1.5"] i {
    width: 21px
}

.star_small[data-starnum="2"] i {
    width: 28px
}

.star_small[data-starnum="2.5"] i {
    width: 35px
}

.star_small[data-starnum="3"] i {
    width: 42px
}

.star_small[data-starnum="3.5"] i {
    width: 49px
}

.star_small[data-starnum="4"] i {
    width: 56px
}

.star_small[data-starnum="4.5"] i {
    width: 63px
}

.star_small[data-starnum="5"] i {
    width: 70px
}

.rating-text {
    font-size: 12px;
}

.border-share a {
    background: rgba(255, 255, 255, 0.92);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0.92)), color-stop(48%, rgba(227, 224, 227, 0.96)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    -webkit-box-shadow: 2px 2px 3px 5px rgba(245, 245, 245, 1);
    -moz-box-shadow: 2px 2px 3px 5px rgba(245, 245, 245, 1);
    box-shadow: 2px 2px 3px 5px rgba(245, 245, 245, 1);
    border: 3px solid #f3f3f3;
    width: 35px;
    height: 35px;
    border-radius: 30px;
}

.share-links {
    border: 1px solid var(--secondary_color);

}

.share-links img {
    width: 40px;
}

.border-share a {
    color: var(--primary_color);
}

.border-share a:hover {
    text-decoration: none;
}

.border-share {
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 3px;
}

.share-heading {
    background: var(--secondary_color);
    color: #fff;
}

.share {
    border: 1px solid var(--secondary_color);
}

.sb-store-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_color);
}

.collapsible {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary_color);
}

.details-m {
    margin: 10px 10px 0 10px;
    border: 1px solid #d5d3d3 !important;
}

.popover {
    max-width: 350px;
    border: none !important;
}

.popover-header {
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    width: 100%;
    text-align: center;
}

.email-pop form {
    margin: 0 20px;
}

.email-pop input {
    margin: 10px 0 7px 0;
    height: 30px;
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #e6e8f2;
    width: 210px;
}

.email-pop button {
    background-color: #5ac8db;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #5ac8db;
}

.email-pop p {
    font-size: 12px;
    color: #aaabb3;
    text-align: center;
    padding-bottom: 4px;
}

.details-header {
    border-bottom: 1px solid #d5d3d3 !important;
    padding: 10px 25px;
}

.details-header p {
    display: inline;
    font-weight: 600;
    padding: 0 10px 14px;
    color: var(--primary_color);
    border-bottom: 2px solid var(--secondary_color);
}

.details-content {
    padding: 20px 60px;
    font-size: 14px;
    color: var(--primary_color);
}

.details-content span {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary_color);
}

.filter-area {
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10PX;
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
}

.sbh-2 {
    font-size: 21px;
    padding-bottom: 10px;
}

.desc-card {
    padding: 10px 0;
    margin-top: 15px;
    border-radius: 15px;
}

.ad-border {
    border: 1px dashed #959595;
}

.offer-heading {
    padding: 10px 14px;
    font-size: 20px;
    background: #ffffff;
    color: #494949;
    border-bottom: 1px dashed #959595;
}

.coupons-heading {
    font-size: 18px;
    color: var(--primary_color);
    padding: 13px 14px 10px;
}

.offer-heading a {
    color: #096784;
    font-size: 20px;
    font-weight: 600;
}

.filter-area ul li a {
    font-size: 15px;
    color: var(--primary_color);
    display: block;
    width: 100%;
}

.filter-area ul li a:hover {
    text-decoration: none;
}

.filter-area ul li {
    padding: 7px;
}

.filter-area ul li:hover {
    background: #f1f1f1;
    cursor: pointer;
}

.filter-area ul li span {
    color: var(--primary_color);
    float: right;
}

.coupons-list ul li {
    padding: 10px;
    margin: 15px 0;
    background: #fff;
    min-height: 105px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0 3px 8px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}

.details-box {
    width: 60%;
    row-gap: 5px;
    display: flex;
    padding: 0 12px;
    flex-direction: column;
}

.coupon-label {
    width: 100%;
    color: #fff;
    padding: 2px;
    display: block;
    text-align: center;
    height: calc(100% - 85px);
    background: var(--primary_color);
}

.coupon-label p {
    font-size: 13px;
    line-height: 13px;
}

.offer-box {
    width: 90px;
    padding: 3px;
    row-gap: 3px;
    height: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: var(--primary_color);
    border: 1px solid var(--primary_color);
}

.n-cpn-ver {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.n-cpn-exp {
    font-size: 14px;
}

.my-coupon {
    display: flex;
}

.upto .line-1 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.upto .line-2 {
    font-size: 20px;
    font-weight: 600;
}

.upto .line-3 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.free .line-1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.free .line-2 {
    font-size: 13px;
    font-weight: 600;
}

.c-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--primary_color);
    transition: all ease-in-out 0.3s;
}

.c-title:hover {
    color: var(--secondary_color);
    transition: all ease-in-out 0.3s;
}

.c-details {
    display: none;
    padding-top: 5px;
    font-size: 12px;
    color: var(--primary_color);
}

.c-code {
    font-size: 11px;
    color: #e93c3c !important;
}

.coupon-top {
    position: absolute;
    top: 92px;
}

.c-verified {
    font-size: 11px;
    padding-left: 40px;
}

.c-bottom {
    position: absolute;
    top: 80px;
}

.c-bottom .c-code {
    display: none;
}

.coupon-button-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.more-detals-area {
    margin-top: 10px;
    background-color: #f7f7f7;
}

.table-snippet {
    padding: 15px;
    border-radius: 20px;

}

.snippet-heading {
    font-size: 20px;
    color: var(--primary_color);
}

.table-snippet td {
    padding: 9px 15px;
}

.table-snippet tbody {
    font-size: 13px;
}

.logo-card {
    padding: 10px;
    border-radius: 10px;
}

.bg-white {
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
}

/* Store Content Section CSS Start */
.content-widget {
    border: 1px solid #d9d9d9;
}

.content-widget p {
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--primary_color);
}

.content-widget img {
    height: auto;
    max-width: 100%;
}

.content-widget ol, .content-widget ul {
    font-size: 14px;
    padding-left: 20px;
    list-style: revert;
    margin-bottom: 16px;
}

.content-widget a {
    font-size: 14px;
    color: var(--secondary_color);
    transition: all ease-in-out 0.3s;
}

.content-widget a:hover {
    text-decoration: none;
    color: var(--primary_color);
    transition: all ease-in-out 0.3s;
}

.content-widget h1,
.content-widget h2,
.content-widget h3,
.content-widget h4,
.content-widget h5,
.content-widget h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.content-widget .table th {
    padding-left: 0;
    font-size: 14px;
}

.content-widget .table td {
    font-size: 14px;
    padding-right: 0;
}

/* Store Content Section CSS End */

.mobile-slider {
    display: none;
}

.mobile-footer {
    display: none;
}

.category-cat-icons .cat-polo {
    justify-content: center;
    flex-direction: row;
    flex-flow: wrap;
}

.category-cat-icons .cat-polo li {
    width: 13%;
    margin: 15px;
}

.event-polo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.category-cat-icons .event-polo li {
    width: 20%;
    margin: 15px 25px;
}

.category-heading h2 {
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    font-size: 24px;
}

.bg-gradient {
    background-color: #fff;
    color: var(--primary_color);
}

.border-dashed {
    border-left: 2px dashed #959595;
    border-right: 2px dashed #959595;
    border-bottom: 2px dashed #959595;
}

.ref-title {
    font-size: 24px;
    color: var(--primary_color);
}

.ref-title-2 {
    font-size: 20px;
    color: var(--primary_color);
}

.all-stores {
    font-size: 13px;
    margin-top: 20px;
    line-height: 31px;
}

.pagination {
    padding: 6px;
    display: flex;
    border-radius: 0;
    justify-content: space-between;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    font-size: 16px;
    background: none;
    padding: 2px 6px;
    color: var(--primary_color);;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:active, .pagination > li > span:active, .pagination > li > a:focus, .pagination > li > span:focus, .letter-selection-stores > li > a.active {
    z-index: 0;
    text-decoration: none;
    color: var(--secondary_color);
}

.category-list > li > a.active {
    color: var(--secondary_color);
}

.radius-10 {
    overflow: hidden;
    border-radius: 10px;
}

.store-list ul {
    column-count: 2;
    margin-bottom: 20px;
}

.store-list ul li a {
    color: var(--primary_color);
    line-height: 27px;
    font-size: 15px;
}

.store-list ul li a:hover {
    color: var(--secondary_color);
}

.ctry-stores ul li a {
    display: block;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.coupon-type-small {
    display: none;
}

.cat-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-brands {
    width: 100%;
    height: 82px;
    row-gap: 3px;
    display: flex;
    justify-content: center;
}

.cat-brands img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.c-verified-mobile {
    display: none;
}

.mobile-only {
    display: none !important;
}

.modal-header {
    border: none;
}

.cp-brand-img {
    padding: 5px 15px 5px 51px;
}

.cp-form input {
    width: 360px !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
}

.cp-code input {
    width: 200px !important;
    height: 40px;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 18px;
}

.cp-btn div {
    font-size: 14px;
    color: #fff;
    background-color: var(--secondary_color);
    border: none;
    border-radius: 0;
    margin-left: 10px;
    padding: 0 30px;
    height: 40px;
    line-height: 10;
}

.cp-details-txt {
    font-size: 12px;
}

.cp-pri-txt {
    font-size: 12px;
}

.modal-body {
    padding: 0;
}

.cp-title {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0 20px;

}

.cp-nl-area {
    background-color: var(--secondary_color);
    font-size: 24px;
    color: var(--primary_color);
    text-align: center;
    padding: 13px 0 0 0;
}

.cp-nl-area p {
    padding-bottom: 13px;
}

.cp-cpy-txt {
    font-size: 14px;
    padding: 10px 0 14px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.no-code-txt {
    font-size: 14px;
    padding: 18px;
    border: 1px solid #ccc;
    font-weight: 600;
    line-height: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.popup {
    padding: 30px;
    width: 100%;
}

.newsltr-hdng {
    font-weight: 600;
    padding: 75px 0 10px;
    font-size: 18px;
    text-align: center;
}

button.close {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 1;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 500px;
    }
}

.col-p {
    padding: 0 50px;
}

.d-icon {
    font-size: 135px;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    margin-top: auto;
    margin-bottom: auto;
}

.newsltr-hdng a {
    color: var(--secondary_color);
}

.newsltr-input {
    height: 35px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.btn-subscribe {
    height: 35px;
    min-width: 100%;
    display: block;
    background-color: var(--secondary_color);
    margin: 15px auto;
    color: #fff;
    font-size: 15px;
}

.cp-cpy-txt a {
    font-size: 18px;
    color: var(--secondary_color);
    text-decoration: underline;
}

.cp-cpy-txt span {
    position: relative;
    top: 7px;
}

.cp-sl {
    border: 1px solid var(--secondary_color);
}

.cp-sl .share-heading {
    background: var(--secondary_color);
}

.cp-p-5 {
    padding: 25px 40px 25px 20px;
}

.cp-p-4 {
    padding: 25px 20px 20px 34px;
}

.code-area {
    background-color: #fff !important;
    border: 1px dashed #ccc;
}

.ltr-box {
    z-index: 0;
    display: flex;
    color: #ffffff;
    font-size: 32px;
    margin-top: 3px;
    line-height: 38px;
    padding: 5px 15px;
    border-radius: 3px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary_color);
}

.ltr-list ul {
    margin: 14px 0;
    column-count: 4;
    border: none !important;
}

.ltr-list ul li {
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    color: var(--primary_color);

}

.ltr-more a {
    font-size: 15px;
    color: var(--secondary_color);
    padding: 0 10px 10px;
}

.ltr-col {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    margin-right: 5px;
    width: 100%;
}

.ref-stores {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.ltr-list {
    width: 100%;
    z-index: 1;
}

.ctry-stores ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px;
}

.ctry-stores ul li {
    width: 33%;
    text-align: center;
    border: 1px solid var(--secondary_color);
    padding: 13px;
}

.all-store-nav li {
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-store-nav li a {
    color: var(--primary_color);
}

.all-store-nav > li:first-child > a {
    padding-right: 4px !important;;
}

.all-store-nav > li:last-child > a {
    padding-left: 1px !important;
    padding: 0;
}

.az-nav {
    padding: 20px 0;
    border-top: 1px solid #dee2e6;

}

.site-logo {
    display: flex;
}

.site-logo a {
    display: inline-flex;;
}

.home-coupons {
    padding-bottom: 25px;
}

.home-coupons .col {
    margin: 17px;
    border-radius: 10px;
}

.home-coupons .col:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.reveal-code-button:hover {
    text-decoration: none !important;
}

.ui-autocomplete::-webkit-scrollbar-track {

}

.ui-autocomplete::-webkit-scrollbar {
    width: 7px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: var(--secondary_color);
    border-radius: 20px;

}

.card-header {
    background-color: #fff;
    border: none;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    line-height: 33px;
}

.card {
    border: none;
}

.card-body {
    line-height: 26px;
    font-size: 16px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary_color) !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    font-size: 21px;
    content: "\f106";
}

.accordion .card-header.collapsed:after {
    content: "\f107";
}

.grecaptcha-badge {
    visibility: collapse;
}

.soc-p li {
    padding-right: 5px;
}

.share-txt {
    padding: 15px 0 0 16px;
    font-size: 15px;
    text-decoration: underline;
    color: var(--secondary_color);
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: var(--secondary_color);
    border-radius: 0;

}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 13px 25px;
    color: #fff;
    background: transparent;
    border-radius: 0;
    border-right: 1px solid #fff;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -46px;
    left: -10%;
    border: 9px solid transparent;
    border-top-color: var(--secondary_color);
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-bottom: 5px solid var(--secondary_color);
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: var(--primary_color);
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.about-content {
    margin-top: 20px
}

.about-content p {
    padding: 15px;
}

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

.step-list__item {
    counter-increment: step-counter;
    position: relative;
}

.step-list__item:before {
    content: counter(step-counter);
    font-weight: 300;
    color: #d8d8d8;
}

.step-list__item h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.step-list__item .icon {

    display: block;
    flex: 0 0 auto;
}

.step-list__item .icon img {
    width: 100%;
    height: 100%;
}

.step-list__item .body {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.step-list__item .content {
    display: flex;
    flex-direction: row;
    padding-bottom: 18px;
}

.step-list__item:first-child .icon {
    background: #53595c;
}

.step-list__item:nth-child(2) .icon {
    background: #53595c;
}

.step-list__item:nth-child(3) .icon {
    background: #53595c;
}

.step-list__item:nth-child(4) .icon {
    background: #53595c;
}

.step-list__item:nth-child(5) .icon {
    background: #53595c;
}

.step-list__item:nth-child(odd) .content {
    justify-content: flex-start;
}

.step-list__item:nth-child(even) .content {
    justify-content: flex-end;
}

.step-list__item:first-child > .step-list__item__inner:before {
    content: none;
}

.step-list__item:last-child > .step-list__item__inner:after {
    content: none;
}

.step-list__item + li {
    margin-top: 84px;
}

.step-list__item + li > div {
    margin-top: -1px;
}

.pl-res {
    padding-left: 5px;
}

.hiw {
    position: fixed;
    top: 210px;
    right: -54px;
    z-index: 2;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-hiw {
    display: block;
    background-color: var(--secondary_color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.hiw-modal .modal-content {
    width: 660px;
}

.hiw-modal .modal-dialog {
    max-width: 680px;
    margin-top: 17px;
}

.hiw-modal .modal-header {
    background: var(--primary_color);
    padding: 15px;
    border-bottom: 7px solid #e0e0e0;
}

.hiw-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
    padding: 15px;
}

.hiw-modal .modal-header h5 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.hiw-steps {
    padding: 30px 10px 5px 50px;
}

.hiw-steps h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary_color);
    padding: 5px;
}

.hiw-steps p {
    color: var(--primary_color);
    padding: 5px;
}

.contact-txt {
    padding: 0 0 0 55px;
    position: absolute;
    bottom: 4px;
    font-size: 12px;
}

.contact-txt a {
    color: var(--primary_color);
}

.hiw-nl {
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 14px;
}

.hiw-nl h3 {
    font-size: 19px;
    text-align: center;
    color: var(--primary_color);
    font-weight: 600;
    padding: 15px;
    display: inline;
    text-transform: uppercase;
}

.hiw-nl button {
    display: inline;
    background: #23272a;
    color: #fff;
    padding: 7px 60px;
    margin-left: 20px;
    border: none;
}


.hiw-img {

    padding: 30px 50px 20px 0;
    float: right;

}

.ltr-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

.ltr-nav li {
    padding: 7px;
    border: 1px solid #edecec;
    margin: 2px;
    width: 26px;
    text-align: center;
    background: #fff;
}

.browse-by {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.browse-by li {
    margin: 10px;
}

@media (max-width: 600px) {
    .pl-res {
        padding-left: 5px;
        padding-right: 5px;
    }

    .step-list__item {
        display: flex;
    }

    .step-list__item:before {
        content: counter(step-counter);
        position: relative;
        font-size: 36px;
        line-height: 42px;
        font-weight: 300;
        color: var(--primary_color);
        margin-right: 12px;
    }

    .step-list__item .icon {
        order: 0;
        width: 136px;
        height: auto;
        left: -9px;
        top: 42px;
    }

    .step-list__item .body {
        order: 1;
        margin-top: 8px;
        margin-left: 12px;
    }

    .step-list__item .content {
        align-items: flex-start;
    }

    .step-list__item .content:before {
        content: '';
        position: absolute;
        border-left: #d8d8d8;
        height: 100%;
        left: 9px;
        bottom: 0;
        display: block;
        width: 1px;
        background: #d8d8d8;
        top: 84px;
    }

    .step-list__item:last-child .content:before {
        content: none;
    }

    .popup {
        padding: 40px;
    }

}

@media screen and (min-width: 601px) {
    .step-list__item:before {
        content: counter(step-counter);
        position: absolute;
        font-size: 90px;
        line-height: 1;
        font-weight: 300;
        color: #d8d8d8;
    }

    .step-list__item .icon {
        width: 380px;
        height: auto;
        padding: 5px;
    }

    .step-list__item .body {
        flex: 0 1 33.3333%;
        margin-top: 84px;
    }

    .step-list__item .content {
        align-items: flex-end;
    }

    .step-list__item > .step-list__item__inner {
        position: relative;
    }

    .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
        border-width: 0px;
        border-style: solid;
        border-color: #d8d8d8;
        display: block;
        content: '';
        position: absolute;
        height: 42px;
        width: calc(33.3333% - 42px);
    }

    .step-list__item:nth-child(odd) > .step-list__item__inner {
        text-align: right;
    }

    .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
        border-left-width: 1px;
        left: calc(33.3333% - 21px);
    }

    .step-list__item:nth-child(odd) > .step-list__item__inner:before {
        border-top-width: 1px;
        border-top-left-radius: 42px;
        margin-top: -42px;
    }

    .step-list__item:nth-child(odd) > .step-list__item__inner:after {
        border-bottom-width: 1px;
        border-bottom-left-radius: 42px;
        margin-bottom: -42px;
    }

    .step-list__item:nth-child(odd):before {
        left: 0;
        margin-left: 35.3333%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .step-list__item:nth-child(odd) .icon {
        margin-left: 32px;
    }

    .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
        border-right-width: 1px;
        right: calc(30.3333% - 21px);
    }

    .step-list__item:nth-child(even) > .step-list__item__inner:before {
        border-top-width: 1px;
        border-top-right-radius: 42px;
        margin-top: -42px;
    }

    .step-list__item:nth-child(even) > .step-list__item__inner:after {
        border-bottom-width: 1px;
        border-bottom-right-radius: 42px;
        margin-bottom: -42px;
    }

    .step-list__item:nth-child(even):before {
        right: 0;
        margin-right: 33.3333%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .step-list__item:nth-child(even) .icon {
        margin-right: 32px;
    }

    .step-list__item:nth-child(even) .body {
        order: 1;
    }
}

@media (max-width: 575.98px) {
    .col-p {
        padding: 0 15px;
    }

    .header-search {
        padding: 0 15px !important;
    }

    .rating-text {
        font-size: 10px;
        width: 40%;
    }

    .nl-heading {
        text-align: left;
    }

    .nl-form {
        padding: 0 3rem 2rem 3rem !important;
    }

    .nl-privacy {
        line-height: 12px;
    }

    .footer-list-mobile {
        border-top: 1px solid var(--primary_color);
        border-bottom: 1px solid var(--primary_color);
    }

    .footer-bottom-mobile {
        border-bottom: 5px solid var(--secondary_color);
    }

    .footer-bottom-mobile ul li a {
        font-size: 12px;
        padding: 10px;

    }

    .footer-bottom-mobile p {
        font-size: 12px;
        padding: 10px;

    }

    .home-cat-heading {
        font-size: 14px;
    }

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

    .home-cat-icons {
        padding: 20px 9px;
    }

    .cat-polo {
        display: block;
    }

    .cat-polo li {
        width: 30%;
        border: none;
        margin-right: 4px !important;
        margin: 3px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        height: 130px;
    }

    .event-polo li {
        background-color: #fafafa;
        width: 30%;
        padding: 10px;
        border: none;
        margin-right: 4px !important;
        margin: 3px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .cat-polo-img {
        padding: 8px;
    }

    .brand-polo-img {
        padding: 8px;
    }

    .cat-polo-text {
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        color: var(--primary_color);
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .cat-polo-text p {
        width: 100%;
    }

    .fluid-mobile {
        padding: 0;
    }

    .mobile-slider {
        display: block;
    }

    .coupon-button {
        padding: 20px 0 0 0;
    }

    .coupon-type, .coupon-ver {
        padding: 0;
    }

    .coupon-home {
        max-width: 48%;
        margin: 10px 5px !important;
        padding: 7px;
        min-width: 45%;
        border: 1px solid var(--primary_color);
    }

    .coupon-logo {
        width: 100px;
        height: 90px;
        padding: 5px;
    }

    .coupon-text {
        margin: 10px 0 0 0 !important;
        height: 35px;
    }

    .coupon-top {
        font-size: 10px;
        color: #e93c3c !important;
        margin-bottom: 3px;
        position: static;
    }

    .cat-bg {
        padding: 0 30px;
    }

    .coupon-title {
        font-weight: 500;
        font-size: 14px;
    }

    .coupon-type {
        width: 30%;
    }

    .home-heading h2 {
        font-size: 18px;
        padding: 20px;
    }

    .home-heading h1 {
        font-size: 18px;
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .home-coupons {
        padding-bottom: 20px;
        margin: 0 10px;
    }

    .top-stores {
        margin-bottom: 4px;
    }

    .top-store-heading {
        font-size: 18px;
    }

    .top-stores-list {
        column-count: 2;
    }

    .top-stores-list li {
        font-size: 12px;
    }

    .about-heading {
        font-size: 18px;
    }

    .about-desc p {
        font-size: 14px;
    }

    .border-sep {
        border-bottom: none;
    }

    .nl-p-5 {
        padding: 2.4rem;
    }

    .mobile-footer {
        display: block;
    }

    .category-cat-icons .cat-polo li {
        width: 30%;
        margin: 8px 4px;
        height: 140px;
    }

    .category-cat-icons .event-polo li {
        width: 45%;
        margin: 8px 12px;
    }

    .pagination {
        padding-top: 12px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .store-list {
        padding: 0 10px;
    }

    .btn-nnl {
        margin-top: 10px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px;
        font-size: 13px !important;
        border: 1px solid #fff;
    }

    .store-list ul li a {
        font-size: 13px;
    }

    .pagination > li:first-child > a {
        padding-right: 14px;
        border-radius: 0 !important;
    }

    .pagination > li:last-child > a {
        width: 30px;
        padding-left: 4px;
        border-radius: 0 !important;
    }

    .pagination li {
        height: 34px;
        margin: 0 2px;
    }

    .p-0-m {
        padding: 4px;
    }

    .mt-xs-5 {
        margin-top: 20px;
    }

    .store-title h1 {
        font-size: 16px;
    }

    .store-logo {
        width: 95px;
        height: 95px;
    }

    .n-visit-store {
        color: var(--secondary_color)
    }

    .n-rating {
        display: none;
        position: absolute;
        top: 73px;
        right: 0px;
        font-size: 14px;
    }

    .star-rating {
        display: none;
    }

    .site-breadcrumb {
        top: 71px;
    }

    .filter-area ul li {
        padding: 5px;
        width: 24%;
        border: 1px solid var(--secondary_color);
        text-align: center;
    }

    .f-30 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    .filter-area {
        padding: 0;
        border-radius: 0;
    }

    .coupons-list ul li {
        border: 1px solid #d9d9d9;
    }

    .n-cpn-ver {
        font-size: 12px;
        color: #878787;
    }

    .n-cpn-ver span {
        color: var(--secondary_color);
    }

    .upto .line-1 {
        font-size: 15px;
    }

    .upto .line-2 {
        font-size: 24px;
    }

    .upto .line-3 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .free .line-1 {
        font-size: 18px;
    }

    .free .line-2 {
        font-size: 11px;
        padding-top: 5px;
    }

    .c-verified {
        display: block;
        text-align: center;
    }

    .c-verified span {
        display: block;
        text-align: center;
        padding-left: 0 !important;
    }

    .coupon-button-box {
        display: none;
    }

    .c-code {
        display: inline;
    }

    .c-bottom .c-code {
        display: inline;
    }


    .coupon-type-small {
        display: block;
        color: #e93c3c !important;
    }

    .txt-blue {
        color: #0e82af !important;
    }

    .latest-post li {
        font-size: 14px;
    }

    .details-header {
        padding: 5px 15px;
    }

    .details-header p {
        padding: 0 10px 10px;
    }

    .details-content span {
        font-size: 13px;
    }

    .details-m {
        margin: 11px 0;
    }

    .details-header p {
        font-size: 12px;
    }

    .details-content {
        padding: 10px 25px;
        font-size: 12px;
    }

    .filter-area ul li a {
        font-size: 10px;
    }

    .filter-area ul li span {
        display: none;
    }

    .filter-area ul .filter-active {
        background: var(--secondary_color);
        border-top: 1px solid var(--secondary_color);;
    }

    .filter-area ul .filter-active a {
        color: #fff;
    }

    .snippet-heading {
        font-size: 14px;
    }

    .table-snippet thead td {
        font-size: 12px;
    }

    .c-verified-mobile {
        display: inline;
        font-size: 10px;
        color: #6c757d;
    }

    .filter-area {
        margin-top: 10px;
    }


    .star_big {
        display: none;
        background-position: 0 -1px;
        height: 17px;
        width: 90px;
    }

    .star_big i {
        background-position: 0px -18px;
        height: 17px;
    }

    .cat-header {
        margin-top: 67px;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .cp-title {
        font-size: 18px;
    }

    .cp-nl-area {
        font-size: 14px;
        padding: 15px 25px;
    }

    .cp-form input {
        width: 50% !important;
    }

    .cp-p-5 {
        padding: 0 35px;
    }

    .cp-p-4 {
        padding: 15px;
    }

    .ltr-list ul {
        column-count: 2;
    }

    .ltr-list ul li {
        width: 100%;
    }

    .az-heading {
        font-size: 16px;
        padding: 20px 15px 3px 10px;
        background-color: #dee2e6;
    }

    .all-store-nav {
        background-color: #dde6e7;
        overflow-x: scroll;
        flex-wrap: nowrap;
        flex-direction: unset;
        justify-content: left;
    }

    .all-store-nav > li > a {
        padding: 8px;
        border: none;
    }

    .all-store-nav > li:first-child > a {
        padding-right: 8px !important;
        border: none;
    }

    .ltr-more a {
        font-size: 13px;
    }

    .ltr-list ul li {
        font-size: 13px;
        overflow: hidden;
    }

    .all-store-nav {
        height: 65px;
    }

    .all-store-nav li {
        padding: 5px 12px;
        width: 49px;
        height: 40px;
        background-color: #fff;
    }

    .az-nav {
        padding: 0;
    }

    .banner {
        padding: 0 30px 0 20px;
        height: 120px;
    }

    .banner img {
        width: 77px !important;
        height: 79px !important;
    }

    .cp-code input {
        min-width: 190px !important;
    }

    .offer-heading {
        font-size: 12px;
        padding: 10px 8px;
    }

    .offer-heading a {
        font-size: 14px;
    }

    .coupons-heading {
        font-size: 13px;
        padding: 10px 8px 8px;
    }

    .nnl {
        width: 90% !important;
        margin: auto;
    }

    .nnl-popup {
        padding: 20px 15px;
    }

    .nnl-form {
        padding: 20px 15px;
    }

    .nnl-form h3 {
        padding-bottom: 15px;
    }

    .nnl-popup h3 {
        padding-bottom: 10px;
    }

    .icon-box {
        margin-bottom: 10px;
    }

    .popover {
        top: -50px !important;
    }

    .p-a-h li {
        padding: 0;
    }

    .p-a-h li:first-child a {
        padding-right: 10px !important;
    }

    .p-a-h li:last-child a {
        padding-left: 10px !important;
    }

    .ltr-nav li {
        padding: 7px;
        border: 1px solid #fff;
        margin: 2px;
        font-size: 12px;
    }

    .cat-polo li {
        padding: 0;
    }

    .ctry-stores ul {
        padding: 10px;
    }

    .ctry-stores ul li {
        padding: 7px;
        font-size: 13px;
    }

    .browse-by {
        padding: 0;
        font-size: 13px;
    }

    .butn {
        padding: 10px;
        font-size: 12px;
    }

    .coupon-exp-code {
        font-size: 12px;
    }

    .coupon-exp-sale {
        font-size: 12px;
    }

}

/*modal position override*/
@media (min-width: 576px) {
    .modal-dialog {
        margin: 6.45rem auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mt-50-mobile {
        margin-top: 47px;
    }

    .cd-primary-nav a, .cd-primary-nav ul a {
        line-height: 45px;
    }

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        top: 45%;
    }

    .cat-polo {
        display: block;
    }

    .cat-polo li {
        background-color: #fafafa;
        width: 30%;
        padding: 10px;
        border: none;
        margin-right: 4px !important;
        margin: 3px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .event-polo li {
        background-color: #fafafa;
        width: 30%;
        padding: 10px;
        border: none;
        margin-right: 4px !important;
        margin: 3px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .cat-polo-img {
        padding: 8px;
    }

    .cat-polo-text {
        visibility: hidden;
    }

    .mobile-slider {
        display: block;
    }

    .top-stores-list {
        column-count: 3;
    }

    .mobile-footer {
        display: block;
    }

    .category-cat-icons .cat-polo li {
        width: 30%;
        margin: 7px;
    }

    .category-cat-icons .event-polo li {
        width: 42%;
        margin: 20px;
    }

    .store-logo {
        width: 100px;
        padding: 5px;
        height: 100px;
    }

    .store-title h1 {
        font-size: 18px;
    }

    .btn-visit {
        font-size: 12px;
        padding: 2px 26px;
    }

    .visit-text {
        font-size: 11px;
    }

    .star-rating, .store-link {
        display: none;
    }

    .site-breadcrumb {
        top: 71px;
    }

    .upto .line-1 {
        font-size: 21px;
    }

    .upto .line-2 {
        font-size: 27px;
    }

    .upto .line-3 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .free .line-1 {
        font-size: 22px;
    }

    .free .line-2 {
        font-size: 12px;
    }

    .c-verified {
        display: block;
        text-align: center;
    }

    .c-verified span {
        display: block;
        padding-left: 0 !important;
        text-align: center;
    }

    .coupon-button-box {
        display: none;
    }

    .c-bottom, .coupon-top {
        display: none;
    }

    .coupon-type-small {
        display: block;
        color: #e93c3c !important;
    }

    .latest-post li {
        font-size: 14px;
    }

    .filter-area ul li a {
        font-size: 12px;
    }

    .all-store-nav {
        overflow-x: scroll;
    }

    .all-store-nav > li > a {
        padding: 8px;
    }

    .all-store-nav > li:first-child > a {
        padding-right: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cat-polo li {
        width: 17%;
    }

    .event-polo li {
        width: 17%;
    }

    .cat-polo-img {
        height: 100px;
    }

    .event-polo .cat-polo-img {
        height: 180px;
    }

    .category-cat-icons .cat-polo li {
        width: 17%;
        margin: 7px;
    }

    .category-cat-icons .event-polo li {
        width: 30%;
        margin: 7px;
    }

    .btn-visit {
        font-size: 13px;
        padding: 1px 30px;
    }

    .visit-text {
        font-size: 11px;
    }

    .store-title h1 {
        font-size: 20px;

    }

    .upto .line-1 {
        font-size: 21px;
    }

    .upto .line-2 {
        font-size: 27px;
    }

    .upto .line-3 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .free .line-1 {
        font-size: 22px;
    }

    .free .line-2 {
        font-size: 12px;
    }

    .c-verified {
        display: block;
        text-align: center;
    }

    .c-verified span {
        display: block;
        padding-left: 0 !important;
        text-align: center;
    }

    .coupon-button-box {
        display: none;
    }

    .c-bottom, .coupon-top {
        display: none;
    }

    .coupon-type-small {
        display: block;
        color: var(--secondary_color) !important;
    }

    .latest-post li {
        font-size: 14px;
    }

    .filter-area ul li a {
        font-size: 12px;
    }

    .ltr-list ul li {
        width: 90px;
    }
}

#btnTop {
    display: inline-block;
    background-color: var(--secondary_color);
    width: 40px;
    height: 40px;
    text-align: center;
    /* border-radius: 4px; */
    position: fixed;
    bottom: 20px;
    right: 0px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 9px 0;
    border-radius: 7px 0 0 7px;
}


#btnTop:active {
    background-color: var(--primary_color);
}

#btnTop.show {
    opacity: 1;
    visibility: visible;

}

.btn-success {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

.btn-success:hover {
    color: var(--primary_color);
    background-color: transparent;
    border-color: var(--primary_color);
}

.error404 {
    font-size: 150px;
    font-weight: 900;
    line-height: 134px;
    color: var(--primary_color);
}

/* New css starts here */
.first-fold {
    padding-top: 50px;
}

.carousel-indicators .active {
    background-color: var(--secondary_color);
}

.second-fold {
    padding-top: 50px;
}

.third-fold {
    padding-top: 20px;
}

.fourth-fold {
    padding: 30px 0;
}

/*** Header-Section-Start ***/
.drop-btn {
    display: flex;
    column-gap: 10px;
    position: relative;
    align-items: center;
}

.search-btn {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 5px 10px;
    position: relative;
}

.search-btn .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    border: solid 2px var(--secondary_color);
}

.search-btn .circle.make-line {
    top: 6px;
    right: -2px;
    height: 2px;
    width: 18px;
    border: unset;
    border-radius: 0;
    position: absolute;
    transform: rotate(-45deg);
    background-color: var(--secondary_color);
}

.search-btn .line {
    width: 8px;
    right: -4px;
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    transition: all ease-in-out 0.3s;
    background-color: var(--secondary_color);
}

.search-btn .line.adjust-line {
    top: 6px;
    right: -2px;
    width: 18px;
}

.desktop-searchbar {
    top: 40px;
    z-index: 1;
    right: 30px;
    width: 275px;
    display: none;
    position: absolute;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}

.desktop-searchbar .search-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
}

.desktop-searchbar .search-form input[type="search"] {
    border: none;
    height: 32px;
    outline: none;
    display: block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 62px);
    background-color: #ffffff;
    color: var(--primary_color);
}

.desktop-searchbar .search-form input[type="search"]:focus {
    box-shadow: none;
}

.desktop-searchbar .search-form input::placeholder {
    font-size: 13px;
    color: #a1a1a1;
}

.autocomplete-form .input-group .submit-btn {
    height: 100%;
    cursor: pointer;
    padding: 4px 8px;
    font-weight: 400;
    border-radius: 0;
    display: inline-block;
    outline: none !important;
    box-shadow: none !important;
    transition: all ease-in-out 0.3s;
    background: var(--secondary_color);
}

.autocomplete-form .input-group .submit-btn:hover {
    opacity: 0.85;
    color: #FFFFFF;
    transition: all ease-in-out 0.3s;
}

/*** Header-Section-End ***/

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cd-nav {
    display: none;
}

.reveal-coupon {
    cursor: pointer;
}

.collapsible {
    width: 100%;
    border: none;
    outline: none;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 8px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    color: var(--primary_color);
}

.collapsible:hover {
    text-decoration: none;
    color: var(--secondary_color);
}

.collapsible:after {
    content: '\02C5';
    font-weight: bold;
    margin-left: 5px;
}

.active-d:after {
    content: "\02C4";
}

.collapse {
    padding-bottom: 10px;
}

.two-line {
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.more {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
}

.more p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}

.store-header {
    padding: 10px 15px;
}

.about-brand {
    display: flex;
    padding: 10px 5px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.offer-style {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.c_code {
    border: 1px dashed #ffffff;
}

.searchnoresults {
    padding: 50px 0;
}

/* Top Slider Section CSS Start */
.top-slider-sec {
    padding: 50px 0;
}

.top-slider-sec .single-element {
    overflow: hidden;
    border-radius: 10px;
    border: solid 2px var(--secondary_color);
}

.top-slider-sec .single-element .slider-bg-img {
    height: 245px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-slider-sec .single-element .slider-bg-img .slider-box {
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 6px;
    display: flex;
    column-gap: 15px;
    position: absolute;
    align-items: center;
    background: rgba(0, 0, 0, 0.1019607843);
    justify-content: center;
    backdrop-filter: blur(2px);
    transition: all 0.15s ease-out;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-image {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-image a {
    width: 100%;
    height: 100%;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-image a img {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
    object-fit: contain;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
    width: calc(100% - 75px);
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-title {
    font-size: 15px;
    line-height: 23px;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-title a {
    color: #fff;
    padding: 0 4px;
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    background-color: var(--primary_color);
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-title a:hover {
    text-decoration: none;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-name {
    font-size: 13px;
    line-height: 21px;
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-name a {
    color: #fff;
    padding: 0 4px;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    background-color: var(--primary_color);
}

.top-slider-sec .single-element .slider-bg-img .slider-box .slider-content .brand-name a:hover {
    text-decoration: none;
}

/* Top Slider Section CSS End */

/* Top-Stores-Section-Start */
.top-str-sec {
    padding: 40px 0;
    background-color: color-mix(in srgb,var(--secondary_color) 10%,#fff);
}

.top-str-sec ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.top-str-sec ul .single-top-str {
    padding: 6px;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.top-str-sec ul .single-top-str .str-anchor {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.top-str-sec ul .single-top-str .str-anchor img {
    max-height: 100%;
}

/* Top-Stores-Section-End */

/* Smartphones Devices */
@media (max-width: 767px) {
    /* Top-Stores-Section-Start */
    .top-str-sec ul .single-top-str {
        width: 100px;
        height: 100px;
    }

    /* Top-Stores-Section-End */
}

/* Tablet/iPad Devices (Portrait) Mode */
@media (min-width: 768px) and (max-width: 1200px) {
    /* Top-Stores-Section-Start */
    .top-str-sec ul .single-top-str {
        width: 125px;
        height: 125px;
    }

    /* Top-Stores-Section-End */
}

/* Mobile and Ipad Devices */
@media only screen and (max-width: 992px) {
    .cd-nav {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    .site-logo {
        justify-content: center;
    }

    .mobile-only {
        display: block !important;
    }

    .c-title {
        font-size: 15px;
        line-height: 20px;
    }

    .details-box {
        padding: 0 12px;
        width: calc(100% - 90px) !important;
    }
}