
/*------------------------------------------------------------------
[Table of contents ]

 Body
    1.  Typography
    2.  Header              .cbx-header
    3.  Footer              .cbx-footer
    4.  Sidebar             .cbx-sidebar
    5.  Blog                .single-blog-item
    6.  Top Stores          .top-stores-wrapper
    7.  Call To Action      .call-to-action-wrapper
    8.  Deal                .new-deal-wrapper
    9.  Coupon              .new-coupon-wrapper
    10.  Slider             .deal-coupon-slider-wrapper
    11.  Team               .team-wrapper
    12.  How We Works       .how-we-works-wrapper
    13.  Get to Know Us     .get-to-know-us-wrapper
    14.  Contact            .contact-wrapper
    15.  Pricing            .pricing-table-wrapper
    16.  Stores             .trending-stores-wrapper
    17.  Dashboard          .dashboard-wrapper
    18.  Category           .category-wrapper
    19.  Responsive

-------------------------------------------------------------------*/
/* rules for body contents */
btn-dark
body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  /* background-color: #ffffff; */
  color: #3a3b3c;
  background-color: #fff !important;
  
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Outfit', sans-serif;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 90px;
  font-weight: 100;
}
h1 a,
.h1 a {
  font-size: inherit;
  font-weight: inherit;
}
h2,
.h2 {
  font-size: 50px;
  line-height: 75px;
  font-weight: 100;
}
h2 a,
.h2 a {
  font-size: inherit;
  font-weight: inherit;
}
h3,
.h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 100;
}
h3 a,
.h3 a {
  font-size: inherit;
  font-weight: inherit;
}
h4,
.h4 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}
h4 a,
.h4 a {
  font-size: inherit;
  font-weight: inherit;
}
h5,
.h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}
h5 a,
.h5 a {
  font-size: inherit;
  font-weight: inherit;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 100;
}
h6 a,
.h6 a {
  font-size: inherit;
  font-weight: inherit;
}
p,
ul,
ol {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3b3c;
}
p {
  margin-bottom: 10px;
}
a,
a:hover,
a:focus {
  color: #454647;
}
a:hover,
a:hover:hover,
a:focus:hover {
  text-decoration: none;
}
.img-left {
  padding: 15px 15px 15px 0;
  float: left;
}
.img-right {
  padding: 15px 0 15px 15px;
  float: right;
}
.img-center {
  display: block;
  padding: 15px 0;
  margin: 0 auto;
}
.fa {
  color: #fff;
}
.btn-light {
  background-color: #9aadfd;
  color: #ffffff;
  border-color: #9aadfd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-light:hover {
  color: #9aadfd;
  background-color: #ffffff;
}
.btn-brand {
  background-color: #4766FF;
  color: #ffffff;
  border-color: #4766FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-brand:hover {
  color: #4766FF;
  background-color: #ffffff;
}
.btn-dark {
  background-color: #4766FF;
  color: #ffffff;
  border-color: #4766FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-dark:hover {
  color: #4766FF !important;
  background-color: #ffffff;
  border-color:#4766FF !important;
}
.table > thead > tr > th {
  font-weight: bold;
  border-bottom: 0px solid;
}
.table > tbody > tr,
.table > tfoot > tr,
.table > thead > tr {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.06);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
}
.table > tbody > tr > td:nth-child(2n),
.table > tbody > tr > th:nth-child(2n),
.table > tfoot > tr > td:nth-child(2n),
.table > tfoot > tr > th:nth-child(2n),
.table > thead > tr > td:nth-child(2n),
.table > thead > tr > th:nth-child(2n) {
  background-color: rgba(86, 119, 252, 0.05);
}
.rating i {
  color: #4766FF;
}
.table-select {
  height: 25px;
  width: 70px;
  padding: 2px;
  font-size: 13px;
  border-color: transparent;
  color: #4766FF;
  background-color: #fff;
  box-shadow: none;
}
.table-select:focus {
  border-color: transparent;
  box-shadow: none;
}
#main {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-heading {
  font-family: 'Outfit', sans-serif;
  color: #3a3b3c;
  position: relative;
  font-weight: 600;
  margin-bottom: 24px;
  z-index: 2;
  /* margin-top: 70px; */
  font-size: 26px;
}
.heading_main{
  margin-top: 80px;
  display: flex;
}
.section-heading:before {
  content: ' ';
  position: absolute;
  /* background-color: #ededfa; */
  width: 100px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -45%);
  z-index: -1;
}
.no-top-margin {
  margin-top: 0px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4766FF;
  border-color: #4766FF;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
a.modalAnchor {
  cursor: pointer;
}
.cbx-header {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}
.cbx-header .cbx-header-top {
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.cbx-header .cbx-header-top .cbx-brand {
  padding: 14px 0px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn {
  /* padding: 30px 0px; */
  display: block;
  overflow: hidden;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search {
  float: right;
  margin-left: 20px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form {
  margin: 0px;
  padding: 0px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group {
  width: 200px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .form-control {
  min-height: 41px;
  position: relative;
  width: 100%;
  padding: 0px 10px;
  border-color: #4766FF;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .form-control:focus {
  box-shadow: none;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search .navbar-form .input-group .input-group-btn .btn {
  padding: 10px 15px 5px 15px;
  background-color: #4766FF;
  border-color: #4766FF;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn {
  float: right;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a {
  background-color: #f9b320;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 35px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid;
  border-color: #f9b320;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a:hover {
  color: #f9b320;
  background-color: #ffffff;
}
.cbx-header .cbx-header-bottom .navbar {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
  color: #3a3b3c;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 27px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 30px 35px 30px 0px;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a:hover {
  background-color: transparent;
  color: #4766FF;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu {
  border: none;
  left: -15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu li a {
  color: #3a3b3c;
  font-weight: normal;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu li a:hover {
  background-color: transparent;
  color: #4766FF;
  padding-left: 30px;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .open a,
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .active a {
  background-color: transparent;
  color: #4766FF;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li {
  margin: 20px 0px;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a {
  padding: 10px 30px;
  background-color: #4766FF;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid;
  border-color: #4766FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a:hover {
  background-color: #ffffff;
  color: #4766FF;
}
.cbx-header #showSearchBar {
  padding: 9px 15px;
}
.cbx-header #showSearchBar:focus {
  background-color: #4766FF;
  border-color: #4766FF;
  color: #ffffff;
}
.cbx-header #searchBar {
  border-bottom: 1px dashed #dddddd;
}
.cbx-header #searchBar .searchbar-wrapper .navbar-form {
  margin: 0px;
  padding: 0px;
}
.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group {
  width: 100%;
}
.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group .form-control {
  width: 100%;
  border: 0px solid;
  box-shadow: none;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  height: 60px;
}
.cbx-header #searchBar .searchbar-wrapper .navbar-form .input-group .input-group-btn {
  display: none;
}
.cbx-footer .cbx-footer-top {
  /* background-color: #060607; */
  padding: 100px 0px 85px 0px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area {
  background-color: #394053;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form {
  padding: 0px;
  margin-top: 0px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group {
  width: 100%;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .form-control {
  width: 100%;
  border-color: transparent;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 10px;
  border: 0px solid;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-height: 43px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form .input-group .input-group-btn .btn {
  background-color: #f9b320;
  border-color: #f9b320;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  padding: 10px 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area h5 {
  color: #f9b320;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li {
  display: inline-block;
  padding-right: 5px;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a {
  display: block;
  padding-left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a:hover {
  margin-left: 0px;
  transform: scale(0.9);
}
.cbx-footer .cbx-footer-top .widget .widget-newsletter-area .payment-gateways li a:before {
  content: '';
}
.cbx-footer .cbx-footer-top .widget .widget-social {
  padding-top: 15px;
}
.cbx-footer .cbx-footer-top .widget .widget-social ul li {
  display: inline-block;
  padding-bottom: 0px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-color: #394053;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-footer .cbx-footer-top .widget .widget-social ul li:hover {
  background-color: #4766FF;
}
.cbx-footer .cbx-footer-top .widget .widget-social ul li a {
  font-size: 14px;
  line-height: 21px;
  padding-left: 0;
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.cbx-footer .cbx-footer-top .widget .widget-social ul li a:hover {
  margin-left: 0px;
}
.cbx-footer .cbx-footer-top .widget .widget-social ul li a:before {
  content: '';
}
.cbx-footer .cbx-footer-top .widget .widget-brand {
  margin-bottom: 20px;
}
.cbx-footer .cbx-footer-top .widget .widget-brand a img {
  width: 180px;
}
.cbx-footer .cbx-footer-top .widget p {
  color: #000000;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.cbx-footer .cbx-footer-top .widget h2 {
  color: #000000;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  margin: 0;
  padding-bottom: 30px;
}
.cbx-footer .cbx-footer-top .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cbx-footer .cbx-footer-top .widget ul li {
  padding-bottom: 12px;
}
.cbx-footer .cbx-footer-top .widget ul li a {
  color: #000000;
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cbx-footer .cbx-footer-top .widget ul li a:hover {
  margin-left: 5px;
}
.cbx-footer .cbx-footer-top .widget ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  top: -1px;
  left: 0;
}
.cbx-footer .cbx-footer-bottom {
  background-color: #4766FF;
}
.cbx-footer .cbx-footer-bottom .copyright {
  padding: 20px 0px;
}
.cbx-footer .cbx-footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}
.cbx-footer .cbx-footer-bottom .copyright p a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.cbx-footer .cbx-footer-bottom .copyright p i {
  color: #fe5656;
}
.scrollToTop {
  width: 40px;
  height: 40px;
  padding: 7px 10px 10px 10px;
  text-align: center;
  background-color: #ffffff;
  font-weight: bold;
  color: #4766FF;
  text-decoration: none;
  position: fixed;
  right: 40px;
  display: none;
  bottom: 40px;
  border: 1px solid;
  border-color: #4766FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}
.scrollToTop>i {
  color: #4766FF;
}
.scrollToTop:hover {
  background-color: #4766FF;
  color: #ffffff;
}
.scrollToTop>i:hover{
  color: #fff;
}
aside .cbx-sidebar .widget {
  margin-bottom: 50px;
}
aside .cbx-sidebar .widget h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
aside .cbx-sidebar .widget .widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a {
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
  color: #3a3b3c;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:before {
  font-family: FontAwesome;
  content: '\f105';
  color: inherit;
  padding-right: 10px;
  font-weight: normal;
}
aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:hover {
  color: #4766FF;
  margin-left: 5px;
}
aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li {
  display: inline-block;
  margin-right: 5px;
}
aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a {
  border: 1px solid;
  border-color: #3a3b3c;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a:before {
  display: none;
}
aside .cbx-sidebar .widget .widget-content.widget-content-tags ul li a:hover {
  color: #ffffff;
  background-color: #4766FF;
  margin-left: 0px;
  border-color: #4766FF;
}
aside .cbx-sidebar .widget .search-form {
  position: relative;
}
aside .cbx-sidebar .widget .search-form .form-control {
  background-color: #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  outline: none;
  line-height: 1;
  height: 46px;
}
aside .cbx-sidebar .widget .search-form .form-control:focus {
  background-color: rgba(221, 221, 221, 0.5);
}
aside .cbx-sidebar .widget .search-form button {
  position: absolute;
  top: 10px;
  right: 16px;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}
aside .cbx-sidebar .cbx-blog-list li {
  border-bottom: 0px solid;
  margin-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
aside .cbx-sidebar .cbx-blog-list li .img-area {
  float: left;
}
aside .cbx-sidebar .cbx-blog-list li .img-area {
  width: 40%;
  position: relative;
  padding-right: 15px;
}
aside .cbx-sidebar .cbx-blog-list li .img-area a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
aside .cbx-sidebar .cbx-blog-list li .img-area a img {
  -webkit-transition: filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
}
aside .cbx-sidebar .cbx-blog-list li .content-area {
  padding-left: 10px;
}
aside .cbx-sidebar .cbx-blog-list li .content-area .title {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  margin: 0;
  font-weight: normal;
  margin-bottom: 5px;
}
aside .cbx-sidebar .cbx-blog-list li .content-area .title a {
  text-decoration: none;
  color: #3a3b3c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
aside .cbx-sidebar .cbx-blog-list li .content-area .title a:hover {
  color: #4766FF;
}
aside .cbx-sidebar .cbx-blog-list li .content-area a {
  color: #3a3b3c;
  text-decoration: none;
}
.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item .blog-thumb a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.single-blog-item .blog-thumb a img {
  -webkit-transition: filter 0.3s ease-in-out;
  -moz-transition: filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-blog-item .blog-content {
  margin-bottom: 20px;
}
.single-blog-item .blog-content h4 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
}
.single-blog-item .blog-content h4 a {
  color: #3a3b3c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-blog-item .blog-content h4 a:hover {
  color: #4766FF;
}
.single-blog-item .blog-content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #3a3b3c;
  font-family: 'Outfit', sans-serif;
  text-align: justify;
  text-justify: inter-word;
}
.single-blog-item .blog-content .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-blog-item .blog-content .blog-tags ul li {
  padding-right: 10px;
  float: left;
}
.single-blog-item .blog-content .blog-tags ul li a {
  color: #3a3b3c;
  text-decoration: none;
}
.single-blog-item .blog-content .blog-tags ul li a i {
  padding-right: 8px;
}
.pagination-wrapper {
  display: table;
  margin: 0 auto;
}
.pagination-wrapper ul {
  list-style: none;
}
.pagination-wrapper ul .active a {
  background-color: #4766FF;
  color: #ffffff;
}
.pagination-wrapper ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.pagination-wrapper ul li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #4766FF;
  font-family: 'Outfit', sans-serif;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagination-wrapper ul li a:hover {
  background-color: #4766FF;
  color: #ffffff;
}
.pagination-wrapper ul li a i {
  margin: 0 5px;
}
.pagination-single-wrapper {
  margin: 20px 0px;
}
.pagination-single-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-single-wrapper ul li {
  display: inline;
}
.pagination-single-wrapper ul li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #4766FF;
  font-family: 'Outfit', sans-serif;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 6px 12px;
  border: 1px solid;
  border-color: #dddddd;
}
.pagination-single-wrapper ul li a:hover {
  border-color: #4766FF;
  background-color: #4766FF;
  color: #ffffff;
}
.pagination-single-wrapper ul li a i {
  margin: 0 5px;
}
.pagination-single-wrapper ul li:last-child {
  float: right;
}
.post-comment-form-group {
  margin-bottom: 30px;
}
.post-comment-form-group .checkbox {
  margin-bottom: 25px;
  margin-top: -5px;
}
.post-comment-form-group .checkbox label:before {
  top: 5px;
}
.post-comment-form-group .form-control.error {
  margin-bottom: 0px;
}
.post-comment-form-group .error {
  color: red;
  margin-bottom: 10px;
}
.post-comment-form-group textarea.form-control {
  height: 200px;
  padding-top: 15px;
}
.post-comment-form-group .form-control {
  background-color:#fff;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 15px;
  font-weight: bold;
  border-color: #4766FF;
  color: #3a3b3c;
  resize: none;
  height: 40px;
}
.post-comment-form-group .form-control:focus {
  box-shadow: none;
}
.post-comment-form-group .btn-brand {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.post-comment-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-comment-listing ul li {
  display: block;
  overflow: hidden;
}
.post-comment-listing ul li .level-one .comment-thumb a img {
  width: 100%;
  margin: 0 auto;
}
.post-comment-listing ul li .level-two .comment-thumb a img {
  width: 75%;
  margin: 0 auto;
}
.post-comment-listing ul li .level-three .comment-thumb a img {
  width: 50%;
  margin: 0 auto;
}
.post-comment-listing ul li .single-comment {
  display: block;
  overflow: hidden;
  padding: 0px 0px 30px 0px;
}
.post-comment-listing ul li .single-comment .comment-thumb {
  display: block;
  overflow: hidden;
}
.post-comment-listing ul li .single-comment .comment-thumb a {
  margin: 0px 20px 20px 0px;
}
.post-comment-listing ul li .single-comment .comment-thumb .comment-meta a {
  text-decoration: none;
  margin: 0;
  font-weight: bold;
}
.post-comment-listing ul li .single-comment .comment-content {
  display: block;
  overflow: hidden;
}
.post-comment-listing ul li ul {
  margin: 0px 0px 0px 25px;
}
.top-stores-wrapper {
  padding: 80px 0px;
}
.top-stores-wrapper .single-top-store {
  border: 1px solid;
  border-color: #dddddd;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-stores-wrapper .single-top-store:hover {
  border-color: transparent;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
}
.top-stores-wrapper .single-top-store:hover a img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.top-stores-wrapper .single-top-store a img {
  width: auto;
  height: 150px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
}
.view-all {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  float: right;
  border-radius: 10px;
}
.call-to-action-wrapper {
  padding: 100px 0px;
  background-image: url('../img/call-to-aciton/c2a.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f9b320;
}
.call-to-action-wrapper .call-to-action-content {
  text-align: center;
}
.call-to-action-wrapper .call-to-action-content p {
  color: #ffffff;
  font-size: 48px;
  line-height: 72px;
  font-family: 'Outfit', sans-serif;
  font-weight: 100;
}
.call-to-action-wrapper .call-to-action-content p a {
  color: #3a3b3c;
  text-decoration: none;
}
.call-to-action-wrapper .call-to-action-button {
  margin-top: 30px;
}
.call-to-action-wrapper .call-to-action-button ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.call-to-action-wrapper .call-to-action-button ul li {
  display: inline-block;
  margin-right: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.call-to-action-wrapper .call-to-action-button ul li a {
  display: block;
  overflow: hidden;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.call-to-action-wrapper .call-to-action-button ul li a .cta-btn-content {
  float: left;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.call-to-action-wrapper .call-to-action-button ul li a .cta-btn-content span {
  display: block;
  font-size: 10px;
  line-height: 15px;
}
.call-to-action-wrapper .call-to-action-button ul li a i {
  font-size: 24px;
  line-height: 36px;
  float: left;
  padding: 10px 15px 10px 20px;
}
.call-to-action-wrapper .call-to-action-button ul .apple-store {
  background-color: #071f34;
}
.call-to-action-wrapper .call-to-action-button ul .apple-store a:hover {
  color: #071f34;
  background-color: #ffffff;
}
.call-to-action-wrapper .call-to-action-button ul .google-play {
  background-color: #15a03f;
}
.call-to-action-wrapper .call-to-action-button ul .google-play a:hover {
  color: #15a03f;
  background-color: #ffffff;
}
.new-deal-wrapper {
  background-color: #fff;
  padding: 70px 0px 24px;
}
.new-deal-wrapper .owl-stage-outer {
  padding-top: 10px;
}
/* .popular-deal-wrapper {
  padding: 50px 0px;
} */
.popular-deal-wrapper .owl-stage-outer {
  padding-top: 10px;
}
.deal-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  /* border: 1px solid; */
  border-color: #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* box-shadow: rgba(71, 102, 225, 0.2); */
  /* box-shadow: #4766FF3b 5px 6px 15px; */
  border: 1px solid #dddddd;
  padding-bottom: 50px;
}
.img-responsive{
  height: 180px !important;
}
.deal-item:hover {
  margin-top: -10px;
  margin-bottom: 30px;
  /* box-shadow: 0px 6px 0px 0px #4766FF; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.deal-item .deal-content {
  padding: 5px 10px;
  height: 45px !important;
}
#category-content {
  padding: 10px;
  height: 65px !important;
}
.deal-item .deal-content h6 {
  margin-top: 10px;
  text-align: left;
}
.deal-item .deal-content h6 a {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3b3c;
  font-weight: bold;
}
.deal-item .deal-content p {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.deal-item .deal-content .deal-content-bottom {
  display: block;
  overflow: hidden;
}
.deal-item .deal-content .deal-content-bottom p {
  float: left;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #4766FF;
  margin-bottom: 0px;
  margin-top: 8px;
}
.deal-item .deal-content .deal-content-bottom a {
  float: right;
  background-color: #f9b320;
  color: #ffffff;
  border: 1px solid;
  border-color: #f9b320;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.deal-item .deal-content .deal-content-bottom a:hover {
  color: #f9b320;
  background-color: #ffffff;
}
.deal-item .deal-thumb {
  position: relative;
  height: 140px;
}
.deal-item .deal-thumb img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 130px !important;
  width: 95%;
  margin: 0px auto;
}
.deal-item .deal-thumb .deal-badge {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #3a3b3c;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 21px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
}
.deal-item .progress {
  height: 5px;
  background-color: #4766FF;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 0px;
  position: relative;
}
.deal-item .progress-bar {
  background: #4766FF;
}
.deal-item .tooltip.top {
  margin-top: -13px;
}
.deal-item .tooltip {
  position: relative;
  float: right;
}
.deal-item .tooltip .tooltip-inner {
  background-color: #3a3b3c;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding: 5px;
}
.deal-item .tooltip.top .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3a3b3c;
}
.item.deal-item {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}

.owl-carousel.owl-theme .owl-nav {
  position: relative;
  z-index: 2;
  top: -200px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  font-size: 24px;
  line-height: 36px;
  color: #4766FF;
  font-weight: bold;
  float: left;
  margin-left: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #4766FF;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  font-size: 24px;
  line-height: 36px;
  color: #4766FF;
  font-weight: bold;
  float: right;
  margin-right: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #4766FF;
}
.new-coupon-wrapper {
  background-color: #fbf8f8;
  padding: 50px 0px;
}
.new-coupon-wrapper .owl-stage-outer {
  padding-top: 10px;
}
.popular-coupon-wrapper {
  padding: 50px 0px;
}
.popular-coupon-wrapper .owl-stage-outer {
  padding-top: 10px;
}
.coupon-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid;
  border-color: #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.coupon-item:hover {
  margin-top: -10px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 0px 0px #4766FF;
}
.coupon-item:hover .coupon-thumb a {
  visibility: visible;
}
.coupon-item:hover .coupon-thumb img {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}
.coupon-item .coupon-thumb {
  position: relative;
  height: 180px;
}
.coupon-item .coupon-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.coupon-item .coupon-thumb img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 100%;
  -webkit-transition: filter 0.2s ease-out;
  -moz-transition: filter 0.2s ease-out;
  -o-transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}
.coupon-item .coupon-thumb .coupon-badge {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #3a3b3c;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 21px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 20% 48%, 0% 0%);
}
.coupon-item .coupon-content {
  padding: 10px;
}
.coupon-item .coupon-content h6 {
  margin-top: 0px;
}
.coupon-item .coupon-content h6 a {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3a3b3c;
  font-weight: bold;
}
.coupon-item .coupon-content p {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.coupon-item .coupon-content .coupon-content-bottom {
  display: block;
  overflow: hidden;
}
.coupon-item .coupon-content .coupon-content-bottom p {
  float: left;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #4766FF;
  margin-bottom: 0px;
  margin-top: 8px;
}
.coupon-item .coupon-content .coupon-content-bottom a {
  float: right;
  background-color: #f9b320;
  color: #ffffff;
  border: 1px solid;
  border-color: #f9b320;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.coupon-item .coupon-content .coupon-content-bottom a:hover {
  color: #f9b320;
  background-color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav {
  position: relative;
  z-index: 2;
  top: -200px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  font-size: 24px;
  line-height: 36px;
  color: #4766FF;
  font-weight: bold;
  float: left;
  margin-left: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #4766FF;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  font-size: 24px;
  line-height: 36px;
  color: #4766FF;
  font-weight: bold;
  float: right;
  margin-right: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #4766FF;
}
.single-coupon-wrapper {
  padding: 70px 0px;
}
.single-coupon-wrapper .single-coupon-button {
  margin-top: 50px;
}
.single-coupon-wrapper .single-coupon-thumb img {
  height: 150px;
  width: auto;
  margin: 0 auto;
  border: 1px dotted;
  border-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
}
.single-coupon-wrapper .single-coupon-content {
  margin-bottom: 20px;
}
.single-coupon-wrapper .single-coupon-content h5 {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-coupon-wrapper .single-coupon-content .expiring-time {
  color: #4766FF;
}
.single-coupon-wrapper .single-coupon-content .expiring-time span {
  margin-right: 10px;
}
.single-coupon-wrapper .coupon-social {
  padding-top: 15px;
  text-align: center;
}
.single-coupon-wrapper .coupon-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-coupon-wrapper .coupon-social ul li {
  display: inline-block;
  padding-bottom: 0px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid;
  border-color: #4766FF;
}
.single-coupon-wrapper .coupon-social ul li:hover {
  background-color: #4766FF;
}
.single-coupon-wrapper .coupon-social ul li:hover a {
  color: #ffffff;
}
.single-coupon-wrapper .coupon-social ul li a {
  font-size: 14px;
  line-height: 21px;
  padding-left: 0;
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.single-coupon-wrapper .coupon-social ul li a:hover {
  margin-left: 0px;
}
.single-coupon-wrapper .coupon-social ul li a:before {
  content: '';
}
.coupon-modal-content .input-group {
  margin-bottom: 15px;
}
.coupon-modal-content .input-group .form-control {
  height: 50px;
  width:150px !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  border: 1px dashed;
  border-color: #4766FF;
}
.coupon-modal-content .input-group .input-group-btn .btn {
  height: 50px;
  background-color: #4766FF;
  color: #ffffff;
  border-color: #4766FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.coupon-modal-content .input-group .input-group-btn .btn:hover {
  color: #4766FF;
  background-color: #ffffff;
}
.deal-coupon-slider-wrapper {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.deal-coupon-slider-wrapper:before {
  background-color: url('../img/slider/abc.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.deal-coupon-slider-wrapper .slider-list {
  position: relative;
}
.deal-coupon-slider-wrapper .slider-list .item {
  height: 500px;
}
.deal-coupon-slider-wrapper .slider-list .item .bg--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area {
  width: 100%;
  height: 100%;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer {
  margin-top: 20px;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content {
  margin-top: 35%;
  margin-bottom: 5%;
  background-image: url(../img/slider/shape.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 20px;
  margin-left: -1px;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
  color: #ffffff;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Outfit', sans-serif;
}
.deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p i {
  margin-right: 5px;
}
.deal-coupon-slider-wrapper .slider-list .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.deal-coupon-slider-wrapper .slider-list .owl-dots .owl-dot span {
  background-color: #ffffff;
}
.deal-coupon-slider-wrapper .slider-list .owl-dots .owl-dot.active span {
  background-color: #4766FF;
  width: 12px;
  height: 12px;
}
.deal-coupon-slider-wrapper .slider-list .owl-nav {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
  transform: translate(-700%, 0%);
}
.deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
  transform: translate(700%, 0%);
}
.deal-coupon-slider-wrapper .banner-wrapper a img {
  width: 100%;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.owl-fadeIn,
.owl-fadeInLeft,
.owl-fadeInRight,
.owl-fadeInUp,
.owl-fadeInDown {
  visibility: hidden;
}
.owl-item.active .owl-fadeIn {
  -webkit-animation: fadeIn .8s linear 0s;
  animation: fadeIn .8s linear 0s;
  visibility: visible;
}
.owl-item.active .owl-fadeInDown {
  -webkit-animation: fadeInDown .8s linear 0s;
  animation: fadeInDown .8s linear 0s;
  visibility: visible;
}
.owl-item.active .owl-fadeInUp {
  -webkit-animation: fadeInUp .8s linear 0s;
  animation: fadeInUp .8s linear 0s;
  visibility: visible;
}
.owl-item.active .owl-fadeInLeft {
  -webkit-animation: fadeInLeft .8s linear 0s;
  animation: fadeInLeft .8s linear 0s;
  visibility: visible;
}
.owl-item.active .owl-fadeInRight {
  -webkit-animation: fadeInRight .8s linear 0s;
  animation: fadeInRight .8s linear 0s;
  visibility: visible;
}
.team-wrapper {
  background-color: #fff;
  padding: 50px 0px 100px;
}
.team-wrapper .single-team {
  border-bottom: 5px solid;
  border-color: #f9b320;
  margin-bottom: 20px;
}
.team-wrapper .single-team:hover .team-thumb-social-wrapper .team-social-profile {
  visibility: visible;
  opacity: 1;
}
.team-wrapper .single-team .team-thumb-social-wrapper {
  position: relative;
}
.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear;
  -moz-transition: visibility 0s linear;
  -o-transition: visibility 0s linear;
  transition: visibility 0s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li {
  display: inline-block;
  padding: 15px 8px;
}
.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.team-wrapper .single-team .team-thumb-social-wrapper .team-social-profile ul li a:hover {
  color: #f9b320;
}
.team-wrapper .single-team .team-profile {
  display: block;
  overflow: hidden;
  background-color: #4766FF;
  text-align: center;
  padding: 10px;
}
.team-wrapper .single-team .team-profile h6 {
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin: 0;
}
.team-wrapper .single-team .team-profile p {
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}
/* .how-we-works-wrapper {
  padding: 50px 0px 100px;
} */
.how-we-works-wrapper .single-how-we-works {
  background-color: #fcfdff;
  padding: 30px;
  border: 1px solid;
  border-color: #dddddd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
}
.how-we-works-wrapper .single-how-we-works:hover {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0px 0px 23.4px 2.6px rgba(0, 0, 0, 0.1);
}
.how-we-works-wrapper .single-how-we-works .how-we-works-thumb {
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  padding: 38px 0px;
  background-color: #ebefff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.how-we-works-wrapper .single-how-we-works .how-we-works-thumb img {
  width: 50px;
  height: 50px !important;
  margin: 0 auto;
}
.how-we-works-wrapper .single-how-we-works h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
}
.how-we-works-wrapper .single-how-we-works p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
.how-we-works-wrapper .single-how-we-works a {
  font-weight: bold;
}
.get-to-know-us-wrapper {
  /* padding: 75px 0px 0px 0px; */
  background-color: #fff;
}
.get-to-know-us-wrapper .get-to-know-us-content h6 {
  font-size: 48px;
  line-height: 72px;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
}
.get-to-know-us-wrapper .get-to-know-us-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 30px;
}
.get-to-know-us-wrapper .get-to-know-us-content a {
  padding: 7px 30px;
}
.get-to-know-us-wrapper .get-to-know-us-video {
  position: relative;
}
.get-to-know-us-wrapper .get-to-know-us-video img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.get-to-know-us-wrapper .get-to-know-us-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 10px solid;
  border-color: #00000073;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.get-to-know-us-wrapper .get-to-know-us-video a i {
  background-color: #4766FF;
  color: #ffffff;
  font-size: 36px;
  line-height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  vertical-align: middle;
  line-height: 110px;
  padding-left: 5px;
}
.contact-wrapper {
  position: relative;
}
.contact-wrapper:before {
  background-image: url(../img/slider/pattern.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-wrapper-inner {
  padding: 150px 0px;
  position: relative;
}
.contact-wrapper .contact-wrapper-inner:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-wrapper-inner .contact-form-wrapper {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 60px;
}
.contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
  font-size: 36px;
  line-height: 54px;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 30px;
  margin-top: 0px;
}
.contact-wrapper .contact-wrapper-inner .contact-info-wrapper h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Outfit', sans-serif;
}
.contact-wrapper .contact-wrapper-inner .contact-info-wrapper p {
  font-family: 'Outfit', sans-serif;
  color: #9d9d9d;
}
.contact-wrapper .contact-wrapper-inner .contact-info-wrapper p i {
  color: #3a3b3c;
  margin-right: 10px;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline {
  background-color: #f9b320;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline:before {
  position: absolute;
  content: '\f095';
  font-family: FontAwesome;
  font-size: 160px;
  line-height: 240px;
  line-height: 142px;
  color: rgba(58, 59, 60, 0.15);
  top: 0px;
  left: 0px;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content {
  float: left;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 70%;
  margin-top: 10px;
  z-index: 2;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content p {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb {
  width: 30%;
  float: right;
}
.contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb img {
  width: 100%;
  height: 100%;
}
.login-wrapper {
  border-left: 1px solid;
  border-color: #dddddd;
}
.login-wrapper p {
  font-size: 24px;
  line-height: 36px;
}
.login-wrapper p span {
  color: #4766FF;
  font-weight: bold;
}
.login-wrapper .login-with-social {
  padding: 15px 0px 75px;
  padding-left: 20px;
}
.login-wrapper .login-with-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-wrapper .login-with-social ul li {
  display: inline-block;
  margin: 0px 5px;
}
.login-wrapper .login-with-social ul li a {
  color: #3a3b3c;
  border: 1px solid;
  border-color: #3a3b3c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: block;
  font-size: 24px;
  line-height: 36px;
  vertical-align: middle;
  line-height: 65px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.login-wrapper .login-with-social ul li a:hover {
  border-color: #4766FF;
  background-color: #4766FF;
  color: #ffffff;
}
/*  */

/* .container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
} */

/* Blogs code start */
h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.trending-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
  position: relative;
  border: 1px solid #dddddd;
}

.card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.card p {
  margin: 0px 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  color: gray;
}

.card a {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 5px;
  background: white;
  margin: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #060607;
  /* border-bottom: 1px solid #4766FF; */
}
.brands-container a {
  position: relative;
  z-index: 10;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4766FF;
  color: white;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: bold;
}

/* Responsive Grid for Medium and Larger Devices */
@media (min-width: 768px) {
  .trending-grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .large {
    grid-row: span 2;
  }
}

/* * /Blogs code end */ 


/* Big brands start */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto 24px auto;
}

.header-left {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #333;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.all-cashback-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #222;
  padding-bottom: 2px;
}

.brands-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(12.5% - 15px);
  min-width: 120px;
  transition: transform 0.2s;
  cursor: pointer;
}

.brand-item:hover {
  transform: translateY(-5px);
}

.brand-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}

.brand-logo img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.michaels {
  background-color: white;
}

.booking {
  background-color: #003580;
}

.pretty {
  background-color: white;
}

.amazon {
  background-color: #131921;
}

.vistaprint {
  background-color: white;
}

.maurices {
  background-color: #00A9A4;
}

.hotwire {
  background-color: white;
}

.sperry {
  background-color: #0E1215;
}

.cashback-percent {
  color: #00A9A4;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  font-family: 'Outfit';
}

.cashback-percent i {
  margin-right: 3px;
}

.cashback-text {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-family: 'Outfit';
}

.lightning-icon {
  color: #00A9A4;
  font-size: 16px;
  margin-right: 2px;
}

@media (max-width: 1000px) {
  .brands-container {
      justify-content: center;
  }
  
  .brand-item {
      width: calc(25% - 15px);
  }
}

@media (max-width: 768px) {
  .brand-item {
      width: calc(33.333% - 15px);
  }
}

@media (max-width: 480px) {
  .brand-item {
      width: calc(50% - 15px);
  }
  
  .header {
      /* flex-direction: row; */
      align-items: flex-start;
      /* margin: 5px 20px; */
      margin-top: 70px;
      margin-bottom: 24px;
      flex-wrap: wrap;
  }
  
  .all-cashback-link {
      margin-top: 10px;
  }
}
/* Big brands end */

.askAccount-wrapper {
  margin-top: 30px;
}
.askAccount-wrapper a {
  color: #3a3b3c;
  font-size: 24px;
  line-height: 36px;
}
.submit-coupon-content h6 {
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
}
.submit-coupon-content p {
  font-size: 14px;
  line-height: 21px;
}
.submit-coupon-content ol li {
  font-size: 14px;
  line-height: 21px;
}
.pricing-table-wrapper {
  padding: 80px 0px;
}
.pricing-table-wrapper .single-pricing-wrapper.star {
  border-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper.star .pricing-header-wrapper .pricing-header-wrapper-inner:before {
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper.star .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
  background-color: #f9b320;
  border-color: #fcd583;
}
.pricing-table-wrapper .single-pricing-wrapper.star .pricing-btn {
  border-color: #f9b320;
  color: #ffffff;
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper.star .stared {
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper {
  border: 1px solid;
  border-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 0px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.pricing-table-wrapper .single-pricing-wrapper:hover {
  border-color: #f9b320;
  margin-top: -10px;
  margin-bottom: 30px;
}
.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-header-wrapper .pricing-header-wrapper-inner:before {
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
  background-color: #f9b320;
  border-color: #fcd583;
}
.pricing-table-wrapper .single-pricing-wrapper:hover .pricing-btn {
  border-color: #f9b320;
  color: #ffffff;
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper:hover .stared {
  background-color: #f9b320;
}
.pricing-table-wrapper .single-pricing-wrapper .stared {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #4766FF;
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  width: 35px;
  height: 35px;
  border-top-right-radius: 5px ;
}
.pricing-table-wrapper .single-pricing-wrapper .stared i {
  right: 20%;
  top: 20%;
  position: absolute;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper {
  position: relative;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner {
  position: relative;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner:before {
  content: ' ';
  position: absolute;
  background-color: #dddddd;
  width: 100%;
  height: 50%;
  top: 25%;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #4766FF;
  color: #ffffff;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid;
  border-color: #bac8fe;
  padding: 25px 0px;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 sup {
  font-size: 20px;
  line-height: 30px;
  margin-right: -10px;
  top: -20px;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-header-wrapper .pricing-header-wrapper-inner h6 span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin-top: -10px;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-content h6 {
  font-size: 26px;
  line-height: 39px;
  color: #3a3b3c;
  font-weight: bold;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul {
  margin: 20px 0px;
  padding: 0;
  list-style: none;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul li {
  padding-bottom: 10px;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-content ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #5f5f5f;
}
.pricing-table-wrapper .single-pricing-wrapper .pricing-btn {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Outfit', sans-serif;
  color: #3a3b3c;
  font-weight: bold;
  border: 1px solid;
  border-color: #3a3b3c;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trending-stores-wrapper {
  padding: 50px 0px;
}
.trending-stores-wrapper .single-store {
  position: relative;
  text-align: center;
  border: 1px solid;
  border-color: #dddddd;
}
.trending-stores-wrapper .single-store:hover .store-btn-wrapper {
  visibility: visible;
  opacity: 1;
}
.trending-stores-wrapper .single-store img {
  width: auto;
  height: 150px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
}
.trending-stores-wrapper .single-store .store-btn-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(86, 119, 252, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear;
  -moz-transition: visibility 0s linear;
  -o-transition: visibility 0s linear;
  transition: visibility 0s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.trending-stores-wrapper .single-store .store-btn-wrapper a {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  color: #3a3b3c;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trending-stores-wrapper .single-store .store-btn-wrapper a:hover {
  background-color: #3a3b3c;
  color: #ffffff;
}
.single-store-wrapper {
  padding: 70px 0px;
}
.single-store-wrapper .single-store-thumb img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.single-store-wrapper .single-store-content {
  margin-bottom: 20px;
}
.single-store-wrapper .single-store-content h5 {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-store-wrapper .single-store-content .store-social {
  padding-top: 15px;
}
.single-store-wrapper .single-store-content .store-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-store-wrapper .single-store-content .store-social ul li {
  display: inline-block;
  padding-bottom: 0px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid;
  border-color: #4766FF;
}
.single-store-wrapper .single-store-content .store-social ul li:hover {
  background-color: #4766FF;
}
.single-store-wrapper .single-store-content .store-social ul li:hover a {
  color: #ffffff;
}
.single-store-wrapper .single-store-content .store-social ul li a {
  font-size: 14px;
  line-height: 21px;
  padding-left: 0;
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.single-store-wrapper .single-store-content .store-social ul li a:hover {
  margin-left: 0px;
}
.single-store-wrapper .single-store-content .store-social ul li a:before {
  content: '';
}
.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}
.dashboard-wrapper {
  padding: 100px 0px;
}
.dashboard-wrapper .dashboard-title {
  background-color: #4766FF;
  padding: 25px 0px;
}
.dashboard-wrapper .dashboard-title h6 {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.dashboard-wrapper .dashboard-submit-coupon-btn {
  background-color: #f9b320;
  padding: 25px 0px;
}
.dashboard-wrapper .dashboard-submit-coupon-btn a {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
}
.dashboard-wrapper .dashboard-nav {
  box-shadow: 8px 0px 10px -5px rgba(0, 0, 0, 0.15);
}
.dashboard-wrapper .dashboard-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-wrapper .dashboard-nav ul .active a {
  background-color: rgba(86, 119, 252, 0.1);
  color: #4766FF;
}
.dashboard-wrapper .dashboard-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #3a3b3c;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dashboard-wrapper .dashboard-nav ul li a:hover {
  background-color: rgba(86, 119, 252, 0.1);
  color: #4766FF;
}
.dashboard-wrapper .dashboard-nav ul li a img {
  margin-right: 15px;
}
.dashboard-wrapper .dashboard-nav ul li a span {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background-color: #4766FF;
  color: #ffffff;
  float: right;
  padding: 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
.dashboard-wrapper .dashboard-table-attr-type {
  padding: 20px;
}
.dashboard-wrapper .dashboard-table-attr-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.dashboard-wrapper .dashboard-table-attr-type ul .active a {
  background-color: #4766FF;
  color: #ffffff;
}
.dashboard-wrapper .dashboard-table-attr-type ul li {
  display: inline-block;
  margin-left: 10px;
}
.dashboard-wrapper .dashboard-table-attr-type ul li a {
  background-color: #ebefff;
  padding: 7px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dashboard-wrapper .dashboard-table-attr-type ul li a:hover {
  background-color: #4766FF;
  color: #ffffff;
}
.category-wrapper {
  padding: 50px 0px 100px;
  /* background-color: rgba(86, 119, 252, 0.05); */
}
.widget.widget-couponz-category-filter {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget-couponz-category-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget-couponz-category-filter ul li a {
  border-bottom: 1px solid;
  border-color: #dddddd;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget.widget-couponz-category-filter ul li a:hover {
  background-color: #4766FF;
}
.widget.widget-couponz-category-filter ul li a:hover span {
  color: #ffffff;
}
.widget.widget-couponz-category-filter ul li a .category-thumb {
  border-right: 1px solid;
  border-color: #dddddd;
  padding: 10px;
  background-color: #f5f9fe;
  float: left;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget.widget-couponz-category-filter ul li a .category-thumb img {
  width: auto;
    max-width: 45px;
    max-height: 145px;
    margin: 0 auto;
    display: block;
}
.widget.widget-couponz-category-filter ul li a span {
  padding-left: 10px;
  padding-top: 10px;
  display: inline-block;
  color: #3a3b3c;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
}
.widget.widget-couponz-checkbox-filter {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget-couponz-checkbox-filter h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  margin-top: 0px;
}
.widget.widget-couponz-slider-filter {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget-couponz-slider-filter h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Outfit', sans-serif;
  margin-top: 0px;
}
.widget.widget-couponz-slider-filter label {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.widget.widget-couponz-slider-filter .slider-track {
  height: 5px;
}
.widget.widget-couponz-slider-filter .slider-track .slider-selection {
  background-image: none;
  background-color: #4766FF;
}
.widget.widget-couponz-slider-filter .slider-handle {
  background-color: #4766FF;
  background-image: none;
  top: -3px;
  cursor: pointer;
}
.widget.widget-couponz-slider-filter .slider-handle:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .deal-coupon-slider-wrapper .slider-list .item {
    height: 411px;
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
    transform: translate(-550%, 0%);
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
    transform: translate(550%, 0%);
  }
  .coupon-item .coupon-thumb {
    height: 150px;
  }
  .coupon-item .coupon-thumb img {
    height: 100%;
  }
  .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-right: -20px;
  }
  .deal-item .deal-thumb {
    height: 150px;
  }
  .deal-item .deal-thumb img {
    height: 100%;
  }
  .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .login-wrapper .login-with-social {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
    padding-right: 25px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right {
    float: none !important;
  }
  .deal-coupon-slider-wrapper .slider-list .item {
    height: auto;
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-prev {
    transform: translate(-640%, 0%);
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav .owl-next {
    transform: translate(640%, 0%);
  }
  .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-left: -5px;
  }
  .new-deal-list.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-right: -5px;
  }
  .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-left: -5px;
  }
  .new-coupon-list.owl-carousel.owl-theme .owl-nav .owl-next {
    margin-right: -5px;
  }
  .widget {
    margin-bottom: 30px;
  }
  .login-wrapper {
    border-color: transparent;
  }
  .single-coupon-wrapper .single-coupon-content {
    text-align: center;
  }
  .single-coupon-wrapper .coupon-social {
    padding-bottom: 15px;
  }
  .no-padding-right {
    padding-right: 15px;
  }
  .no-padding-left {
    padding-left: 15px;
  }
  .no-padding-right-sm {
    padding-right: 0px;
  }
  .no-padding-left-sm {
    padding-left: 0px;
  }
  .view-all {
    margin-top: 0px;
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 55px;
    line-height: 82.5px;
  }
  h2,
  .h2 {
    font-size: 45px;
    line-height: 67.5px;
  }
  h3,
  .h3 {
    font-size: 35px;
    line-height: 52.5px;
  }
  h4,
  .h4 {
    font-size: 28px;
    line-height: 42px;
  }
  h5,
  .h5 {
    font-size: 26px;
    line-height: 39px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .cbx-header .cbx-header-top .cbx-brand {
    padding: 20px 0px;
  }
  .cbx-header .cbx-header-top .cbx-brand a img {
    width: 200px !important;
    height: auto;
  }
  .cbx-header .cbx-header-top .cbx-header-top-search-btn {
    padding: 25px 0px;
  }
  .cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-search {
    margin-left: 10px;
  }
  .cbx-header .cbx-header-top .cbx-header-top-search-btn .cbx-coupon-submit-btn a {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 21px;
  }
  .cbx-header #showSearchBar {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 21px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-toggle {
    font-weight: bold;
    margin-left: 135px;
    margin-top: 0px;
  }
  .cbx-header .cbx-header-bottom .navbar .mobile-signin-btn {
    margin-right: 15px;
    margin-top: 15px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav.navbar-right li a {
    display: inline-block;
    margin-left: 10px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li:last-child {
    border-color: transparent;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li {
    border-bottom: 1px dashed;
    border-color: #dddddd;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a {
    padding: 10px 20px;
    font-weight: normal;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li a span {
    float: right;
    margin: 10px;
  }
  .cbx-header .cbx-header-bottom .navbar .navbar-collapse .navbar-nav li ul.dropdown-menu {
    left: 0;
    box-shadow: none;
    position: static;
    float: none;
    width: auto;
  }
  .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content {
    padding: 5px 15px;
  }
  .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
    font-size: 20px;
    line-height: 30px;
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav {
    display: none;
  }
  .new-deal-wrapper {
    padding-bottom: 0px;
  }
  .popular-deal-wrapper {
    padding-bottom: 0px;
  }
  .deal-item .deal-thumb {
    height: 100%;
  }
  .deal-item .deal-thumb img {
    height: auto;
  }
  .coupon-item .coupon-thumb {
    height: 100%;
  }
  .coupon-item .coupon-thumb img {
    height: auto;
  }
  .team-wrapper .single-team .team-thumb-social-wrapper img {
    width: 100%;
  }
  .cbx-footer .cbx-footer-top {
    padding: 50px 0px;
  }
  .cbx-footer .cbx-footer-top .widget .widget-newsletter-area .navbar-form {
    padding: 10px 15px;
    margin-top: 0px;
    border: 0px solid;
    box-shadow: none;
  }
  .call-to-action-wrapper {
    padding: 50px 0px;
  }
  .top-stores-wrapper {
    padding: 50px 0px;
  }
  .contact-wrapper .contact-wrapper-inner {
    padding: 50px 0px;
  }
  .contact-wrapper .contact-wrapper-inner .contact-form-wrapper {
    padding: 20px 10px;
  }
  .contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
    font-size: 30px;
    line-height: 45px;
  }
  .modal .modal-footer {
    display: none;
  }
  .modal .single-coupon-thumb {
    margin-bottom: 20px;
  }
  .modal .single-coupon-thumb img {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: auto;
  }
  .no-padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 36.5px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 45px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 36px;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 33px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 {
    margin-top: 0px;
  }
  .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content h6 a {
    font-size: 16px;
    line-height: 24px;
  }
  .deal-coupon-slider-wrapper .slider-list .item .hero-area .offer-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .deal-coupon-slider-wrapper .slider-list .owl-nav {
    display: none;
  }
  .deal-item .deal-thumb {
    height: 100%;
  }
  .deal-item .deal-thumb img {
    height: auto;
  }
  .coupon-item .coupon-thumb {
    height: 100%;
  }
  .coupon-item .coupon-thumb img {
    height: auto;
  }
  .contact-wrapper .contact-wrapper-inner .contact-form-wrapper .contact-title h6 {
    font-size: 18px;
    line-height: 27px;
  }
  .contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-content {
    width: 100%;
  }
  .contact-wrapper .contact-wrapper-inner .contact-hotline .hotline-thumb {
    display: none;
  }
  .cbx-footer .cbx-footer-top {
    padding: 20px 0;
  }
}
/* added to style the switch button , need for demo purpose only */
/* ==========================================================================
        Style Switcher CSS
========================================================================== */
.cbx-switcher-area {
  position: fixed;
  top: 35%;
  right: 0;
  max-width: 300px;
  z-index: 1891;
}
.cbx-switcher-inner {
  position: relative;
}
.cbx-switcher-btn {
  font-weight: bold;
  background: #4766FF;
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1892;
  padding: 5px;
  width: 40px;
  text-align: center;
}
.cbx-switcher-btn:hover,
.cbx-switcher-btn:active,
.cbx-switcher-btn:focus {
  color: #ffffff;
}
.cbx-switcher-body {
  background: rgba(230, 230, 230, 0.93);
  padding: 10px;
  width: 260px;
  position: absolute;
  top: 0;
  right: -280px;
}
.cbx-switcher-list li {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cbx-switcher-list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.cbx-list-default {
  background: #446cb3;
}
.cbx-list-red {
  background: #e74c3c;
}
.cbx-list-green {
  background: #2ec887;
}
.cbx-list-blue {
  background: #3498db;
}
.cbx-list-olive {
  background: #559137;
}
.cbx-list-violet {
  background: #9933cc;
}
.cbx-list-pink {
  background: #FF69B4;
}
.cbx-list-navy {
  background: #3b5998;
}
.cbx-list-orange {
  background: #f5740a;
}
.cbx-switcher-text {
  margin-left: 50px;
}


/* store css */
/* .item.deal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
} */

/* .deal-thumb img {
  width: 100%;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
} */

.deal-content {
  width: 100%;
  padding-top: 10px;
}

.store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}

.store-logo {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #eee;
  box-shadow: #4766FF88 3px 6px 15px;
}

.store-name {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
  color: #323232;
  text-transform: uppercase;
}

.view-store-button {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .custom-col {
    width: 20%; /* 100% / 5 = 20% */
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* Saving Tips CSS start */
/* .saving-tips-main {
  border-bottom: 1px solid gray;
} */
        .main-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 2rem;
            padding-left: 15px;
        }
        
        .blog-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 2rem;
            padding: 0 15px;
            position: relative;
        }
        
        .blog-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .blog-content {
            flex: 1;
            position: relative;
        }
        
        .blog-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 0.5rem;
            line-height: 1.3;
            text-decoration: none;
            display: block;
            font-family: 'Outfit';
        }
        
        .blog-title:hover {
            color: #000;
            text-decoration: underline;
        }
        
        .blog-meta {
            font-size: 1.0rem;
            color: #666;
            margin-bottom: 0.5rem;
             font-family: 'Outfit';
        }
        
        .author-name {
            color: #007bff;
            text-decoration: underline;
            font-weight: 500;
             font-family: 'Outfit';
             font-size: 1.0rem;
        }
        
        .author-name:hover {
            color: #0056b3;
        }
        
        .blog-excerpt {
            color: #333;
            font-size: 1.5rem;
            line-height: 1.5;
            margin-bottom: 2rem;
            font-family: 'Outfit';
        }
        
        .blog-tags {
            position: absolute;
            bottom: -1.5rem;
            right: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            justify-content: flex-end;
             font-family: 'Outfit';
        }
        
        .tag {
            color: #007bff;
            font-size: 1.0rem;
            text-decoration: underline;
            white-space: nowrap;
             font-family: 'Outfit';
        }
        
        .tag:hover {
            color: #0056b3;
        }
        
        .tag:not(:last-child)::after {
            content: ",";
            color: #007bff;
            margin-left: 0;
        }
        
        .container-fluid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem 0;
        }
        
        .row {
            margin: 0;
        }
        
        .col-md-6 {
            padding: 0;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
                text-align: center;
                padding: 0 15px;
            }
            
            .blog-item {
                flex-direction: column;
                text-align: center;
                margin-bottom: 2.5rem;
            }
            
            .blog-image {
                margin: 0 auto 1rem auto;
            }
            
            .blog-tags {
                position: static;
                justify-content: center;
                margin-top: 1rem;
            }
            
            .blog-title {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 576px) {
            .container-fluid {
                padding: 1rem 0;
            }
            
            .blog-item {
                margin-bottom: 2rem;
            }
            
            .blog-image {
                width: 60px;
                height: 60px;
            }
        }

        /* newslatter */

        .newslettercontainer {
            max-width: 85%;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .newsletterheader {
            background-color: #4766FF;
            color: white;
            padding: 12px 20px;
            font-size: 14px;
            font-weight: 600;
            font-family: 'Outfit';
        }

        .main-content {
            padding: 40px 30px;
            text-align: center;
        }

        .title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
        }

        .form-container {
            display: flex;
            align-items: center;
            gap: 0;
            /* max-width: 500px; */
            margin: 0 auto 20px;
            border: 2px solid #e0e0e0;
            border-radius: 4px;
            overflow: hidden;
        }

        .newsletteremail-input {
            flex: 1;
            padding: 12px 16px;
            border: none;
            outline: none;
            font-size: 16px;
            /* background-color: #f9f9f9; */
        }

        .newsletteremail-input::placeholder {
            color: #999;
        }

        .unlock-btn {
            background-color: #4766FF;
            color: white;
            border: none;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-family: 'Outfit';
        }

        .unlock-btn:hover {
            background-color: #1a9b94;
        }

        .unlock-btn:active {
            background-color: #178a84;
        }

        .terms-text {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
            margin-top: 15px;
        }

        .terms-text a {
            color: #4766FF;
            text-decoration: none;
        }

        .terms-text a:hover {
            text-decoration: underline;
        }

        .success-message {
            display: none;
            background-color: #d4edda;
            color: #155724;
            padding: 12px;
            border-radius: 4px;
            margin-top: 20px;
            border: 1px solid #c3e6cb;
        }

        .error-message {
            display: none;
            background-color: #f8d7da;
            color: #721c24;
            padding: 12px;
            border-radius: 4px;
            margin-top: 20px;
            border: 1px solid #f5c6cb;
        }

        @media (max-width: 600px) {
            .form-container {
                flex-direction: column;
                border-radius: 4px;
            }
            
            .newsletteremail-input {
                border-radius: 4px 4px 0 0;
                border-bottom: 1px solid #e0e0e0;
            }
            
            .unlock-btn {
                width: 100%;
                border-radius: 0 0 4px 4px;
            }
            
            .main-content {
                padding: 30px 20px;
            }
            
            .title {
                font-size: 20px;
            }
        }

/* @media (max-width: 768px) {
  .store-header {
    flex-direction: column;
    align-items: center;
  }
  
  .store-name,
  .view-store-button {
    margin-top: 5px;
    text-align: center;
  }
} */

/* ==========================================================================
        //CBX  Theme Style End
========================================================================== */
