<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Couponis
Author: SpoonThemes
Theme URI: http://demo.spoonthemes.net/themes/couponis/
Author URI: http://themeforest.net/user/spoonthemes
License: GPL 2.0
License URI: license.txt
Description:  Affiliate &amp; Submitting Coupons WordPress Theme
Version: 3.1.8
Tags: grid-layout
Text Domain: couponis
*/


/***********************************
TABLE OF CONTENTS:

1. OVERALL STYLING
2. FULL VIDEO
3. TABLES
4. BUTTONS
5. FILTER TITLE
6. BLOG ITEM
7. SINGLE BLOG
8. NAVIGATION
9. POST FORMAT ICONS
10. WORDPRESS CORE
11. COMMENTS
12. WIDGETScomment-avatar
13. COPYRIGHTS
14. SUBMIT FORMS
15. SINGLE POST SHARE
16. ABOUT AUTHOR
17. VIDEO CONTAINER
18. PAGINATION
19. GALLERY
20. HORIZONTAL TABS
21. ALERTS
22. PROGRESS BARS
23. 404 PAGE
24. FEATURED SLIDER
25. OWL CAROUSEL
26. SIDEBAR TRIGGER
27. LAZY LOAD

*************************************/
/* 1. OVERALL STYLING */

ol, ul {
    display: block;
    list-style-type: disc;
    /*margin-block-start: 1em;*/
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
    width:100% !important;
    overflow-x:hidden !important;
}
html{
    width:100% !important;
    overflow-x:hidden !important;
}
/* home page banner css */
.home-banner-slider .simple-slider-caption {
    background: transparent;
    padding: 0px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home-banner-slider .simple-slider-caption h2 {
    display: none;
}
.home-banner-slider .simple-slider-caption .flex-right {
    width: 100%;
}
.home-banner-slider .simple-slider-caption .btn {
    width: 100% !important;
    display: flex !important;
    height: 100%;
    background: transparent;
    font-size: 0;
}
.home-banner-slider img {
    border-radius: 10px;
}
.box-saddow .white-block {
    background: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
}
.store-logo, .widget-content a, .widget_widget_latest_coupons .coupon-image {
    border-radius: 10px;
}
.tax-coupon-store .widget_widget_categories ,.tax-coupon-category .coupon-box, main  .taxonomy-header, .tax-coupon-store .coupon-box, .tax-coupon-store .white-block, .tax-coupon-category .widget_search_coupons, .tax-coupon-category .widget_widget_stores, .single-coupon .white-block {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
main .taxonomy-header .post-share {
    margin-top: 0;
}
main .featured-bottom-meta {
    display: none;
}
/* home page banner css end */
@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    a.navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin: 0.5px 0px;
	}
	.navbar-nav&gt;li {
        float: none;
    }
    .nav.navbar-nav&gt;li&gt;a {
        padding: 5px 0px;
    }
    .nav.navbar-nav &gt; li:first-child &gt; a{
    	margin-top: 0px;
    }
    .nav.navbar-nav &gt; li:last-child &gt; a{
    	margin-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar-nav .open .dropdown-menu &gt; li &gt; a, 
	.navbar-nav .open .dropdown-menu .dropdown-header{
		padding: 0px 0px 0px 10px;
	}
	.nav.navbar-nav li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav.navbar-nav li a i{
		width: 10px;
		height: 10px;
		line-height: 10px;
		text-align: right;
	}
	.dropdown-menu li{
		padding: 5px 0px;
	}
	.dropdown-menu{
		padding-left: 10px;
	}
}


    
     @media only screen and (min-width: 600px) {
  .widthcontainer {
        width:1100px!important;
  }
}
    
@media (min-width: 769px){
	.col-sm-8{
		width: 66.66%;
	}
	.col-sm-4{
		width: calc(33.33333333% - 1px);
	}
}

body {
	font-family: "Open Sans", sans-serif;
	color: #484848;
	font-size: 14px;
	line-height: 1.7;
	background-color: #f8f8f8;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";	
}

p{
	margin-bottom: 15px;
}

.post-content p{
	margin-bottom: 18px;
}

.post-content .kc-container{
	padding: 0px;
}

.post-content &gt; p:last-child{
	margin-bottom: 0px;
}

a, a:visited{
	color: #272727;
}

a:hover, a:focus, a:active, body .blog-item-title a:hover, .infobox-content a:hover{
	outline: 0;
	color: #1ab1b7;
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.post-content img.full-width{
	border-radius: 0px;
}

iframe{
	border: none;
	display: block;
}

.break-word{
	word-break: break-all;
}

select{
	max-width: 100%;
	padding: 2px 5px 0px 5px;
}

h1, h2, h3, h4, h5, h6{	
	margin: 10px 0px;
	line-height: 1.4;
	color: #272727;
}

h1, h2, h3, h4, h5, h6, .header-alike{
	font-weight: 600;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.coupon-action-button.header-alike{
	font-weight: 600;
}

h1{
    font-size: 28px;
}

h2, .h2-size{
	font-size:26px;
}

h3, .h3-size {
	font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
    font-size: 0.7862em;
}

blockquote{
	font-size: 20px;
	font-style: italic;
	border: none;
	text-align: center;
	padding: 50px 0px;
	position: relative;
	opacity: 0.8
}

blockquote:before,
blockquote:after{
	content: ' ';
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	opacity: 0.2;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

blockquote:before{
	top: 0px;
	content: '\f10d';
}

blockquote:after{
	bottom: 0px;
	content: '\f10e';
}

cite{
	margin-top: 15px;
	font-size: 16px;
	font-style: normal;
	text-align: right;
	display: block;
}

dl dd{
	margin-left: 5px;
	margin-bottom: 10px;
}

.kc_tabs:not(.coupon-tabs) .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active,
.white-block{
	background: #fff;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
	position: relative;
	margin-bottom: 50px;
}

.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active{
	background: transparent;
}

.ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content,
.white-block-content{
	padding: 20px;
}

.white-block-single-content{
	padding: 30px;
}

.white-block-single-content .widget-title{
	margin: -30px -30px 20px -30px;
	padding: 20px 30px;
}

.single-badges{
	margin-bottom: 15px;
}

.single-badges span{
	margin-right: 5px;
}

.tag-section i{
	margin-right: 10px;
}

.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content{
	padding: 0px;
}

.styled-checkbox,
.styled-radio{
	position: relative;
}

.styled-checkbox input,
.styled-radio input{
	opacity: 0;
	position: relative;
	z-index: 2;
	margin-right: 2px;
	display: inline-block;
}

.styled-checkbox label:before,
.styled-radio label:before{
	content: ' ';
	position: absolute;
	top: 5px;
	left: 0px;
	border: 1px solid #eee;
	height: 15px;
	width: 15px;
	border-radius: 2px;
}

.small-action.styled-checkbox label:before,
.small-action.styled-radio label:before{
	height: 13px;
	width: 13px;
	top: 6px;
}

.styled-checkbox.active label:after,
.styled-checkbox input:checked + label:after,
.styled-radio.active label:after,
.styled-radio input:checked + label:after{
	content: ' ';
	position: absolute;
	left: 4px;
	top: 9px;
	width: 7px;
	height: 7px;
	background: #1ab1b7;
	border-radius: 1px;
}

.small-action.styled-checkbox.active label:after,
.small-action.styled-checkbox input:checked + label:after,
.small-action.styled-radio.active label:after,
.small-action.styled-radio input:checked + label:after{
	width: 5px;
	height: 5px;
	top: 10px;
}

.styled-radio label:before,
.styled-radio.active label:after,
.styled-radio input:checked + label:after{
	border-radius: 50%;
}

.main-title{
	border-top: 1px solid #f8f8f8;
	padding: 10px 0px;
	background: #F36F2D;
	color:white;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
}

body .kc-elm:not(.kc_column){
	float: none;
}

.couponis-avts{
	margin-top: 0px;
	text-align: center;
}
/* END OVERALL STYLING */


/* 3. TABLES */
table{
	width: 100%;
	border: 1px solid #eeeeee;
	margin: 15px 0px;
	font-size: 15px
}

hr{
	border-top: 1px solid #eeeeee;
	margin: 10px 0px;
}

table th{
	background: #f5f5f5;
	padding: 3px;
}

table:not(.alignleft):not(.alignright) th,
table:not(.alignleft):not(.alignright) td{
	text-align: center;
}

.footer_widget_section table th{
	color: #202020;
}

table td{
	border: 1px solid black;
	padding: 3px;
}

.logo-small-screen{
	display: none;
}
@media only screen and ( max-width: 768px ){
	li.site-logo{
		display: none;
	}
	.logo-small-screen{
		display: block;
	}
	/*.navigation-bar{*/
	/*	padding: 5px 0px;*/
	/*}*/
}
/* END TABLES */

/* 4. BUTTONS */
.form-submit #submit,
.form-submit a,
.pagination a,
.pagination &gt; span,
.tagcloud a, .btn, a.btn,
.post-password-form input[type="submit"]{
	padding: 10px 20px;
	border-radius: 2px;
	background: transparent;
	color: #fff;
	display: inline-block;
	white-space: normal;
	background: #1ab1b7;
	text-transform: uppercase;
	font-size: 90%;
	box-shadow: none;
	letter-spacing: 0.5px;
	display: block;
	border: none;
}

.post-password-form input[type="submit"]{
	font-weight: 700;
	display: inline-block;
	line-height: 35px;
	padding: 0px 20px;
}

.footer_widget_section .tagcloud a, 
.footer_widget_section .btn, 
.footer_widget_section a.btn{
	border-color: #454545;
}

.form-submit #submit:hover, .form-submit #submit:focus, .form-submit #submit:active,
.form-submit a:hover, .form-submit a:focus, .form-submit a:active,
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active,
.btn:hover, .btn:focus, .btn:active, .btn.active,
.pagination &gt; span, .pagination a:hover{
	opacity: 0.95;
	color: #fff;
	box-shadow: none;
}

.footer_widget_section .tagcloud a:hover, 
.footer_widget_section .tagcloud a:focus, 
.footer_widget_section .tagcloud a:active,
.footer_widget_section .btn:hover, 
.footer_widget_section .btn:focus, 
.footer_widget_section .btn:active, 
.footer_widget_section .btn.active{
	border-color: #454545;
	background: #454545;
}

.btn i{
	margin-right: 5px;
}

.btn.medium{
	padding: 10px 18px 7px 18px;
}

.btn.large{
	padding: 15px 28px 12px 28px;
}

.tagcloud a{
	padding: 5px 10px;
	line-height: 19px;
	margin-right: 4px;
	margin-bottom: 4px;
	display: inline-block;
}

.label{
	border-radius: 2px;
	padding: 2px 6px;
	font-weight: 400;
}

label{
	font-weight: 400;
}


.has-feedback textarea.form-control, .has-feedback textarea.form-control:focus, .has-feedback textarea.form-control:active, .has-feedback textarea.form-control:focus:active{
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-clip: padding-box;
}

/* END BUTTON */

/* 6. BLOG ITEM */
article{
	position: relative;
	margin-bottom: 50px;
}

.blog-item-media{
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}

.blog-media img{
	width: 100%;
}

.blog-item-title{
	margin: 0px;
	word-wrap: break-word;
}

.blog-item-meta{
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
    font-size: 90%;
    margin-top: 10px;
    color: #ccc;
}

.blog-shortcode .blog-item-meta{
	margin-top: 0px;
}

.blog-item-meta a,
.blog-item-meta a:visited{
	color: #aaa;
}

.blog-item-meta a:hover{
	color: #1ab1b7;
}

.blog-item-meta:before{
	content: ' ';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 70px;
    background: #1ab1b7;
}

.continue-read,
.continue-read:visited{
	font-weight: 700;
}

.continue-read i{
	margin-left: 5px;
}

/* END BLOG ITEM */
 
/* 7. SINGLE COUPON */

.coupon-info li{
	border-bottom: 1px solid #eee;
	padding: 20px;
}

.coupon-info li:last-child{
	border-bottom: 0px;
}

.leading-icon{
	font-size: 35px;
	color: #1ab1b7;
	border-right: 1px solid #eee;
	padding-right: 20px;
	line-height: 1;
}

.single-expire{
	font-size: 25px;
	color: #1ab1b7;
	font-weight: 700;
	text-align: center;
}

.single-expire .flex-right{
	margin-right: auto;
	padding-left: 20px;
	text-align: left;
}

.kkcountdown-box{
	line-height: 1;
	display: block;
}

.single-expire p{
	margin-bottom: 5px;
	line-height: 1;
}

.coupon-info li.success-rate{
	padding: 20px 20px;
}

.center-rate{
	position: relative;
	width: 80px;
	height: 80px;
}

.back-grey{
	border: 1px solid #eee;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.expire{
	border-radius:10px !important;
}
@media (min-width: 800px) and (max-width: 900px){
	.back-grey{
		width: 50px;
		height: 50px;
	}
}

.back-grey,
.center-rate canvas,
.center-rate .header-alike{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.center-rate .header-alike{
	line-height: 1;
}

.center-rate .header-alike p{
	color: #aaa;
	font-size: 11px;
	margin: 0;
	line-height: 1;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
}

.center-rate canvas,
.center-rate .header-alike{
	z-index: 1;
}

.center-rate .header-alike{
	font-size: 12px;
	font-weight: 700;
}

@media (min-width : 800px) and (max-width: 900px) {
	.center-rate .header-alike p{
		display: none;
	}
}

.success-rate &gt; div{
	width: 33.33%;
}

.success-rate .icon-like,
.success-rate .icon-dislike{
	font-size: 20px;
}

.success-rate .icon-like{
	color: #26A65B;
}

.success-rate .icon-dislike{
	color: #D91E18;
}

.coupon-info li.coupon-store{
	padding: 0px;
}

.coupon-info li.coupon-store a{
	width: 100%;
}

.coupon-store .coupon-image{
	border: none;
	margin: 0px;
	display: inline-block;
}

.single .featured-bottom-meta{
	margin: 10px 0px 25px 0px;
}

.single .featured-bottom-meta.no-margin{
	margin-bottom: 0px;
}

.single .featured-bottom-meta span{
	margin-left: 5px;
}

.similar-coupons.widget ul li{
	position: relative;
}

.similar-coupons .coupon-image{
	margin-left: 5px;
}

.similar-badge{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	color: #fff;
	line-height: 25px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	background: #FFA619;
	z-index: 2;
}

.single .white-block-media{
	text-align: center;
}
/* END SINGLE COUPON */

/* HEADER */
.flex-wrap{
	display: flex;
}

main{
	margin: 0px 0px 0px 0px !important;
}
.clearfix{
    margin-top:60px !important;
}

.top-header {
    background: #050a30 !important;
    padding: 8px 0px;
	border-bottom: 1px solid #575757;
	height: 52px;
}

@media only screen and (min-width: 600px) {
  .top-header {
   height: 52px;
  }
}

@media only screen and (max-width: 600px) {
  .top-header {
    height: auto;
  }
}
header .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.top-bar-logo {
    width: 20% !important;
}
@media(max-width:425px){
    .flex.items-center.gap-3{
        margin-left:40%;
    }
}
@media(max-width:768px){
    .flex.items-center.gap-3{
        margin-left:80%;
    }
}
@media(min-width:1024px){
    
.navLinks.duration-500.absolute.md\:static.md\:w-auto.w-full.md\:h-auto.h-\[85vh\].flex.md\:items-center.gap-\[1\.5vw\].top-\[100\%\].left-\[-100\%\].px-5.md\:py-0.py-5 {
       width: 70%;
    margin-right: 10%;
}
}
@media only screen and (max-width: 1020px) and (min-width: 679px)  {
    
    .navLinks.duration-500.absolute.md\:static.md\:w-auto.w-full.md\:h-auto.h-\[85vh\].flex.md\:items-center.gap-\[1\.5vw\].top-\[100\%\].left-\[-100\%\].px-5.md\:py-0.py-5{
          width: auto;
    margin-left: 0px !important;
    }
}
.flex.items-center.gap-3{
    width:auto;
}
.top-bar-logo .logo {
    background: #fff;
    display: flex;
    text-align: center;
    width: 120px;
    position: absolute;
    top: 0px;
    height: 80px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}

.top-header h2{
	color: #fff;
}

.header-categories a{
	color: #aaa;
	margin: 0px 15px;
	text-align: center;
	display: inline-block;
}

.header-categories i{
	display: inline-block;
	font-size: 27px;
	line-height: 1;
}

.header-categories span{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.header-categories a:hover{
	color: #eee;
}

.main-search{
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.main-search a{
	position: absolute;
	top: 0px;
	line-height: 40px;
	right: 0px;
	color: #fff;
	background: #1ab1b7;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
	padding: 0px 10px;
}

.main-search input,
.main-search input:focus,
.main-search input:active,
.main-search input:focus:active{
	width: 350px;
	height: 40px;
	min-height: 0px;
	background: #fff;
	border: none;
	padding: 5px 10px;
}


/*@media (max-width: 768px){*/
/*	.flex-wrap:not(.flex-always){*/
/*		display: block;*/
/*	}*/
/*}*/

@media (max-width: 414px){
	.top-header .flex-wrap{
		flex-flow: row wrap;
	}

	.main-search input, .main-search input:focus, .main-search input:active, .main-search input:focus:active,
	.top-header .flex-right{
		width: 100%;
	}

	.top-header .flex-right{
		margin-top: 15px;
	}
}

@media (max-width: 414px){
	.top-header .flex-wrap{
		display: block;
		text-align: center;
	}

	.top-header .flex-wrap .flex-left{
		margin-bottom: 25px;
	}

	.top-header .flex-wrap .flex-right{
		margin-top: 15px;
	}
}
@media (max-width: 350px){
	.header-categories a{
		margin: 0px 5px;
	}
}
/* coupon */
.tax-coupon-category .category-icon-wrap img {
    filter: invert(100%) sepia(0%) saturate(7487%) hue-rotate(201deg) brightness(106%) contrast(100%);
}

/*  8. NAVIGATION */
.navigation {
    box-shadow: 3px 3px 0 0 rgb(0 0 0 / 2%);
    background: #050a30;
        height: 52px !important;
    
}
@media only screen and (min-width: 600px) {
  .navigation {
    height: 80px !important;
  }
}
@media only screen and (max-width: 600px) {
  .navigation {
    height: auto !important;
  }
}



.sticky-nav{
	position: fixed;
	left: 0px;
	right: 0px;
	top: -300px;
	z-index: 3;
}

.navbar-default{
	border: none;
	background: transparent;
	margin: 0px;
}

.navbar-nav {
    width: auto;
}
.navbar-nav {
    /*margin-left: 214px;*/
    margin-top:5px;
    font-size: 16px;
    font-weight: 600;
}
.navbar-nav a {
    color: #f26722 !important;
    /*border-right: 1px solid #575757;*/
    padding: 10px 16px !important;
}
.navbar-collapse{
	padding: 0px;
}

.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a,
.navbar-default .navbar-nav li a{
	font-size: 14px;
	background: transparent;
	color: #202020;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.dropdown-menu &gt; li &gt; a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px){
	.dropdown-menu &gt; li &gt; a i{
		transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
}

.navigation .dropdown-menu &gt; li &gt; a{
	padding: 5px 20px;
}

@media only screen and (min-width: 769px){
.navbar-default .navbar-nav &gt; li:first-child &gt; a{
	padding-left: 0px;
}
}

.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar-default .navbar-nav .open &gt; a, 
.navbar-default .navbar-nav .open &gt; a:hover, 
.navbar-default .navbar-nav .open &gt; a:focus,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.current_page_ancestor &gt; a,
.navbar-default .navbar-nav li.current_page_ancestor &gt; a:visited,
.navbar-default .navbar-nav li.current_page_item &gt; a,
.navbar-default .navbar-nav li.current_page_item &gt; a:visited{
	color: #1ab1b7;
	background: transparent;
}

.dropdown-menu{
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
	border: 0px;
	border-radius: 0px;
}

.navbar li.dropdown ul li.dropdown ul{
	left: 100%;
	top: -7px;
}

.navbar li{
	margin-bottom: 0px;
}
.navigation {
    padding: 15px 0px 0px;
    /*height: 48px;*/
}
@media (max-width: 768px){
	.navigation{
		padding: 10px 0px;
	}
}

.special-action li,
.special-action{
	margin: 0px;
	padding: 0px;
}

.nav-paste{
	display: none;
}

@media (max-width: 769px){
	.nav-paste{
		display: block;
	}

	.nav-copy{
		display: none;
	}

	.navbar{
		min-height: 0px;
	}
}

.navbar-toggle,
.special-action a{
	color: #1ab1b7;
	font-size: 25px;
	display: inline-block;
	cursor: pointer;
}

.navbar-toggle{
	padding: 0px;
	margin: 0px;
	float: none;
	font-size: 23px;
	display: none;
	
}

.special-action li:first-child a{
	margin-right: 10px;
}

.special-action li:nth-child(3) a{
	margin-left: 10px;	
}

/* END NAVIGAION */

.to_top.btn{
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	display: none;
	z-index: 3;
	padding: 0px;
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
}

.to_top.btn .fa{
	font-size: 20px;
	line-height: 30px;
	display: block;
}


/* 10. WORDPRESS CORE*/
.featured-image{
	margin-bottom: 50px;
}

.sticky{
	border: none;
}
.wp-caption-text{
	border: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 0px;
    margin-left: 15px;
}

.alignnone,
a img.alignnone {
    margin: 0px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 0px;
    margin-right: 15px;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

/*.wp-caption.alignnone {*/
/*    margin: 5px 20px 20px 0;*/
/*}*/

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption-text {
    font-variant: all-small-caps;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
/* END WORDPRESS CORE */

/* 11. COMMENTS */
#disqus_thread{
	background: #ffffff;
	padding: 30px;
	margin: 50px 0px;
}

#comments h4{
	margin: 0px;
}

#comments .form-submit{
	margin: 0px;
}

.comment-header{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.comment-header img{
	margin-right: 10px;
	border-radius: 50%;
}

.comment-header h5,
.comment-header p{
	margin: 0px;
}

.comment-header p{
	margin-top: 3px;
}

.comment-details{
	color: #aaa;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.comment-header p i{
	margin-right: 4px;
}

.comment-row{
	margin-bottom: 40px;
	position: relative;
}

.comments .comment-row:last-child .comment-content-wrap p,
.comments .comment-row:last-child{
	margin-bottom: 0;
}

.comment-reply{
	position: absolute;
	top: 0px;
	right: 0px;
}

.comment-margin-left{
	margin-left: 50px;
}

@media (min-width: 768px){
	.comment-content-wrap{
		margin-left: 70px;
	}
}
/* END COMMENTS */

/* CONTACT PAGE */
.contact-map img{
	max-width: none;
}

.contact-map{
	height: 300px;
}

.agreement-box{
	display: flex;
	align-items: center;
}

.agreement-box input[type="checkbox"]{
	margin: 0px;
	margin-right: 10px;
}

.agreement-box label{
	margin: 0px;
	font-size: initial;
	font-weight: 400;
	text-transform: none;
}

.agreement-box p:last-child{
	margin: 0px;
}
/* END CONTACT PAGE */

/* 12. INPUTS */
.error404 main{
	margin-bottom: 75px;
}

.contact-form{
	margin: 0px;
}

input,textarea{
	background-clip: padding-box;
}

.comment-form .form-group,
.form-group{
	margin-bottom: 15px;
}

.form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group{
	margin-bottom: 15px;
}

input[id^="pwbox-1168"],
.form-control, .form-control:focus, .form-control:active, .form-control:focus:active{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
	background: none;
	border: 1px solid #eee;
	box-shadow: none;
	padding: 0px 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 13px;
	line-height: 25px;
	color: #505050;	
	min-height: 35px;
	background-clip: padding-box;
}

input[id^="pwbox-1168"]{
	margin-left: 5px;
}

input[type="file"].form-control,
input[type="file"].form-control:focus,
input[type="file"].form-control:active,
input[type="file"].form-control:focus:active{
	padding: 0px;
	border: none;
}

.widget .form-control,
.widget .form-control:focus,
.widget .form-control:active,
.widget .form-control:focus:active{
	min-height: 40px;
	padding: 0px 10px;
	font-size: 13px;
}

.footer_widget_section .form-control,
.footer_widget_section .form-control:focus,
.footer_widget_section .form-control:active,
.footer_widget_section .form-control:focus:active{
	border-color: #454545;
}
/* END INPUTS */


/* 12. WIDGETS */
div[class^="instagram-feed"]{
	margin-right: -5px;
}

.widget_custom_posts .flex-wrap{
	justify-content: flex-start;
}

.widget_custom_posts img{
	margin-right: 15px;
}

.widget_widget_image_banner .widget-content{
	text-align: center;
}

.widget_widget_image_banner .widget-content a{
	display: inline-block;
}

.widget ul{
	padding: 0px;	
	margin: 0px;
}

.widget &gt; ul{
	overflow: hidden;
}

.widget_archive &gt; ul,
.widget_categories &gt; ul{
	margin-top: -5px;
}

.widget ul li{
	list-style: none;
	clear: both;
	padding: 5px 0px;
}

.widget ul li:last-child{
	margin-bottom: 0px;
}

.widget_custom_posts ul li{
	padding: 10px 0px;
}

.widget_custom_posts ul li:first-child{
	padding-top: 0px;
}

.widget ul li a{
	display: block;
}

.widget_categories li,
.widget_archive li{
	text-align: right;
}

.widget_archive.widget ul li,
.widget_categories.widget ul li{
	padding: 2px 0px;
}

.widget_archive.widget ul li:first-child,
.widget_categories.widget ul li:first-child{
	padding-top: 0px;
}


.widget_archive span,
.widget_widget_categories span,
.widget_categories span{
	color: #aaa;
}

.widget_categories li a,
.widget_archive li a{
	float: left;
}


.widget ul li ul{
	padding-left: 10px;
}

.widget-title h4{
	margin: 0px;
	position: relative;
	z-index: 1;
	background: #fff;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
}

.widget-title{
	position: relative;
	margin: -20px -20px 20px -20px;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}

.widget ul:after{
	content: "";
	display: table;
	clear: both;
}

.carousel-wrap-alt .widget-title:after{
	border: none;
}

.carousel-wrap-alt .widget-title{
	border: none;
	margin: 0px;
	padding: 0px;
}

.widget_custom_posts ul li ul, 
.widget_custom_posts ul li ul li{
	margin: 0px;
	padding: 0px;
}

.widget_custom_posts .list-unstyled li{
	position: relative;
	clear: both;
}

.widget_widget_social .btn{
	margin-right: 4px;
	margin-bottom: 2px;
	width: 41px;
	height: 41px;
	padding: 0px;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	display: inline-block;
}

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

#wp-calendar caption{
	margin-bottom: 15px;
}

.widget_rss .rss-widget-icon{
	display: none;
}

.search-type{
	border: 1px solid #eee;
	width: 100%;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	padding: 15px 0px 10px 0px;
}

a.search-type,
a.search-type:hover,
a.search-type:focus,
a.search-type:active:active,
a.search-type:active{
	color: #484848;
}

a.search-type:hover,
a.search-type.type-added{
	border-color: #1ab1b7;
}

.search-type i{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #000;
}

.types-wrap{
	margin-right: -10px;
	display: flex;
}

.widget-search-coupons .submit-form{
	margin-top: 20px;
}

.widget_widget_categories ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.widget_widget_categories ul li:last-child{
	border-bottom: 0px;
	margin-bottom: 0px;
}

.widget_widget_categories a{
	margin-right: auto;
}

.widget_widget_categories i,
.widget_widget_categories svg,
.widget_widget_categories img{
	margin-right: 5px;
	width: 20px;
	height: auto;
}

.widget_widget_categories i{
	text-align: left;
}

.widget_widget_categories li:hover i{
	color: #1ab1b7;
}

.widget_widget_stores .widget-content{
	margin-right: -5px;
}

.widget_widget_stores a{
	width: calc(50% - 10px);
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #eee;
	float: left;
	display: inline-block;
}

.widget_widget_stores .widget-content{
	margin-right: -10px;
}

.widget_widget_stores .white-block-content{
	padding-bottom: 10px;
}

.widget_widget_stores a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.widget_widget_latest_coupons li,
.widget_widget_exclusive_coupons li,
.widget_widget_coupons li{
	margin-bottom: 15px;
}

.widget_widget_latest_coupons li:last-child,
.widget_widget_exclusive_coupons li:last-child,
.widget_widget_coupons li:last-child{
	margin-bottom: 0px;
}

.widget_widget_stores a:hover{
	border-color: #1ab1b7
}

.widget_widget_exclusive_coupons li,
.widget_widget_latest_coupons li,
.widget_widget_coupons li{
	display: flex;
	align-items: center;
}

.widget_widget_latest_coupons .coupon-image,
.widget_widget_exclusive_coupons .coupon-image,
.widget_widget_coupons .coupon-image{
    flex-shrink: 0;
    height: 80px;
    width: 120px;
}

@media (max-width: 768px){
	.widget_widget_coupons li,
	.widget_widget_exclusive_coupons li,
	.widget_widget_latest_coupons li{
		display: block;
		text-align: center;
	}

	.widget_widget_latest_coupons .coupon-image, 
	.widget_widget_exclusive_coupons .coupon-image, 
	.widget_widget_coupons .coupon-image{
		width: auto;
		margin: 0px;
		margin-bottom: 15px;
	}
}
/* END WIDGETS */

/* 13. FOOTER */
.footer-subscribe{
	background: repeating-linear-gradient(
	    -45deg,
	    #fff,
	    #fff 3px,
	    #fbfbfb 3px,
	    #fcfcfc 6px
	);
	padding: 55px 0px;
	text-align: center;
}

.footer-subscribe i.icon-envelope{
	color: #1ab1b7;
	font-size: 50px;
}

.footer-subscribe .alert{
	margin-top: 15px;
}

.footer-subscribe form{
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-subscribe p{
	color: #aaa;
	font-size: 13px;
}

.relative-holder{
	position: relative;
}

.footer-subscribe .btn{
	border-radius: 0px 2px 2px 0px;
	padding: 14px 20px 15px 20px;
}

.footer-subscribe input[type="text"],
.footer-subscribe input[type="text"]:focus,
.footer-subscribe input[type="text"]:active,
.footer-subscribe input[type="text"]:focus:active{
	min-height: 46px;
	border-color: #f1f1f1;
	background: #f1f1f1;
}

.footer-subscribe .styled-checkbox{
	display: inline-block;
}

.footer-subscribe .btn{
	position: absolute;
	right: 0px;
	top: 0px;
}

.copyrights{
	background: #202020;
	color: #aaa;
	padding: 20px 0px;
	font-size: 85%;
}

.copyrights.margin-top{
	margin-top: 75px;
}

.copyrights .text-center .flex-left{
	margin: 0px auto;
}

.copyrights a{
	color: #aaa;
}

.copyrights a:hover{
	color: #1ab1b7;
}

.copyrights ul{
	margin: 0px;
}

.footer-social{
	font-size: 17px;
}

.footer-social li{
	margin: 1px;
}

@media (max-width:768px){
	.copyrights{
		text-align: center;
	}

	.copyrights .flex-always{
		flex-direction: column;
	}

	.copyrights .flex-left{
		order: 1;
	}

	.copyrights .flex-right{
		order: 2;
		margin-top: 10px;
	}

	.copyrights .flex-right a{
		opacity: 0.5;
	}

	.copyrights .flex-right a:hover{
		opacity: 1;
	}

	.copyrights .footer-social{
		order: 3;
		margin-top: 30px;
		margin-bottom: 10px;
	}
}
/* END FOOTER */

/* 14. SUBMIT FORMS */
.couponis-form{
	width: 100%;
	display: block;
	position: relative;
}

.couponis-form .btn{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-radius: 0px 2px 2px 0px;
	line-height: 33px;
	width: 50px;
}

.couponis-form .btn{
	padding: 0;
}

.widget .couponis-form .btn{
	line-height: 40px;
	width: 40px;
	padding: 0px;
}

.widget .subscribe-form .alert{
	margin-bottom: 0px;
}

.couponis-form .btn i{
	margin: 0px;
}

.no-margin{
	margin: 0px;
}

.ajax-form-result .alert{
	margin-top: 15px;
}

.alert{
	padding: 10px 15px;
	border-radius: 2px;
	margin-bottom: 15px;
}

.alert-danger, .alert-success{
	font-size: 95%;
	border: none;
}

.alert-success{
	background: rgba(90, 171, 92, 0.17);
}

.alert.activation-alert{
	border-radius: 0px;
	margin: 0px;
	text-align: center;
}

/* END SUBMIT FORMS */


/* 17. VIDEO CONTAINER */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container blockquote, .video-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* END VIDEO CONTAINER */

.bypostauthor{
	border: none;
}
.gallery-caption{
	border: none;
}

/* 18. PAGINATION */
.pagination{
	display: block;
	text-align: center;
}

.single-blog .pagination{
	margin-bottom: 45px;
}

.stores-alt-pagination{
	margin-top: 0px;
	margin-bottom: 40px;
}

.pagination a,
.pagination a:visited{
	display: inline-block;
	background: #fff;
	color: #272727;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
	margin: 0px 2px;
	border-radius: 0px;
}

.pagination a,
.pagination &gt; span{
	line-height: 1.42857143;
}

.pagination a:hover,
.pagination &gt; span{
	display: inline-block;
	background: #1ab1b7;
	color: #fff;
	border-radius: 0px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
}

.white-block-single-content .pagination a,
.white-block-single-content .pagination a:visited,
.white-block-single-content .pagination a:hover,
.white-block-single-content .pagination &gt; span{
	border: 1px solid #eee;
}

.pagination span.dots,
.pagination span.dots:hover,
.pagination span.dots:active,
.pagination span.dots:focus,
.pagination span.dots:active:hover{
	background: #fff;
	color: #272727;
	cursor: default;
	border: none;
}

@media (max-width: 768px){
	.search-content .pagination{
		margin-bottom: 70px;
	}
}
/* END PAGINATION */


/* 21. ALERTS */
.alert .fa{
	margin-right: 10px;
}
.alert .close{
	text-shadow: none;
	opacity: 0.5;
	padding-top: 4px;
	right: 0px;
}
/* END ALERTS */

/* 34. 404 PAGE */
.error404 .icon-compass{
	color: #1ab1b7;
	font-size: 150px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
}
/* END 404 PAGE */

/* 27. LAZY LOAD */
.image-loader{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #1ab1b7;
	z-index: 1;
}

.screen-reader-text{
	display: none;
}
/* END LAZY LOAD */

/* IE 11 FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	body{
		-ms-font-feature-settings: normal;
	}
}
/* END IE FIX */

/* FEATURED COUPONS */
.featured-coupons{
	display: none;
}

.featured-coupons .owl-nav &gt; div{
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	background: #fff;
	opacity: 1;
	top: -500px;
	left: auto;
	opacity: 0;
}

.featured-coupons:hover .owl-nav &gt; div{
	opacity: 1;
}

.featured-item &gt; a{
	display: block;
}

.featured-coupons .owl-nav .owl-prev{
	left: 20px;
}

.featured-coupons .owl-nav .owl-next{
	right: 20px;
}

.featured-caption{
	padding: 20px;
}

.featured-caption h3{
	margin: 15px 0px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-inline-end: 20px;
}

.featured-caption .flex-left{
	width: 75%;
}

.featured-caption .flex-right{
	width: 25%;
}

.featured-bottom-meta{
	margin-bottom: 0px;
}

.featured-bottom-meta,
.featured-bottom-meta a,
.featured-bottom-meta a:visited,
.featured-bottom-meta a:hover,
.featured-bottom-meta a:focus,
.featured-bottom-meta a:active,
.featured-bottom-meta .expire{
	color: #aaa;
	text-transform: uppercase;
	font-size: 11px;
}

@media (min-width: 415px) and (max-width: 769px){
	.featured-caption .flex-left{
		width: 65%;
	}

	.featured-caption .flex-right{
		width: calc(35% - 15px);
	}

	.featured-coupons h3{
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
}

@media (max-width: 414px){
	.featured-caption.flex-wrap{
		display: block;
	}

	.featured-caption .flex-right,
	.featured-caption .flex-left{
		width: 100%;
	}

	.featured-caption .flex-right{
		margin-top: 20px;
		margin-bottom: 0px;
	}
}
/* END FEATURED COUPONS */

/* CATEGORIES LIST */
.categories-list li{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}

.categories-list li a{
	display: flex;
	align-items: center;	
	padding: 10px;
}

.categories-list li:last-child{
	border: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .categories-list li:nth-child(2) a,
    .categories-list li:last-child a{
    	padding-top: 11px;
    }
}

.categories-list li .icon-wrap{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #eee;
	color: #aaa;
	font-size: 18px;
	width: 30px;
}

.categories-list li .icon-wrap svg,
.categories-list li .icon-wrap img{
	width: 20px;
	height: auto;
}

.categories-list li:hover i{
	color: #1ab1b7;
}

.categories-list li .cat-count{
	margin-left: auto;
	color: #aaa;
	margin-right: 5px;
}
/* END CATEGORIES LIST */

/* CAROUSEL STORES */
.stores-carousel-list{
	display: none;
	padding: 20px 50px;
	position: relative;
}

.owl-carousel .store-title{
	margin-bottom: 0px;
}

.stores-carousel-list.alt-list{
	padding: 0px;
}

.stores-carousel-list .owl-item{
	padding: 1px;
}

.stores-carousel-list .owl-item &gt; a{
	border: 1px solid #eee;
	display: block;
	position: relative;
	padding-bottom: 65%;
}

.stores-carousel-list .owl-item &gt; a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	ms-transform: translate(-50%,-50%);
	width: auto;
}

.stores-carousel-list .owl-item:hover a{
	border-color: #1ab1b7;
}

.stores-carousel-list .owl-item img{
	width: auto;
}

.owl-nav &gt; div{
	position: absolute;
	font-size: 20px;
	top: calc(50% - 15px);
}

.alt-list .owl-nav{
	text-align: center;
}

.alt-list .owl-nav &gt; div{
	position: static;
	display: inline-block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 20px 5px 0px 5px;
	line-height: 25px;
	font-size: 9px;
	color: #aaa;
	opacity: 1;
}

.owl-nav &gt; div:hover{
	opacity: 1;
}

.owl-prev{
	left: 0px;
}

.owl-next{
	right: 0px;
}

.stores-carousel-list .owl-prev{
	left: 20px;
}

.carousel-wrap{
	padding-right: 4px;
}

.stores-carousel-list .owl-next{
	right: 20px;
}

.carousel-wrap:not(.carousel-wrap-alt) .white-block-content{
	padding-bottom: 0px;
}

.carousel-wrap .widget-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.carousel-wrap .white-block-content a{
	display: block;
	padding-left: 20px;
	background: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	z-index: 1;
	margin-left: auto;
}
.category-icon-wrap {
    padding: 5px;
	border-radius: 10px;
	/*transform: translate(30%, 1%);*/
}
/* popular categories hover */
.popular-categories .categories-carousel-list .owl-item:hover a {
    background: #f26722;
	border-radius:15px !important;
}
.popular-categories .categories-carousel-list .owl-item a{
	border-radius:15px !important;
}
.popular-categories .categories-carousel-list .owl-item:hover a div {
    color: #fff;
}
.popular-categories .categories-carousel-list .owl-item:hover a img {
    filter: invert(100%) sepia(114%) saturate(9%) hue-rotate(333deg) brightness(106%) contrast(101%);
}
/* list  */
.page-id-12 .white-block-content .code-text{
    top: -1px;
    bottom: -1px;
}
.page-id-12 .white-block-content .flex-left {
    width: 200px;
    margin-right: 20px;
}
.page-id-12 .white-block-content .flex-left .coupon-image img {
    max-width: 100% !important;
}
.page-id-12 .white-block-content .flex-left .coupon-image {
    width: 200px;
}
.page-id-12 .white-block-content .flex-wrap{
	align-items:center !important;
}
.page-id-12 .white-block {
    font-size: 17px;
}
.white-block-content .flex-left a {
    border-radius: 5px !important;
    height:90px;
}
.white-block-content .flex-left a:hover {
    border-radius: 5px !important;
}
.code-text{
	bottom:-1px !important;
}
/*.code-text-full {*/
/*    height: 42px;*/
/*}*/
.main-listing .white-block {
    font-size: 17px;
}
@media (max-width: 414px){
	.carousel-wrap .widget-title{
		display: block;
		text-align: center;
	}

	.carousel-wrap .widget-title h4{
		width: 100%;
	}

	.carousel-wrap .widget-title h4,
	.carousel-wrap .widget-title a{
		padding-right: 0px;
		padding-left: 0px;
	}
}
/* END CAROUSEL STORES */

/* CAROUSEL CATEGORIES */
.categories-carousel-list{
	display: none;
	padding: 20px 50px;
	position: relative;
}

.categories-carousel-list .owl-item &gt; a,
.categories-carousel-list .owl-item &gt; a:focus{
	border: 1px solid #eee;
	color: #272727;
	display: block;
	position: relative;
	padding: 20px 10px;
}

.categories-carousel-list .owl-item a &gt; div{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}

.categories-carousel-list .owl-item:hover a{
	border-color: #1ab1b7;
	color: #272727;
}

.categories-carousel-list .owl-item img{
	width: auto;
}

.categories-carousel-list .owl-prev{
	left: 20px;
}

.categories-carousel-list .owl-next{
	right: 20px;
}

.categories-carousel-list a{
	text-align: center;
}

.categories-carousel-list .owl-item i,
.categories-carousel-list .owl-item svg,
.categories-carousel-list .owl-item img{
	height: 50px;
	margin-bottom: 15px;
	width: auto;
	display: inline-block;
}

.categories-carousel-list .owl-item i {
	font-size: 50px;
	color: #1ab1b7;
}
/* END CAROUSEL CATEGORIES */

/* TAXONOMY */
.store-tax-header-wrap{
	position: relative;
}

.store-logo{
	border: 1px solid #eee;
	position: relative;
	padding-bottom: 50%;
	width:100%;
	
}

.store-logo:hover{
	border-color: #1ab1b7;
}

.store-logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-height: 100%;
	width: auto;
	max-width: calc(100% - 20px);
}

.single-tax-action{
	position: absolute;
	top: 30px;
	right: 30px;
}

.store-tax-header-wrap .single-tax-action{
	top: 0px;
	right: 0px;
}

.taxonomy-header .contact-map{
	margin-top: 30px;
}

.single-tax-action .save-store{
	position: static;
	vertical-align: top;
	line-height: 1;
}

.single-tax-action .listing-style{
	vertical-align: top;
	font-size: 16px;
	margin-right: 0px;
	margin-left: 5px;
}

.single-tax-action .listing-action{
	margin: 0px;
	margin-left: 10px;
}

.taxonomy-header .white-block-content{
	padding: 20px;
}

.taxonomy-header h1{
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 15px !important;
	object-fit: cover !important;
}

.taxonomy-header p{
	margin-bottom: 20px;
}

.taxonomy-header .flex-middle{
	padding-left: 20px;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	max-width: 600px;
}

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

.taxonomy-count span{
	font-size: 20px;
}

.taxonomy-count p{
	text-transform: uppercase;
	font-size: 11px;
}

.taxonomy-header .flex-wrap{
	align-items: stretch;
}

.taxonomy-header .flex-left{
	flex-shrink: 0;
}

.taxonomy-header .share{
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 2px;
}

.taxonomy-header .post-share{
	align-self: flex-end;
	margin-top: auto;
	width: 100%;
}

.facebook,
.facebook:visited{
	border: 1px solid #3b5998;
	color: #3b5998;
}

.facebook:hover{
	background: #3b5998;
	color: #fff;
}

.twitter,
.twitter:visited{
	border: 1px solid #55acee;
	color: #55acee;
}

.twitter:hover{
	background-color: #55acee;
	color: #fff;	
}

.google,
.google:visited{
	border: 1px solid #dd4b39;
	color: #dd4b39;
}

.google:hover{
	background-color: #dd4b39;
	color: #fff;	
}

.linkedin,
.linkedin:visited{
	border: 1px solid #007bb5;
	color: #007bb5;
}

.linkedin:hover{
	background-color: #007bb5;
	color: #fff;	
}

.tumblr,
.tumblr:visited{
	border: 1px solid #32506d;
	color: #32506d;
}

.tumblr:hover{
	background-color: #32506d;
	color: #fff;	
}


.save-store{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 16px;
}

.save-store,
.save-store:visited,
.save-store:focus,
.save-store:active,
.save-store:focus:active{
	color: #aaa;
}

.save-store:hover,
.save-store.added:active,
.save-store.added{
	color: #1ab1b7;
}

a.visit-store{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #1ab1b7;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 2px;
}

.category-info p:last-child{
	margin: 0px;
}

.has-icon .category-info{
	margin-left: 100px;
}


.category-icon{
	color: #1ab1b7;
	font-size: 100px;
	vertical-align: middle;
	margin-right: 25px;
}

.tax-coupon-category .category-icon-wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100px;
	text-align: center;
	background: #1ab1b7;
}

.tax-coupon-category .taxonomy-header i,
.tax-coupon-category .taxonomy-header svg,
.tax-coupon-category .taxonomy-header img{
    z-index: 1;
	color: #fff;
	font-size: 20px; 
	margin: 0px;
    position: relative;
    transform: translateY(-50%);
    top: calc(50% - 5px);
    line-height: 1;
}
/* category neww css */
.categories-carousel-list .owl-item img, .category-block .white-block-content .category-icon-wrap img {
    filter: invert(50%) sepia(20%) saturate(3929%) hue-rotate(349deg) brightness(101%) contrast(90%);
}
.category-block:hover .category-icon-wrap img {
    filter: invert(100%) sepia(114%) saturate(9%) hue-rotate(333deg) brightness(106%) contrast(101%);
}
.subcategories ul{
	margin-bottom: 0px;
}

.subcategories li{
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subcategories li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media (max-width: 600px){
	.tax-coupon-store .taxonomy-header .flex-wrap{
		display: block;
	}

	.tax-coupon-store .taxonomy-header .store-logo{
		padding-bottom: 50%;
		width: auto;
	}

	.tax-coupon-store .taxonomy-header .flex-middle{
		width: 100%;
		padding: 0px;
	}

	.tax-coupon-store .single-tax-action{
		position: static;
		text-align: center;
		margin-top: 20px;
		margin-bottom: -10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tax-coupon-store .taxonomy-header h1{
		margin-top: 20px;
	}

	.tax-coupon-store .single-tax-action .listing-action{
		margin: 0px;
	}

	.tax-coupon-store a.visit-store{
		position: static;
		width: 100%;
		margin-top: 15px;
		display: block;
		text-align: center;
	}

	.tax-coupon-store .taxonomy-header .post-share{
		text-align: center;
	}
}

@media (max-width: 350px){
	.category-info i{
		display: block;
		margin-bottom: 20px;
	}
}

.tax-coupon-category .taxonomy-header .white-block-content{
	display: flex;
}

@media (max-width: 600px){
	.tax-coupon-category .taxonomy-header .white-block-content{
		display: block;
	}
	
	.tax-coupon-category .single-tax-action{
		position: static;
		text-align: left;
		margin-top: 20px;
		margin-bottom: -5px;
	}

	.tax-coupon-category .single-tax-action .listing-action{
		margin: 0px;
	}

	.tax-coupon-category .has-icon .single-tax-action{
		margin-left: 100px;
	}	

	.tax-coupon-category .single-tax-action .listing-action a:first-child{
		margin: 0px;
	}
}
/* END TAXONOMY */

/* COUPON LISTING */
.coupon-image{
	border: 1px solid #eee;
	margin-right: 20px;
	width: 140px;
	height: 140px;
	display: block;
	position: relative;
}
@media(max-width:768px){
    .coupon-image img{
	flex-shrink: 0;
	position: absolute;
	top: 25% !important;
	left: 50%;
	max-height:auto;
	width: 60% !important;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
}
.coupon-image img{
	flex-shrink: 0;
	position: absolute;
	top: 35%;
	left: 50%;
	max-height:auto;
	width: 60%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.coupon-image:hover{
	border-color: #1ab1b7;
}

.coupon-image{
   background-size: contain !important;
}
.coupon-content-excerpt{
	display: block;
}

.coupon-content-excerpt.close{
	display: none;
}

.coupon-content{
	display: none;
}

.coupon-content.open{
	display: block;
}

.coupon-list .flex-wrap{
	align-items: stretch;
	margin-top: 10px;
}

.coupon-list .flex-middle{
	overflow: hidden;
}




.coupon-box h4:hover{
	color: #1ab1b7;
}

a.read-coupon-more,
a.read-coupon-more:visited{
	color: #1ab1b7;
}

.coupon-box .flex-left,
.coupon-box .flex-left img{
	flex-shrink: 0;
}

.coupon-box h4{
	margin-top: 0;
}

.coupon-box .flex-middle{
	margin-right: auto;
	padding-left: 45px;
	width:55% !important;
}
@media(min-width:768px){
    .coupon-box .flex-middle{
        	margin-right: auto;
	padding-left: 45px;
	width:50% !important;
    }
}
@media(min-width:1220px){
    .coupon-box .flex-middle{
        	margin-right: auto;
	padding-left: 45px;
	width:55% !important;
    }
}
ul.store-filters {
    /* margin-left: 20px; */
    padding-right: 17px !important;
    transform: translate(15%, 0px);
}

.coupon-box .flex-right{
	width: 173px !important;
	margin-left: 20px;
	flex-shrink: 0;
	align-self: center;
}

.featured-caption .expire{
	position: static;
}

.badges{
	    border-radius: 5px 0px 15px 0px;
    font-size: 9px;
    text-transform: uppercase;
    padding: 3px 10px;
    line-height: 1;
    color: #fff;
    background: #eee;
    display: inline-block;
    vertical-align: top;
    position: absolute !important;
    left: -1px !important;
    top: 0 !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.online-code{
	background: #c2c748;
}

.in-store-code{
	background: #5f93ce;
}

.online-sale{
	background: #48c78c;
}

.expire{
	color: #aaa;
	/*position: absolute;*/
	top: 10px;
	right: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
	z-index: 1;
	background: #fff;
	border-radius: 2px;
	justify-content: flex-end;
}

.expire span{
	margin-right: 4px;
}

.online-sale-explanation{
	margin: 0px;
	margin-bottom: -10px;
}

.coupon-code-modal,
.coupon-action-button.header-alike{
	border: 2px solid #FFA619;
	border-radius: 8px;
	display: block;
	position: relative;
	text-align: left;
	    margin-bottom: 5px;
}
/*@media only screen and (max-width: 425px) {*/
/*        .coupon-code-modal,*/
/*.coupon-action-button.header-alike {*/
/*            border: 2px solid #FFA619;*/
/*	border-radius: 2px;*/
/*	display: block;*/
/*	position: relative;*/
/*	text-align: left;*/
	/*right: -30px!important;*/
	/*margin-left:140px !important;*/
	
/*        }*/
/*    }*/
/*    @media only screen and (max-width: 320px) {*/
/*        .coupon-code-modal,*/
/*.coupon-action-button.header-alike {*/
/*            border: 2px solid #FFA619;*/
/*	border-radius: 2px;*/
/*	display: block;*/
/*	position: relative;*/
/*	text-align: left;*/
	/*margin-left:90px !important;*/
/*        }*/
/*    }*/
    
/*    @media only screen and (min-width: 425px) {*/
/*        .coupon-code-modal,*/
/*.coupon-action-button.header-alike {*/
/*            border: 2px solid #FFA619;*/
/*	border-radius: 2px;*/
/*	display: block;*/
/*	position: relative;*/
/*	text-align: left;*/
/*        }*/
/*    }*/
    

.coupon-action-button.header-alike:hover{
	opacity: 0.95;
}

.coupon-action-button:hover .partial-code,
.coupon-action-button:focus .partial-code,
.coupon-action-button:active .partial-code,
.coupon-action-button:focus:active .partial-code{
	color: #272727;
}

.code-text{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	border-radius: 5px;
}

@media only screen and (max-width: 425px) {
        .code-text, .code-text-full{
            padding: 7px 20px !important;
        }
    }
    @media only screen and (min-width: 425px) {
        .code-text, .code-text-full{
            color: #fff;
	background: #FFA619;
	padding: 8px 20px;
	display: block;
	text-align: center;
        }
    }
    
/*.code-text,*/
/*.code-text-full{*/
/*	color: #fff;*/
/*	background: #FFA619;*/
/*	padding: 10px 20px;*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/

.code-text i,
.code-text-full i{
	margin-left: 5px;
}

/*.partial-code{*/
/*	background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);*/
/*	padding: 8px 20px;*/
/*	text-align: right;*/
/*	display: block;*/
/*}*/

@media only screen and (max-width: 425px) {
        .partial-code{
            background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
	padding: 5px 20px;
	text-align: right;
	display: block;
        }
    }
    @media only screen and (min-width: 425px) {
        .partial-code{
           background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
	padding: 6px 20px;
	text-align: right;
	display: block;
        }
    }


.coupon-top-meta,
.coupon-bottom-meta a{
	color: #aaa;
}

.coupon-top-meta li{
	line-height: 0;
	vertical-align: middle;
}

.coupon-bottom-meta li:last-child{
	padding-right: 0px;
}

.share-coupon{
	display: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,0.97);
}

.share-coupon .post-share{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}

.share-coupon.open{
	display: block;
}

.share-coupon .share{
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 31px;
	font-size: 15px;
	display: inline-block;
	border-radius: 2px;
}

.share-coupon .toggle-coupon-share{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.single-share .post-share{
	text-align: center;
}

.single-share a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0px 5px;
}

.coupon-grid .share-coupon .toggle-coupon-share{
	top: 10px;
	right: 10px;
}

.coupon-grid{
	overflow: hidden;
}

.save-coupon.added{
	color: #1ab1b7;
}

.expired-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255, 0.9);
}

.expired-overlay img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

@media (min-width: 768px){
	.coupon-list .expired-overlay img{
	    position: absolute;
	    top: 50%;
	    left: auto;
	    right: 20px;
	    transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
}

/* grid part */
.coupon-grid .coupon-image{
	border: none;
	width: auto;
	height: auto;
	margin: 0px;
	height: 85px ;
	border-bottom: 1px solid #eee;
}
.page-id-568 .white-block, .coupon-box, .coupon-grid{
              /*height: 27rem !important;*/
}

.coupon-grid h4{
	margin: 10px 0px;
	margin-bottom: 10px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

/*.coupon-grid .code-text,*/
/*.coupon-grid .partial-code,*/
/*.coupon-grid .code-text-full{*/
/*	padding: 5px 20px;*/
/*}*/

.coupon-grid .coupon-bottom-meta{
	position: static;
}

.coupon-grid .expire{
	top: 5px !important;
	right: 5px !important;
	font-size: 7px !important;
	line-height: 1;
	padding: 5px 10px;
}

.coupon-grid .exclusive{
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	z-index: 1;
	background-color: #009688 !important;
}

.coupon-grid .coupon-top-meta{
	display: flex;
	justify-content: space-between;
	height: 15px !important;
}

img.coupon-verified{
    height: 16px !important;
}
.single .code-text,
.coupon-grid .code-text{
	width: 90%;
}
/* end grid part */

@media (max-width: 768px){
	.coupon-list .coupon-image{
		border: none;
		height: auto;
		margin: 0px;
		/*height: 180px;*/
		    margin-top: 30% !important;
		   width:100% !important;
		/*border-bottom: 1px solid #eee;*/
	}
	.coupon-image img{
	    width:100%!important;
	}

	.coupon-list .coupon-top-meta{
		display:flex;
		justify-content:space-between;
	}

	.coupon-list .used,
	.coupon-list .expire{
		top: 10px;
		right: 10px;
		/*background: #eee;*/
		color: #707070;
		border-radius: 1px;
		font-size: 10px;
		text-transform: uppercase;
		line-height: 1;
		padding: 7px 0px;
	}

	.coupon-list .flex-right{
		width: 100%;
		margin: 0px;
		margin-top: 20px;
	}

	.coupon-list .coupon-bottom-meta{
		width: 100%;
		margin-top: 20px;
		text-align: center;
		position: static;
	}

	.coupon-list .flex-middle ul{
		margin: 0px;
	}

	.coupon-list .flex-middle ul li{
		padding: 0px;
	}

	.coupon-list .flex-middle h4{
		margin-top: 25px;
	}

	.coupon-list .code-text{
		width: 90%;
		font-size: 16px;
    text-align: center;
	}
}
/* END COUPON LISTING */

/* MODALS */
.modal-content{
	border-radius: 20px;
	box-shadow: none;
	border: none;
}

.iosBugFixCaret .modal{
	position: absolute;
}

.modal.in .modal-dialog{
	top:0px;
}
.modal .fade .in{
    transition: none !important;
}

a.coupon-code-modal,
a.coupon-code-modal:visited,
a.coupon-code-modal:hover,
a.coupon-code-modal:focus,
a.coupon-code-modal:focus:active{
	background: #FFA619;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	width: 50%;
	margin: 20px auto;
	max-width: 100%;
}

a.coupon-code-modal.sale-act-btn{
	margin-bottom: 10px;
}

input.coupon-code-modal,
input.coupon-code-modal:focus,
input.coupon-code-modal:hover,
input.coupon-code-modal:active,
input.coupon-code-modal:focus:active{
	background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
	color: #272727;
	display: block;
	/*padding: 10px 20px;*/
	/*margin: 20px auto;*/
	text-align: center;
	font-size: 20px;
	margin-bottom: 0px;
	max-width: 100%;
	line-height: 1.42857143;
	letter-spacing: 0.5px;
}

@media (max-width: 385px){
	a.coupon-code-modal,
	a.coupon-code-modal:hover,
	a.coupon-code-modal:focus,
	a.coupon-code-modal:focus:active{	
		width: 100%;
		
	}
}

.modal-header{
	position: relative;
	background-color: #050A30C4 !important;
    border-radius: 20px 20px 0px 0px !important;
}
@media (min-width: 600px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
/*.modal-header,*/
/*.modal-body,*/
/*.modal-footer{*/
/*	padding: 20px;*/
/*}*/

@media (max-width: 385px){
	.modal-header{
	    padding: 10px 35px 10px 15px !important;
	}
}

.modal .close{
position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
    text-align: center;
    color: white !important;
    height: 35px;
    width: 35px;
    line-height: 25px;
    /* background: #050a30; */
    opacity: 1;
}

.coupon-works{
	text-align: center;
	padding-top: 25px;
}

.coupon-works span{
	display: block;
}

.coupon-works a{
	font-size: 25px;
	display: inline-block;
	margin: 5px;
}

.coupon-works .icon-like{
	color: #26A65B;
}

.coupon-works .icon-dislike{
	color: #D91E18;
}

.coupon-works .disabled{
	cursor: default;
}

.coupon-works .disabled .icon-like,
.coupon-works .disabled .icon-dislike{
	color: #aaa;
}

#showCode .store-image{
	/*display: none !important;*/
	margin: 10px 0px;
}

#showCode .store-image img{
max-width: 100%;
    display: inline-block;
}

.modal-coupon-content{
	margin-top: 20px;
	font-size: 14px !important;
}
@media(max-width:768px){
    .modal-coupon-content{
margin-bottom: 20px;
	
}
}

.modal-coupon-content p{
	margin: 0px;
}

/*.modal-body-share{*/
/*	border-top: 1px solid #eee;*/
/*}*/

#showCode .post-share a{
	display: inline-block;
	width: 30px !important;
	height: 30px !important;
	line-height: 5px;
	padding: 7px;
	text-align: center;
	border-radius: 2px;
}

.coupon-code-manual,
.coupon-code-copied{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-size: 10px;
}
.modal-header  a:visited {
    color: #ffff !important;
}
.coupon-code-copied.after-copy{
	display: none;
}

.modal-footer{
     background-color:#050A30C4 !important;
    border-radius: 0px 0px 20px 20px;
}

.modal-footer &gt; ul{
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #fff !important;
	justify-content: space-between;
	margin-bottom: 0px;
}

@media (max-width: 720px){
	.modal-footer &gt; ul{
		display: flex !important;
	}

	.modal-footer &gt; ul li{
		width: 100%;
		text-align: center;
	}

	.modal .flex-always .post-share{
		margin-top: 15px;
	}
}
@media(max-width:495px){
    .modal .flex-always{
		display: block;
		/*text-align: center;*/
		font-size:11px !important;
	}
}
.modal-footer &gt; ul a{
	color: #fff;
}

@media (min-width: 768px){
	#recover-password .modal-dialog,
	#lost-password .modal-dialog,
	#register .modal-dialog,
	#login .modal-dialog{
		width: 400px;
	}
}


.social-login{
	margin: 0px;
	display: flex;
	margin-right: -15px;
}

.social-login li{
	width: calc(33.333% - 5px);
	margin-right: 5px;
	padding: 0px;
}

.modal .text-center label{
	margin-top: 20px;
}

.social-login li a,
.social-login li a:focus,
.social-login li a:active{
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.social-login li .facebook{
	background: #1778f2;
	border: none;
}

.social-login li .twitter{
	background: #1da1f3;
	border: none;
}

.social-login li .google{
	background: #4285f4;
	border: none;
}

.social-login li .facebook img,
.social-login li .twitter img{
	height: 17px;
	margin: 9px 10px;
}

.social-login li .google{
	font-family: Roboto;
	font-weight: 500;
}

.social-login li .google span{
	margin-top: 2px;
}

.social-login li img{
	height: 35px;
	width: auto;
	margin-right: 10px;
}

@media (max-width: 767px){
	.social-login li span{
		display: none;
	}

	.social-login li a{
		justify-content: center;
	}

	.social-login li .facebook img,
	.social-login li .twitter img,	
	.social-login li img {
		margin-right: 0px;
		margin-left: 0px;
	}
}


.modal .submit-ajax-form{
	margin-bottom: 5px;
}

.submit-ajax-form .fa{
	margin-left: 5px;
}

#login .styled-checkbox{
	margin-top: 15px;
}

.small-action{
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #aaa;
}

label{
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}

.modal-header h4{
	margin: 0px;
	color:white;
    padding: 0px 20px !important;
}

#recover-password .form-group,
#register .form-group{
	margin-bottom: 15px;
}
/* END MODALS */

/* SELECT BOXES */
.styled-select.inline-select{
	display: inline-block;
	margin-right: 5px;
}

.styled-select select,
.styled-select select:focus,
.styled-select select:active{
	box-shadow: none;
	position: relative;
	border: 1px solid #eee;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline: none; 
	cursor:pointer;
	background: transparent;
	z-index: 2;
	border-radius: 2px;
	height: 34px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.styled-select{
	position: relative;
}

.styled-select:after{
	content: '\f107';
	font-family: FontAwesome;
	height: 32px;
	width: 34px;
	color: #666;
	background: #fff;
	z-index: 1;
	border-left: none;
	bottom: 0px;
	right: 0px;
	position: absolute;
	line-height: 32px;
	text-align: center;
}
/* END SELECT BOXES */

/* TABS */
body .kc_tabs &gt; .kc_wrapper &gt; .kc_tabs_nav{
	background: transparent;
}

body .kc_accordion_wrapper, 
body .kc_tabs{
	margin-bottom: 0px;
}



body .kc_tabs_nav &gt; li:hover,
body .kc_tabs_nav &gt; li,
 a{
	border: none;
	padding: 0px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

body .kc_tabs_nav  i{
	margin-right: 10px;
}

body .kc_tabs_nav &gt; li &gt; a,
body .kc_tabs_nav &gt; li &gt; a:hover,
body .kc_tabs_nav &gt; .ui-tabs-active &gt; a{
	padding: 10px 20px;
	line-height: 1.7;
	background: transparent;
	color: #272727;
}



body .kc_tabs_nav &gt; li &gt; a:hover,
body .kc_tabs_nav &gt; .ui-tabs-active,
body .kc_tabs_nav &gt; .ui-tabs-active:hover,
body .kc_tabs_nav &gt; .ui-tabs-active &gt; a,
body .kc_tabs_nav &gt; .ui-tabs-active &gt; a:hover{
	background: #fff;
	color: #1ab1b7;
}

body .kc_tabs_nav ~ .kc_tab{
	width: calc(100% + 3px);
	padding-right: 3px;
}

/* END TABS */

/* MY ACCOUNT */
.nav-tabs{
	border: none;
	margin-bottom: 30px;
}
.nav-tabs li{
	width: 33.33%;
	text-align: center;
}

.my-account-tabs li{
	width: 33.33%;
	text-align: center;
	border: none;
}


.nav-tabs.tabs-4 li{
	width: 25%;
}

.nav.nav-tabs &gt; li &gt; a:hover,
.nav.nav-tabs &gt; li.active &gt; a, 
.nav.nav-tabs &gt; li.active &gt; a:hover, 
.nav.nav-tabs &gt; li.active &gt; a:focus,
.nav.nav-tabs &gt; li.active &gt; a:active{
	border: none;
	border-radius: 5px;
	background: #1ab1b7;
	color: #fff;
}

.nav.nav-tabs &gt; li &gt; a{
	background: #fff;
	color: #272727;
}

.tab-content{
	padding-right: 5px;
}
/* END MY ACCOUNT */

/* STORES */
.store-block .store-image{
	/*position: relative;*/
	height: 93px;
}

.store-block .store-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	max-height: 100%;
	width: auto;
}

.store-block .save-store{
	font-size: 15px;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 30px;
	display: inline-block;
	/*background: #fff;*/
	border-radius: 50%;
	line-height: 31px;
}

.store-block .white-block-content{
	padding: 2px 10px;
	text-align: center;
	margin-bottom:0px;
}
.headsearch .white-block{
    margin-bottom:10px !important;
}
.white-block-small-margin{
	margin-bottom: 5px;
}

.store-title{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.store-block .store-title .white-block-content{
	padding: 5px 10px;
}

/*.store-search{*/
/*	margin-bottom: 50px;*/
/*}*/

ul.store-letter-filter{
	background: #fff;
	font-size: 17px;
	font-weight: 700;
	margin: 0px;
	padding: 0px 10px;
}

#store_name{
	border: none;
	line-height: 60px;
	height: 60px;
	padding: 0px 20px;
	border-top: 1px solid #eee;
}

#store_name::-webkit-input-placeholder{
	color: #eee;
	font-size: 18px;
}
#store_name::-moz-placeholder{
	color: #eee;
	font-size: 18px;
}
#store_name:-ms-input-placeholder{
	color: #eee;
	font-size: 18px;	
}
#store_name:-moz-placeholder{ 
	color: #eee;
	font-size: 18px;
}

#store_name:placeholder{
	color: #eee;
	font-size: 18px;
}

.store-letter-filter .pull-right{
	margin-top: 2px;
}

.store-letter-filter a{
	line-height: 1;
	padding: 15px 5px;
	display: inline-block;
}

.letter-title h3{
	margin-bottom: 5px;
}

.letter-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin-bottom: 30px;
}

.letter-title h3{
	color: #1ab1b7;
}

.search-store,
.stores-search-results{
	display: none;
}

.search-store i{
	position: absolute;
	display: none;
	right: 20px;
	bottom: 20px;
}
/* END STORES */

/* ALL CATEGORIES */
.category-block i,
.category-block svg,
.category-block img{
	height: 50px;
	width: auto;
	margin-bottom: 5px;
}

.category-block i{
	font-size: 40px;
	color: #1ab1b7;
}

.category-block:hover .white-block{
	background: #1ab1b7;
	color: #fff;
}

.category-block:hover i{
	color: #fff;
}

.category-block span{
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

/* END ALL CATEGRIES */

/* SUBMIT PAGE */
.datepicker-dropdown{
	border-color: #eee;
}

.datepicker-panel &gt; ul &gt; li.highlighted:hover,
.datepicker-panel &gt; ul &gt; li.highlighted, 
.datepicker-panel &gt; ul &gt; li:hover{
	background-color: rgba(241, 169, 160,0.5);
}

.datepicker-panel &gt; ul &gt; li.picked, 
.datepicker-panel &gt; ul &gt; li.picked:hover{
	color: #FFA619;
}

.datepicker-top-left:before, 
.datepicker-top-right:before{
	border-bottom-color: #eee;
}

.page-template-page-tpl_submit main .small-action{
	margin-top: -15px;
	margin-bottom: 15px;
}

.page-template-page-tpl_submit .small-action label{
	font-size: 10px;
}

.page-template-page-tpl_submit .form-group{
	margin-bottom: 15px;
}

.page-template-page-tpl_submit textarea,
.page-template-page-tpl_submit textarea:focus,
.page-template-page-tpl_submit textarea:active,
.page-template-page-tpl_submit textarea:focus:active{
	min-height: 150px;
}

.exclusive-check{
	margin-top: 5px;
}
/* END SUBMIT PAGE */

/* BREADCRUMBS */
.breadcrumb{
	margin: 0px;
	border-radius: 0px;
	background: transparent;
	padding: 5px 0px;
	font-weight: 600 !important;
    letter-spacing: 1px;
}
/* END BREADCRUMBS */

/* SEARCH PAGE */
.search-header .styled-select{
	min-width: 150px;
	display: inline-block;
}

.listing-action{
	display: inline-block;
	margin-right: 10px;
}

.listing-style{
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	color: #aaa;
}

.listing-style.active{
	color: #1ab1b7;
}

@media (max-width: 414px){
	.search-header .flex-wrap{
		display: block;
		text-align: center;
	}

	.search-header .flex-left{
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.search-header .styled-select{
		display: block;
	}
}
/* END SEARCH PAGE */

/* COUPONS CAROUSEL */

/* END COUPONS CAROUSEL */ 

/* SERVICE */
.service-icon{
	display: inline-block;
	border-radius: 50%;
	width: 59px;
	height: 59px;
	line-height: 59px;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
	flex-shrink: 0;
}

.service h4,
.service p{
	margin: 0px;
}

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

.service.horizontal .service-icon{
	margin-bottom: 0px;
	margin-right: 15px;
}

.service.horizontal .white-block-content{
	display: flex;
	align-items: center;
}

.service.horizontal.right .white-block-content{
	justify-content: space-between;
}

.service.horizontal.right .service-icon{
	order: 2;
	margin-right: 0px;
}

.service.horizontal.right .service-content{
	order: 1;
}
/* END SERVICE */

/* SIMPLE SLIDER */
.simple-slider{
	display: none;
}

.simple-slider .owl-nav &gt; div{
	border-radius: 50%;
	background: #fff;
	color: #252525;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: -500px;
}

.simple-slider .owl-nav &gt; .owl-prev{
	left: 20px;
}

.simple-slider .owl-nav &gt; .owl-next{
	right: 20px;
}

.simple-slider-caption{
	background: #fff;
	padding: 30px 40px;
	-webkit-backface-visibility: hidden;
}

.simple-slider-caption h2{
	margin-top: 0px;
	margin-bottom: 5px;
}

.simple-slider-caption p{
margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #888;
}

@media (max-width: 768px){
	.simple-slider-caption{
		text-align: center;
	}

	.simple-slider-caption a{
		margin-top: 20px;
		display: inline-block;
	}

	.simple-slider .owl-nav &gt; div{
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 0px;
		top: auto;
		bottom: 0px;
	}

	.simple-slider .owl-nav .owl-prev{
		padding-right: 3px;
		left: 0px;
	}

	.simple-slider .owl-nav .owl-next{
		padding-left: 3px;
		right: 0px;
	}
}

@media (max-width: 414px){
	.simple-slider-caption{
		padding: 20px;
	}

	.simple-slider-caption h2{
		font-size: 17px;
	}
}

.owl-dots{
	text-align: center;
	margin-top: 10px;
}

.owl-dot{
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	margin: 2px;
	display: inline-block;
}

.owl-dot.active{
	border-color: #1ab1b7;
}
/* END SIMPLE SLIDER */

/* SELECT 2 */
.select2-container--default .select2-selection--single{
	border: 1px solid #eee;
	min-height: 40px;
	border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #eee;
	border-radius: 2px;
}

.select2-results__option{
	font-size: 13px;
}

.styled-select.select2-styled:after{
	bottom: 3px;
	right: 3px;
}
/* END SELECT 2 */
/* new banner-css */
.banner-images img {
    border-radius: 11px 11px 0px 0px;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 10%);
}
.banner-images .simple-slider-caption {
    border-radius: 0px 0px 11px 11px;
	justify-content: space-between;
}
.letest-stor-slider .owl-controls .owl-prev {
    background: #f26722;
    color: #fff;
}
.letest-stor-slider .owl-controls .owl-next {
    background: #f26722;
    color: #fff;
}
.popular-categories a {
    color: #f26722 !important;
}
.white-block-content h4 a {
    color: #000 !important;
}
.footer-subscribe i {
    color: #cd3232 !important;
}
.sign-up-logo {
    /*margin-left:10px;*/
    margin-top:10px;
}

.d-sm-none {
    /*margin-left: auto;*/
    margin-top:5px;
    width:35% !important;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*body{*/
/*    margin-top:60px;*/
/*}*/
.main-title {
    margin-top: 100px !important;
}
.white-block {
    margin-bottom: 0px;
}
.single-coupon .container.single-arrangement-right {
    padding-top: 80px !important;
}
.coupon-info .expired-overlay {
    border-radius: 15px;
}
@media (min-width: 1200px) {
	.container {
    width: 1100px;
}
}
.taxonomy-header {
    margin-top: 20px;
}
.marquee-text {
    font-size: 18px;
    color: #050a30;
    font-family: cursive;
}
.letest-stor-slider img {
    width: 100% !important;
	height: auto !important;
    object-fit: cover;
}
.letest-stor-slider a {
    font-size: 15px;
}
.popular-categories img {
    height: 80px !important;
}
.popular-categories div {
    font-size: 15px !important;
}
.store-title {
    font-size: 15px;
}
.banner-images .simple-slider-caption {
    background: #050a30;
}
.banner-images .simple-slider-caption h2 {
    color: #fff;
}
.banner-images .simple-slider-caption p {
    font-size: 15px;
    color: #fff;
}
.copyrights ul {
    margin: 0px 0px 0px 50px;
}
.news-form {
    display: flex;
    flex-wrap: wrap;
}
.news-form input {
    height: 45px;
    border: 1px solid #fff;
    margin-bottom: 20px;
	padding: 10px;
}
.send-btn {
    background: #f26722 !important;
    border-color: #f26722 !important;
    color: #fff;
    padding: 10px 20px !important;
}
/* contact new css */

.form-label {
    font-size: 14px;
}
.form-label span {
    color: #f26722;
}
.form-box {
    margin-bottom: 15px;
}
.input-control {
    border: 1px solid;
    padding: 10px;
    width: 100%;
}
.btn-send {
    background: #f26722 !important;
    border-color: #f26722 !IMPORTANT;
    WIDTH: 100%;
    padding: 10px;
    color: #fff;
}
.after-copy a {
    display: none;
}
.letest-stor-slider .white-block.store-block.store-title {
    display: none;
}
/* tranding deals */
.trading-deals .code-text {
    font-size: 17px !important;
    padding: 11px 20px;
	top: -1px;
}
.category-block span {
    font-size: 15px;
}
 
.single .white-block-media {
    padding-top: 35px;
}

.white-block.store-block.store-title {
    display: none;
}
.h3-size {
    margin: 0;
}
.expire {
    /*background: #050a30;*/
    color: black !important;
    padding: 0 5px;
}
.search-coupan-box .white-block {
    background: #050a30;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
}
.search-coupan-box .widget-title h4 {
    background: #050a30;
    color: #fff;
}
.search-coupan-box .search-type i {
    color: #f26722;
}
.search-coupan-box .search-type {
    color: #fff;
}
.search-coupan-box input {
    color: #fff !important;
}
.white-block {
    border-radius: 10px 10px 10px 10px;
}
.coupon-image img{
	border-radius:15px;
}
.page-id-12 .main-listing {
    margin-top: 50px;
}
.tax-coupon-category .category-icon-wrap {
    border-radius: 5px;
}
.tax-coupon-category .taxonomy-header i{
	color:#F26722;
}

.page-id-12 .header-alike {
    margin-right: auto;
    width: 100% !important;
}

/* media css */ 
@media (max-width: 1024px)  {
	.navbar-nav {
    width: 72% !important;
}
	.top-bar-logo .logo {
    height: 80px;
}
}
@media (max-width: 769px) {
	.togle-button-left {
    margin-left: auto;
}
	.top-bar-logo {
    width: 90%;
}
	.navbar-default {
    border: none;
    background: #454545 ;
    margin: 0px;
    z-index: 12;
    width: 100%;
}
	.navbar-nav {
    margin-left: 0px;
    /*margin-top:25%;*/
}
	.sign-up-logo {
    margin-left: 20px;
    display:none;
}
}
@media (max-width: 769px) {
	.d-sm-none {
    display: none;
}
.top-bar-logo .logo {
    height: 61px;
    left: 0;
    /*width: 20% !important;*/
}
	.news-form input {
    width: 100%;
}
}

.flex-always{
       padding: 0px 20px 0px 20px;
}

	.modal-body {
	      position: relative;
    padding: 0px 10px 0px 10px !important;
}



@media (max-width: 600px) {
	.widthcontainer {
	      margin-top:100px !important;
}
}
@media (min-width: 600px) {
	.widthcontainer{
	     margin-top:120px !important;
    
}
}

@media (max-width: 600px) {
	.mobfon{
	      font-size:10px !important;
}
}


/*    @media only screen and (max-width: 600px) {*/
/*  .devops {*/
/*      height:35% !important;*/
    
/*  }*/
/*}*/
/*   @media only screen and (min-width: 600px) {*/
/*  .devops {*/
/*      height:35% !important;*/
    
/*  }*/
/*}*/
.whatsapp:hover {
    color: #25D366;
   background-color:#29a61a !important;
}
.code-text-full{
    background-color:#2f3c7e !important;
    border-radius:5px;
}
.coupon-code-modal, .coupon-action-button.header-alike {
    border-color: #00000000 !important;
}
.partial-code{
    border:2px solid #f26722 !important;
    border-radius:5px;
}

@media only screen and (max-width: 425px) {
 .desklog .flex-right .sign-up-logo {
    display:none !important;
  }
}
@media only screen and (min-width: 425px) {
 .moblog .flex-right .sign-up-logo {
    display:none !important;
  }
}

.icon-tag:before{
    margin-right:5px !important;
  }


.icon-user:before{
    margin-right:5px !important;
  }

.fa-power-off:before{
    margin-right:5px !important;
  }
  
  .icon-tagu p{
      display:inline-flex !important;
  }
@media(max-width: 769px){
.d-sm-none{
    display:none;
}
}



.hamburger {
  position: fixed;
  top: 20px;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  padding: 10px 15px 5px;
}
  .bars {
    display: block;
    position: relative;
    width: 35px;
    height: 5px;
    background-color: rgba(18, 59, 61, 0.7);
        }

.open .hamburger .bars {
  background-color: transparent;
 }

.menu {
  width: 250px;
  height: 100%;
  padding: 75px 20px 0;
  background-color: CadetBlue;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  z-index: 999;
  margin-top: 0;
}

.open .menu {
  right: 0;
  opacity: 1;
}

.menu:hover {
  overflow-y: auto;
}
header.relative.shadow-lg.px-3.py-2 {
    background-color: #050a30;
    height: 80px;
    position:fixed;
    top:0px;
}
@media (max-width:769px){
    header.relative.shadow-lg.px-3.py-2 {
    background-color: #050a30;
    height: 60px;
    position:fixed;
    top:0px;
}
}
@media(min-width:1010px){
.gap-3 {
    gap: 5.75rem;
    margin-top:15px;

}
}
@media (max-width:768px){
    .gap-3{
        gap: 0.25rem;
    margin-top:5px;
    }
}
@media (min-width:769px){
    .gap-3{
        gap: 0rem !important;
    margin-top:12px;
    }
}

.py-5{
        background-color:#050a30;
}
@media (max-width:768px){
    .py-5{
        background-color:#0000008a;
            position: fixed;
    top: 0px;
    left:0;
    height: 100%;
    width: 100%;
    display:block;
}
}
ion-icon.text-\[30px\].cursor-pointer.md\:hidden.style\=.md.hydrated {
    color: #f26722;
    font-size:35px;
}
@media(min-width: 769px){
.moblogdes{
   display:none; 
}
}
@media(max-width: 769px){
.moblogdes{
       width: 100%;
    height: 60px;
}
.top-bar-logo.moblogdes {
    background-image: linear-gradient(180deg, #050A30C4 0%, #F26722D6 100%);
    width:100% !important;
}
}
@media(min-width: 769px){
.moblogodes{
    width: 100%;
    height: 22%;
    padding: 0px;
    margin: 0px;
    display: contents; 
}

}
@media(max-width: 769px){
    .py-5{
   padding-top:0px !important;
   padding-bottom:0px !important;
   padding-left:0px !important;
   padding-right:0px !important;
}
}
   .openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overflowlay {
  height: 100%;
  overflow:scroll;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
background-color: #f2f2f2;

}

.overflowlay-content {
  position: relative;
  top: 6%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
@media(max-width:768px){
    .overflowlay-content {
  position: relative;
  top: 6%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
}

.overflowlay .closebtn {
      position: absolute;
     /*top: 20px; */
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #f26722;
}

.overflowlay .closebtn:hover {
  color: #ccc;
}

.overflowlay input[type=text] {
  padding: 15px;
    font-size: 16px;
    border-color: black;
    float: left;
    width: 100%;
    /* background: black; */
    color: black;
    margin-bottom: 5%;
    border-radius:50px;
}


.overflowlay button {
  float: left;
  width: 25%;
  padding: 15px;
  background: #ddd;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.overflowlay button:hover {
  background: #bbb;
}
i.fa.fa-search.mobicon {
    display: none;
}
@media(max-width: 769px){
i.fa.fa-search.mobicon{
    display: block;
    font-size: 20px;
    background: #050a30;
    color: #f26722;
}
}
/*@media(max-width: 769px){*/
/*.desksear{*/
/*    width:150px !important;*/
/*}*/
/*}*/
.desksear{
    width: 35px;
    height: 35px;
    /*background: #f26722;*/
    border: none;
    border-radius: 50px;
    font-size: 22px;
    color: #f26722;
    margin-top:5px;
}
button.searbut{
    border-color: #050a30;
    background-color:#050a30;
}

/*@media(max-width:768px){*/
/*    .search-bar{*/
/*        margin-top:-35px;*/
/*    }*/

@media (max-width:768px){
    .overflowlay .closebtn {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
    color: #f26722;
    z-index: 999;

}
}
.suggestion-title {
      font-size: 16px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    background-color: lightgrey;
    padding: 2px 5px;
    margin: 10px;
    display: flex;
    border-radius: 5px;

}
.suggestion.store {
   display: -webkit-inline-box;
    border: 1px solid #a19f9f;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px;
}
.suggestion.category {
   display: -webkit-inline-box;
    border: 1px solid #a19f9f;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px;
}
@media(max-width:768px){
    .overflowlay input[type=text]{
       padding: 15px;
    font-size: 14px;
    border-color: black;
    float: left;
    width: 100%;
    /* background: black; */
    color: black;
    margin-bottom: 5%;
  
    
    }
}
.poptit{
    text-align: left;
    font-size: 16px;
    font-weight: 600;
        padding: 0px 10px;
    margin-bottom: 10px;
}
@media (max-width: 768px){
.md\:hidden {
    display:block;
}
}
.mobmenubut{
    background-color: white !important;
    color: #f26722;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    position: absolute;
    top: 90px;
    right: 25%;
}
.mobmenutit{
    font-size: 22px;
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
}
.moblogdes .navbar-nav{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.mobnewmenu{
     /*display: inline; */
     font-size: 16px !important; 
    /* background-color: #f2f2f2; */
    padding: 2px 0px 10px 10px;
    border-radius: 20px;
    margin-left: 5px;
    margin-top:-10px;
    border-bottom: 1px solid lightgray;
    border-radius: 0px;
}
@media(min-width:768px){
    .mobnewmenu{
        display:none !important;
    }
}
@media(min-width:769px){
    .mobnewmenus{
        display:none !important;
    }
}
.mobnewmenu span.icon-tag{
        font-size: 18px !important;
    font-weight: 500;
}
.mobnewmenu .list-unstyled{
    list-style: none !important;
}
.mobcoup{
        position: relative;
    top: 10px;
    left: 25%;
}
.mobcoup span.icon-tag{
    display: inline;
    font-size: 16px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.mobcoup span.icon-user{
    display: inline;
    font-size: 16px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.mobcoup ul.list-unstyled.list-inline.special-action{
    display:flex;
}
.mobnewul{
    /*margin-left:15px;*/
  color: #f26722 !important;
  /*font-family:sans-serif;*/
  font-weight:600;
  font-size:16px;
  margin-top: 0px !important;
  display:grid;
}
div#latestBlogPosts h2 {
    font-size: 14px !important;
    margin-left: 15px;
    color: #f26722;
}
.mobmenunews{
     border-top: 1px solid lightgray;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #050A30;
}
div#showCode {
    height: 100%;
    overflow: scroll;
        scrollbar-width: none;
}
.page-wrapper {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 50px;
  overflow: hidden;
}

.navbar img {
  height: 16px;
  width: auto;
  justify-self: start;
  margin-left: 20px;
}

.navbar ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  justify-self: end;
  
}

.nav-item a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nav-item a:hover {
  color: #3498db;
}

/* SECTIONS */

.headline {
  width: 100%;
  height: 50vh;
  min-height: 350px;
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fA%3D%3D&amp;w=1000&amp;q=80');
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  display: flex;
  padding: 50px 20px;
  justify-content: space-around;
}

.feature-container {
  flex-basis: 30%;
  margin-top: 10px;
}

.feature-container p {
  color: #000;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

.feature-container img {
  width: 100%;
  margin-bottom: 15px;
}

/* SEARCH FUNCTION */

#search-icon {
  font-size: 0.9rem;
  margin-top: 3px;
  margin-left: 15px;
  transition: color 0.3s ease-out;
}

#search-icon:hover {
  color: #3498db;
  cursor: pointer;
}

/*.search {*/
/*  transform: translate(-35%);*/
/*  -webkit-transform: translate(-35%);*/
/*  transition: transform 0.7s ease-in-out;*/
/*  color: #3498db;*/
/*}*/

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.search-input {
  position: absolute;
  top: -4px;
  right: -125px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.search-active {
  opacity: 1;
  z-index: 0;
}

input {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0; /* FOR SAFARI */
  outline: 0;
  padding: 5px;
}

/* MOBILE MENU &amp; ANIMATION */

.menu-toggle .bar{
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover{
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes gradbar {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

/* Media Queries */

  /* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) { 
  .features {
    flex-direction: column;
    padding: 50px;
  }
  
  /* MOBILE HEADINGS */
  
  h1 {
    font-size: 1.9rem;
  }
  
  h2 {
    font-size: 1rem;
  }
  
/*   p {
    font-size: 0.8rem;
  } */
  
  /* MOBILE NAVIGATION */
     
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 55px;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
  }
  
  .navbar li {
    padding: 15px;
  }
  
  .navbar li:first-child {
    margin-top: 50px;
  }
  
  .navbar li a {
    font-size: 1rem;
  }
   
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  
  .mobile-nav {
  transform: translate(0%)!important;
}
  
  /* SECTIONS */
  
  .headline {
    height: 20vh;
  }
    
  .feature-container p {
    margin-bottom: 25px;
  }
  
  .feature-container {
    margin-top: 20px;
  }
  
  .feature-container:nth-child(2) {
    order: -1;
  }
  
  /* SEARCH DISABLED ON MOBILE */
  
  #search-icon {
    display: none;
  }
  
  .search-input {
  display: none;
 }
  
}
@media(max-width:767px){
	.altstore {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}
}
.modpopuphead{
    display: flex;
    align-items: center;
    flex-direction: row;
        padding: 20px 0px;
        justify-content: space-between;
}
.modpopupcode {
    padding: 20px 0px;
}

.text-center.devops{
        width: 20%;
    box-shadow: 0 0 5px;
    border-radius: 18%;
}
@media(min-width:520px){
    h4.text-center.modalheadtitle {
    font-size: 20px !important;
}
}
@media(max-width:426px){
    .text-center.devops{
        width: 35% !important;
    box-shadow: 0 0 5px;
    border-radius: 18%;
}
}
.modpopupcode a.coupon-code-modal.header-alike.sale-act-btn {
    background-color: transparent;
    color: black;
    border: 1px solid black !important;
    box-shadow: 0 0 2px black;
    font-size:16px !important;
}

ul.breadcrumb {
    margin-left: 0px !important;
}




.top-prod-bar{
    margin-top: 100px;
}

.bread-prod{
    max-width: 1100px;
    margin: 0 auto;
}
.bar-annou{
            width: 100%;
            height: 50px;
            background-color: #ff6600;
            color: black;
            display: flex;
        align-items: center;
        }

.bar-annou h1{
    font-size: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.bar-annou div{
    width: 1100px;
    margin: 0 auto;
}

.main-product-div{
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.products-grid {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 8px;
    }

    .product-card {
        position: relative;
        background-color: #fff;
        border-radius: 15px;
        padding: 0px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: left;
        border: 1px solid #ddd;
        /*transition: box-shadow 0.1s ease-out;*/
        cursor: pointer;
         max-width: 100%; /* Prevent cards from overflowing their grid */
        overflow: hidden; /* Keep everything contained */
        height: auto;
    }

    .product-card:hover {
        /*box-shadow: 0 0px 1px #ff6600;*/
        box-shadow:0px 0px 6px 0px #f60
        /*box-shadow: 0 0px 1px #ff6600;*/
    }
    

.product-card:hover .cta-btn{
    opacity: 100;
}

        .product-image img {
            border-radius: 0;
            width: 100%;
            height: 100%    ;
            background-size: contain;
            border-top-left-radius: 15px ;
            border-top-right-radius: 15px ;
            padding-top: 5%;
        }
    .product-discount {
        font-size: 18px;
        font-weight: bold;
        color: black; 
         margin: 4px 5px;
        /* white-space: nowrap; */
        /*overflow: hidden;    */
        /*text-overflow: ellipsis; */
        height: 14%;
    }

    .product-description {
        font-size: 14px;
        color:#a8b9c2;
         margin: 0px 5px;
    }

    .product-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 6px 0;
        font-size: 12px;
    }

    .product-info div {
        display: flex;
        align-items: center;
    }

  

    .product-price, .product-views {
        font-size: 24px;
        color: #ff6600;
        font-weight: bold;
         margin: 0px 6px;
    }

    .cta-btn {
        /*background-color: #334b9e; */
        /*color: white;*/
        /*padding: 10px;*/
        /*text-transform: uppercase;*/
        font-size: 15px;
        /*border: none;*/
        /*border-radius: 8px;*/
        /*cursor: pointer;*/
        /*width: 60%;*/
        /*    margin-top: 10px;*/
            margin:10px 20px ;
        /*transition: background-color 0.3s;*/
        /*text-align: center;*/
         color:#2f3c7e;
        opacity: 0;
        outline: none;
        background: transparent;
        border: none;
        cursor: pointer;
        font-weight: 600;
    }
/*.cta-btn-m{*/
/*            display: none !important;*/
/*        }*/
/*        .cta-btn-d{*/
/*            display: block !important;*/
/*        }*/
    /*.cta-btn:hover {*/
    /*    background-color: #2c3b84;*/
    /*}*/

.strike-rate{
    color: grey;
    margin-left: 4px;
    font-size:12px;
    font-weight: 400;
   
}

    /* Sale Badge */
    .sale-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #009688; 
    color: white;
    padding: 5px 15px; 
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-top-left-radius: 15px; 
    border-bottom-right-radius: 15px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 600px) {
        .product-card {
            padding: 14px 0;
        }
        .bread-prod{
            margin: 0 5px;
        }

.bar-annou{
    padding: 0 5px;
}
        .product-discount {
            font-size: 11px;
            height: 15%;
            font-weight: 500;
            color: black;
        }

        .product-description {
            font-size: 11px;
        }

        .cta-btn {
            font-size: 14px;
            padding: 7px;
            display: none;
        }
        .top-prod-bar{
            margin-top: 60px;
        }
        .products-grid{
           grid-template-columns: repeat(2, auto) !important 
        }
        
        .custom-prdocts-grid{
            grid-template-columns: repeat(2, auto) !important 
        }
        .cta-btn-d{
            display: none ;
        }
  
        
        .main-product-div{
            padding: 12px 8px;
        }
        .sale-badge{
            font-size: 10px;
            padding: 3px 10px;
        }
        
        .product-price{
            font-size: 12px;
            display: flex;
            flex-direction: column;
        }
    }
</pre></body></html>