/*
  Theme Name: Stock Coupon - Laravel Coupon and Deal CMS
  Theme URL: https://stockcoupon.mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in/
  Creation Date: 04 August 2018
  Description: A default stylesheet for Stock Coupon - Laravel Coupon and Deal CMS.
  Version: 2.4
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Topbar
04. Login Form
05. Category Navigation
06. Main Navigation
07. Slider
08. Deal
09. Featured Stores
10. Footer
11. Page Sidebar
12. About Page
13. Categories Page
14. Coupon Page
15. All Coupon Page
16. Forum
17. Forum Single
18. Forum Post
19. Blog
20. Blog Single
21. Deal Submit
22. Store Page
23. Account Page
24. FAQ Page
25. 404 Page
26. Home Two
27. Preloader

/* =============== Colors Used =====================

  Orange     : #FF9B00;
  Black      : #333333;
  Dark Blue  : #1E287D;
  Light Grey : #F4F4F4;

 ===================================================*/

/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700;
  color: #333;
  margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #ff9b00;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

a:active {
  text-decoration: none;
  color: #333;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ================================= */
/*===== General =====*/
/* ================================= */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #ff9b00;
}

::-webkit-scrollbar-thumb {
  background-color: #ff9b00;
  height: 100px;
}

::-moz-selection {
  color: #fff;
  background: #ff9b00;
}

::selection {
  color: #fff;
  background: #ff9b00;
}

.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.parallax {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.btn-primary {
  position: relative;
  background-color: #ff9b00;
  color: #fff;
  border: none;
  height: 40px;
  border-radius: 3px;
  line-height: 1.6;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #ed9102;
}

.btn-primary:hover,
.btn-primary:active {
  color: #fff;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 54px;
  height: 84px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 50px;
  line-height: 84px;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #ff9b00;
  background: transparent;
  margin: 0 4px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel button.owl-dot.active {
  border-color: #ff9b00;
  background-color: #ff9b00;
}

.owl-carousel button.owl-dot.active:focus,
.owl-carousel button.owl-dot.active:active {
  outline: none;
}

.border-divider {
  border-top: 2px solid #f4f4f4;
  opacity: 0.5;
  margin: 35px 0 22px;
}

.section {
  padding: 15px 0;
}

.section p {
  margin: 0 auto 15px;
}

.section-heading {
  margin-bottom: 20px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  color: #333;
  line-height: 1.69;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
  border-color: #ff9b00;
}

.page-link,
.page-link {
  padding: 10px 15px;
  border-color: #e9e9ea;
  color: #333;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-link:hover,
.page-link:focus {
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
}

.page-item.active .page-link,
.page-item.active .page-link {
  border-color: #ff9b00;
  background-color: #ff9b00;
}

.page-item.next a {
  color: #333;
}

.pad-0 {
  padding: 0;
}

.pad-rt-0 {
  padding-right: 0;
}

.pad-lt-0 {
  padding-left: 0;
}

.mr-0-auto {
  margin: 0 auto;
}

.h-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w100 img,
.w100,
img.w100 {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
}

::-ms-input-placeholder {
  color: #333;
}

::-o-input-placeholder {
  color: #333;
}

@media (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }

  ::-moz-placeholder {
    font-size: 14px;
  }

  ::-ms-input-placeholder {
    font-size: 14px;
  }

  ::-o-input-placeholder {
    font-size: 14px;
  }
}

.login-page-form {
  border: 1px solid #ececec;
  box-shadow: 0 2px 2px #ececec;
  padding: 20px 30px;
  margin-bottom: 40px;
  background-color: #fff;
}

.search-page {
  margin-bottom: 30px;
}

.load-more-btn {
  width: 100%;
}

/*share button*/
.share-button.sharer .social.active.top {
  transform: scale(1) translateY(-20px);
}

.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-button.sharer .social.top {
  margin-top: -25px;
  transform-origin: 0 0 0;
  background: #333;
  padding: 5px;
}

.share-button.sharer .social {
  margin-left: -65px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

.share-button.sharer .social i {
  color: #fff;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #ddd;
  color: #222;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

/* Session Massage With Alert */
.alert {
  position: fixed !important;
  z-index: 9999 !important;
  width: 40% !important;
  padding: 14px 24px !important;
  top: 20px !important;
  right: 5% !important;
  border: none !important;
  animation: slide 1s ease 2s 1;
  opacity: 1;
  transition: all 1s ease;
  color: #fff !important;
}

.alert-danger {
  background-color: rgba(244, 67, 54, 0.8) !important;
}

.alert-warning {
  background-color: rgba(240, 173, 78, 0.8) !important;
}

.alert-info {
  background-color: rgba(0, 188, 212, 0.8) !important;
}

.alert-success {
  background-color: rgba(76, 175, 80, 0.8) !important;
}

.alert.active {
  right: 20px !important;
}

.alert.active {
  right: 20px !important;
}

.alert button.close {
  color: #fff !important;
  opacity: 0.7 !important;
  font-weight: 300 !important;
}

/*select2*/

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.6);
  line-height: 2.4;
  font-size: 16px;
  padding-left: 12px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70%;
}

/* ================================= */
/*===== Topbar =====*/
/* ================================= */
.top-bar {
  background: linear-gradient(90deg, #0c1033 0%, #1e287d 100%);
  min-height: 46px;
  padding: 7px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: visible !important;
  position: relative;
  z-index: 99999 !important;
}

.social-icon ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.social-icon ul li {
  display: inline-flex;
  margin: 0 8px 0 0;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.social-icon ul li a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-icon ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

.social-icon ul li a i {
  color: #fff;
  font-size: 14px;
}

.top-nav {
  text-align: right;
  height: 100%;
}

.top-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.top-nav>ul>li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 100%;
}

.top-nav>ul>li:after {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}

.top-nav>ul>li:last-child {
  padding-right: 0;
}

.top-nav>ul>li:last-child:after {
  visibility: hidden;
}

.top-nav>ul>li>i,
.top-nav>ul>li>a>i,
.top-nav>ul>li>div>a>i,
.top-nav>ul>li>span>i,
.top-nav>ul>li>div>span>i {
  margin-right: 6px;
  font-size: 14px;
  color: #ff9b00;
}

.top-nav>ul>li,
.top-nav>ul>li>a,
.top-nav>ul>li>div>a,
.top-nav>ul>li>span,
.top-nav>ul>li>div>span {
  font-weight: 500;
  font-size: 13.5px;
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
}

.top-nav>ul>li>a:hover,
.top-nav>ul>li>div>a:hover {
  color: #ff9b00;
}

.top-nav .dropdown-menu {
  background-color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 5px;
  animation: fadeInDown 0.3s ease;
  display: none;
  z-index: 99999 !important;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  min-width: 200px;
}

.top-nav .dropdown-menu.show {
  display: block;
}

.top-nav .dropdown-menu li {
  display: block;
  padding: 0;
  height: auto;
}

.top-nav .dropdown-menu li:after {
  display: none;
}

.top-nav .dropdown-menu li a {
  display: block;
  padding: 8px 17px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

.top-nav .dropdown-menu li i {
  color: inherit !important;
  margin-right: 10px !important;
  font-size: 14px !important;
}

.top-nav .dropdown-menu li a:hover {
  background-color: #fff9f0;
  color: #ff9b00 !important;
  padding-left: 17px !important;
}

.user-name,
.ac-username,
.ac-holder-name,
.footer-widget li a,
.forum-page-heading,
.breadcrumb li,
.post-author,
.forum-post-title,
.coupon-title,
.post-by,
.deal-title,
.user-acc {
  text-transform: capitalize;
}

.facebook-icon {
  background-color: #3b5998;
}

.twitter-icon {
  background-color: #55acee;
}

.instagram-icon {
  background-color: #fb3958;
}

.pinterest-icon {
  background-color: #c8232c;
}

.google-icon {
  background-color: #d34836;
}

.linkedin-icon {
  background-color: #0077b5;
}

.logo-block {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

section.navbar {
  position: relative;
  z-index: 2;
}

main#main-content {
  position: relative;
  z-index: 1;
}

.logo {
  max-width: 250px;
}

.logo-title {
  text-transform: uppercase;
  color: #f07431;
  margin-top: 20px;
}

/*Search*/
.search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
  z-index: 999999;
  opacity: 1;
  background: #333;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}

.search .container {
  position: relative;
  margin-top: 13px;
}

.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-box {
  width: 97%;
  border: none;
  font-size: 16px;
  color: #fff;
  background: none;
}

.search-box::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.search-box::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.search-box::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.search-box::-o-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.search-close {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 5px 15px;
  color: #fff;
  background: #333;
}

.search-close:hover {
  color: #ff9b00;
}

.search input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .top-nav {
    text-align: center;
  }
}

/* ================================= */
/*===== Login Form =====*/
/* ================================= */
.login-form-main .close {
  position: absolute;
  top: 25px;
  right: 20px;
}

.login-form-main .modal-dialog {
  max-width: 580px;
}

.login-form-main .modal-content {
  border-bottom: 3px solid #ff9b00;
}

.close {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-form-main .close:focus {
  outline: none;
}

.login-form {
  padding: 30px 30px 0;
}

.login-form .form-control {
  border-color: rgba(0, 0, 0, 0.1);
}

.login-form .form-control:focus {
  border-color: #ff9b00;
}

.login-header {
  position: relative;
  padding: 30px 0 25px;
  border-bottom: 1px solid #f4f4f4;
}

.login-title {
  text-transform: uppercase;
  color: #ff9b00;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .btn-primary {
  width: 100%;
  font-size: 15px;
}

.form-group .btn-primary i {
  margin-right: 15px;
}

.or-text {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.fb-btn {
  background-color: #3b5998;
  line-height: 1.9;
}

.fb-btn:hover,
.fb-btn:focus,
.fb-btn:active {
  background-color: #3b5998;
}

.gplus-btn {
  background-color: #db4a39;
  line-height: 1.9;
}

.fb-btn.btn-primary:before,
.gplus-btn.btn-primary:before {
  display: none;
}

.gplus-btn:hover,
.gplus-btn:focus,
.gplus-btn:active {
  background-color: #db4a39;
}

.register-form-main .modal-dialog {
  max-width: 620px;
}

.flip-modal a {
  font-size: 15px;
}

@media (max-width: 992px) {
  .login-form {
    padding: 15px;
  }

  .form-group {
    margin-bottom: 10px;
  }
}

/* ================================= */
/*===== Category Navigation =====*/
/* ================================= */
.home-cat-main-block {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cat-nav {
  height: 40px;
  padding-top: 3px;
}

.layout-icon {
  margin-top: 8px;
}

.home-cat-main-block-two .cat-nav {
  padding-top: 7px;
}

.cat-nav li {
  display: inline-block;
  padding: 13.5px 8px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat-nav.cat-nav-space li {
  padding: 0 8px;
}

.cat-nav li:first-child {
  padding-left: 0;
  padding-right: 0;
}

.cat-nav li a {
  font-weight: 600;
  font-size: 13.5px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.cat-link {
  cursor: pointer;
}

.cat-link:hover a,
.cat-link.active a {
  color: #ff9b00;
}

.sort-dropdown,
.sort-dropdown .form-control {
  display: inline-block;
}

.sort-dropdown .form-control {
  height: 40px !important;
  padding: 0 35px 0 15px !important;
  margin-left: 8px;
  border-radius: 12px !important;
  background-color: #f8f9fa !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #444 !important;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23888" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.sort-dropdown .form-control:focus {
  background-color: #fff !important;
  border-color: #ff9b00 !important;
  box-shadow: 0 0 0 3px rgba(255, 155, 0, 0.1) !important;
}

.cat-nav-two {
  text-align: right;
}

.cat-nav-two li {
  display: inline-block;
  padding: 8px;
}

.cat-nav-two li:last-child {
  padding-right: 0;
}

.cat-nav-two .btn-secondary,
.cat-nav-two .btn-secondary:active,
.cat-nav-two .btn-secondary:focus {
  width: 140px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px;
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: none !important;
  outline: none;
  text-align: left;
}

.cat-nav-two .btn-secondary:after {
  position: absolute;
  top: 17px;
  right: 10px;
}

.cat-nav-two .dropdown-menu {
  top: 8px !important;
}

.cat-nav-two .dropdown-item {
  cursor: pointer;
}

.cat-nav-two .dropdown-item:active,
.cat-nav-two .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.layout-icon a {
  padding-top: 5px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .cat-nav-two {
    text-align: center;
  }
}

/* ================================= */
/*===== Navbar & Mega Menu =====*/
/* ================================= */
.navbar {
  position: relative;
  z-index: 999;
  padding: 0;
  background-color: #1e287d;
}

/* Nav items */
.navbar-nav {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 52px;
  }
}

.navbar-nav li {
  padding: 0;
  position: relative;
}

.navbar-nav>li>a.nav-link {
  padding: 14px 15px;
  display: block;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: #ff9b00;
}

/* Dropdown trigger caret */
.nav-dropdown>.dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 10px;
  transition: transform 0.25s ease;
}

.nav-dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* ---- Pure CSS Hover Dropdown ---- */
.nav-dropdown-menu,
.nav-dropdown>.dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  border-top: 3px solid #ff9b00;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

.nav-dropdown:hover>.nav-dropdown-menu,
.nav-dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mega menu sizing */
.mega-menu.dropdown-menu {
  width: 700px;
  overflow: hidden;
  left: 0;
}

.mega-menu.mega-menu-links {
  width: 500px;
}

.mega-menu.mega-menu-two {
  width: 700px;
}

.single-menu.dropdown-menu {
  width: 230px;
}

.navbar .dropdown-menu {
  border-radius: 0 0 8px 8px;
}

/* ---- Submenu Content ---- */
.mega-menu .sub-menu-heading {
  color: #1e287d;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu-heading {
  color: #ff9b00;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.first-submenu {
  padding: 15px;
}

.submenu-dtl {
  padding: 15px 20px;
}

.submenu-two {
  background-color: #f8f9fc;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

/* Submenu links (list style) */
.submenu-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.submenu-links li {
  padding: 0;
}

.submenu-links li a {
  color: #444;
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.submenu-links li a:hover {
  color: #ff9b00;
  background-color: #fff8f0;
  padding-left: 16px;
}

/* Submenu mega links (grid style) */
.submenu-links-mega {
  padding: 8px 5px;
}

.submenu-links-mega a {
  color: #444;
  font-size: 14px;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.submenu-links-mega a:hover {
  color: #ff9b00;
  background-color: #fff8f0;
}

/* "View All" link */
.submenu-all a,
.submenu-links li.submenu-all a,
.submenu-links li.submenu-active {
  color: #ff9b00;
  font-weight: 600;
}

.submenu-all a:hover {
  color: #e68a00;
}

/* ---- Featured Deals in Menu ---- */
.menu-deal-block-main {
  padding: 15px 20px;
  background-color: #fff;
  z-index: 9999;
}

.menu-deal-block-main .menu-heading {
  margin-bottom: 20px;
}

.menu-deal-block.deal-block .deal-title {
  height: 50px;
}

.menu-deal-block.deal-block .deal-price {
  margin-bottom: 10px;
}

.menu-deal-block.deal-block .deal-btn a:hover {
  color: #fff;
}

.menu-deal-block-main .btn-primary {
  width: 100%;
}

.menu-deal-block.deal-block {
  margin: 4px;
}

/* ---- Responsive ---- */
@media (min-width: 990px) and (max-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 13px;
  }

  .navbar-nav>li>a.nav-link {
    padding: 14px 10px;
  }
}

@media (max-width: 1200px) {
  .navbar-toggler {
    outline: none !important;
    color: #fff;
  }

  .navbar-toggler-icon {
    padding-top: 5px;
  }

  .navbar-nav li:first-child {
    padding-left: 10px;
  }

  .nav-item:hover .nav-link,
  .nav-item.active .nav-link {
    border-color: transparent;
  }
}

@media (max-width: 992px) {

  /* On mobile, dropdowns should be normal flow, not absolute */
  .nav-dropdown-menu,
  .nav-dropdown>.dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    display: none !important;
  }

  .nav-dropdown.open>.nav-dropdown-menu,
  .nav-dropdown.open>.dropdown-menu {
    display: block !important;
  }

  .mega-menu.dropdown-menu,
  .mega-menu.mega-menu-links,
  .single-menu.dropdown-menu {
    width: 100%;
  }

  .submenu-links li:first-child {
    padding-left: 0;
  }

  .first-submenu {
    padding-left: 0;
  }

  .submenu-links {
    padding-left: 30px;
  }

  .submenu-two {
    background-color: #fff;
  }

  .logo {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}


/* ================================= */
/*===== Breadcrumb =====*/
/* ================================= */
.breadcrumb-main-block {
  background-color: #f4f4f4;
  padding-bottom: 30px;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.breadcrumb li {
  position: relative;
  margin-right: 13px;
}

.breadcrumb li {
  color: #ff9b00;
}

.breadcrumb li a:after {
  position: absolute;
  content: "/";
  color: #333;
  right: -9px;
}

.breadcrumb li:last-child:after {
  visibility: hidden;
}

/* ================================= */
/*===== Slider =====*/
/* ================================= */
.slider {
  padding: 104px 0;
  position: relative;
}

.slider .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}

.slider-dtl {
  position: relative;
  margin: 0 auto 50px;
  max-width: 670px;
}

.slider-dtl p {
  font-size: 15px;
}

.slider-heading {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider-dtl p {
  color: #fff;
}

.search-form {
  position: relative;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-form.focus {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.search-input {
  position: absolute;
  top: 15px;
  left: 38px;
  font-size: 14px;
  background: none;
  color: #333;
  width: 90%;
  height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-button {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}

.search-button svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

.slider-btn .btn-primary {
  position: relative;
  width: 180px;
  height: 45px;
  word-spacing: 2px;
  line-height: 2;
}

@media (max-width: 767px) {
  .slider-heading {
    font-size: 30px;
  }

  .search-form {
    width: 100%;
    margin-bottom: 0;
  }

  .slider-btn .btn-primary {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* ================================= */
/*===== Categories =====*/
/* ================================= */
.categories-main-block {
  padding: 30px 0 26px;
  background-color: #fff;
}

.category-block {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-block:hover {
  transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cat-icon {
  margin-bottom: 20px;
}

.cat-icon i {
  font-size: 45px;
  padding: 5px 0;
  color: rgba(31, 31, 31, 0.7);
}

.cat-title,
.cat-icon i {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category-block:hover .cat-icon i,
.category-block:hover .cat-title {
  color: #333;
}

.cat-image img {
  max-height: 75px;
}

/* ================================= */
/*===== Deal =====*/
/* ================================= */
.deal-main-block {
  padding: 54px 0 24px;
  background: #f4f4f4;
}

.featured-deal-main .section {
  padding-top: 0;
}

.featured-deal-main .section-heading {
  margin-bottom: 0;
}

.featured-deal-slider {
  margin-bottom: 30px;
}

.deal-block {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.deal-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
}

.deal-img {
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  height: 180px;
}

.recent-deals .deal-img img {
  max-height: 170px;
  margin: 0 auto;
  width: auto;
}

.deal-list-page .deal-img {
  max-height: 160px;
}

.deal-list-page .deal-img img {
  max-height: 120px;
}

.menu-deal-block .deal-img {
  height: 120px;
}

.menu-deal-block .deal-img img {
  max-height: 110px;
  margin: 0 auto;
  width: auto;
}

.ajax-loading {
  display: none;
}

/*.deal-main-block .deal-img {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}*/
.deal-list-page .v-center {
  transform: translate(0%, -50%);
}

.deal-main-block-two .deal-img img {
  width: 100%;
}

.deal-dtl {
  padding: 10px;
}

.deal-merchant {
  margin-bottom: 5px;
  opacity: 0.6;
}

.deal-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.blue-bg {
  background-color: #4362cb;
}

.red-badge {
  background: #e74c3c;
}

.green-badge {
  background: #57cc74;
}

.recent-deals .deal-title {
  /*padding-bottom: 15px;*/
  height: 50px;
}

.deal-title a {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.deal-price {
  height: 30px;
}

.deal-title a:hover {
  color: #ed9102;
}

.deal-price-block {
  margin-bottom: 5px;
}

.deal-price {
  color: #ff9b00;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: baseline;
}

.deal-price span {
  margin-left: 2px;
}

.deal-disc {
  font-size: 12px;
  text-transform: uppercase;
}

.deal-btn .btn-primary {
  width: 100%;
  height: 42px;
  line-height: 1.9;
}

.deal-footer {
  padding: 12px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
}

.deal-user {
  position: relative;
}

.comments-icon i {
  margin-right: 5px;
}

.user-img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.user-img img {
  border-radius: 100%;
  background-color: #fff;
}

.user-name {
  line-height: 1.2;
}

.deal-time {
  font-size: 10px;
}

.ad-img img {
  width: 100%;
}

.ad-footer {
  padding: 5px;
  background-color: #0891ff;
  color: #fff;
}

.deal-list-block .deal-price {
  font-size: 25px;
}

.deal-list-block .deal-disc {
  margin-bottom: 10px;
}

.deal-list-block .grab-coupon-btn .btn-primary {
  margin-bottom: 10px;
}

.deal-list-block .deal-time {
  font-size: 13px;
  opacity: 0.7;
}

.deal-time i {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .deal-list-block.coupon-main-block {
    border-left: none;
  }

  .deal-list-block .deal-img {
    margin: 0 auto 10px;
  }

  .deal-list-block .coupon-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .deal-title {
    height: 60px;
  }

  .deal-disc {
    margin-bottom: 10px;
  }

  .user-img {
    margin-bottom: 10px;
  }

  .deal-list-block.coupon-main-block {
    border-left: none;
  }
}

/* ================================= */
/*===== Featured Stores =====*/
/* ================================= */
.featured-stores-main-block {
  padding: 50px 0;
}

.store-img {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.store-img img {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.store-img:hover img {
  opacity: 1;
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding: 70px 0 0;
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  color: #c4c4d4;
  font-size: 14px;
}

.footer-widget-heading {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #ff9b00;
  border-radius: 2px;
}

.footer2-icon img {
  max-height: 30px;
}

.footer2-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer2 .contact-widget-dtl li,
.footer2 .contact-widget-dtl li a {
  display: inline-block;
  color: #c4c4d4;
  margin-right: 12px;
  text-transform: none;
  transition: color 0.3s ease;
}

.footer2 .contact-widget-dtl li a:hover {
  color: #ff9b00;
}

.footer2 .footer-subscribe p {
  color: #c4c4d4;
}

.footer2 .contact-widget-dtl {
  margin-bottom: 18px;
}

.link-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.link-widget ul li {
  margin-bottom: 12px;
}

.link-widget ul li a {
  color: #a0a0b8;
  font-size: 14px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.link-widget ul li a:hover {
  color: #ff9b00;
  padding-left: 5px;
}

.link-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-subscribe p {
  color: #a0a0b8;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.footer-subscribe.form-group {
  display: inline-block;
}

.footer-subscribe .form-control {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 6px;
  height: 44px;
  font-size: 13px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-subscribe .form-control::placeholder {
  color: #8888a0;
}

.footer-subscribe .form-control:focus {
  border-color: #ff9b00;
  box-shadow: 0 0 0 3px rgba(255, 155, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-subscribe .btn-primary {
  width: 100%;
  height: 44px;
  border: none;
  background: linear-gradient(135deg, #ff9b00 0%, #ff7800 100%);
  border-radius: 6px;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.footer-subscribe .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255, 155, 0, 0.35);
}

.footer-subscribe .btn-primary i {
  color: #fff;
}

.app-badge a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.app-badge a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.play-badge {
  margin-bottom: 15px;
}

/* Copyright */
.border-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 50px !important;
}

.copyright {
  padding: 20px 0;
}

.copyright-text p {
  padding-top: 0;
  margin-bottom: 0;
  color: #8888a0;
  font-size: 13px;
}

.copyright .col-md-6 p {
  color: #8888a0;
}

.copyright .social-icon {
  text-align: right;
}

.copyright .social-icon ul li a {
  color: #a0a0b8;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.copyright .social-icon ul li a:hover {
  background: #ff9b00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 155, 0, 0.3);
}

.copyright-text a {
  color: #ff9b00;
  transition: color 0.3s ease;
}

.copyright-text a:hover {
  color: #ffb84d;
}

@media (max-width: 992px) {
  .footer-main-block {
    padding: 50px 0 0;
  }

  .footer-widget {
    margin-bottom: 40px;
  }

  .footer-main-block .border-divider {
    margin-top: 20px !important;
    margin-bottom: 0;
  }

  .copyright {
    text-align: center;
    padding: 20px 0;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .copyright .social-icon {
    text-align: center;
  }

  .copyright .social-icon ul {
    justify-content: center;
  }
}

/* ================================= */
/*===== Page Sidebar =====*/
/* ================================= */
.page-sidebar-widget {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
}

.widget-heading {
  margin-bottom: 15px;
}

.brand-visit-btn .btn-primary {
  width: 100%;
}

.categories-form .form-control {
  border-color: rgba(0, 0, 1, 0.1);
  height: 40px;
  font-size: 14px;
}

.categories-form .form-control:focus {
  border-color: rgba(0, 0, 1, 0.15);
}

.checkbox-main-group {
  max-height: 196px;
  overflow-y: scroll;
}

.recent-posts-widget .widget-heading {
  margin-bottom: 5px;
}

.recent-posts-widget li {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-posts-widget li:last-child {
  border-bottom: none;
}

.custom-control-label {
  outline: none;
}

.brand-img-two {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-info-widget p {
  margin-bottom: 0;
}

/* ================================= */
/*===== About Page =====*/
/* ================================= */
.page-block {
  padding: 16px 15px 1px;
  border-radius: 3px;
  margin-bottom: 50px;
  background-color: #fff;
}

.page-block-heading {
  margin-bottom: 10px;
}

.page-txt {
  margin-bottom: 20px;
}

/* ================================= */
/*===== Categories Page =====*/
/* ================================= */
.categories-page .categories-main-block {
  padding: 0;
  background-color: #f4f4f4;
}

/* ================================= */
/*===== Coupon Page =====*/
/* ================================= */
.coupon-page-main-block {
  background-color: #f4f4f4;
  z-index: 1;
}

.coupon-page-block {
  padding-bottom: 50px;
}

.coupon-page-block .forum-footer {
  padding-top: 10px;
}

.coupon-main-block {
  padding: 15px;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.coupon-main-block:hover {
  border-left: 3px solid #ff9b00;
  box-shadow: 0 2px 22px 2px rgba(0, 0, 0, 0.1);
}

.coupon-dtl-block {
  padding-bottom: 15px;
}

.coupon-disc-block {
  margin: 0 auto;
}

.coupon-disc {
  color: #ff9b00;
}

.coupon-title {
  margin-bottom: 10px;
}

.coupon-single .coupon-title {
  height: 40px;
}

.grab-coupon-single-btn {
  margin-bottom: 20px;
}

.coupon-title a {
  font-size: 22px;
  font-weight: 500;
}

.coupon-short-disc p {
  margin-bottom: 10px;
}

.coupon-expiry {
  color: rgba(51, 51, 51, 0.7);
  height: 20px;
}

.coupon-badge {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: right;
}

.coupon-badge i {
  margin-right: 6px;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #e74c3c;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  transform: translateY(-1px);
}

.grab-coupon-btn .btn-primary {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

.grab-coupon-btn.coupon-btn-outer {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

.cpn-btn.btn-primary {
  display: block;
  margin-bottom: 0;
  width: 72%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cpn-btn-shape {
  position: absolute;
  top: 32px;
  right: 15px;
  width: 40%;
  height: 40px;
  border-top: 1px dashed #ff9b00;
  border-right: 1px dashed #ff9b00;
  border-bottom: 1px dashed #ff9b00;
  border-radius: 3px;
  background-color: rgba(240, 116, 49, 0.1);
  box-shadow: 0 9px 20px -9px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.s1 {
  position: absolute;
  top: 32px;
  right: 30px;
  width: 24%;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}

.t1 {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 64px;
  height: 64px;
  transform: translate(-17px, -2px) rotate(-45deg);
  background: #ff9b00;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.t2 {
  position: absolute;
  z-index: 111;
  top: 18px;
  right: -25px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #c12a01;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.coupon-btn-outer span a {
  position: absolute;
  left: 20%;
  top: 40px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.grab-coupon-btn.coupon-btn-outer:hover .t1,
.grab-coupon-btn.coupon-btn-outer:focus .t1,
.grab-coupon-btn.coupon-btn-outer:active .t1 {
  background-color: #ed9102;
}

.grab-coupon-btn.coupon-btn-outer:hover .t1,
.coupon-btn-outer span a:hover .t1 {
  transform: translate(-24px, 6px) rotate(-45deg);
}

.grab-coupon-btn.coupon-btn-outer:hover .t2,
.coupon-btn-outer span a:hover .t2 {
  top: 17px;
  right: -14px;
}

.grab-coupon-btn.coupon-btn-outer:hover>.cpn-btn.btn-primary {
  background-color: #ed9102 !important;
  box-shadow: none;
}

.grab-coupon-btn.coupon-btn-outer:hover .cpn-btn-shape {
  box-shadow: none;
}

.show-desc-link {
  display: block;
  color: #1e287d;
  text-align: right;
}

.coupon-footer {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.coupon-footer-dtl li {
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
  text-align: center;
}

.coupon-footer-dtl li:last-child {
  margin-right: 0;
}

.coupon-footer-dtl li i {
  margin-right: 5px;
}

.coupon-modal-footer .coupon-footer-dtl li {
  margin: 0 12px;
}

.clr-green {
  color: #80b500;
}

.clr-purple {
  color: #fb3958;
}

.clr-blue {
  color: #1e287d;
}

.clr-orange {
  color: #ed9102;
}

.coupon-disc-title {
  color: #333;
}

.coupon-popup .modal-body {
  padding: 30px;
}

.coupon-popup-dtl {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
}

.coupon-popup-header {
  padding: 5px 0 18px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.coupon-code {
  padding: 10px 70px 40px;
}

.coupon-code-outer {
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px dashed #ff9b00;
  border-bottom: 1px dashed #ff9b00;
  border-left: 1px dashed #ff9b00;
}

.coupon-popup-title {
  padding-top: 10px;
  font-weight: 400;
}

.coupon-cpy-btn .btn-primary {
  width: 100%;
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  line-height: 2.4;
  box-shadow: none;
}

.coupon-cpy-btn .btn-primary:before {
  display: none;
}

.coupon-cpy-btn .btn-primary:active,
.coupon-cpy-btn .btn-primary:focus {
  background-color: #80b500;
}

.coupon-popup .coupon-footer {
  padding-top: 25px;
}

.coupon-popup-btn .btn-primary {
  width: 130px;
  margin-bottom: 30px;
}

.coupon-disc-modal .coupon-disc-title {
  padding-left: 28px;
}

.coupon-disc-dtl {
  border-bottom: 1px solid #f4f4f4;
}

.coupon-disc-dtl .modal-body {
  padding: 25px 0 15px 0;
}

.coupon-disc-dtl li {
  padding-bottom: 10px;
  padding-left: 5px;
}

.coupon-disc-dtl li:lastchild {
  padding-bottom: 0;
}

.coupon-disc-dtl li:lastchild p {
  margin-bottom: 0;
}

.coupon-disc-btn {
  padding-top: 15px;
  padding-left: 27px;
}

.coupon-disc-btn .btn-primary {
  width: 120px;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .coupon-dtl {
    text-align: center;
  }

  .coupon-disc-block {
    margin-bottom: 10px;
  }

  .t1 {
    transform: translate(-23px, 6px) rotate(-45deg);
  }

  .coupon-btn-outer span a {
    left: 40%;
  }

  .show-desc-link,
  .coupon-badge {
    text-align: center;
  }

  .coupon-disc {
    display: inline-block;
    letter-spacing: 1.2px;
  }

  .coupon-title {
    margin-bottom: 10px;
  }

  .coupon-expiry {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .coupon-footer-dtl {
    text-align: center;
  }

  .coupon-footer-dtl li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .coupon-code-outer {
    border-right: 1px dashed #ff9b00;
  }

  .coupon-code {
    padding: 10px 30px 40px;
  }

  .coupon-footer-dtl li {
    padding-bottom: 7px;
  }

  .coupon-footer-dtl li:lastchild {
    padding-bottom: 0;
  }

  .coupon-btn-outer span a {
    left: 35%;
  }
}

/* ================================= */
/*===== All Coupon Page =====*/
/* ================================= */
.coupon-single.coupon-main-block {
  border-left: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.coupon-single .coupon-dtl {
  margin: 0 auto;
}

.coupon-single.coupon-main-block:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.coupon-single .coupon-dtl-block {
  padding: 10px 10px 0;
}

.coupon-single .coupon-title {
  margin-bottom: 5px;
}

.coupon-single .coupon-title a {
  font-size: 14px;
  font-weight: 700;
}

.coupon-img {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  height: 150px;
  padding: 20px;
}

.coupon-img img {
  max-height: 130px;
  width: auto;
}

.coupon-single .coupon-expiry {
  margin-bottom: 15px;
  height: 20px;
}

.coupon-single .grab-coupon-btn.coupon-btn-outer {
  margin-bottom: 0;
}

.coupon-single .grab-coupon-block {
  position: relative;
}

.coupon-single .cpn-btn-shape {
  top: 0;
  right: 0;
}

.coupon-single .s1 {
  top: 0;
  right: 22px;
  width: 26%;
}

.coupon-single .t1 {
  transform: translate(-17px, -2px) rotate(-30deg);
}

.coupon-single .coupon-btn-outer span a {
  position: relative;
  top: -32px;
  left: -4%;
  display: inline-block;
}

.coupon-single .show-desc-link {
  transform: translateY(-10px);
  text-align: center;
}

.blog-comment.coupon-comment,
.blog-comment-send.coupon-comment-send {
  padding: 0;
}

@media (min-width: 420px) and (max-width: 767px) {
  .coupon-single .grab-coupon-btn.coupon-btn-outer {
    margin-bottom: 17px;
  }

  .coupon-single .coupon-btn-outer span a {
    top: 9px;
    left: -36%;
  }
}

/* ================================= */
/*===== Forum =====*/
/* ================================= */
.forum-box-block {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.forum-box-block:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.forum-box-header {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.forum-title {
  color: #ff9b00;
  font-size: 24px;
  text-transform: uppercase;
}

.forum-info {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.forum-info li {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.forum-dtl {
  padding: 15px 0 5px;
}

.forum-box-footer {
  padding: 15px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.forum-box-btn .btn-primary {
  width: 100%;
}

.dataTables_wrapper {
  padding: 0;
}

.dataTables_filter,
.dataTables_length {
  display: none;
}

.dataTables_wrapper .col-sm-12.col-md-5 {
  display: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 20px;
  background-color: #ff9b00;
}

.dtr-details li:last-child {
  padding-top: 12px;
}

.dtr-title {
  margin-right: 5px;
}

.forum-table th {
  padding-top: 15px;
  padding-left: 10px;
}

.forum-table th:focus {
  outline: none;
}

@media (max-width: 767px) {
  .post-cl-width {
    width: 50% !important;
  }

  .forum-box-block {
    padding-bottom: 0;
  }

  .forum-box-btn .btn-primary {
    margin-bottom: 15px;
  }
}

/* ================================= */
/*===== Forum Single =====*/
/* ================================= */
.forum-main-block {
  background-color: #f4f4f4;
}

.forum-page-header {
  padding-bottom: 7px;
}

.forum-page-heading-block {
  padding: 30px 0 15px;
}

.forum-page-heading {
  font-size: 20px;
}

.forum-search-input {
  height: 40px;
  background-color: #f4f4f4;
  border-color: rgba(0, 0, 0, 0.1);
}

.forum-search-block .search-button {
  top: 10px;
  right: 22px;
}

.forum-search-block .form-control {
  padding-top: 3px;
}

.forum-search-block .form-control:focus,
.forum-search-block .form-control:active {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
}

.forum-main-block .forum-search-block {
  padding: 30px 0 30px 15px;
}

.forum-main-block form.forum-search {
  position: relative;
}

.forum-main-block .thead-dark th {
  background-color: #e9e9ea;
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 15px;
}

.forum-main-block tr {
  background-color: #fff;
}

.forum-block a {
  font-weight: 400;
  color: #1e287d;
}

.post-cl-width {
  width: 52%;
}

.forum-user-img {
  margin-top: 5px;
  border-radius: 2px;
}

.forum-user-img img {
  width: 35px;
  height: 35px;
}

.post-title {
  margin-bottom: 4px;
  font-size: 15px;
}

.post-date {
  font-weight: 400;
  opacity: 0.6;
}

.post-tag span {
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #e74c3c;
  color: #fff;
  font-weight: 400;
}

.tag-bg-two span {
  background-color: #4362cb;
}

.post-rating li {
  display: inline-block;
}

.post-rating li.active i {
  color: #ed9102;
}

.dataTables_paginate {
  margin-top: 30px;
}

.new-topic-btn .btn-primary {
  width: 100%;
}

.forum-main-block .new-topic-btn .btn-primary {
  transform: translateY(-40px);
}

@media (max-width: 992px) {
  .forum-main-block .new-topic-btn .btn-primary {
    margin-top: 30px;
    margin-bottom: 30px;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .forum-search-block {
    padding-bottom: 30px;
  }

  .post-cl-width {
    width: 80%;
  }

  .pagination {
    padding-bottom: 30px;
  }
}

/* ================================= */
/*===== Forum Post =====*/
/* ================================= */
.forum-post-main-block {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}

.forum-post-main-block .col-xs-6 {
  margin: 0 7px;
}

.post-header {
  padding: 20px 15px;
  border-radius: 2px;
  margin-bottom: 30px;
  background-color: #fff;
}

.forum-post-title {
  padding-bottom: 8px;
  font-size: 19px;
}

.post-store-img img {
  max-height: 50px;
}

.post-block-client .post-like-btn {
  padding-right: 10px;
}

.post-like-btn a {
  display: block;
  width: 45px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
}

.post-like-btn i {
  padding-top: 5px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-like-btn a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

.post-like-btn a {
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
}

.post-like-btn a.active i {
  color: #ccc;
}

.post-like-btn a.active {
  border-color: #ccc;
}

.reply-btn .btn-primary {
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.3;
}

.post-body-outer {
  padding-bottom: 20px;
  padding-left: 15px;
}

.post-body-block-logo {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.post-body-block-logo img {
  max-height: 220px;
}

/*.post-first .rating{
  margin-bottom: 30px;
}*/
.post-first .social-icon ul li {
  margin: 8px 1px auto 0;
}

.blog-page.social-icon ul li {
  margin-right: 0;
}

.post-first .deal-price {
  margin-bottom: 20px;
  font-size: 30px;
}

.post-body-block {
  padding-right: 15px;
}

.post-body-main {
  padding-top: 20px;
  border-top: 3px solid #ff9b00;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-body-main:hover {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.post-reply .post-body-main {
  border-top: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-reply .post-body-main:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.blockquote {
  padding: 15px 15px 2px;
  border-left: 3px solid #ff9b00;
  background-color: #f4f4f4;
  font-size: 20px;
  font-style: italic;
}

.blockquote p {
  font-size: 20px;
  font-style: italic;
}

.post-body-main .blockquote .post-author {
  margin-bottom: 10px;
}

.border-r {
  border-right: 1px solid #e9e9ea;
}

.border-l {
  border-left: 1px solid #e9e9ea;
}

.post-author-main-block {
  text-align: center;
}

.post-author {
  margin-bottom: 5px;
}

.post-author a {
  color: #1e287d;
}

.author-badge {
  margin-bottom: 15px;
}

.author-badge span {
  padding: 1px 9px;
  border-radius: 3px;
  background-color: #ff9b00;
  color: #fff;
}

.post-author-img {
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 auto 15px;
}

.post-time {
  opacity: 0.6;
}

.post-time i {
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 12px;
}

.post-img {
  margin-bottom: 15px;
}

.post-deal-dtl .deal-img {
  margin-bottom: 15px;
}

.post-deal-btn .btn-primary {
  width: 100%;
  margin-bottom: 10px;
}

.post-footer {
  background-color: #f4f4f4;
  padding: 10px 0 10px 14px;
}

.post-footer-text {
  display: inline-block;
  margin-right: 15px;
}

.post-footer-text i {
  margin-right: 4px;
  color: #1e287d;
}

.post-footer-text a {
  color: #1e287d;
  font-weight: 700;
}

.post-reply-heading {
  margin-bottom: 20px;
}

.post-reply-form-main {
  padding-bottom: 20px;
}

.post-dtl ul li {
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.post-dtl ul li i {
  margin-right: 5px;
}

.post-reply-form .form-control {
  height: 100px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.post-reply-form .form-control:focus {
  border-color: rgba(0, 0, 0, 0.25);
}

.post-reply-form .btn-primary {
  width: 150px;
}

#review {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}

#review .post-reply-form-main {
  padding: 0;
}

#review .post-body-main {
  margin: 0;
}

@media (max-width: 992px) {
  .post-header {
    padding-bottom: 5px;
  }

  .post-rating {
    margin-bottom: 15px;
  }

  .post-like-btn {
    padding-left: 10px;
  }

  .post-author-main-block {
    margin-bottom: 20px;
    text-align: left;
  }

  .post-author-img {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .post-block-client .coupon-sidebar {
    padding-top: 30px;
  }

  .post-header {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .post-header .pad-rt-0 {
    padding-right: 15px;
  }

  .post-header .pad-lt-0 {
    padding-left: 15px;
  }

  .post-body-block-logo {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/* ================================= */
/*===== Blog =====*/
/* ================================= */
.blog-post-main {
  border-radius: 2px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post-main:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.blog-post-dtl {
  padding: 15px 15px 15px 0;
}

.blog-img img {
  width: 100%;
}

.blog-post-heading {
  margin-bottom: 10px;
}

.blog-post-heading a {
  font-size: 18px;
}

.blog-post-text {
  margin-bottom: 20px;
}

.blog-post-tags {
  margin-bottom: 12px;
}

.blog-post-tags li {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.7;
}

.blog-post-tags li:last-child {
  margin-right: 0;
}

.blog-post-tags li i {
  margin-right: 4px;
  font-size: 12px;
}

.blog-post-link a {
  color: #ff9b00;
  font-weight: 700;
}

.blog-page-outer .pagination {
  padding-top: 10px;
  margin-bottom: 30px;
}

.search-widget .search-button {
  top: 26px;
  right: 35px;
}

.search-widget .forum-search-input {
  background-color: #fff;
}

.search-widget .forum-search-input:focus {
  background-color: #fff;
}

.archive-widget.recent-posts-widget li:hover {
  background-color: #fff;
}

.tags-widget.page-sidebar-widget {
  padding-bottom: 5px;
}

.tags-widget li {
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 7px;
  background-color: #f4f4f4;
}

.tags-widget li:last-child {
  margin-right: 0;
}

.blog-page-two .blog-post-dtl {
  padding-left: 15px;
}

.blog-page-outer.blog-page-two .pagination {
  padding-top: 0;
}

@media (max-width: 992px) {
  .blog-post-dtl {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .search-widget .forum-search-block {
    padding-bottom: 0;
  }
}

/* ================================= */
/*===== Blog Single =====*/
/* ================================= */
.blog-page.coupon-page-main-block {
  padding-bottom: 20px;
}

.blog-post-page {
  padding-bottom: 40px;
}

.blog-post-page .forum-page-heading-block {
  padding-bottom: 20px;
}

.blog-single .blog-post-dtl {
  padding: 15px 30px 32px;
}

.blog-single .blog-img {
  margin-bottom: 15px;
}

.blog-single .blog-post-heading {
  margin-bottom: 15px;
  font-size: 24px;
}

.post-share-icon li {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding-top: 8px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
}

.post-share-icon li i {
  color: #fff;
  font-size: 20px;
}

.post-share-icon .share-icon i {
  color: #333;
  font-size: 35px;
  cursor: auto;
  transform: translateY(5px);
}

.blog-single-post-tags ul {
  text-align: right;
}

.blog-single-post-tags ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-single-post-tags ul li:last-child {
  margin-right: 0;
}

.blog-single-post-tags .btn-primary {
  width: 100%;
  height: 36px;
  line-height: 1.5;
  box-shadow: none;
  background-color: #f4f4f4;
  color: #333;
  text-transform: inherit;
}

.blog-single-post-tags .btn-primary:hover {
  color: #ff9b00;
}

.blog-post-author,
.blog-next-pre {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.next-pre-link a {
  font-weight: 700;
}

.next-pre-link i {
  margin-right: 10px;
}

.next-link {
  text-align: right;
}

.blog-comment {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.blog-comment .media {
  margin: 25px 0 0;
}

.blog-comment .comments-reply {
  margin: 40px 0 0;
}

.blog-comment .media-heading {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: capitalize;
}

.blog-comment .media-heading span {
  font-weight: 500;
  font-size: 12px;
}

.blog-comment .media-body p {
  margin-bottom: 10px;
}

.media-reply a {
  font-weight: 700;
  color: #ff9b00;
}

.blog-comment-send {
  padding: 30px;
  background-color: #fff;
}

.blog-comment-send .comments-heading {
  margin-bottom: 15px;
}

.comment-form .form-control {
  height: 40px;
  border-color: rgba(0, 0, 0, 0.1);
}

.comment-form .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.comment-form textarea.form-control {
  height: 100px;
}

.comment-form .btn-primary {
  width: 170px;
}

.author-name {
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .post-share-icon {
    margin-bottom: 15px;
  }

  .blog-single-post-tags ul {
    text-align: left;
  }

  .blog-post-author-img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .next-link {
    text-align: left;
  }

  .blog-single .blog-post-dtl,
  .blog-post-author,
  .blog-next-pre,
  .blog-comment,
  .blog-comment-send {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-single .blog-comment-send {
    margin-bottom: 40px;
  }
}

/* ================================= */
/*===== Deal Submit =====*/
/* ================================= */
.submit-deal-main-block {
  padding: 25px 30px 15px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.submit-deal-main-block label {
  margin-bottom: 10px;
  font-weight: 700;
}

.submit-deal-page.coupon-page-block {
  padding-bottom: 40px;
}

/*.submit-deal-form label {
  margin-bottom: 10px;
  font-weight: 700;
}*/
.submit-deal-form .form-control {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.submit-deal-form .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

.submit-deal-form textarea {
  height: 120px;
}

.submit-deal-form::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.submit-deal-form::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.submit-deal-form::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.submit-deal-form::-o-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.submit-deal-main-block .nav-link {
  display: block;
  width: 150px;
  height: 85px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 30px;
  color: #333;
  text-align: center;
}

.submit-deal-main-block .nav-link i {
  margin-bottom: 5px;
  padding-top: 11px;
  color: #ff9b00;
  font-size: 20px;
}

.submit-deal-main-block .nav-link.active,
.submit-deal-main-block .nav-item:hover .nav-link {
  border: 1px solid #ff9b00;
}

.form-group-file {
  margin-top: 25px;
}

.file-upload {
  position: absolute;
  left: -9999px;
}

label[for="file-upload"],
label[for="file-upload-coupon"],
label[for="file-upload-deal"],
label[for="file-upload-post"] {
  display: inline-block;
  padding: 10px;
  background-color: #ff9b00;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.filename {
  padding: 10px;
  float: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  background: #f4f4f4;
}

.edit-profile-page .form-group-file {
  margin-bottom: 0;
}

.contact-page .submit-deal-btn {
  margin-top: 30px;
}

.datepicker table tr td.active.active {
  background-color: #ff9b00;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #ff9b00;
  background-image: -moz-linear-gradient(top, #ff9b00, #ff9b00);
  background-image: -ms-linear-gradient(top, #ff9b00, #ff9b00);
  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      from(#ff9b00),
      to(#ff9b00));
  background-image: -webkit-linear-gradient(top, #ff9b00, #ff9b00);
  background-image: -o-linear-gradient(top, #ff9b00, #ff9b00);
  background-image: linear-gradient(top, #ff9b00, #ff9b00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9B00', endColorstr='#FF9B00', GradientType=0);
  border-color: #ff9b00 #ff9b00 #ff9b00;
}

@media (max-width: 992px) {
  .submit-deal-main-block li {
    margin-bottom: 15px;
  }

  .submit-deal-main-block li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .submit-deal-main-block .nav-link {
    width: 120px;
    height: 70px;
    margin-right: 15px;
  }

  .submit-deal-main-block .nav-link i {
    padding-top: 5px;
  }
}

/* ================================= */
/*===== Store Page =====*/
/* ================================= */
.store-page {
  background-color: #fff;
  padding: 30px 30px 15px;
  margin-bottom: 50px;
  border-radius: 3px;
}

.store-page li {
  margin-bottom: 10px;
}

/* ================================= */
/*===== Account Page =====*/
/* ================================= */
.account-page-main {
  padding-bottom: 20px;
}

.account-box {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}

.ac-profile-block {
  text-align: center;
}

.ac-profile-img {
  margin-bottom: 10px;
}

.ac-profile-img img {
  width: 100px;
  margin: 0 auto;
}

.ac-username {
  margin-bottom: 3px;
}

.ac-post {
  font-size: 13px;
}

.ac-holder-name {
  margin-bottom: 10px;
}

.join-date {
  margin-bottom: 7px;
}

.ac-btn .btn-primary {
  width: 100%;
}

.facts-block {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.facts-block:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#A3A3A3)";
  -moz-box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
  -webkit-box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
  box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#A3A3A3);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.fact-heading {
  margin-bottom: 10px;
}

.fact-name {
  font-weight: 500;
}

.ac-post-block.account-box {
  padding-bottom: 0;
}

.ac-page-heading {
  margin-bottom: 20px;
}

.ac-followers-block .col-xs-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.ac-followers-block.account-box {
  padding-bottom: 10px;
}

.ac-followers-block .ac-profile-img {
  margin-bottom: 20px;
}

.ac-followers-block .ac-profile-img img {
  max-width: 40px;
}

@media (max-width: 992px) {
  .ac-profile-dtl {
    padding-top: 20px;
    text-align: center;
  }

  .ac-holder-name {
    font-size: 19px;
  }

  .ac-facts.account-box {
    padding-bottom: 0;
  }

  .facts-block {
    margin-bottom: 30px;
  }

  .ac-followers-block .ac-profile-img img {
    max-width: 30px;
  }
}

@media (max-width: 767px) {
  .account-main-block.account-box {
    padding-bottom: 15px;
  }

  .ac-btn .btn-primary {
    margin-bottom: 15px;
  }
}

/* ================================= */
/*===== FAQ Page =====*/
/* ================================= */
.faq-block {
  padding-bottom: 50px;
}

.faq-list {
  margin-bottom: 30px;
}

.list-group {
  z-index: 0;
}

.faq-list .list-group-item.active {
  background-color: #ff9b00;
  border-color: #ff9b00;
}

.faq-info .card-header {
  background-color: #fff;
}

.faq-info .card-body {
  padding-bottom: 10px;
}

.faq-info {
  margin-bottom: 30px;
}

.faq-panel .card-header {
  position: relative;
  padding: 16px 20px;
  border-bottom: none;
  background-color: #fff;
}

.faq-panel .btn-primary {
  position: absolute;
  top: 11px;
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-panel .faq-btn-minus.btn-primary:hover {
  color: #fff;
  border-color: #000;
}

.faq-panel .btn-primary i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-panel .faq-btn-plus {
  display: none;
}

.faq-panel .collapsed .faq-btn-plus {
  display: inherit;
}

.faq-panel .btn-primary.faq-btn-minus {
  display: inherit;
  background-color: #ed9102;
}

.faq-panel .collapsed .faq-btn-minus {
  display: none;
}

.faq-panel .panel-primary>.card-header {
  padding: 20px 30px;
  border-radius: 0;
  border-color: #ebe7de;
  background-color: #fff;
}

.faq-panel .panel-title {
  font-size: 18px;
  line-height: 1.44;
  cursor: pointer;
}

.faq-panel .panel-title::first-letter {
  text-transform: capitalize;
}

.faq-panel.panel-group .panel.panel-default {
  margin-bottom: 15px;
}

.faq-panel .card-body {
  padding-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: transparent;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.faq-panel .card-body p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .faq-info {
    margin-bottom: 30px;
  }

  .faq-panel .panel-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .faq-panel .faq-btn-minus.btn-primary,
  .faq-panel .faq-btn-plus.btn-primary {
    display: none;
  }
}

/* ================================= */
/*===== 404 Page =====*/
/* ================================= */
.error-404-page {
  position: relative;
  padding-top: 50px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.error-404-page .overlay-bg {
  background: rgba(0, 0, 0, 0.3);
}

.error-page-main-block {
  position: relative;
}

.error-page-main-block.v-center {
  transform: translate(-50%, 20%);
}

.error-404-block {
  margin-bottom: 20px;
}

.error-heading {
  color: #fff;
}

.error-name {
  color: #fff;
  font-size: 150px;
  letter-spacing: 10px;
}

.error-subheading {
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

.home-btn .btn-primary {
  width: 150px;
  margin-bottom: 30px;
}

.error-notify {
  padding: 40px 50px 26px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 35px 1px rgba(0, 0, 0, 0.5);
}

.error-notify-block .form-group {
  margin-bottom: 0;
}

.error-notify-block .form-group p {
  margin-bottom: 20px;
  font-size: 15px;
}

.error-notify-block input {
  width: 100%;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.2);
  border-right-color: #ff9b00;
}

.error-notify-block .btn-primary {
  border-radius: 0;
  height: 40px;
}

@media (max-width: 992px) {
  .error-404-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .error-name {
    font-size: 120px;
  }

  .error-notify {
    padding: 20px 30px 10px;
  }

  .error-notify-block input {
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: #ff9b00;
  }
}

/* ================================= */
/*===== Home Two =====*/
/* ================================= */
.navbar-home-two {
  padding: 10px 0;
  box-shadow: 0 3px 13px -10px rgba(0, 0, 0, 0.5);
}

.navbar-home-two .navbar {
  background-color: #fff;
}

.navbar-home-two .logo img {
  max-width: 200px;
}

.navbar-home-two .mega-menu.dropdown-menu {
  width: 700px;
  overflow: hidden;
  top: 75px;
  left: 9px;
  padding: 0;
}

.navbar-home-two .mega-menu.mega-menu-links {
  width: 500px;
}

.navbar-home-two .nav-link,
.navbar-home-two .nav-link:hover {
  color: #333;
  font-weight: 700;
}

.navbar-home-two .nav-item {
  padding: 20px 10px 5px;
}

.navbar-home-two .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar-home-two .nav-item .nav-link {
  border-bottom: 0;
}

.navbar-home-two .nav-item:hover .nav-link,
.navbar-home-two .nav-item.active .nav-link {
  border-bottom: 0;
  color: #ff9b00;
}

.navbar-home-two .nav-item .dropdown-toggle:after {
  visibility: hidden;
}

.navbar-home-two .nav-item .dropdown-toggle:before {
  position: absolute;
  top: 30px;
  right: 17px;
  content: "\f107";
  color: rgba(0, 0, 0, 0.4);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-home-two .nav-item:hover .dropdown-toggle:before,
.navbar-home-two .nav-item.active .dropdown-toggle:before {
  color: #ff9b00;
}

.navbar-home-two .single-menu.dropdown-menu {
  width: 220px;
}

.navbar-home-two .mega-menu.dropdown-menu.mega-menu-two {
  left: -300px;
}

.home-slider {
  position: relative;
  z-index: 0;
}

.home-slider .slider-block {
  position: relative;
  height: 60vh;
}

.home-slider .slider-dtl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  max-width: 670px;
}

.home-slider .slider-txt {
  margin-bottom: 30px;
}

.home-slider .slider-heading {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home-slider .slider-dtl p {
  color: #fff;
}

.home-slider .slider-btn .btn-primary {
  position: relative;
  width: 150px;
  height: 45px;
  word-spacing: 2px;
  line-height: 2;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 25px;
}

.home-cat-main-block-two.home-cat-main-block {
  z-index: 1;
  padding: 30px 0 24px;
}

.home-cat-main-block-two .form-control {
  border-radius: 3px;
}

.cat-nav-two li {
  padding: 8px;
}

.home-cat-main-block-two .cat-nav-btn .btn-primary {
  width: 100%;
}

.home-cat-main-block-two .layout-icon a {
  padding-top: 0;
}

@media (max-width: 992px) {

  .navbar-home-two .nav-item .dropdown-toggle:before,
  .navbar-home-two .nav-item.active .dropdown-toggle:before {
    display: none;
  }

  .navbar-home-two .nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-home-two .navbar-toggler {
    padding-top: 19px;
    color: #333;
  }

  .home-cat-main-block-two .forum-search-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .home-slider .slider-dtl {
    padding: 0 15px;
  }

  .home-cat-main-block-two .forum-search-block {
    margin-bottom: 0;
  }

  .home-cat-main-block-two .cat-nav-btn {
    margin-bottom: 15px;
  }

  .home-cat-main-block-two .cat-nav-two {
    text-align: left;
  }

  .post-block post-reply {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#A3A3A3)";
    -moz-box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
    -webkit-box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
    box-shadow: 0 21px 22px -21px rgba(163, 163, 163, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#A3A3A3);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/* ================================= */
/*===== Home Blog =====*/
/* ================================= */
.home-blog-main-block {
  background-color: #f4f4f4;
  padding: 30px 0 26px;
}

/* ================================= */
/*===== Preloader =====*/
/* ================================= */
.preloader {
  background: #ff9b00;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.status {
  background-image: url(../images/preloader.png);
}

.status,
.status-message {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.status-message {
  padding-top: 30%;
}

.js-cookie-consent {
  position: absolute;

  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  background-color: #fffbdb;
  border-color: #fffacc;
  border: solid 1px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.adver-image img {
  /* width: 100%;
  height: 200px; */
  /* object-fit: cover; */
}

.post-block .btn-primary {
  width: 100%;
}

.cart-icon {
  text-align: right;
}

.cart-icon i {
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff9b00 0%, #ffb700 100%);
  color: #fff;
  padding: 12px;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(255, 155, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.cart-icon i:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(255, 155, 0, 0.4);
}

.deal-title-cart {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}

.navbar-nav-slider .nav-link {
  padding: 0.5rem 0.5rem;
}

span.menu-badges {
  position: absolute;
  padding: 0px 4px;
  line-height: 1.43;
  font-weight: 500;
  color: white;
  border-radius: 100%;
  font-size: 10px;
  background: #ff9b00;
  box-shadow: 0.5px 0.2px 1px rgb(0 0 0 / 50%);
  display: inline-block;
  text-align: center;
  left: 28px;
  top: 4px;
  z-index: 1;
}

.top-nav ul li .dropdown-menu li {
  display: block;
}

.lang-dropdown .dropdown-menu {
  min-width: 3rem;
}

.js-cookie-consent-agree {
  background-color: #6e2727;
  /* Green */
  border: none;
  color: white;
  padding: 3px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.coupon-price {
  color: #ff9b00;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
}

.next-pre-link i.fa-long-arrow-alt-right {
  margin-left: 10px;
}

.user-wallet-block {
  display: flex;
  align-items: center;
}

.user-wallet-block i {
  margin-right: 8px;
}

.user-wallet-block .money-badges i {
  margin-right: 0;
}


/* Unified Rounded Styles Added by Antigravity */
.form-control,
.dropdown-menu,
.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-radius: 15px !important;
}

.dropdown-menu,
.select2-dropdown {
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
}

.dropdown-item,
.select2-results__option {
  border-radius: 10px !important;
  margin: 2px 8px !important;
  width: auto !important;
}