.main-container {
  background-color: #f8f9fa;
}

.info {
  position: relative;
  display: block;
  width: 100%;
}

.dark-text {
  color: #000;
}

.extended-title {
  color: #757575;
  background-color: #e0e0e0;
  padding: 1px 5px;
}

.fa-star {
  color: #e0e0e0;
}

.fa-star.active {
  color: #ffc400;
}

.green-block {
  color: #00695c;
  background-color: #b2dfdb;
  padding: 3px 20px;
  border-radius: 2px;
}

.comp-logo {
  width: 70px;
  height: 80px;
}

.v-line {
  width: 1px;
  background-color: #e0e0e0;
  margin-right: 50px;
}

.blue-text {
  color: #00b8d4;
}

.price-fall {
  font-size: 17px;
}

.btn-#f56f36 {
  background-color: #ff9800;
  color: #fff;
}

@media screen and (max-width: 1012px) {
  .card-strip {
    width: 100%;
  }
}

@media screen and (max-width: 859px) {
  .v-line {
    display: none;
  }

  .price {
    width: 100%;
    margin-left: 95px;
  }

  .category_coupon_display{
    position: inherit  !important;
  }

  .category_coupon_image{
    object-fit: contain i !important;
    width: 100%;
    position: absolute;
    height: 52px;
    left: 0px;
    bottom: 0px;
  }
}

@media screen and (max-width: 529px) {
  .price {
    margin-left: 0px;
  }
  .category_coupon_display{
    position: inherit  !important;
  }

  .category_coupon_image{
    object-fit: contain !important;
    width: 100%;
    position: absolute;
    height: 52px;
    left: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.btn-pills {
  padding: 5px;
  border-radius: 0px;
  cursor: pointer;
  border: 0px;
}
.btn-pills:hover {
  background-color: #f56f36;
  color: white;
}
.btn-pill {
  padding: 0px;
  border-radius: 0px;
  margin-top: 3px;
  cursor: pointer;
  border: 0px;
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn-pill > a {
  color: rgba(0, 0, 0, 0.5) !important;
}

.btn-pill > a:hover {
  color: white !important;
}

.btn-pill:hover {
  background-color: #f56f36;
  color: white !important;
}

.border-div {
  border: 1px solid #e6dddd;
  border-radius: 4px;
}

@media (min-width: 815px) {
  .deal-value {
    width: 28%;
    font-size: 22px;
    font-weight: 500;
  }
}

.deal-value {
  position: static;
  background: #d3d3d37a;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  cursor: pointer;
  border-radius: 0 0 0 3px;
  width: 20%;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #f56f36;
  margin-right: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.info {
  width: 75%;
}

.single-deal {
  cursor: pointer;
  padding: 0px !important;
}
.single-deal:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.single-coupen:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.deals-logo-img {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  margin-top: -60px;
  background: white;
  border: 1px solid #f7f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.deals-img-home {
  width: 100%;
  border-radius: 5px;
  height: 178px;
  background-size: cover;
}
.deals-img-popup {
  width: 230px;
  height: 230px;
  background-size: cover;
}
.deals-img-home:hover {
  transform: scale(1.02);
  transition: 0.3s;
}
.deals-img-popup:hover {
  transform: scale(1.02);
  transition: 0.3s;
}
.deals-img {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.deals-img-image {
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.cover-img {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.storelist {
  border: 1px solid lightgray;
  cursor: pointer;
  border-radius: 3px;
}
.storelist:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

a.pill:link,
a.pill:hover {
  color: #212121;
}
a.pill:link {
  color: #212121;
}
.pill.invert {
  background-color: transparent;
  border: 1px solid #212121;
}
.pill.invert {
  background-color: transparent;
  border: 1px solid #212121;
}
a,
a:link {
  color: #1976d2;
  text-decoration: none;
}
a,
a:link {
  color: #1976d2;
  text-decoration: none;
}
.pill {
  background-color: #ededed;
  border-radius: 3px;
  color: #212121;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: normal;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  text-transform: capitalize;
  width: 37px;
  padding: 8px 5px;
  width: auto;
}
.pill-ul {
  list-style: none;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px !important;
    margin-bottom: 0;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  #mega-menu-category {
    width: 100% !important;
    left: 0% !important;
    right: 0% !important;
  }
  #mega-category-menu1 {
    height: "240px !important";
  }
}
.capitalized {
  text-transform: capitalize;
}
.no_decoration {
  text-decoration: none !important;
}
#navbarSupportedContent
  > form
  > div
  > div:nth-child(1)
  > input.rbt-input-main.form-control.rbt-input {
  width: 300px;
}
.rbt {
  padding-right: 0px !important;
  padding-left: 0px !important;
 
}
.rbt-input {
  border-radius: 0px !important;
  border: 0px !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #f56f36 !important;
}
.dropdown-item.hover,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #f56f36 !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #f56f36 !important;
  border-color: #f56f36 !important;
}

.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff !important;
  background-color: #f56f36 !important;
  border-color: #f56f36 !important;
}
.btn-outline-success {
  color: #f56f36 !important;
  border-color: #f56f36 !important;
}
.rbt-menu a {
  color: #212529 !important;
  text-transform: capitalize !important;
  width:  auto !important;
}
.pill:hover {
  background-color: #f56f36 !important;
  border-color: #f56f36 !important;
  color: #fff !important;
}
.navbar-active {
  color: rgb(255, 255, 255) !important;
  background: #f56f36;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: rgb(255, 255, 255) !important;
  background: #f56f36 !important;
}
.cust_link {
  text-decoration: none !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255) !important;
  background: #f56f36 !important;
}

.p5 {
  padding: 5px !important;
}
.p8 {
  padding: 8px !important;
}

/* Tree View CSS */
.MuiTreeItem-label:hover {
  background-color: #f56f36 !important;
  color: white;
}
.MuiTreeItem-root.Mui-selected > .MuiTreeItem-content .MuiTreeItem-label {
  background-color: #f56f36 !important;
  color: white;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #f56f36 !important;
  border-color: #f56f36 !important;
}

.btn-info {
  color: #fff !important;
  background-color: #f56f36 !important;
  border-color: #f56f36 !important;
}

.details {
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.react-rater-star.is-active {
  color: #ffc107 !important;
}

.clickable {
  cursor: pointer !important;
}

.no_borders {
  border: 0px !important;
}

.dropdown-menu.show {
  display: flex !important;
}
.dropdown-large {
  position: static !important;
  margin-left: 3px;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f56f36;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #333333;
  font-weight: 400;
  font-size: inherit;
}

.dropdown-header:hover {
  color: #fff;
  background: #f56f36;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .pagination > li {
    margin-top: 3%;
  }
}
.dropdown-menu {
  width: 100%;
}
.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#root > div > div:nth-child(1) > div > nav > form > div > div.rbt-menu.dropdown-menu.show {
  display: block !important;
}

.category_link {
  color: #f56f36 !important;
  font-weight: 500;
  cursor: default;
}
.category_link:hover {
  color: #f56f36 !important;
  font-weight: 500;
}
.dropdown-header > a {
  cursor: default !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f56f36;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f56f36;
}

#mega-menu-category {
  width: 74%;
  right: 13%;
  left: 13%;
}
#mega-menu-category-menu1 {
  height: "340px";
}

.teal {
  background-color: #f56f36 !important;
  color: #fff;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
footer
  > div.container-fluid.text-center.text-md-left
  > div
  > div
  > ul
  > li
  > a {
  color: #ededed;
  text-transform: capitalize;
}
.input-style {
  padding: 4px;
  border-radius: 3px;
  width: inherit;
}

.main-container {
  padding-bottom: 0px;
}

.pagination {
  margin: 15px auto !important;
  display: inline !important;
  list-style: none !important;
  outline: none !important;
}
.pagination > .active > a {
  background-color: #444242 !important;
  border-color: #444242 !important;
  color: #fff !important;
}
.pagination > li > a {
  border: 1px solid #444242 !important;
  padding: 5px 10px !important;
  outline: none !important;
  cursor: pointer !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #444242 !important;
  border-color: #444242 !important;
  outline: none !important;
}
.pagination > li > a,
.pagination > li > span {
  color:#444242 !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: unset !important;
}
.pagination a,
.pagination select {
  height: auto !important;
}

.pagination a:hover {
  background-color: #444242 !important;
  color: white !important;
}
.pagination > li {
  margin-top: 3%;
}

.dropdown-item {
  background-color: transparent !important;
  border-radius: 3px !important;
  color: #212121 !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  line-height: inherit;
  transition: background-color 0.3s, color 0.3s !important;
  text-align: center !important;
  text-transform: capitalize !important;
  width: fit-content !important;
  padding: 8px 5px !important;
  margin: 5px;
  border: 1px solid #212121 !important;
}
mark,
.mark {
  background-color: transparent !important;
  color: inherit !important;
  padding: 0px !important;
  font-weight: bold !important;
}
.rbt-menu {
  padding: 7px !important;
}
.navbar-active > a {
  color: white !important;
}

.bg-grey {
  background-color: #f6f6f6;
}
.container-fluid {
  padding: 20px 50px;
}

.faq-title > h2 {
  font-size: 18px !important;
  font-weight: 650;
}
.featured-grid2.flex-22 li {
  width: fit-content !important;
}
.featured-grid2 {
  text-align: center;
}
.featured-grid2 li {
  display: inline-block;
  /* margin: 0 5px 10px; */
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  height: 125px;
  margin-bottom: 10px;
}
.featured-grid2 p {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  text-align: center;
  line-height: normal;
}
.featured-grid2 .logo {
  margin: 0;
  float: none;
}
.featured-grid2 .coupon-count {
  color: #5f5f5f;
  font-size: 12px;
  padding: 2px 0;
  font-weight: 400;
}

.MuiTreeItem-content {
  padding: 2px;
}
.MuiTreeItem-label {
  padding: 5px;
}

.pill-active {
  background-color: #f56f36 !important;
  color: white;
}

.custom-nav {
  margin-bottom: 2px;
  padding: 2px;
  list-style: none !important;
}
.custom-nav-li {
  color: inherit !important;
  width: 100%;
  position: relative;
  padding: 4px;
}

.custom-nav-li:hover {
  background-color: #f56f36;
  color: white !important;
}
.custom-nav-li-active {
  background-color: #f56f36;
  color: white !important;
}

.navbar-brand1 {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  text-decoration: none !important;
  color: inherit;
  font-size: 28px;
}
.navbar-brand1:hover {
  color: #f56f36;
}
.featured-grid2 {
  margin: 0px !important;
}
.slick-prev:hover,
.slick-next:hover {
  color: #f56f36 !important;
}
.slick-prev,
.slick-next {
  color: #f56f36 !important;
}
.slick-prev,
.slick-next {
  color: #f56f36 !important;
}

.mr-auto {
  margin-left: 20% !important;
  margin-top: -4% !important;
}
@media (max-width: 1024px) {
  .mr-auto {
    margin-left: 22% !important;
    margin-top: -4% !important;
  }
}
@media (max-width: 768px) {
  .mr-auto {
    margin-left: 1% !important;
    margin-top: 1% !important;
  }
  #categories-div{
      display: none !important;
  }
 
}
@media (max-width: 1000px) {
  .deal-value{
    width: 100%;
    font-size: 25px;
    text-align: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .info {
      width: 100%;
  }
}

.cards-grid-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
}
.cards-grid-item {
  height: 130px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  line-height: 1.2;
  width: calc(33.33% - 6.666px);
  flex: 0 1 auto;
  margin-bottom: 10px;
}
.cards-grid-item:nth-child(1n + 1),
.cards-grid-item:nth-child(2n + 2) {
  margin-right: 10px;
}
.cards-grid-item:nth-child(3n + 3) {
  margin-right: 0;
}
.cards-grid-item2 {
  height:  max-content !important;
  
  border-radius: 2px;
  line-height: 1.2;
  width: calc(33.33% - 6.666px);
  flex: 0 1 auto;
  margin-bottom: 10px;
}

.cards-grid-item2:nth-child(1n + 1),
.cards-grid-item2:nth-child(2n + 2) {
  margin-right: 10px;
}
.cards-grid-item2:nth-child(3n + 3) {
  margin-right: 0;
}
@media (min-width: 460px) {
  .cards-grid-item2 {
    width: calc(19% - 6px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item2:nth-child(1n + 1),
  .cards-grid-item2:nth-child(2n + 2),
  .cards-grid-item2:nth-child(3n + 3),
  .cards-grid-item2:nth-child(4n + 4)
  {
    margin-right: 10px;
  }

  .cards-grid-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .cards-grid-item2 {
    width: calc(16% - 7px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item2:nth-child(1n + 1),
  .cards-grid-item2:nth-child(2n + 2),
  .cards-grid-item2:nth-child(3n + 3),
  .cards-grid-item2:nth-child(4n + 4),
  .cards-grid-item:nth-child(5n + 5),
  .cards-grid-item:nth-child(6n + 6)
  {
    margin-right: 10px;
  }

  .cards-grid-item:nth-child(7n + 7) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
 
  .cards-grid-item {
    width: calc(15% - 23px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item2 {
    width: calc(10% - 10px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item:nth-child(1n + 1),
  .cards-grid-item:nth-child(2n + 2),
  .cards-grid-item:nth-child(3n + 3),
  .cards-grid-item:nth-child(4n + 4),
  .cards-grid-item:nth-child(5n + 5),
  .cards-grid-item:nth-child(6n + 6) { 
    margin-right: 10px;
  }
  
  .cards-grid-item:nth-child(7n + 7){
    margin-right: 0;
  }
  .cards-grid-item2:nth-child(1n + 1),
  .cards-grid-item2:nth-child(2n + 2),
  .cards-grid-item2:nth-child(3n + 3),
  .cards-grid-item2:nth-child(4n + 4),
  .cards-grid-item:nth-child(5n + 5),
  .cards-grid-item:nth-child(6n + 6),
  .cards-grid-item:nth-child(7n + 7), 
  .cards-grid-item:nth-child(8n + 8)
  {
    margin-right: 10px;
  }

  .cards-grid-item:nth-child(9n + 9) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .cards-grid-item {
    width: calc(12.66% - 29.66px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item2 {
    width: calc(11.66% - 2.66px);
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .cards-grid-item:nth-child(1n + 1),
  .cards-grid-item:nth-child(2n + 2),
  .cards-grid-item:nth-child(3n + 3),
  .cards-grid-item:nth-child(4n + 4),
  .cards-grid-item:nth-child(5n + 5),
  .cards-grid-item:nth-child(6n + 6),
  .cards-grid-item:nth-child(7n + 7),
  .cards-grid-item:nth-child(8n + 8),
  .cards-grid-item:nth-child(9n + 9) { 
    margin-right: 10px;
  }
  .cards-grid-item:nth-child(10n + 10)
  {
    margin-right: 0;
  }

  .cards-grid-item2:nth-child(1n + 1),
  .cards-grid-item2:nth-child(2n + 2),
  .cards-grid-item2:nth-child(3n + 3),
  .cards-grid-item2:nth-child(4n + 4),
  .cards-grid-item2:nth-child(5n + 5),
  .cards-grid-item2:nth-child(6n + 6),
  .cards-grid-item2:nth-child(7n + 7), 
  .cards-grid-item2:nth-child(8n + 8),
  .cards-grid-item2:nth-child(9n + 9),
  .cards-grid-item2:nth-child(10n + 10),
  .cards-grid-item2:nth-child(11n + 11) {
    margin-right: 10px;
  }
 
  
  .cards-grid-item2:nth-child(12n + 12){
    margin-right: 0;
  }
}
.cards-grid-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.cards-grid-item2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #e7e7e7;
  zoom: 1;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.cards-grid-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  background: #fff;
  color: #555 !important;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
}
@media (min-width: 600px) {
  .cards-grid-link {
    padding: 5px;
    font-size: 14px;
  }

}

.cards-grid-link2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  background: #fff;
  color: #555 !important;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
}


.cards-grid-link:hover {
  text-decoration: none;
}
.cards-grid-icon-wrapper {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* flex: 1 1 auto; */
  padding-bottom: 5px;
}
.cards-grid-icon-wrapper2 {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* flex: 1 1 auto; */
  padding-bottom: 5px;
}
.cards-grid-icon {
  max-height: 60px;
  flex: 0 0 auto;
}
.cards-grid-icon.svg {
  flex-basis: 100%;
}
.cards-grid-title {
  word-wrap: break-word;
}
.row{
  margin-right: 0px !important;
  margin-left: 0px !important;
}


.breadcrumb {
  margin-bottom: 0rem !important;
}

.card-body {
  padding: 0.7rem !important;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: auto;
}

.type-text{
  font-size: 18px;
  font-weight: 600;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: contents !important;
  overflow: hidden;
  outline: 0;
}

.code-copy{
  border-radius: 0px;
    width: fit-content;
    cursor: copy;
    padding: 5px;
    background: #f56f36;
    color: white;
    text-align: center;
    font-weight: bold;
    border: 1px solid lightgray;
    border-width: 1px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.coupon-type-text{
  color: white  !important;
  font-weight: 700 !important;
  font-size:20px !important;
  padding: 15%;
  margin-top: 10px;
  text-shadow: -4px 2px 6px rgb(0 0 0 / 88%);
}

.single-deal-homepage:hover{
  background: #a9a8a730;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.home-offer-text{
  background: linear-gradient(45deg, #ff5722, #1f1f1f);
}

.col-md-3-deal{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.dropdown-content {
  display: none !important;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;

  margin-left: -25rem;
  min-width: 60rem;
}
.dropdown {
 
  display: inline-block;
}

.dropdown:hover .dropdown-content {display: block !important;}
@media (min-width: 768px){
.col-md-3-deal {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}

}
@media only screen and (max-width: 768px) {
  .dropdown-content{
    margin-left: -5rem !important;
    min-width: 30rem !important;
  }
  #mega-category-menu1{
    height: 200px !important; 
  }
}

@media only screen and (max-width: 480px) {
  .dropdown-content{
    margin-left: 0rem !important;
    min-width: 19rem !important;
  }
  #mega-category-menu1{
    height: 200px !important; 
  }
}

.fa-facebook {
  background: #3B5998;
  color: white !important;
}
.fa-twitter{
  background:#55ACEE;
  color:white !important;
}
 .fa-pinterest-square{
  background:#ee1b22;
  color:white !important;
 }
 .fa-instagram{
  background:linear-gradient(45deg, #405de6,#5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color:white !important;
 }
 
 .fa-youtube{
   background:#FF0000;
   color:white !important;
 }
 .fa-spotify{
   background:#1dd05d;
   color:white !important;
 }
 .fa-snapchat-ghost  {
   background:#fffc00;
   color:white !important;
 }
 .fa-snapchat-square{
  background:#fffc00;
  color:white !important;
 }
.fa {
  text-decoration:none !important;
  padding: 10px;
  font-size: 25px !important;
  width: 49px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa-2 { 
  text-decoration: none !important;
  padding: 0px !important;  
   font-size: inherit !important; 
   width: inherit !important; 
  text-align: center ;
  text-decoration: none; 
   margin: 0px !important;  
}
.search-form-control{
    width: max-content !important;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 
}

#root > div > div > div:nth-child(2) > div.popup-overlay > div {
  padding-top:25px !important;
  position: relative;
  background:#efefef !important;
  margin: auto;
  color:#f56f36 !important;
  padding: 5px !important;
  background-image: url(https://season-freeillust.com/img/others-frame/01.png) !important;
  background-repeat: round !important;
}
.main-container{
  background-color:#9e9e9e1f !important;
}

.ac-h1{
  color:#3a3939
}

.coupon-category-link{
  text-decoration: none;
  text-decoration-line: underline;
  color: #C88CB0;
}
.font-color{
  color:#f56f36 !important;
}

.active-link{
  color:white !important;
  background: #f56f36;
}

.nav-background{
  background-color: #2d3436;
  background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}

.font-white{
  color:white !important;
}
.custom-nav > a{
  text-decoration:none !important;
}

.ac-h1 > a ,  h4 > a, h5>a,.align-items-center> div >p >a,.p-10 > p >a, .font-white >a {
  color:inherit !important;
}
.dropdown-toggle::after {
  margin-bottom: -0.1rem !important;
}

.MuiFormLabel-root.Mui-focused{
  color:#f56f36 !important;
  
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{
  border-color:#f56f36 !important;
}

.MuiIconButton-root {
  flex: 0 0 auto;
  background: #f56f36 !important;
  height: 37px !important;
  padding: 7.5px !important;
  overflow: visible !important;
  color: white !important;;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 0% !important; 
}
.MuiIconButton-root:hover, .MuiIconButton-root:focus , .MuiIconButton-root:active{
  background:gray !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(https://borghisbythebay.com/photos/hamburger-icon.png) !important;
}
.navbar-light .navbar-toggler {
  color: white !important;
  border-color:white !important;
}

.fw-500{
  font-weight: 500 !important;
}


.border_class {
  padding: 15px;
  border: 2px solid #ddd;
  margin: 10px;
}


.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  text-align: center;
}

.twt-feed.blue-bg {
  background: #58C9F3;
}

.twt-feed h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.twt-feed a  {
  border: 6px solid #fff;
  border-radius: 50%;
  -webit-border-radius: 50%;
  display: inline-block;
  margin-bottom: -55px;
}

.twt-feed a img {
  height: 90px;
  width: 100px;
  -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
        transition: all 1s ease;
  border-radius: 50%;
  -webit-border-radius: 50%;
}

.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 55px;
  width: 100%;
}

#slider-coupon >div >div> div> .slick-slide{
 
  width: auto !important;

}

.twt-category ul li{
  color: #89817f;
  font-size: 13px;
}

.twt-category h5  {
  font-size: 14px;
  font-weight: 300;
}
.twt-footer {
  padding: 10px 12px;
}
.weather-category ul {
  padding:0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.weather-category ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-right:1px solid #e6e6e6 ;
  display: inline-block;
  font-style:italic;
}

.weather-category ul li h5 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 300;
  font-style:normal;
}



.weather-category ul li:last-child  {
  border-right:none ;
}
#slider-coupon > div > div{
  max-height:  395px;
}
#slider-coupon-1 > div > div{
  max-height: 420px;
}


.see_more_background_yellow {
  width: 100%;
  height: 45px;
  
  margin-bottom: 5px;
}
.row_title_yellow {
  color: #f56f36 ;
}
.row_title {
  font-weight: 400;
  font-family: "HelveticaNeueLight","HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-stretch: normal;
  outline: 0;
  font-size: 22px;
  float: left;
}
.own_warning {
  border: 1px solid transparent;
  background-color: transparent;
  color: #f56f36 ;
  padding-left: 20px;
  float: right;

}
.see_more_title {
  font-family: "HelveticaNeueLight","HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif;
  margin: 0;
 
  margin-bottom: 3px;
  color: #555;
  font-stretch: normal;
  outline: 0;
  font-size: 15px;
  
}

.sticky_ad{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

#root > div > div > div:nth-child(2) > div > div > div > div > div.col-md-7.d-flex.align-items-center > div > p > span> a{
  color: white !important;
}

#root > div > div > div:nth-child(2) > section > div > div.row > div > div.mb-2.well.well-sm.border-div.bg-white.borderZero.p-2 > div:nth-child(1) > div:nth-child(2) > div.rbt-menu.dropdown-menu.show,#root > div > div > div:nth-child(2) > section > div > div.row > div > div.mb-2.well.well-sm.border-div.bg-white.borderZero.p-2 > div:nth-child(1) > div:nth-child(4) > div.rbt-menu.dropdown-menu.show{
  display: block !important;
}
#root > div > div > div:nth-child(2) > section > div > div.row > div > div.mb-2.well.well-sm.border-div.bg-white.borderZero.p-2 > div:nth-child(1) > div:nth-child(4) > div > input.rbt-input-main.form-control.rbt-input,#root > div > div > div:nth-child(2) > section > div > div.row > div > div.mb-2.well.well-sm.border-div.bg-white.borderZero.p-2 > div:nth-child(1) > div:nth-child(2) > div > input.rbt-input-main.form-control.rbt-input{
  border: 0.5px solid lightgray !important;
  
}

.btn-icon {
  border: none !important;
  font-size: 16px !important;
  cursor: pointer !important;
}

#deal-tab{
  color: #495057
}
#deal-tab.active{
  color: #fff;
   background:#f56f36
}

#coupon-tab{
  color: #495057
}
#coupon-tab.active{
  color: #fff;
   background:#f56f36
}

.heart{
  color:#fb0b0b;
  bottom: 0;
  right: 0;
  position: absolute;
  font-weight: bold !important;
  cursor: pointer;
}
.heart-deal{
  color:#fb0b0b;
  top: 0;
  left: 0;
  position: absolute;
  font-weight: bold !important;
  cursor: pointer;
}

.heart-deal:hover,.heart:hover{
  font-size: 28px !important;
  cursor: pointer;
}


#google-button-div > button{
  color: #171616 !important;
  border: 1px solid lightgrey !important;
}

.border-gradient {
  border: 8px solid;
  border-image-slice: 1;
  border-width: 4px;

}

.border-gradient-purple {
  border-image-source: linear-gradient(to left, #8c68ca, #e27cbd);
  
}
.border-gradient-green {
  border-image-source: linear-gradient(to left, #00C853, #B2FF59);
  border-radius: 47px;
}