/*** Styling for widgets ***/
/*
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro.eot');
    src: url('../fonts/SofiaPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro.woff2') format('woff2'),
        url('../fonts/SofiaPro.woff') format('woff'),
        url('../fonts/SofiaPro.ttf') format('truetype'),
        url('../fonts/SofiaPro.svg#SofiaPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro Semibold';
    src: url('../fonts/SofiaPro-SemiBold.eot');
    src: url('../fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SofiaPro-SemiBold.woff') format('woff'),
        url('../fonts/SofiaPro-SemiBold.ttf') format('truetype'),
        url('../fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/*Widget header*/
.container-fluid{
    padding-right: 50px;
    padding-left: 50px;
}
.widget-header-1 h5,
.widget-header-2 h5{font-size:22px;letter-spacing:1px;position:relative;}

.post-sidebar h5, .primary-sidebar h5{
    text-align: left;
    font-size: 16px;
    border-bottom: 2px solid #f0f8ff;
    padding-bottom: 10px;
    position: relative;
}

.post-sidebar h5:after, .primary-sidebar h5:after {
    content: "";
    width: 55px;
    height: 2px;
    position: absolute;
    background: var(--color-dark);
    bottom: -2px;
    left: 0;
}

.sidebar-menu .sidebar-widget ul li a {
    border-bottom: 1px solid rgb(206 206 206 / 80%);
    font-size: 16px!important;
}

.primary-sidebar .sidebar-menu ul li{
    border-bottom: 0px!important;
}

.widget-header-3 h5{text-transform:uppercase;font-size:14px;}

/*Widget sidebar menu*/
.sidebar-widget ul.menu li{padding:5px 0;position:relative;font-size:14px;}
#sidebar-wrapper ul.sub-menu{padding:0!important;background:none;}
.sidebar-widget ul.menu li:last-child{border:0;}
.widget_categories ul.font-small li a{font-size: 17px;}
.widget_categories ul.font-small li a{
    color: #000;
}
footer .widget_categories ul.font-small li a{
    color: #000;
}
footer .widget-about {
    background-image: url(../../../storage/sketch-3.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
footer .copyright{
    font-size: 14px;
}
footer{
    background-image: url(../../../storage/sketch-2.png);
    background-repeat: no-repeat;
    background-position: 85% 84%;
}
.categorydv{
    border: 1px solid #ed1d24;
    border-radius: 10px;
}


.categorydv .post-thumb{width: 40%;text-align: center; height: 98px; position: relative;}
.categorydv .post-thumb img{max-height: 80px; max-width: 100%; position: absolute;
    top: 0;
    right: 0;
    left:0;
    bottom: 0;
    margin: auto;}

 .post-content h6{
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    font-family: Source Sans Pro, sans-serif;
}



.post-module-3 .post-title{
    font-size: 20px;
}

.post-module-3#deal{
    scroll-margin-top: 100px;
}

.categorydv{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-control:hover {
    transform: translateY(-3px);
    transition: .2s;
}
.btn:hover {
    transform: translateY(-3px);
    transition: .2s;
}
.bottom-line {
    width: 100%;
    height: 1px;
    background: hsla(0,0%,100%,.15);
}
footer .logo {
    width: 220px;
    margin-right: 80px;
    margin-bottom: 10px;
}
.bg-brand-1{
    background-color: #ffcda3!important;
}
.btn-lg {
    padding: 21px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.categorydv .post-thumb-64 img{
    width: 120px;
    height: auto;
}
footer .widget-header-2 h5{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
footer p{
    color: #000;
    font-weight: 400;
    line-height: 24px;
}
/*Tagcloud*/
.widget_tagcloud .tag-cloud-link{-moz-user-select:none;text-transform:capitalize;display:inline-block;font-size:13px;font-weight:400;line-height:0;padding:15px 20px;border-radius:30px;margin:0 5px 10px 0;border:1px solid #ebebeb;background:#f2f3f5;}

/*Widget about*/
.about-author-img{border-radius:50%;width:64px;height:64px;box-shadow:0 2px 4px var(--button-shadow-color-normal),0 0 0 transparent}

/*Login form*/
.toggle_info{padding:20px;background-color:#F7F7F7;}
.login_form .panel-body,
.coupon_form .panel-body{border:1px solid #e6e6e6;padding:30px;margin-top:30px;}
.custome-radio .form-check-label,
.custome-checkbox .form-check-label{position:relative;cursor:pointer;}
.custome-checkbox .form-check-label{position:relative;cursor:pointer;color:#687188;padding:0;vertical-align:middle;}
.custome-radio .form-check-input,
.custome-checkbox .form-check-input{display:none;}
.custome-checkbox .form-check-label::before{content:"";border:2px solid #ced4da;height:17px;width:17px;margin:0px 8px 0 0;display:inline-block;vertical-align:middle;border-radius:2px;}
.custome-checkbox .form-check-label span{vertical-align:middle;}
.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after{opacity:1;}
.custome-checkbox input[type="checkbox"]+.form-check-label::after{content:"";width:11px;position:absolute;top:50%;left:3px;opacity:0;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;-moz-transform:translateY(-65%) rotate(-45deg);-webkit-transform:translateY(-65%) rotate(-45deg);transform:translateY(-65%) rotate(-45deg);}
.login_footer{margin-bottom:20px;margin-top:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;}
.divider-text-center{text-align:center;position:relative;}
.divider-text-center::before{content:"";position:absolute;left:0;top:50%;right:0;border-top:1px solid #ddd;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.divider-text-center span{background-color:#fff;padding:0 15px;position:relative;text-transform:uppercase;}
.btn-login li{margin:0px 5px 0;display:inline-block;}
.btn-login li a{border-radius:5px;padding:15px 25px;color:#fff;display:block;line-height:1;text-transform:none;letter-spacing:0;font-size:1rem;}
.btn-facebook{background:#3b5998;border-color:#3b5998;}
.btn-google{background:#d85040;border-color:#d85040;}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before{background-color:var(--color-primary);border-color:var(--color-primary);}

/*Newsletter*/
.form-subcriber input.form-control{padding:16px 25px;line-height:24px;border-radius:30px 0 0 30px;max-width:100%;font-size:0.875rem;}
.form-subcriber .btn{font-size:14px;border-radius:0 30px 30px 0;padding:0 25px;}
input.form-control::placeholder{color:#9b9b9b}
.form-newsletter-cover{display:table;width:100%;}
.form-newsletter{display:flex;align-content:center;align-items:center;border:1px solid rgb(225,225,225);padding:0 14px;width:100%;border-radius:2px;}
.form-newsletter input[type="email"]{border:0;background:none;width:calc(100% - 50px);padding-left:0;padding-right:0;font-size:14px;}
.form-newsletter button,
.exit-reading-mode{background:none;padding:0;height:38px;text-decoration:none;border:0;}
.form-newsletter button .long-arrow,
button.exit-reading-mode .long-arrow{width:50px;}
button.box-shadow{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);}

/*instagram*/
.widget_instagram .insta-feed{padding-top:5px;margin:-2px;display:flex;flex-wrap:wrap;}
.widget_instagram .insta-feed li{width:29.33%;margin:5px;}
.widget_instagram .insta-feed li img{width:100%;}

/*Entry meta*/
.entry-meta{line-height:1;color:#666;}
.entry-meta.meta-2 .author-img img{width:22px;height:22px;border-radius:50%;}
.entry-meta.meta-2 .author-name{font-weight:600;font-size:16px;color:#000;display:inline-block;margin-top:3px;}
.entry-meta.meta-2 .create-date{position:relative;}
.entry-meta.meta-2 .create-date::after{content:"";width:1px;background:#999;height:100%;position:absolute;left:-15px;top:0;transform:rotate(21deg);}
figure .post-format{background:#fff;display:block;width:25px;height:25px;text-align:center;line-height:28px;border-radius:2px;}
.post-thumb-80 img{width:112px;}
.post-thumb-64 img{width:64px;height:64px;border-radius:50%;}
.position-left-bottom{position:absolute;bottom:15px;left:15px;z-index:1}
.position-top-right{position:absolute;top:15px;right:15px;z-index:1}
.entry-meta.meta-0 span{position:relative;}
.entry-meta.meta-1 span{margin-right:10px;font-size: 16px; font-weight: 600;color:#fff;}
.slider-single .entry-meta.meta-1 span{font-size: 14px;}
.top-slider .slider-single .entry-meta.meta-1 span{
    color: #fff;
}
.btb-newsletter{background: #2a3088;}
.bg-brand-3 {background-color: #f3f3f8!important;}
.sketch-1 {position: absolute; right: 0; bottom: -70px;}
.newsletter-header h4{font-weight: 600; font-size: 24px; color: #2a3088;}
.newsletter-header h3{font-weight: 600; font-size: 36px; font-family: Poppins, sans-serif;}
.newsletter-header img {height: 30px;}
.form-subcriber input.form-control {
    padding: 16px 25px;
    line-height: 24px;
    border-radius: 10px!important;
    max-width: 450px;
    font-size: 18px;
    height: 64px;
    border: 0px;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: var(--box-shadow-normal);
}
.form-subcriber .btn {
    border-radius: 10px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
}
span.has-dot{position:relative;padding-left:10px;}
.single-content span.has-dot{font-weight: 600;font-size: 16px;}
span.time-reading{color: #fff;}
span.has-dot::before{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute;top:50%;margin-top:-1px;display:block;left:-3px;border-radius:50%}
.slider-center .slick-slide img{
    margin-top: 0px;
}
.slider-heading{font-size: 36px; font-weight: 700; position: relative; overflow: hidden; color: #ed1d23;}
.slider-heading span{
    position: relative;
    padding-right: 15px;
}
.slider-heading span:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 2000px;
    left: 100%;
    margin: 0;
    background-color: #0e1523;
    height: 3px;
}
.slider-center .slider-3-arrow-cover, .slider-center .slider-4-arrow-cover{bottom: 20%; right: 0px;}

/*FEATURED*/

/*featured-slider-1*/
.featured-1{padding:80px 0; position: relative; background:#fff; background-color:#9da3ff; background-size: cover; background-position: center;}
.featured-1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg,rgba(36,20,57,.6) 0%,rgba(0,0,0,.6) 100%),linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));
}
.featured-1 .container{
    position: relative;
    z-index: 5;
}
.featured-1 h3{font-size:42px;font-weight:700;}
.featured-1 h2{font-size:60px;font-weight:700; font-family: Montserrat, sans-serif; color: #fff;text-align: center;}
.featured-1 h2 span{color:var(--color-primary);}
.homeformdv{
    margin: 0 auto;
    max-width: 100%;

}
.css-tuxzvu {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -8px;
    width: calc(100% + 8px);
    margin-left: -8px;
}

.css-kxq71 {
    box-sizing: border-box;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.css-4g6ai3 {
    cursor: pointer;
    color: #2a3088;
}

.css-vnc3yi {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    overflow: hidden;
    padding: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
}

.textCenter {
    text-align: center!important;
}

.css-1vy6kx2 {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    white-space: revert;
}

.featured-1 .figure {
    width: 4rem;
    height: 4rem;
    transition: .4s ease-in-out;
    box-shadow: none;
    background-color: #2a3088!important;
}

.featured-1 .figure .inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.featured-1 .figure .inn img {
    filter: brightness(0) invert(1);
    display: inline-block;
    width: 75%;
    height: 75%;
    max-height: 75%;
    max-width: 75%;
    vertical-align: middle;
    transition: .4s ease-in-out;
}

.featured-1 .figure:hover{
    background-color: #fff!important;
    border: 1px solid #2a3088;
}

.featured-1 .figure:hover .inn img{
    filter: brightness(1) invert(0);
}

@media (min-width: 600px){
    .css-kxq71 {
        width: 20.0%;
    }
}
.featuredpost .post-title{
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-card-1 .post-card-content .post-title{
    font-size: 20px;
    height: auto;
    min-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.post-content-bottom .entry-meta.meta-1 span{
    color: #000;
}

.post-content-bottom .post-card-content .post-title{
    color: #000;
    font-size: 34px;
    font-family: proximanova_bold,sans-serif;
}

.featuredpost .post-title a{
    color: #000;
    font-size: 20px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s;
}
.featureddv.widget-title{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    position: relative;
    overflow: hidden;
    color: #000;
    display:inline;
    padding-bottom: 6px;

    background: linear-gradient(90deg,#ed1d23 0,#52589f);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: no-repeat;
}
.featureddv.widget-title span{
    position: relative;
    padding-right: 12px;
}
.featureddv.widget-title span:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 2000px;
    left: 100%;
    margin: 0;
    background-color: #0e1523;
    height: 3px;
}
.featureddv.widget-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 2000px;
    right: 100%;
    margin-right: 12px;
}

.widget-header-1.title-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-wrapper .all-posts-link {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    color: #545454;
    position: relative;
    cursor: pointer;
    width: fit-content;
    font-family: dmsansregular,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
}

.title-wrapper .all-posts-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #d7d7d7;
    width: 100%;
    transition: all .3s ease-in-out;
}

.title-wrapper .all-posts-link:hover:after {
    width: 0;
}

.main-post .post-card-1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 145px;
    background: #7f487e;
    width: 200px;
}

.post-card-1 .post-meta-1 {
    z-index: 2;
    top: 20px;
    left: 20px;
    position: absolute;
}
.footer-logo{
    height: 100px;
    margin-bottom: 10px;
}
.page-hero h1{
    margin-bottom: 60px;
}
h5.latestreviews_title{
    font-size: 36px;
    margin-bottom: 0px;
    font-family: Source Sans Pro, sans-serif;
    text-transform: none;
    font-weight: 600;
    border-bottom: 0px;
    position: relative;
    overflow: hidden;
    color: #ed1d23;
}
h5.latestreviews_title span{
    position: relative;
    padding-right: 15px;
}
h5.latestreviews_title span:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 2000px;
    left: 100%;
    margin: 0;
    background-color: #0e1523;
    height: 3px;
}
.sub-header-title {
    font-size: 24px;
}
.latestposts h5.post-title{
    color: #000;
    font-size: 20px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    transition: color 0.2s;
    padding-top: 5px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latestposts .post-thumb{
    margin-bottom: 0px;
}
.homeformdv button {
    right: 0px;
    float: left;
    position: absolute;
    background-color: transparent!important;
    color: #000!important;
    height: 34px;
    width: 60px;
    top: 8px;
    z-index: +1;
    border-radius: 0px;
}
.bg-square, .bg-square-2 {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-width: 300px;
    background-color: #2a30880f;
    z-index: -1;
}
.bg-square {
    left: auto;
    right: 0;
    max-height: 600px;
    max-width: 35%;
}
.bg-square-2 {
    max-height: 70%;
    max-width: 45%;
}
.search-icon .icon_search{
    font-weight: bold;
    font-size: 16px;
}
.searchbottom{
    color: #fff!important;
    font-family: BRFirmaMedium, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 25px;
    max-width: 100%;
    text-align:center;
}
form.form-search{
    margin: 0 auto;
    position: relative;
    max-width: 526px;
}
.homeformdv{
    background: #fff;
    border-radius: 12px;
}
.homeformdv button:hover, .homeformdv button:active, .homeformdv button:focus{
    background-color: transparent!important;
}
.homeformdv .icon_search{
    font-weight: 600;
    color: #000;
}
.sidebar-disclaimer{
    background: #282f87;
    padding: 25px 22px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

img.logo{margin-top: 0px;}
.postcontentpad ul{padding-left: 20px; margin-bottom: 15px;}
.postcontentpad ul li{list-style:disc; }

.homeformdv input.form-control{
    border-radius: 0px!important;
    padding: 15px 15px;
    height: 50px;
    padding-left: 25px;
    border: 0px solid #2a3088;
    font-size: 16px;
}

.homeformdv input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6b6b6b;
  opacity: 1; /* Firefox */
}

.homeformdv input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6b6b6b;
}

.homeformdv input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #6b6b6b;
}

.tags{letter-spacing:0.5px}
.postcontentpad{padding: 0px 0px 50px; 
    background: #FFF;}

/*featured-slider-2*/
.featured-slider-2-items .post-thumb .thumb-overlay,
.featured-slider-3-items .post-thumb .thumb-overlay{min-height:550px;background-position:center;background-size: contain;}
.featured-slider-3-items .post-thumb .thumb-overlay:before{}
.featured-slider-4-items .post-thumb .thumb-overlay{min-height:550px;background-position:center;}
.featured-slider-2 .post-content-overlay{position:absolute;transition-duration:0.2s;width:100%;bottom:80px;z-index:500;}
.featured-slider-2 .post-content-overlay .post-title{max-width:50%;}
.featured-slider-2-nav-cover{position:absolute;bottom:80px;right:0;width:33%;}
.featured-slider-2-nav .slick-current img{border:3px solid rgba(255,255,255,0.7);}
.featured-slider-2 .arrow-cover{position:absolute;left:0;z-index:300;}
.featured-slider-2 .arrow-cover i{color:#fff;}

.text-grey-400 {
    color: #999999;
}
/*featured-slider-3*/
.featured-slider-3 .post-content-overlay {
    position: absolute;
    transition-duration: 0.2s;
    width: 100%;
    z-index: 500;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: left;
}
.featured-slider-3 .post-content-overlay .post-title{
    color: #212529;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    font-family: Source Sans Pro, sans-serif;

}
.featured-slider-3.top-slider .post-content-overlay{
    top: auto;
    bottom: 0%;
    transform: translateX(-50%) translateY(-20%);
}
.featured-slider-3.top-slider .slider-single .post-thumb .thumb-overlay:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.slider-3-arrow-cover {
    position: absolute;
    z-index: 9;
    bottom: 50%;
    text-align: center;
    width: 100%;
}
.slider-3-arrow-cover button.slick-prev{
    position: absolute;
    left: 20px;
}
.slider-3-arrow-cover button.slick-next{
    position: absolute;
    right: 20px;
}

.slider-4-arrow-cover {
    position: absolute;
    z-index: 9;
    width: auto;
    transform: rotate(90deg);
}
.slider-4-arrow-cover button.slick-prev{
    position: relative;
    margin-right: 10px;
}
.slider-4-arrow-cover button.slick-next{
    position: relative;
    
}
.post-meta-2 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    float: left;
    margin-top: -3px;
    margin-bottom: 5px;
}
.top-slider .post-meta-2 img{
    margin-top: -10px;
}
.post-meta-2 .author-name{
    color: #fff;
}
.post-card-right{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-card-right .post-thumb{
    width: 168px;
    min-width: 168px;
    margin-right: 30px;
    min-height: 150px;
    border-radius: 12px;
    
}

.post-card-right .post-content-right .post-card-content p{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   font-size: 16px;
}

.post-hover .post-thumb{
    &::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
  }
}

.post-hover:hover{
     .post-thumb:focus,
   .post-thumb:hover {
    &::after {
      transform: scale(1.1);
    }
  }
}

.post-hover:hover  .post-thumb{
    background-size: cover + 10px;
}
/*SLICK SLIDER*/
.transition-04s{-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;}
.img-hover-slide{background-repeat:no-repeat;background-size:cover;background-position:center center;min-height:280px;overflow:hidden;}
.post-thumb:hover .img-hover-slide{background-position:30%;-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;}
.post-module-1 .post-content-overlay{position:absolute;bottom:0;transition-duration:0.2s;}
.post-module-1 .post-thumb{border: 1px solid #eee;}
.post-module-1 .post-thumb:hover .post-content-overlay{bottom:5px;}
.post-module-1 .post-content-overlay .entry-meta{line-height:1;}
.post-module-1 .post-content-overlay .entry-meta span.post-cat,
.entry-meta.meta-0 span.post-cat{padding-right:7px;margin-right:10px;font-weight:bold;color:#666; display: inline-block;}
.entry-meta.meta-0 span.post-cat{color: #fff!important; font-size: 14px; font-weight: 600; background: #ed1d23; border-radius: 0px; font-family: Source Sans Pro, sans-serif; padding: 10px 15px;margin-right: 16px; margin-bottom: 5px;}
.slider-single .entry-meta.meta-0 span.post-cat{ padding: 10px 15px; font-size: 14px; border-radius: 0px;}
.entry-meta.meta-0 span.post-cat::after{display: none;}
.post-module-1 .post-content-overlay .entry-meta span.post-cat::after,
.entry-meta.meta-0 span.post-cat::after{content:"";width:3px;height:3px;background:#999;position:absolute;right:0;bottom:3px;border-radius:50%}
.post-module-1 .post-content-overlay .entry-meta.text-white span.post-cat::after{background:#fff;}
.slick-dots{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin:0;padding:0;list-style-type:none;}
.slick-dots li{margin:0 0.15rem;}
.slick-dots button{display:block;width:6px;height:6px;padding:0;border:none;background-color:#999;text-indent:-9999px;}
.slick-dots li.slick-active button{background-color:#111;}
.top-left-icon,
.top-right-icon{position:absolute;top:30px;left:30px;border-radius:50px;width:30px;height:30px;text-align:center;line-height:30px;font-size:12px;z-index:3;color:#fff;-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;transition-duration:0.4s;-ms-transition:all 0.4s ease;}
.top-right-icon{left:unset;right:30px;}
.img-hover-slide:hover .top-left-icon,
.img-hover-slide:hover .top-right-icon{margin-top:-3px;-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);box-shadow:0px 5px 11px 0px rgba(0,0,0,0.18),0px 4px 15px 0px rgba(0,0,0,0.15);-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;transition-duration:0.4s;-ms-transition:all 0.4s ease;}
/*
.hover-up:hover{transform:translateY(0px);box-shadow:var(--box-shadow-hover),0 0 0 transparent;}
*/
.hover-up-2:hover{transform:translateY(-5px);}
.transition-normal{transition:all .25s cubic-bezier(.02,.01,.47,1);}
.bg-brand-4 {
    background-color: #2a30880f!important;
}

/*post-card-1*/
.post-card-1{border:0px solid var(--secondary-border-color);z-index:12;transition:all .25s cubic-bezier(.02,.01,.47,1);position:relative;background:transparent;}
.post-card-1::before{opacity: 0;content:"";position:absolute;top:10px;right:10px;bottom:0;left:10px;border-radius:10px;box-shadow:var(--box-shadow-normal),0 0 0 transparent;transition:all .25s cubic-bezier(.02,.01,.47,1);z-index:-1;}
.post-card-1 .thumb-overlay{min-height:305px;border-radius:12px 12px 12px 12px; margin-bottom: 30px;}
.latestposts .post-card-1 .thumb-overlay{min-height: 320px;}
.post-card-1 .post-content{background:transparent;border-radius:0 0 10px 10px;position: absolute;bottom: 0%;width: 100%;}

.featuredpost .post-card-1 .thumb-overlay{ width: 50%; float:left; }
.featuredpost .post-card-1 .post-content{ width: 50%; float:left;}
.featuredpost .post-card-1 .post-content.p-30{padding-right: 0px!important;}
.featuredpost .post-card-1::before{box-shadow: none;}
.featuredpost .thumb-overlay::before{display:none;}
.featuredpost .post-card-1{border: 1px solid #ed1d24; overflow: hidden;}

.featuredpost .post-card-1 .thumb-overlay{border-radius: 0px;}

.post-card-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;}
.post-card-1 .top-right-icon{top:20px;right:20px;}
.post-card-1 .top-left-icon{top:20px;left:20px;}

/*Carausel-1*/
.carausel-post-1 .img-hover-slide{min-height:420px;}
/*
.thumb-overlay::before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));background:-webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);background:-o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;}
*/
.carausel-post-1 .arrow-cover{position:absolute;bottom:30px;right:15px;z-index:99}
.arrow-cover button, .slider-3-arrow-cover button, .slider-4-arrow-cover button{background:none;border:0;}
.arrow-cover button i, .slider-3-arrow-cover button i, .slider-4-arrow-cover button i{    
    color: #fff;
    font-size: 22px;
    border: 0px solid #fff;
    border-radius: 50%;
    padding: 5px;
    background: rgba(0,0,0,0.4);
    font-weight: bold;
    padding: 10px;
}
.slider-3-arrow-cover button i:hover{
    background: #2a3088;
}
.button-shadow:hover {
    box-shadow: 14px 14px 36px rgba(85,85,85,0.3);
}
.hover-up-3:hover {
    transform: translateY(-3px);
    transition: .2s;
}
.slider-3-arrow-cover button i:hover, .slider-4-arrow-cover button i:hover{
    color: #fff;
    border: 0px solid #000;
}
.carausel-post-1 .post-content-overlay{position:absolute;bottom:0;left:0;transition-duration:0.2s;}
.carausel-post-1:hover .post-content-overlay{bottom:15px;transition-duration:0.2s;}
.single-content p{font-size: 18px; color: #000;}
.single-content .excerpt p{font-size: 22px;}
.single-content h2{font-size: 28px; font-weight: bold;}
.single-content h3{font-size: 28px;}
.scroll-progress{
    background: var(--color-grey-900);
}
.author-bio .author-info p{font-size: 18px;}
#scrollUp{
   background: #ed1d23;
    bottom: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
}
.page-breadcrumbs {
    padding: 13px 0;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    border: solid #545454;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: translate(0,-50%) rotate(-45deg);
}
.breadcrumbs a {
    color: #545454;
    font-size: 20px;
}
.breadcrumbs li+li {
    margin-left: 20px;
}
.breadcrumbs li:last-child:after{
    display:none;
}
.breadcrumbs span {
    color: #b0b0b0;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 102px;  
  padding: 0 0;
  z-index: +1;
}

.title-section, .content-section, .sidebar-section {
  background: #fff;
  // border-radius: 12px;
  // border: solid 10px #f1f1f1; 
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.sidebar-item {
  text-align: center;
  
  
}

.special-deal-wrap {
    width: 100%;
    text-align: center;
    border: 2px solid #EEE;
    padding: 30px 40px;
    background: #fff;
    margin-bottom: 20px;
}

.special-deal-wrap .overtitle {
    text-align: center;
    position: relative;
}

.special-deal-wrap .overtitle img{
    border: 1px solid #eee;
 
}

.special-deal-wrap .title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.special-deal-wrap .subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.special-deal-wrap .red_btn {
    display: inline-block;
    background-color: #FF4713;
    border: 1px solid #FF4713;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 22px;
    padding: 12px 25px 14px;
    text-decoration: none;
    border-radius: 0;
    margin-top: 25px;
}

.coupon-plugin-group {
    max-width: 99%;
    clear: both;
    padding: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 12px -4px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 12px -4px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 30px;
    zoom: 1;
    border: 2px solid #2a3088;
    border-radius: 5px;
}


.coupon-plugin-group:before, .coupon-plugin-group:after {
    content: "";
    display: table;
}

.tile-hot-ribbon {
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 75px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: +1;
}

#coupon-plugin.coupon-box {
    width: 100%;
    padding: 22px 17px;
    margin: 0px;
}

#coupon-plugin .coupon-body, #coupon-plugin .coupon-image-box {
    margin-right: 4.16%;
}

#coupon-plugin .coupon-image-box {
    border: 0px solid rgba(236,240,241,0.8);
    border-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#coupon-plugin .coupon-image img {
    max-width: 90px;
    vertical-align: middle;
    display: none;
}

#coupon-plugin .coupon-body, #coupon-plugin .coupon-image-box {
    margin-right: 4.16%;
}

#coupon-plugin .coupon-title {
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    color: #2a3088;
    margin-top: 15px;
}

#coupon-plugin .coupon-description{
    margin-bottom: 0px;
    color: #000;
}

#coupon-plugin .coupon-code {
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    height: 40px;
    background: #02508a;
    cursor: pointer;
}

#coupon-plugin .coupon-code {
    background: #037cd5;
}

#coupon-plugin .coupon-code span {
    position: absolute;
    right: 10px;
    line-height: 40px;
    font-size: 15px;
    display: none;
}

#coupon-plugin .coupon-reveal {
    position: absolute;
    line-height: 40px;
    border-radius: 4px;
    -webkit-transition-duration: .8s;
    -webkit-transition-property: width;
    transition-property: width;
    transition-duration: .8s;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    background: #e60a0f;
    
}

#coupon-plugin .coupon-reveal {
    background: #fff;
    color: #2a3088;
    border: 2px solid #2a3088;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#coupon-plugin .coupon-expiry {
    margin-top: 10px;
}

.store-inside-banner {
    position: relative;
    height: 400px;
    text-align: center;
    background-color: #05293b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.banner-content {
    margin: 30px auto 0;
    position: relative;
    z-index: 1;
}

.banner-content .top-content {
    padding: 24px 0 80px;
}

.logo-box {
    width: 200px;
    height: 120px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.logo-box .banner-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abtest-coupon-header {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 7px;
    margin-top: 30px;
    justify-content: center;
}

.abtest-coupon-type {
    color: #fff;
    text-transform: uppercase;
}

.banner-heading h1 {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

.coupon-top-button {
    margin: 0 auto;
    width: fit-content;
    z-index: 0;
    position: relative;
}

.banner-content .code-button {
    transform: scale(1.18);
}

.coupon-top-button .abtest-coupon-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    flex-direction: initial;
    margin-left: 0;
    justify-content: center;
    width: 240px;
}

.abtest-coupon-code-peeling {
    display: flex;
    width: 240px;
    flex: 1;
    overflow: hidden;
}

.abtest-coupon-code-peeling>.btn {
    position: relative;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    z-index: 1;
}

.abtest-coupon-code-peeling>.btn:before {
    display: block;
    content: "";
    width: 24px;
    height: 10px;
    background: #0179fe;
    position: absolute;
    z-index: 12;
    right: -17px;
    bottom: -1px;
    transform: skew(34deg,0);
    transition: height 250ms;
}

.abtest-coupon-code-peeling:hover .btn-primary {
    color: #fff;
    background: #0179fe;
    border-color: #0179fe;
    background-image: unset !important;
    transform: translateY(0px);
}

.abtest-coupon-code-peeling:hover .abtest-coupon-code-peel {
    background-position: 0 0;
    transform: rotateZ(15deg) translate(5px,-5px) scaleX(1);
}

.abtest-coupon-code-peeling:hover .abtest-coupon-code-peel {
    background-position: 0 0;
    transform: rotateZ(15deg) translate(5px,-5px) scaleX(1);
}

.abtest-coupon-code-peeling:hover .abtest-coupon-code-preview {
    flex-basis: 55px;
}

.single-store-section {
    margin-top: -70px;
    padding-bottom: 40px;
    position: relative;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.single-store-tab-content .list-unstyled {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.single-store-offer {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #ffffff;
    border-radius: 3px;
}

.single-store-offer {
    width: 31.5%;
}

.single-store-offer-inner {
    align-items: center;
    width: 100%;
}

.single-store-offer-action-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #0179fe;
    border: 1px solid #0179fe;
    border-radius: 3px;
    line-height: 1.42857143;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(to right,#01b6cc 0,#0179fe 100%);
    transition: 0.3s all;
    min-width: 150px;
}

.single-store-offer-action-btn i{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
}

.single-store-offer-text {
    padding-right: 15px;
    flex: 0 0 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.single-store-offer-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #0179fe;
}

.single-store-offer-action {
    flex: 0 0 64%;
}

.single-store-offer-content {
    margin: 0 0 10px 0;
    flex: 1;
    position: relative;
}

.single-store-offer-type {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0179fe;
}



.abtest-coupon-code-peeling .abtest-coupon-btn-reveal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 100%;

    transition: background-color .3s ease;
    background: #0179fe;
    border-radius: 3px;
    color: #fff;
    border-color: #0179fe;
    background-image: linear-gradient(to right,#01b6cc 0,#0179fe 100%) !important;
    background-repeat: repeat-x;
    transition: height 250ms;
}

.abtest-coupon-code-peeling .abtest-coupon-btn-reveal i{
    font-weight: bold;
    font-size: 22px;
    width: 8px;
}

.single-store-offer-action-btn:hover {
    background: #0179fe;
    color: #fff;
}

.abtest-coupon-btn-reveal .fa-angle-right {
    margin-left: 4px;
}

.abtest-coupon-code-peel {
    display: block;
    width: 40px;
    height: 46px;
    position: absolute;
    border-radius: 0 0 4px 4px;
    right: -30px;
    top: -2px;
    z-index: 13;
    backface-visibility: hidden;
    transition: transform 250ms,background-position 250ms;
    transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
    margin-top: 2px;
    background: linear-gradient(38deg,#01b6cc 0,#01b6cc 49%,rgba(202,235,137,0) 50%,rgba(255,255,255,0) 100%) 0 6px no-repeat;
}

.abtest-coupon-code-preview {
    font-size: 36px;
    border: solid 1px #0179fe;
    background: #fff;
    border-radius: 0 3px 3px 0;
    padding-right: 8px;
    display: inline-flex;
    flex: 0 0 45px;
    width: 51px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 250ms;
    height: 42px;
    justify-content: end;
    color: #0179fe;
}

.deal-details-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.bottom-content {
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.single-content .wp-block-image figcaption{
    position: absolute;
    bottom: 1px;
    right: 0;
    background: rgba(0,0,0,.6);
    color: rgba(255,255,255,.8);
    font-size: 12px;
    padding: 5px 10px;
    margin: 0;
    z-index: 10;
    width: auto;
    max-width: 300px;
}

.coupon-plugin-group .elegant-icon, .dashicons-before:before {
    
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

.coupon-expiry .dashicons-clock {
    color: #c73017;
}

.coupon-voting .dashicons-thumbs-down, .coupon-expiry .icon_clock_alt {
    color: #c73017;
}

.coupon-meta-text {
    font-size: 10px;
    color: #999999;
}

.coupon-meta-text {
    color: #999999;
}

#coupon-plugin .coupon-expiry span {
    vertical-align: middle;
}

.coupon-meta {
    background-color: rgba(236,240,241,0.23);
    padding: 5px 10px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.coupon-meta li {
    display: inline-block;
}

.social-links .elegant-icon {
    display: inline-block;
    text-align: center;
    color: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 10px 0;
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2px;
}

.social-links .social_twitter {
    background-color: #55acee;
}

.social-links .social_facebook {
    background-color: #3b5998;
}

.social-links .dashicons-facebook-alt {
    background-color: #3b5998;
}

.coupon-voting {
    float: right;
    line-height: 28.54px;
}

.tooltip {
    position: relative;
}

li.coupon-voting span {
    vertical-align: middle;
    margin-right: 5px;
}

.coupon-voting .dashicons-thumbs-up {
    color: #037cd5;
    background: url('../images/thumb-up.png');
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: bottom;
}

.coupon-voting .dashicons-thumbs-up:before{
    content: '';
    height: 20px;
    width: 20px;
    background: url('../images/thumb-up.png');
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 3px 0 6px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 30px;
    margin-left: -60px;
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
}

.coupon-voting .dashicons-thumbs-down {
    color: #037cd5;
    background: url('../images/thumb-down.png');
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: bottom;
}

.coupon-voting .dashicons-thumbs-down:before{
    content: '';
    height: 20px;
    width: 20px;
    background: url('../images/thumb-down.png');
}

.coupon-voting .elegant-icon{
    height: 23px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#coupon-plugin .coupon-reveal:hover {
    background: #2a3088;
    color: #fff;
}

#coupon-plugin .coupon-code.deal-top {
    background: #16a085;
}

#coupon-plugin .coupon-code.deal-top {
    background: #1abc9c;
}

#coupon-plugin .coupon-reveal.deal-top {
    clip-path: unset;
    -webkit-clip-path: unset;
    background: #16a085;
    border-radius: 4px;
    box-shadow: inset 0 -0px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: inset 0 -0px 0 rgb(0 0 0 / 15%);
}

#coupon-plugin .coupon-reveal.deal-top {
    background: #fff;
    border: 2px solid #2a3088;
    color: #2a3088;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

#coupon-plugin .coupon-reveal.deal-top:hover, #coupon-plugin .coupon-reveal.deal-top:focus {
    width: 100%;
    background: #1abc9c;
    border-radius: 4px;
}

#coupon-plugin .coupon-reveal.deal-top:hover {
    background: #2a3088;
    color: #fff;
}

.post-sidebar{
    margin-bottom: 20px;
}

.post-sidebar .sidebar-menu{


    line-height: 1.43;
    clear: both;

    text-align: left;
}

.post-sidebar .sidebar-menu .widget-header-2{
    margin-bottom: 10px!important;
}

.post-sidebar .sidebar-menu .sidebar-widget{
    margin-bottom: 0px!important;
}

.post-sidebar .sidebar-menu h5{
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0px!important;
}

.post-sidebar .sidebar-menu ul li{
    margin-bottom: 8px;
    border-bottom: 0!important;
}

.post-sidebar .sidebar-menu ul li a{
    border-bottom: 1px solid rgb(206 206 206 / 80%);
    font-size: 14px;
}

.post-sidebar .sidebar-menu ul li:last-child{
    margin-bottom: 0px;
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header{
    display: block;
}

.modal-dialog {
    width: 600px;

    margin: 30px auto;
}

.text-center {
    text-align: center;
}

.box-image {
    max-width: 250px;
    max-height: 100px;
    padding: 10px;
}

.modal-content h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
}

.modal-body {
    background: #fff;
}

.show-code h5 {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
}

.show-code .code-copy{
    border: 1px solid #0179fe;
    line-height: 60px;
    padding: 10px 10px;
    border-radius: 49px;
    background: rgb(247, 247, 247);
}

.modal-body .popup-link{
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.code-copy {
    display: inline-block;
}

.code-copy .code-selector {
    padding: 12px 1em;
    vertical-align: middle;
    width: auto;
    font-size: 20px;
    min-width: 150px;
    -webkit-transition: background-color .5s ease, border-color .5s ease, color .5s ease, fill .5s ease;
    transition: background-color .5s ease, border-color .5s ease, color .5s ease, fill .5s ease;
    background: transparent;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0px solid #efefef;
    float: left;
}

.code-copy .btn {
    width: auto;
    padding: 13px 30px;
    border-radius: 60px;
    vertical-align: middle;
    min-width: 2em;
    -webkit-transition: background-color .5s ease, border-color .5s ease, color .5s ease, fill .5s ease;
    transition: background-color .5s ease, border-color .5s ease, color .5s ease, fill .5s ease;
    background: #0179fe;
    background-image: linear-gradient(to right,#01b6cc 0,#0179fe 100%);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
}

.popup-link {
    font-weight: 600;
    padding: 10px;
    color: #000;
    font-size: 12px;
}

.modal-footer {
    text-align: start !important;
    font-size: 14px;
    justify-content: left;
}

.modal-footer h3{
    font-size: 20px;
}

button.close{
    position: relative;
    z-index: +1;
}



/*Carausel-3*/
.carausel-3-columns{margin:0 -15px;}
.carausel-3-columns-item{margin-right:15px;margin-left:15px;}

/*POST MODULES*/

/*list style*/

.list-style-2 .post-thumb .img-hover-slide{min-height:285px; border: 1px solid #eee;}

/*post-share-social*/
figure .social-share,
.post-thumb .social-share{position:absolute;float:left;overflow:hidden;padding-left:0;bottom:10px;right:0;margin:0;z-index:200;}
.animate-conner .post-thumb .social-share{right:35px;}
figure .social-share li,
.post-thumb .social-share li{width:100%;text-align:center;max-width:0px;opacity:0;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;float:left;margin-left:5px;}
figure .social-share li:first-child,
.post-thumb .social-share li:first-child{max-width:24px;opacity:1;pointer-events:none;}
figure .social-share li a,
.post-thumb .social-share li a{display:block;width:24px;height:24px;line-height:27px;text-align:center;border-radius:50%;font-size:11px;color:#fff;}
figure .social-share:hover li:nth-child(1),
.post-thumb .social-share:hover li:nth-child(1){opacity:0;max-width:0;}
figure .social-share:hover li,
.post-thumb .social-share:hover li{opacity:1;max-width:24px;}
figure .social-share:hover li:last-child,
.post-thumb .social-share:hover li:last-child{margin-right:15px;}
.social-share{height:0;transition-duration:0.2s;}
.bgcover:hover .social-share,
.post-thumb:hover .social-share{height:30px;transition-duration:0.2s;}
.post-thumb .social-share li a{background:#007aff;}
.post-thumb .social-share li a.fb,
.header-social-network .list-inline-item a.fb{background:#3b5999;}
.post-thumb .social-share li a.tw,
.header-social-network .list-inline-item a.tw{background:#55acee;}
.post-thumb .social-share li a.pt,
.header-social-network .list-inline-item a.pt{background:#bd081c;}
.thumb-overlay .post-thumb .social-share{right:35px;}

/*More articles*/
.single-more-articles{background:#fff none repeat scroll 0 0;border:1px solid rgb(225,225,225);bottom:84px;display:inline-block;max-width:100%;opacity:1;padding:0;position:fixed;right:20px;transform:translateY(200%);transition:all .2s cubic-bezier(.4,0,.2,1) 0s;width:330px;z-index:98;padding:20px;-webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.05);box-shadow:0px 0px 40px 0px rgba(0,0,0,0.05);-webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.05);}
.single-more-articles.single-more-articles--visible{transform:none;opacity:1;}
button.single-more-articles-close{position:absolute;top:-20px;right:-12px;border:0;background:none;font-size:22px;}

/*news-flash*/
.news-flash-cover .flash-news-title{line-height:1;margin-bottom:0;float:left;margin-right:15px;color:#fff;background:#000;padding:2px 10px;border-radius:2px;}
.news-flash-cover .flash-news-title i{font-size:12px;}
.news-flash-cover ul{line-height:1;}
#date-time ul{right:0;}
.live-now{color:#df4a2c;padding-left:10px;margin-right:10px;position:relative;letter-spacing:0.5px;}
.live-now::before{content:"";background:#b50f0f;width:6px;height:6px;border-radius:50%;position:absolute;left:0;top:50%;margin-top:-3px;animation:shadow-pulse 1s infinite;}

/*Categories*/
.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li{border-bottom:1px dotted rgba(0,0,0,0.15);display:table;width:100%;padding:8px 0;}
.widget_categories li.cat-item:last-child{border:none;}
.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a{text-align:left;padding:0;}
.menu li.menu-item-has-children{position:relative;}
.menu li.menu-item-has-children::after{content:"\33";font-family:'ElegantIcons';font-size:14px;display:inline-block;padding-left:5px;position:absolute;right:0;}
#sidebar-wrapper .menu li.menu-item-has-children ul.sub-menu{padding-left:15px!important;}
.widget_categories li.cat-item span.post-count{float:right;display:inline-block;width:24px;height:24px;background:var(--color-muted);border-radius:50%;line-height:24px;text-align:center;color:#fff;font-size:12px;}
.widget_categories li:hover span.post-count{background:var(--color-danger);}

/*Tab*/
.nav-tabs .nav-link{color:#666;font-weight:600;}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{color:#000;}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{border:none;padding:0;margin-right:30px;}
.nav-tabs .nav-link.active{border-width:0 0 2px 0;border-color:#000;border-style:solid;}
nav.tab-nav .nav-tabs{border:none;}
.tab-content>.tab-pane{display:block;height:0px;overflow:hidden;}
.tab-content>.active{height:auto;}

/*Social network widget*/

/*Taber*/
.widget-taber a.nav-link{font-size:14px;padding:4px 15px 0 0;float:left;position:relative;}
.widget-taber a.nav-link.active{font-size:18px;padding-top:0;padding-left:15px;}
.widget-taber a.nav-link.active::before{content:"";width:8px;height:8px;display:block;position:absolute;border-radius:50%;left:0;top:50%;margin-top:-4px;animation:shadow-pulse 1s infinite;}
.widget-taber nav.tab-nav{padding:0;}
.widget-taber-content{box-shadow:0px 0px 40px 0px rgba(0,0,0,0.05);}

/*Masonry*/
*{box-sizing:border-box;}
.grid::after{content:'';display:block;clear:both;}
.grid-sizer,
.grid-item{width:33.333%;}
.grid-item{float:left;}
.grid-item img{display:block;max-width:100%;}

/*PADDING AND MARGIN DECLARE*/
.mt-5{margin-top:5px!important}
.mt-10{margin-top:10px!important}
.mt-15{margin-top:15px!important}
.mt-20{margin-top:20px!important}
.mt-25{margin-top:25px!important}
.mt-30{margin-top:30px!important}
.mt-35{margin-top:35px!important}
.mt-40{margin-top:40px!important}
.mt-45{margin-top:45px!important}
.mt-50{margin-top:50px!important}
.mt-55{margin-top:55px!important}
.mt-60{margin-top:60px!important}
.mt-65{margin-top:65px!important}
.mt-70{margin-top:70px!important}
.mt-75{margin-top:75px!important}
.mt-80{margin-top:80px!important}
.mt-85{margin-top:85px!important}
.mt-90{margin-top:90px!important}
.mt-95{margin-top:95px!important}
.mt-100{margin-top:100px!important}
.mt-105{margin-top:105px!important}
.mt-110{margin-top:110px!important}
.mt-115{margin-top:115px!important}
.mt-120{margin-top:120px!important}
.mt-125{margin-top:125px!important}
.mt-130{margin-top:130px!important}
.mt-135{margin-top:135px!important}
.mt-140{margin-top:140px!important}
.mt-145{margin-top:145px!important}
.mt-150{margin-top:150px!important}
.mt-155{margin-top:155px!important}
.mt-160{margin-top:160px!important}
.mt-165{margin-top:165px!important}
.mt-170{margin-top:170px!important}
.mt-175{margin-top:175px!important}
.mt-180{margin-top:180px!important}
.mt-185{margin-top:185px!important}
.mt-190{margin-top:190px!important}
.mt-195{margin-top:195px!important}
.mt-200{margin-top:200px!important}
.mb-5{margin-bottom:5px!important}
.mb-10{margin-bottom:10px!important}
.mb-15{margin-bottom:15px!important}
.mb-20{margin-bottom:20px!important}
.mb-25{margin-bottom:25px!important}
.mb-30{margin-bottom:30px!important}
.mb-35{margin-bottom:35px!important}
.mb-40{margin-bottom:40px!important}
.mb-45{margin-bottom:45px!important}
.mb-50{margin-bottom:50px!important}
.mb-55{margin-bottom:55px!important}
.mb-60{margin-bottom:60px!important}
.mb-65{margin-bottom:65px!important}
.mb-70{margin-bottom:70px!important}
.mb-75{margin-bottom:75px!important}
.mb-80{margin-bottom:80px!important}
.mb-85{margin-bottom:85px!important}
.mb-90{margin-bottom:90px!important}
.mb-95{margin-bottom:95px!important}
.mb-100{margin-bottom:100px!important}
.mb-105{margin-bottom:105px!important}
.mb-110{margin-bottom:110px!important}
.mb-115{margin-bottom:115px!important}
.mb-120{margin-bottom:120px!important}
.mb-125{margin-bottom:125px!important}
.mb-130{margin-bottom:130px!important}
.mb-135{margin-bottom:135px!important}
.mb-140{margin-bottom:140px!important}
.mb-145{margin-bottom:145px!important}
.mb-150{margin-bottom:150px!important}
.mb-155{margin-bottom:155px!important}
.mb-160{margin-bottom:160px!important}
.mb-165{margin-bottom:165px!important}
.mb-170{margin-bottom:170px!important}
.mb-175{margin-bottom:175px!important}
.mb-180{margin-bottom:180px!important}
.mb-185{margin-bottom:185px!important}
.mb-190{margin-bottom:190px!important}
.mb-195{margin-bottom:195px!important}
.mb-200{margin-bottom:200px!important}
.ml-5{margin-left:5px!important}
.ml-10{margin-left:10px!important}
.ml-15{margin-left:15px!important}
.ml-20{margin-left:20px!important}
.ml-25{margin-left:25px!important}
.ml-30{margin-left:30px!important}
.ml-35{margin-left:35px!important}
.ml-40{margin-left:40px!important}
.ml-45{margin-left:45px!important}
.ml-50{margin-left:50px!important}
.ml-55{margin-left:55px!important}
.ml-60{margin-left:60px!important}
.ml-65{margin-left:65px!important}
.ml-70{margin-left:70px!important}
.ml-75{margin-left:75px!important}
.ml-80{margin-left:80px!important}
.ml-85{margin-left:85px!important}
.ml-90{margin-left:90px!important}
.ml-95{margin-left:95px!important}
.ml-100{margin-left:100px!important}
.ml-105{margin-left:105px!important}
.ml-110{margin-left:110px!important}
.ml-115{margin-left:115px!important}
.ml-120{margin-left:120px!important}
.ml-125{margin-left:125px!important}
.ml-130{margin-left:130px!important}
.ml-135{margin-left:135px!important}
.ml-140{margin-left:140px!important}
.ml-145{margin-left:145px!important}
.ml-150{margin-left:150px!important}
.ml-155{margin-left:155px!important}
.ml-160{margin-left:160px!important}
.ml-165{margin-left:165px!important}
.ml-170{margin-left:170px!important}
.ml-175{margin-left:175px!important}
.ml-180{margin-left:180px!important}
.ml-185{margin-left:185px!important}
.ml-190{margin-left:190px!important}
.ml-195{margin-left:195px!important}
.ml-200{margin-left:200px!important}
.mr-5{margin-right:5px!important}
.mr-10{margin-right:10px!important}
.mr-15{margin-right:15px!important}
.mr-20{margin-right:20px!important}
.mr-25{margin-right:25px!important}
.mr-30{margin-right:30px!important}
.mr-35{margin-right:35px!important}
.mr-40{margin-right:40px!important}
.mr-45{margin-right:45px!important}
.mr-50{margin-right:50px!important}
.mr-55{margin-right:55px!important}
.mr-60{margin-right:60px!important}
.mr-65{margin-right:65px!important}
.mr-70{margin-right:70px!important}
.mr-75{margin-right:75px!important}
.mr-80{margin-right:80px!important}
.mr-85{margin-right:85px!important}
.mr-90{margin-right:90px!important}
.mr-95{margin-right:95px!important}
.mr-100{margin-right:100px!important}
.mr-105{margin-right:105px!important}
.mr-110{margin-right:110px!important}
.mr-115{margin-right:115px!important}
.mr-120{margin-right:120px!important}
.mr-125{margin-right:125px!important}
.mr-130{margin-right:130px!important}
.mr-135{margin-right:135px!important}
.mr-140{margin-right:140px!important}
.mr-145{margin-right:145px!important}
.mr-150{margin-right:150px!important}
.mr-155{margin-right:155px!important}
.mr-160{margin-right:160px!important}
.mr-165{margin-right:165px!important}
.mr-170{margin-right:170px!important}
.mr-175{margin-right:175px!important}
.mr-180{margin-right:180px!important}
.mr-185{margin-right:185px!important}
.mr-190{margin-right:190px!important}
.mr-195{margin-right:195px!important}
.mr-200{margin-right:200px!important}
.p-10{padding:10px!important}
.p-15{padding:15px!important}
.p-20{padding:20px!important}
.p-25{padding:25px!important}
.p-30{padding:30px!important}
.p-65{padding: 65px!important;}
.pt-5{padding-top:5px!important}
.pt-10{padding-top:10px!important}
.pt-15{padding-top:15px!important}
.pt-20{padding-top:20px!important}
.pt-25{padding-top:25px!important}
.pt-30{padding-top:30px!important}
.pt-35{padding-top:35px!important}
.pt-40{padding-top:40px!important}
.pt-45{padding-top:45px!important}
.pt-50{padding-top:50px!important}
.pt-55{padding-top:55px!important}
.pt-60{padding-top:60px!important}
.pt-65{padding-top:65px!important}
.pt-70{padding-top:70px!important}
.pt-75{padding-top:75px!important}
.pt-80{padding-top:80px!important}
.pt-85{padding-top:85px!important}
.pt-90{padding-top:90px!important}
.pt-95{padding-top:95px!important}
.pt-100{padding-top:100px!important}
.pt-105{padding-top:105px!important}
.pt-110{padding-top:110px!important}
.pt-115{padding-top:115px!important}
.pt-120{padding-top:120px!important}
.pt-125{padding-top:125px!important}
.pt-130{padding-top:130px!important}
.pt-135{padding-top:135px!important}
.pt-140{padding-top:140px!important}
.pt-145{padding-top:145px!important}
.pt-150{padding-top:150px!important}
.pt-155{padding-top:155px!important}
.pt-160{padding-top:160px!important}
.pt-165{padding-top:165px!important}
.pt-170{padding-top:170px!important}
.pt-175{padding-top:175px!important}
.pt-180{padding-top:180px!important}
.pt-185{padding-top:185px!important}
.pt-190{padding-top:190px!important}
.pt-195{padding-top:195px!important}
.pt-200{padding-top:200px!important}
.pt-260{padding-top:260px!important}
.pb-5{padding-bottom:5px!important}
.pb-10{padding-bottom:10px!important}
.pb-15{padding-bottom:15px!important}
.pb-20{padding-bottom:20px!important}
.pb-25{padding-bottom:25px!important}
.pb-30{padding-bottom:30px!important}
.pb-35{padding-bottom:35px!important}
.pb-40{padding-bottom:40px!important}
.pb-45{padding-bottom:45px!important}
.pb-50{padding-bottom:50px!important}
.pb-55{padding-bottom:55px!important}
.pb-60{padding-bottom:60px!important}
.pb-65{padding-bottom:65px!important}
.pb-70{padding-bottom:70px!important}
.pb-75{padding-bottom:75px!important}
.pb-80{padding-bottom:80px!important}
.pb-85{padding-bottom:85px!important}
.pb-90{padding-bottom:90px!important}
.pb-95{padding-bottom:95px!important}
.pb-100{padding-bottom:100px!important}
.pb-105{padding-bottom:105px!important}
.pb-110{padding-bottom:110px!important}
.pb-115{padding-bottom:115px!important}
.pb-120{padding-bottom:120px!important}
.pb-125{padding-bottom:125px!important}
.pb-130{padding-bottom:130px!important}
.pb-135{padding-bottom:135px!important}
.pb-140{padding-bottom:140px!important}
.pb-145{padding-bottom:145px!important}
.pb-150{padding-bottom:150px!important}
.pb-155{padding-bottom:155px!important}
.pb-160{padding-bottom:160px!important}
.pb-165{padding-bottom:165px!important}
.pb-170{padding-bottom:170px!important}
.pb-175{padding-bottom:175px!important}
.pb-180{padding-bottom:180px!important}
.pb-185{padding-bottom:185px!important}
.pb-190{padding-bottom:190px!important}
.pb-195{padding-bottom:195px!important}
.pb-200{padding-bottom:200px!important}
.pl-5{padding-left:5px!important}
.pl-10{padding-left:10px!important}
.pl-15{padding-left:15px!important}
.pl-20{padding-left:20px!important}
.pl-25{padding-left:25px!important}
.pl-30{padding-left:30px!important}
.pl-35{padding-left:35px!important}
.pl-40{padding-left:40px!important}
.pl-45{padding-left:45px!important}
.pl-50{padding-left:50px!important}
.pl-55{padding-left:55px!important}
.pl-60{padding-left:60px!important}
.pl-65{padding-left:65px!important}
.pl-70{padding-left:70px!important}
.pl-75{padding-left:75px!important}
.pl-80{padding-left:80px!important}
.pl-85{padding-left:85px!important}
.pl-90{padding-left:90px!important}
.pl-95{padding-left:95px!important}
.pl-100{padding-left:100px!important}
.pl-105{padding-left:105px!important}
.pl-110{padding-left:110px!important}
.pl-115{padding-left:115px!important}
.pl-120{padding-left:120px!important}
.pl-125{padding-left:125px!important}
.pl-130{padding-left:130px!important}
.pl-135{padding-left:135px!important}
.pl-140{padding-left:140px!important}
.pl-145{padding-left:145px!important}
.pl-150{padding-left:150px!important}
.pl-155{padding-left:155px!important}
.pl-160{padding-left:160px!important}
.pl-165{padding-left:165px!important}
.pl-170{padding-left:170px!important}
.pl-175{padding-left:175px!important}
.pl-180{padding-left:180px!important}
.pl-185{padding-left:185px!important}
.pl-190{padding-left:190px!important}
.pl-195{padding-left:195px!important}
.pl-200{padding-left:200px!important}
.pr-5{padding-right:5px!important}
.pr-10{padding-right:10px!important}
.pr-15{padding-right:15px!important}
.pr-20{padding-right:20px!important}
.pr-25{padding-right:25px!important}
.pr-30{padding-right:30px!important}
.pr-35{padding-right:35px!important}
.pr-40{padding-right:40px!important}
.pr-45{padding-right:45px!important}
.pr-50{padding-right:50px!important}
.pr-55{padding-right:55px!important}
.pr-60{padding-right:60px!important}
.pr-65{padding-right:65px!important}
.pr-70{padding-right:70px!important}
.pr-75{padding-right:75px!important}
.pr-80{padding-right:80px!important}
.pr-85{padding-right:85px!important}
.pr-90{padding-right:90px!important}
.pr-95{padding-right:95px!important}
.pr-100{padding-right:100px!important}
.pr-105{padding-right:105px!important}
.pr-110{padding-right:110px!important}
.pr-115{padding-right:115px!important}
.pr-120{padding-right:120px!important}
.pr-125{padding-right:125px!important}
.pr-130{padding-right:130px!important}
.pr-135{padding-right:135px!important}
.pr-140{padding-right:140px!important}
.pr-145{padding-right:145px!important}
.pr-150{padding-right:150px!important}
.pr-155{padding-right:155px!important}
.pr-160{padding-right:160px!important}
.pr-165{padding-right:165px!important}
.pr-170{padding-right:170px!important}
.pr-175{padding-right:175px!important}
.pr-180{padding-right:180px!important}
.pr-185{padding-right:185px!important}
.pr-190{padding-right:190px!important}
.pr-195{padding-right:195px!important}
.pr-200{padding-right:200px!important}
.plr-5-percent{padding:0 5%;}

@media(min-width: 992px){
    .modal-dialog {
        max-width: 600px;
    }
    .nodisplay_dt{
        display: none!important;
    }
}
@media(max-width: 1200px){
    .single-store-offer {
        width: 48.8% !important;
    }
}
@media (max-width: 1185px) {
    #coupon-plugin .coupon-reveal.deal-top {
        font-size: 13px;
        letter-spacing: 0;
        min-width: 130px;
    }

    #coupon-plugin .coupon-reveal{
        font-size: 13px;
        letter-spacing: 0px;
        min-width: 130px;
    }
}

@media(max-width: 992px){
    
    .featured-1 h2{font-size: 35px;}
    .newsletter .container .row{position: relative; z-index: +1;}
    .slider-3-arrow-cover button.slick-prev{left: 20px;}
    .slider-3-arrow-cover button.slick-next{right: 20px;}
    .featured-slider-3 .post-content-overlay{
        transform: translateX(-50%) translateY(0%);
        top: 0px;
    }
    .featured-slider-4-items .post-thumb .thumb-overlay{min-height: 650px;}
    .featured-slider-3-items .post-thumb .thumb-overlay{min-height: 660px;}
    .off-canvas-toggle-cover .off-canvas-toggle{display: none!important;}
    .header-top img.logo{margin-top: 0px;}
    .sidebar-item{
        position: relative;
    }
    .featured-slider-3 .post-content-overlay .post-title{
        font-size: 26px;
        line-height: 32px;
    }
    .slider-center .slick-slide img{margin-top: 0px;}
    #coupon-plugin .coupon-title{
        font-size: 19px;
    }
    .entry-header .entry-title{
        font-size: 24px;
    }
    .postcontentpad{
        padding: 0px 10px 50px;
        box-shadow: none;
    }
    main.bg-grey{
        background: #fff!important;
    }
    .modal-dialog{
        max-width: 100%;
    }
    .nodisplay_mb{
        display: none!important;
    }
    #coupon-plugin.coupon-box{
        display: block;
    }
    #coupon-plugin .coupon-button{
        margin-top: 15px;
    }
    #coupon-plugin .coupon-image-box{
        display: none;
    }
    button.search-icon{
        position: absolute;
        right: 90px;
        margin-top: -35px;
    }
    .single-content p{font-size: 16px;}
    .make-me-sticky {
        top: auto;
        padding: 0 0;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        z-index: +1;
    }
    
    .tooltip{
        z-index: 1;
    }

    .special-deal-wrap{
        display: flex;
        padding: 15px 10px;
    }

    .special-deal-wrap .overtitle{
        min-width: 120px;
        max-width: 120px;
        display: none;
    }
    
    .special-deal-wrap{
        margin-bottom: 0px;
    }

    .bannercontent{
        padding-left: 10px;
        padding-right: 10px;
        width: 70%;
    }

    .bannercontent .title{
        font-size: 18px;
        text-align: left;
        margin-top: 15px;
        line-height: initial;
    }

    .bannercontent .subtitle{
        font-size: 16px;
        text-align: left;
        margin-top: 5px;
        line-height: inherit;
        display: none;
    }
    .footer_btn{
        min-width: 105px;
    }

    .special-deal-wrap .red_btn{
        font-size: 15px;
        line-height: 18px;
        margin-top: 15px;
        padding: 9px 13px;
    }
    
    .special-deal-wrap .overtitle img{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 767px){
    .single-store-offer {
        width: 100% !important;
    }
}

.button-loading{border:1px solid #c4cdd5;cursor:default;text-shadow:none;color:transparent!important;position:relative;transition:border-color .2s ease-out}.button-loading,.button-loading:active,.button-loading:focus,.button-loading:hover{color:transparent}.button-loading:before{content:"";position:absolute;top:50%;left:50%;border-radius:50%;margin-top:-9px;margin-left:-9px;width:18px;height:18px;-webkit-animation:button-loading-spinner .7s linear infinite;animation:button-loading-spinner 1s linear infinite;border:3px solid;border-color:#fff #fff transparent}.button-loading.btn-fill-out{color:transparent!important;border:1px solid var(--color-primary)}.button-loading.btn-fill-out:before{width:18px;background-color:transparent;border-color:var(--color-primary);border-bottom-color:transparent}.button-loading.btn-fill-out:after{display:none}.required:after{content:" *";color:red}@-webkit-keyframes button-loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes button-loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#alert-container{top:100px;right:5px;position:fixed;z-index:9999999}#alert-container .alert{max-width:450px!important;min-height:45px!important;font-weight:400;position:relative;padding:15px 40px 15px 60px;margin-bottom:10px;box-shadow:0 4px 10px 0 rgba(3,3,3,.1)}#alert-container .alert.alert-success{color:#299c77;background-color:#bff9d0}#alert-container .alert .message-icon{position:absolute;left:5%;top:30%;font-size:20px;fill:#299c77;stroke:#299c77}#alert-container .alert.alert-dismissible .close{position:absolute;top:20px;right:15px;font-size:10px;padding:0}body.show-admin-bar #alert-container{top:140px}body.show-admin-bar #sidebar-wrapper,body.show-admin-bar .header-sticky.sticky-bar{top:40px}.language-wrapper{margin-left:15px}.language-wrapper .language_bar_chooser{display:block;float:right;width:160px;line-height:58px;text-align:center}.language-wrapper .language_bar_chooser li{display:inline-block;float:left;margin-left:5px}.language-wrapper .language_bar_chooser.dropdown-menu{display:none;border-radius:0!important}.language-wrapper .language_bar_chooser.dropdown-menu li{width:100%;margin:0;display:block}.language-wrapper .language_bar_chooser.dropdown-menu li a{display:block!important;margin-right:0!important}.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu{display:block}.language-wrapper .btn{border:none;background:none;margin-bottom:0;height:40px;border-radius:0!important}.language-wrapper .language_bar_list li{display:inline-block;margin-left:5px}.language-wrapper .language_bar_list li a{text-align:left;font-size:12px}.language-wrapper .language_bar_list li a span{color:var(--color-muted)}.language-wrapper .language_bar_list li a img{float:left;margin-right:8px;margin-top:2px;width:20px}.half-circle-spinner,.half-circle-spinner *{box-sizing:border-box}.half-circle-spinner{width:30px;height:30px;margin:20px auto;border-radius:100%;position:relative}.half-circle-spinner .circle{content:"";position:absolute;width:100%;height:100%;border-radius:100%;border:2px solid transparent;background:none;box-shadow:none;margin:0}.half-circle-spinner .circle.circle-1{border-top-color:var(--color-primary);-webkit-animation:half-circle-spinner-animation 1s infinite;animation:half-circle-spinner-animation 1s infinite}.half-circle-spinner .circle.circle-2{border-bottom-color:var(--color-primary);-webkit-animation:half-circle-spinner-animation 1s infinite alternate;animation:half-circle-spinner-animation 1s infinite alternate}@-webkit-keyframes half-circle-spinner-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes half-circle-spinner-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-inner{width:100%}.sidebar-inner .sidebar-inner-loading{display:table-cell;vertical-align:middle;width:100%;text-align:center}.widget_categories ul.font-small li{border-bottom:0px dotted rgba(0,0,0,.15);display:table;width:100%;padding:6px 0}.widget_categories ul.font-small li a{text-align:left;padding:0}.main-menu .current-menu-item a{color:var(--color-primary)}.header-select-language{background:#f1f2f3;padding:10px 0;font-size:13px}.header-select-language .language-wrapper{margin-left:0;display:flex!important;align-items:center}.header-select-language .language-wrapper>span{display:inline-block;margin-right:5px}.header-select-language .language-wrapper .language_bar_list{display:inline-block}
