pl* {
  font-family: "Source Sans Pro", arial, serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--base-light); 
}

body {
  color: #333;
  background-color: var(--white);
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal-dialog
{
  max-width: 580px;
}
.small
{
  font-size: 80% !important;
}

.border-20
{
  border-radius: 20px !important;
}

a {
  color: #212121;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h1,h1,
.h2,h2,
.h3,h3 {
  margin-top: 20px;
  margin-bottom: 10px
}
.h4,h4,
.h5,h5,
.h6,h6 {
  margin-top: 10px;
  margin-bottom: 10px
}
.h1,h1,
.h2,h2,
.h3,h3,
.h4,h4,
.h5,h5,
.h6,h6 {
  letter-spacing: 0;
  padding: 0 0 10px 0;
  color: #363636;
  font-weight: 600;
}
.h1,h1 {
  font-size: 24px;
}

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

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

.h4,h4 {
  font-size: 16px;
}

.h5,h5 {
  font-size: 14px;
}

.h6,h6 {
  font-size: 13px;
}

.swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swiper .swiper-button-next, 
.swiper .swiper-button-prev {
  height: unset !important;
  color: var(--base);
  opacity: 1;
  background: var(--white);
  border: 1px solid var(--base);
  border-radius: 50%;
  padding: 10px 20px;
}

.swiper .swiper-button-next:after, 
.swiper .swiper-button-prev:after 
{
  font-size: 18px;
  font-weight: 600;
}

.swiper .swiper-wrapper-padding
{
  padding-bottom: 30px;
}

/******************************************
    CONTACT
******************************************/
#hubspot-messages-iframe-container
{
  left: 0 !important;
}

.text-color__custom
{
  color: var(--base);
  fill: var(--base);
}

#message {
  display: none;
  padding: 20px;
  position: relative;
  text-align: left;
}

#map {
  height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
}

#map img {
  max-width: inherit;
}

.loader {
  margin-left: 10px;
}

.map {
  position: relative;
}

.map .row {
  position: relative;
}

.infobox img {
  width: 100% !important;
}

.map .searchmodule {
  padding: 18px 10px;
}

.infobox {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  width: 260px;
  z-index: 100;
}

.infobox .title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.contact-details {
  list-style: none;
  padding: 0;
}
.border-left{
  border-left: 1px solid #ddd;
}
.rouded-image-type-1{
  width: 100px;
  margin: 0 auto;
  border: 1px solid var(--base) !important;
  height: 100px;
  object-fit: contain;
}
.contact-details i {
  background-color: #ffffff;
  width: 30px;
  font-size: 11px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
}

.contact-details li {
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-details li:last-child {
  margin-bottom: 0;
}

/******************************************
    PAGES
******************************************/

.notfound p {
  font-size: 18px;
  line-height: 32px;
  padding: 0 0;
}

.notfound .btn {
  font-size: 15px;
}

.notfound {
  padding: 5em 0;
  text-align: center;
}

.notfound h2 {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.nav-link {
  white-space: nowrap;
}
.navbar{
  padding: 0;
}
.ribbon {
  min-width: 10px;
  height: 25px;
  position: absolute;
  background: var(--base-light);
  text-align: center;;
  cursor: default;
  top: 5px;
  z-index: 1;
  opacity: 0;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ribbon.ribbon-left{
  left: 0.5px;
  top: 0.5px;
  border-radius: 8px 0px 0px 0px;
}
.ribbon.ribbon-right{
  right: 0.5px;
  top: 0.5px;
  border-radius: 0px 8px 0px 0px;
}
.ribbon .ribbon-content {
  display: none;
  color: var(--white);;
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-grid:hover .ribbon, 
.coupon-list:hover .ribbon, 
.ribbon:hover, 
.ribbon.open {
  min-width: 70px;
  opacity: 0.9;
}
.ribbon:hover .ribbon-content, 
.product-grid:hover .ribbon .ribbon-content,
.coupon-list:hover .ribbon .ribbon-content,
.ribbon.open .ribbon-content {
  display: block;
}

.page-title-wrapper {
  padding: 20px 0 !important;
}
.page-title p {
  color: #aaa;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.page-title h3,
.page-title h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 3px 0 0;
}

.post-wrapper {
  background-color: #ffffff;
  border: 1px solid var(--light);
  padding: 10px;
  position: relative;
  margin: 10px 0px;
}

.page-filter ul {
  margin: 0 0 30px !important;
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 2px solid #ededed;
  background-color: #ffffff;
}

.page-filter li {
  padding: 0 !important;
  margin: 0 5px !important;
  font-weight: 700;
  background-color: #ffffff;
}

.check-list li i {
  width: 25px;
  border-radius: 25px;
  height: 25px;
  background-color: #f3f6f9;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}

.list-title {
  background-color: #ffffff;
  border-bottom: 2px solid #ededed;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #212121;
  font-weight: 700;
}

.check-list small {
  color: gray;
  position: absolute;
  right: 15px;
}

.check-list img {
  margin-top: 5px !important;
  max-width: 50px;
}

.store-list .check-list img {
  background: #f3f6f9 none repeat scroll 0 0;
  margin: -4px 10px 0 0 !important;
  max-width: 50px;
  padding: 3px;
}

.store-list .check-list li {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 3px solid var(--white);
  float: left;
  padding: 10px;
  position: relative;
  width: 50%;
}

.check-list {
  list-style: outside none none;
  padding: 0;
}

.check-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
  position: relative;
}

.check-list li:last-child {
  border-bottom: 0 solid #e6e6e6;
}

.single-store .coupon-meta h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 15px;
}

.single-store .post-sharing {
  margin-left: 0 !important;
}

.single-store .coupon-meta {
  margin-top: 0;
}

.single-coupon .post-sharing ul {
  margin-bottom: 0;
}

.tooltip-inner {
  min-width: 90px;
  padding: 5px 15px;
  color: var(--white);
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.single-store .tooltip-inner {
  min-width: 120px;
}

.single-store .coupon-meta h3 small a {
  font-size: 12px;
  padding-left: 10px;
  color: #aaa;
}

/******************************************
    HEADER
******************************************/

.dl-menuwrapper {
  width: 100%;
  max-width: 150px;
  margin-top: 23px;
  position: relative;
  cursor: pointer;
  z-index: 11;
}

.dl-menuwrapper button {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: medium none;
  border-radius: 35px;
  color: var(--white);
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  outline: medium none;
  overflow: hidden;
  position: relative;
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dl-menuwrapper p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 0;
  display: inline-block;
  padding: 0 0 0 5px;
  text-transform: uppercase;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dl-menuwrapper li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8) !important;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  outline: medium none;
  padding: 7px 20px;
  position: relative;
}

.dl-menuwrapper li i {
  padding-right: 5px;
}

.no-touch .dl-menuwrapper li a:hover {
  color: #ffffff !important;
  opacity: 1;
}

.dl-menuwrapper .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */

.dl-menuwrapper li .dl-submenu {
  display: none;
}

.border-bottom__custom {
  border-bottom: 2px solid var(--base);
}

.bg-custom {
  background-color: var(--base);
}

.item-heading {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.userpanel img {
  max-width: 30px !important;
}

.topbar {
  background-color: #2c3e50;
  padding: 10px 0;
}

.topbar p {
  padding: 0;
  margin: 0;
}

.topbar ul {
  margin-bottom: 0;
}

.topbar a,
.topbar p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.topbar a:hover,
.topbar a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .fa-envelope-o,
.topbar .fa-phone {
  padding-right: 4px;
}

/******************************************
    SECTION
******************************************/

.img-absolute {
  padding: 30px;
  position: absolute;
  top: 0;
}

.no-scroll-xy {
  overflow: hidden !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero {
  padding: 15em 0 !important;
}

.bgcolor {
  background-color: #f3f6f9;
  padding: 30px 0;
}

.bgcolor .btn {
  margin-top: 20px;
  font-weight: 600;
  padding: 7px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sponsor{
  position: relative;
  margin: auto;
  overflow: hidden
}
.sponsor-details{
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 10px;
  padding-top: 0.7em;
}
.sponsor-details img {
  position: absolute;
  width: 50px;
  top: -40px;
  left: 5px;
  opacity: 0.9;
}

.section {
  display: block;
}

.section .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("uploads/ipad.png") no-repeat center center;
  z-index: 1;
}

.section .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("uploads/iphone1.png") no-repeat center center;
  position: absolute;
  left: 500px;
  bottom: 129px;
  z-index: 2;
}

.section .device-showcase {
  position: absolute;
  bottom: -370px;
  right: 60%;
}

.section .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none;
}

.devices {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.slider-section {
  padding: 10em 0;
  position: relative;
}

.wbt {
  border-top: 1px solid var(--light);
}

.section-title {
  display: none;
  position: relative;
  margin-bottom: 30px;
}

.section-title.m30 {
  margin-bottom: 30px;
}

.section-title p {
  max-width: 900px;
  /*color: #ffffff;*/
  font-size: 17px;
  font-weight: 400;
  margin: 20px auto 0;
  line-height: 1.66667em;
}

.section-title hr {
  margin: 15px auto !important;
  width: 80px;
  border-width: 2px;
}

.section-title h2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.section-title h1 {
  display: block;
  font-size: 38px;
  font-weight: 300;
  line-height: 1 !important;
  margin: 0;
  padding: 0 0 10px;
  letter-spacing: -0.2px;
  position: relative;
  text-transform: uppercase;
}

.small-title h4 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
}

.small-title {
  margin-bottom: 40px;
}

.about-widget h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px;
}

.small-title .lead,
.section-title .lead {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

.nav-pagi {
  display: block;
  position: relative;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid var(--light);
  color: #333 !important;
  line-height: 1.42857;
  padding: 10px 15px;
  text-decoration: none;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 1;
  color: #fff !important;
  background-color: var(--base);
  border-color: var(--base);
}

/******************************************
    SIDEBAR
******************************************/

.widget {
  background-color: #ffffff;
  border: 1px solid #f7f6f6;
  box-shadow: 0px 0px 1px 1px #eeddff;
  padding: 10px !important;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}

.text-red {
  color: red;
}

.featured {
  position: absolute;
  top: 20px;
  border: 0;
  background-color: #93278f;
  padding: 10px 15px 8px;
  border-radius: 0;
  right: -20px;
}

.featured::before {
  border-color: #b01505 transparent transparent #b01505;
  border-style: solid;
  border-width: 5px 10px;
  right: 0;
  top: 100%;
}

.featured i {
  color: #444;
  font-size: 15px;
}

.featured:before,
.featured:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

.widget .store-list .col-md-6 {
  margin-bottom: 15px;
}

.best-coupons .customlist li:before {
  content: "\f02b";
}

.post-wrapper .widget-title span,
.widget-title span {
  background: #ffffff none repeat scroll 0 0;
  padding-right: 20px;
}

.post-media .coupon-vote {
  margin-top: 10px;
}


/******************************************
    FOOTER
******************************************/

.footer, .footer a, .footer h3 {
  color: var(--light);
}

.newsletter small {
  color: #aaaaaa !important;
  font-size: 11px;
  font-weight: 300;
  padding-left: 5px;
}

.newsletter textarea {
  height: 120px !important;
}

.btn-file {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: #f3f6f9 !important;
  border-color: #eceff2 !important;
  color: #656565 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  position: relative;
}

.fileupload .thumbnail > img {
  max-height: 100%;
}

.fileupload .btn {
  vertical-align: bottom;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-group .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.fileupload-preview {
  background: #ffffff;
  border: 6px solid #f9f9f9;
  height: auto;
  min-width: 110px;
  max-width: 100%;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.widget-title h4 {
  font-size: 21px;
  font-weight: 300;
  margin: 0 !important;
  padding: 0 !important;
}

.widget-title {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.footer {
  margin: 10px 0px 0px 0px;
  background-color: var(--base);
  position: relative;
  display: block;
}

.copyrights {
  padding: 20px 0;
  position: relative;
  display: block;
}

.copyrights p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyrights p,
.copyrights a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-primary {
  border-color: var(--base) !important;
  background-color: var(--base) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
  color: var(--white) !important;
  background-color: var(--base-light) !important;
  border-color: var(--base-light) !important;
}
.btn-outline-primary 
{
  color: var(--base) !important;
  border-color: var(--base) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus
{
  color: var(--base) !important;
  background-color: var(--light) !important;
  border-color: var(--base) !important;
}

/******************************************
    DEALS
******************************************/

.coupon-tab .nav-tabs li {
  border-top: 3px solid transparent;
}

.coupon-tab .nav-tabs {
  border-bottom: 0 none;
  left: 0;
  position: absolute;
  right: 0;
  top: -53px;
}

.tab-content .favorite-coupon .fa {
  top: 0 !important;
  right: 15px !important;
}

.tab-content .nav-pagi {
  margin-bottom: 0;
}

.coupon-tab .tab-content {
  border: 0 solid #111;
  margin-top: 30px;
}

.nopadtop {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 768px) {
 
}

@media (min-width: 992px) {
}

.code-modal .btn-primary {
  background-color: transparent !important;
  border: 2px dashed #111;
  box-shadow: none !important;
  font-size: 15px !important;
  margin: auto;
  overflow: visible !important;
  padding: 10px !important;
  position: relative;
  text-align: center !important;
  text-transform: none;
  width: 100%;
}

.code-modal .btn-primary::before {
  background: #fff none repeat scroll 0 0;
  content: "\f0c4";
  font-family: FontAwesome;
  font-size: 21px;
  left: -12px;
  padding-right: 0;
  position: absolute;
  top: -13px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.code-modal .modal-header {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid var(--light);
}

.code-modal .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid var(--light);
}

.code-modal .modal-header h4 {
  font-size: 21px;
  font-weight: 300;
  padding: 5px 20px 5px 0;
}

.code-modal .coupon-meta {
  margin: 0 !important;
}

.coupon-meta h3 {
  /* font-weight: 400;
    font-size: 24px;
    padding-bottom: 0px; */
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 0px;
}

.coupon-vote a {
  width: 40px;
  height: 40px;
  color: #aaaaaa;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid var(--light);
}

.rating i {
  margin-right: -2px;
}

small {
  font-size: 13px;
}

.favorite-coupon .fa {
  border-radius: 100px;
  color: #aaa;
  border: 1px solid var(--light);
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  /*position: absolute;*/
  background: var(--white);
  right: 0;
  text-align: center;
  top: -15px !important;
  width: 30px;
  cursor: pointer;
}

.coupon-bottom {
  display: block;
  margin-top: 10px;
}

.readmore {
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: underline !important;
}

.blog-wrapper .coupon-meta h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 0;
}

.blog-wrapper .post-sharing ul {
  display: block;
  margin-bottom: 4px;
  margin-top: 15px;
}

.blog-wrapper .coupon-meta {
  margin-bottom: 10px;
}

.blog-bottom {
  display: block;
  position: relative;
  margin: 15px 0 0;
}

.blog-bottom .btn {
  margin-top: 5px;
}

.single-blog .coupon-bottom small {
  margin-right: 10px;
}

.single-blog .coupon-bottom small i {
  padding-right: 3px;
}

.single-blog .post-media {
  margin-bottom: 30px;
}

.single-blog .lead {
  margin-bottom: 20px;
}

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

.coupon-meta {
  display: block;
  margin: 8px auto;
}

.coupon-meta small {
  color: #767676;
  padding-left: 5px;
  display: inline-block;
}

.coupon-meta .rating {
  display: block;
  margin-bottom: 10px;
}
.item-meta .fa {
  padding-right: 5px;
}

.item-meta {
  display: block;
  margin-top: 20px;
}

.item-meta a {
  padding: 0;
  color: #aaa;
}

.coupon-wrapper {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}

.coupon-wrapper:hover {
  border: 1px solid var(--base);
}

.coupon-wrapper .voucher {
  height: 70px;
  padding: 0px 0px 0 0;
  margin: 5px 0 0 0;
}

.mb20 {
  margin-bottom: 20px;
}

.coupon-wrapper .show-code {
  color: #444;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  border-radius: 0;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #701f6d 10px,
      #701f6d 20px
    ),
    linear-gradient(to bottom, #93278f, #93278f);
}

.see-more-content {
  display: none;
}
.tag-container{
  height: 100px;
  width: 100%;
}
.tag-container > div{
  margin: 0 auto;
}

.cp-block .cp-text
{
  padding: 10px 0px !important;
  font-weight: 600;
  font-size: 18px;
  color: #4a4a4a;
  display: inline-block;
}
.cp-block .cp-border
{
  height: 20px;
  border: 1px dashed var(--base-light);
}
.cp-block .cp-button
{
  color: var(--white);
  background: var(--base);
  text-decoration: none;
  transition: all 0.4s;
  border: none;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
}

.w-70
{
  width: 70%;
}

.w-30
{
  width: 30%;
}

.cp-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--base-light);
  background-color: var(--light);
  border-radius: 20px;
  justify-content: space-between;
}

.blinking {
  border: 0 !important;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 !important;
  margin: 0;
  -webkit-animation: blinkingText 2s ease-in-out infinite alternate;
  -moz-animation: blinkingText 2s ease-in-out infinite alternate;
  animation: blinkingText 2s ease-in-out infinite alternate;
}
@keyframes blinkingText {
  from {
    color: #fc2403;
    opacity: 1;
  }
  to {
    color: transparent;
    opacity: 0;
  }
}

.print-code {
  width: 100% !important;
}

.print-code i {
  padding-right: 5px;
}

/******************************************
    VERSION 1.1
******************************************/

.checkbox label::before,
.checkbox label::after {
  margin-left: -24px;
  border-radius: 0 !important;
}

input.styled[type="checkbox"]:checked + label::after,
input.styled[type="radio"]:checked + label::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 9px !important;
  padding-left: 4px;
  padding-top: 2px;
}

.checkbox label::before {
  font-size: 10px !important;
}

.first-section {
  padding: 8em 0 0em;
}

.first-section .store-list small,
.first-section h4 {
  color: #444;
}

.section-title h1 {
  color: #444;
  font-weight: 300;
  font-size: 52px;
  text-transform: capitalize;
}

/*----------CSS Media Queries----------*/

@media screen and (max-width: 575px) {
  
  .autocomplete-suggestions{
    position: absolute !important;
  }

  .autocomplete-suggestions-less
  {
    top: 134px !important;
    z-index: 1020 !important;

  }

  .autocomplete-suggestions-more
  {
    top: 190px !important;
  }

  .coupon-wrapper .voucher {
    height: 85px;
  }

}

@media screen and (max-width: 768px) {
  .first-section .container .col-md-offset-2 {
    width: 100% !important;
    margin-left: 0% !important;
  }
  #wrapper .first-section {
    height: 280px;
  }
  #wrapper .first-section .m-top-8 {
    margin-top: 25px;
  }
  .custom-col {
    width: 100px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  body #wrapper .section {
    padding: 15px 0;
  }
  #wrapper .join-mailing-data .icon {
    width: 100%;
  }
  #wrapper .join-mailing-data .text {
    width: 100%;
    text-align: center;
  }
  #wrapper .join-mailing-data .button {
    width: 100%;
    text-align: center;
  }
}

/* ant-touch */
.login-btn {
  color: white !important;
  background: #1c8bce !important;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.login-btn:active {
  background: #1c8bce !important;
}

.cd-user-modal-container .cd-switcher a {
  height: 60px;
  line-height: 60px;
}

.login-input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  outline: none !important;
  display: block !important;
  width: 100% !important;
  padding: 7px !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  background: transparent !important;
  margin-bottom: 10px !important;
  font: 16px Arial, Helvetica, sans-serif !important;
  height: 45px !important;
}

.cd-form input.has-border:focus {
  border-color: #26a69a;
}

.login-btn {
  margin-top: 50px;
}

.reset-container {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #444444;
  position: relative !important;
  left: 0;
  bottom: 0;
}

.reset-container a,
.reset-container a:hover {
  color: #1c8bce !important;
  font-size: 17px;
}

.reset-container a:hover {
  text-decoration: underline !important;
}

.cd-user-modal-container .cd-switcher a {
  font-size: 18px;
}

.cd-user-modal-container .cd-switcher a:hover,
.cd-user-modal-container .cd-switcher a:focus {
  color: #26a69a !important;
}

.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}

.cd-form .fieldset {
  margin: 25px 0;
}

.signup-btn {
  color: white !important;
  background: #1c8bce !important;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.signup-btn:active {
  background: #1c8bce !important;
}

.promo-desc {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 10px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 15px 15px;
}

.promo-desc img {
  /* width: 106px !important; */
  background-color: #ffffff;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0px 10px 0 0;
  max-width: 70px !important;
}

@media screen and (max-width: 480px) {
  .m-top-8 .custom-col {
    width: 25%;
  }
  #wrapper .first-section {
    height: 350px;
  }
    .sponsor-details{
      position: relative;
    }
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}
.coupon-list .coupon-links {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.coupon-list .coupon-links sup{
  font-size: 60%;
}
.coupon-list .coupon-links > li {
  display: inline-block;
  border-right: 1px solid #999;
  padding: 0px 5px 0px 2px;
  line-height: 10px;
}
.coupon-list .voucher-title {
  height: 50px;
}

.coupon-list .coupon-links > li:first-child {
  padding-left: 0px;
}

.coupon-list .coupon-links > li:last-child {
  border-right: none;
}

.top-scroll {
  background-color: var(--base);
  width: 48px;
  border-radius: 50%;
  height: 48px;
  text-align: center;
  position: fixed;
  bottom: 5em;
  right: 1em;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border: 1px solid #f7f6f6;
  color: var(--white);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.top-scroll:hover,
.top-scroll:active {
  cursor: pointer;
  background-color: #555;
}

.top-scroll.show {
  opacity: 1;
  visibility: visible;
}

.push-image {
  position: fixed;
  top: 32rem;
  z-index: 1;
  right: 1rem;
  width: 25%;
  max-width: 100%;
}

.push-image .push-image-img {
  float: right;
}
.push-image .close {
  color: #333;
  position: absolute;
  right: 0;
  background-color: var(--white);
  opacity: 0.9;
  font-size: 2.5rem;
  width: 7%;
  border-radius: 50%;
}
.company-description table {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ddd !important;
  table-layout: fixed;
}

.company-description table > tbody > tr > td,
.company-description table > tbody > tr > th,
.company-description table > tfoot > tr > td,
.company-description table > tfoot > tr > th,
.company-description table > thead > tr > td,
.company-description table > thead > tr > th {
  padding: 3px 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border: none !important;
  width: 25%;
}
.company-description img,
.company-description iframe {
  max-width: 100%;
  height: auto;
  border-radius: .25rem!important;
}
.mt-5rem {
  margin-top: 5rem;
}
.company-description table > thead > tr,
.company-description table > tbody > tr,
.company-description table > tfoot > tr {
  border-top: 1px solid #ddd !important;
}

.company-description h4,
.company-description h5,
.company-description h6 {
  font-weight: 700;
}

.modal-logo{
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: var(--white);
  transform: rotate(-20deg);
  border: solid 1px #e3e6e9;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
  overflow: hidden;
}

.modal-content{
  background-color: #f8f9fa !important;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 30%);
}

.notification .badge {
  position: absolute;
  font-size: xx-small;
  margin-left: -5px;
  margin-top: -8px;
  color: var(--white);
}
.notification .ring{
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(startYposition);
  } 
  100% {
      opacity: 1;
      transform: translateY(endYposition);
  }
}

@keyframes fadeOut {
  0% {
      opacity: 1;
      transform: translateY(startYposition);
  } 
  100% {
      opacity: 0;
      transform: translateY(endYposition);
  }
}


.voucher-header .list-inline-f .breadcrumb-item + .breadcrumb-item::before,
.voucher-header .list-inline-f li a {
  color: var(--gray);
  opacity: 0.9;
}
.voucher-header .list-inline-f li.active {
  opacity: 1;
}

.voucher-header .voucher-h-d,.voucher-header .voucher-h-d a {
  font-size: 14px;
  color: var(--white);
  letter-spacing: 0.5px;
}

.voucher-header .voucher-h-d .gver {
  padding-left: 15px;
  border-right: 1px solid #363636;
  padding-right: 15px;
}

.voucher-header .voucher-h-d .gver:nth-of-type(1) {
  padding-left: 0px;
}
.voucher-header .voucher-h-d .gver:nth-last-of-type(1) {
  padding-right: 0px;
  border-right: 0px;
}

.voucher-header .btn-group {
  margin: 5px 0px;
}

.voucher-header .btn-group button,.voucher-header .btn-group button:focus{
  padding: 1.5vh 3vw;
  font-weight: 500;
  border: 1px solid var(--base);
  background-color: transparent;
}

.voucher-header .btn-group button.active{
  background-color: var(--base) !important;
  border-color: var(--base) !important;
}

.voucher-header .write-a-review {
  /* transition: all ease-in-out 0.5s;
  -webkit-animation: fadeOut 1s ease-in-out infinite alternate;
  -moz-animation: fadeOut 1s ease-in-out infinite alternate;
  -ms-animation: fadeOut 1s ease-in-out infinite alternate;
  -o-animation: fadeOut 1s ease-in-out infinite alternate;
  animation: fadeOut 1s ease-in-out infinite alternate; */
}

#userStartRating .rating-stars-container{
  transition: all ease-in-out 0.5s;
}
#userStartRating .rating-stars-container .title{
  font-size: 20px;
  padding: 0;
  margin: 15px 0px;
}

.modal-newsletter {
  color: #666;
}
.modal-newsletter h4 {
  color: #333;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.modal-newsletter img.newsletter-img {
  margin: 0 auto;
  background: #469CD4;
  object-fit: contain;
}
.modal-newsletter .close {
  background: var(--base-light);
  color: var(--white);
  text-shadow: none;
  opacity: 0.5;
  width: 22px;
  height: 22px;
  border-radius: 20px;
}
.modal-newsletter .close span {
  position: relative;
  top: -1px;
}
.modal-newsletter .close:hover {
  opacity: 0.8;
}
.modal-newsletter .form-control:focus {
  border-color: var(--base);
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.modal-newsletter .btn {
  color: var(--white);
  background: var(--base);
  text-decoration: none;
  transition: all 0.4s;
  border: none;
  border-left: 0;
  border-radius: 0px 4px 4px 0px;
}
.modal-newsletter .input-group {
  margin: 30px 0 15px;
}

.newsletter .form-group {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-1rem {
  margin-top: 1rem;
}

.radeem-offer .continue-link{
  color: var(--base);
  font-size: 16px;
  font-weight: 700;
  margin-top: 1rem;
  border: 0;
  display: inline-block;
}
.radeem-offer-container{
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 3rem;
  opacity: 0.8;
  padding: 20px;
}
.radeem-offer-container .offer-title{
  color: var(--base);
  font-size: 2.5em;
  font-weight: 600;
}
.radeem-offer-container .grey-block{
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-weight: 800;
  background-color: #ededed;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

.float-icon {
  margin-top: 7px;
}

.company-list ul {
  margin: 0px 5px;
}

.company-list .title h3 {
  padding: 0;
}

.company-list ul.list-unstyled li {
  padding: 5px 0px;
  border-bottom: #ddd 1px solid;
}

.company-list ul.decimal-list {
  list-style: decimal !important;
  margin: 0px 20px;
}

.company-list ul li:last-child {
  border-bottom: none;
}

.company-list ul.list-badge li {
  display: inline-block;
  border-bottom: none;
  padding: 2px 5px;
  margin: 2px 1px;
  background-color: #f1f1f1;
  border-radius: 10%;
  cursor: pointer;
}

.company-panel {
  margin-bottom: 10px;
}

.company-panel .panel {
  border: 1px solid #f7f6f6;
  box-shadow: 0px 0px 1px 1px #eeddff;
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
}

.search-form #typeahead {
  height: 45px;
  z-index: 1;
  border-radius: 50px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 15px;
}

.search-form #typeahead::-webkit-input-placeholder { 
  color: #6c757d !important;
  opacity: 1; 
}

.search-form #typeahead::-moz-placeholder { 
  color: #6c757d !important;
  opacity: 1; 
}

.search-form #typeahead:-ms-input-placeholder { 
  color: #6c757d !important;
  opacity: 1; 
}

.search-form #typeahead:placeholder { 
  color: #6c757d !important;
  opacity: 1; 
}

.search-form .input-group {
  width: 100%;
}

.code-link
{
  border-radius: 20px;
}

.search-form .input-group-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}
.search-form .input-group-btn .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.search-form .input-group-btn button {
  border: 0;
  background: none;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sign-up-btn {
  margin-top: 1.8rem;
}

.search-form .search-query:focus + button {
  z-index: 3;
}

.section {
  position: relative;
}

.hide{
  display: none;
}

.loading {
  background: var(--white);
  margin-bottom: 20px;
  border: 1px solid #f7f6f6;
  box-shadow: 0 0 1px 1px #edf;
  border-radius: 5px;
  opacity: .96;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1021;
  top: 0;
}

.loading img {
  height: 50px;
  width: 50px;
  position: relative;
  top: 48%;
  margin: 0 auto;
}

.favourite-section{
  position: relative;
}
.favourite-section ul.fs-links > li
{
  position: relative;
}
.favourite-section ul.fs-links > li > a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 40px;
  padding: 10px;
  color: var(--base) !important;
  border-bottom: 1px solid var(--base) !important;
  width: 100%;
  display: block;
  text-align: center;
}
.favourite-section ul.fs-links > li.active > a,
.favourite-section ul.fs-links > li > a:focus,
.favourite-section ul.fs-links > li > a:hover {
  background: var(--base) !important;
  color: #fff !important;
}

.c__store-list-data {
  background: transparent;
  box-shadow: 0 0 4px transparent;
  padding: 2px;
  margin: 2px 0;
}
.c__store-list-data1 {
  background: transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
}

.c__store-list-data1 a {
  display: inline-block;
}
.c__store-list-data1 a img {
  width: 100%;
  margin-bottom: 10px;
}
.c__store-list-data1 a small {
  font-size: 10px;
}
.c__store-list-data1 a .com_name {
  font-size: 15px;
  color: #237eb2;
  line-height: 15px;
}
.c__store-list-data a {
  display: inline-block;
}
.c__store-list-data a img {
  width: 100%;
  margin-bottom: 10px;
}
.c__store-list-data a small {
  font-size: 10px;
}
.c__store-list-data a .com_name {
  font-size: 15px;
  color: #237eb2;
  line-height: 15px;
}
.section-title.csection h1 {
  font-size: 52px;
  display: inline-block;
  border: dashed 1px rgba(255, 255, 255, 0.4);
  margin: 10px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.1);
}
.custom-row {
  text-align: center;
}
.custom-col {
  display: inline-block;
  margin: 25px 2px;
  position: relative;
  top: 4px;
}
.custom-col img {
  width: 80px;
}
.coupon-wrapper .show-code {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  background: #93278f;
}
.custom-post-media a {
  background: #fff !important;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.custom-post-media .title {
  float: left;
  line-height: 12px;
}
.form-control {
  font-size: 15px;
}
.have-account {
  border-top: solid 1px #ccc;
}
.active-alphabet {
  font-size: 22px;
  color: #93278f;
}
.favorite-coupon {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -35px;
  margin-right: -15px;
}
a.rating-clear {
  display: none;
}

.category-img {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  border-radius: 0.5rem;
  border: solid 1px rgba(238, 238, 238, 0.17);
  box-shadow: 0 0 15px rgb(238 238 238 / 2%);
}
.category-img img {
  min-width: 30px;
  width: 100px;
  margin-bottom: 5px;
}
.list-none {
  list-style: none !important;
}
section.section.page-title-wrapper {
  background: #fafafa !important;
  border-bottom: solid 1px #eee;
}
.promobox h4 {
  font-size: 18px;
  line-height: 19px !important;
}
.p0 {
  padding: 0 !important;
}
.fix-size-weight,.fix-size-weight > *{
  font-size: 16px !important;
  font-weight: 600 !important;
}
.company-tabs .nav.nav-pills {
  border: none;
  margin: 0;
  width: 100%;
}
.company-tabs .nav.nav-pills li {
  border: none;
  text-align: center;
}

.company-tabs .nav.nav-pills h3 {
  margin: 0;
  padding: 0;
  color: var(--white);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.panel-title {
  font-size: 18px;
  padding: 0;
}
.company-tabs .nav.nav-pills a {
  padding: 1rem;
  border: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--base);
}
.company-tabs .nav.nav-pills li a.active h3 {
  color: #333;
}
.company-tabs .nav.nav-pills li a.active{
  background-color: var(--white);
  background-color: var(--white);
  border: none;
}
.list-design a{
  background: rgb(255, 255, 255);
  color: rgb(53, 204, 212);
  border-color: rgb(53, 204, 212);
  font-weight: 600;
}
.list-design a:hover,
.list-design a.active {
  background: var(--base);
  color: var(--white);
}
.title-bordered{
  font-size: 25px;
  border-left: 4px solid var(--base);
  padding: 10px;
  line-height: 30px;
  margin: 15px 0px;
  width: 100%;
}
.title-bordered-2{
  font-size: 20px;
  border-left: 4px solid var(--base);
  padding: 10px;
  line-height: 22px;
  margin: 10px 0px;
  width: 100%;
}
.title-bordered .fa{
  padding-left: 10px;
  position: relative;
  top: 3px;
}

body.overlay-open .overlay
{
  width: 100%;
}
body.overlay-open
{
  overflow: hidden !important;
}
.overlay
{
  overflow: hidden;
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1022;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}
.overlay > .overlay-container
{
  overflow: auto;
  overflow-x: hidden;
  margin-right: -45%;
  margin-left: auto;
  width: 30%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  padding: 0em 0.5em;
  transition: all 0.7s ease-in-out;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: .25rem!important;
  border: 1px solid #dee2e6!important;
}

body.overlay-open .overlay > .overlay-container 
{
  margin-right: 0%;
}

@keyframes blinkColor {
  from {
    color: var(--dark);
  }
  to {
    color: var(--base);
  }
}
.dropdown-menu {
  overflow-y:auto; 
  max-height:80vh
}

.products .product-grid {
  overflow: hidden;
  background-color: var(--white);
}

.products .product-grid:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.products .product-grid .product-image {
  position: relative;
}

.products .product-grid .product-content {
  margin: 5px 10px;
}

.products .product-grid .product-image a {
  display: block;
}
.products .product-grid .product-image img {
  width: 100%;
}
.list-unstyled li{
  line-height: 30px;
}

.products .product-grid .title a {
  color: #222;
}

.products .product-grid .title a:hover {
  color: var(--base);
}

.products .product-grid .price {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.products .buy-now {
  border: 1px solid var(--base);
  display: block;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0.25rem;
  transition: all 0.3s;
  padding: 5px 0px;
  text-align: center;
  background: var(--base);
  color: var(--white);
}

.product-grid .product-discount-label {
  color: var(--white);
  font-size: 12px;
  background-color: #46D0D8;
  left: auto;
  right: 5px;
  border-radius: 20px;
  top: 5px;
  opacity: 0.8;
  display: block;
  position: absolute;
  padding: 2px 7px;
}

.products .product-grid:hover .buy-now {
  border: 1px solid transparent;
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--base-light);
}

.products .comparision img{
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid var(--base);
}
.products .table tr td{
  vertical-align: middle;
}

.products .buy-now:hover {
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--base-light);
}

.search-items{
  border-bottom: #DDD 2px solid;
  padding: 1.5rem 0rem !important;
}
.search-items img{
  border-color: var(--base) !important;
  border: 2px solid;
  background-color: var(--white);
  height: 80px;
  width: 100%;
  border-radius: 50px;
}

.company-links{
  margin: 10px 0px;
}

.company-links.nav-overlay{
  width: 100%;
  top: 74px;
  background-color: var(--white);
  border-bottom: 2px solid var(--base);
  position: -webkit-sticky;
  position: sticky;
  z-index: 1019;
  margin: 0;
}

.company-links .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}

.company-links .list-inline li{
  margin: 10px 0px;
}

.company-links .list-inline a{
  padding: 10px 0px;
  font-weight: 600;
}

.company-links .list-inline a:hover{
  color: #000;
  border-bottom: 2px solid var(--base);
}

/* MEDIA QUERIES */

@media screen and (min-width: 1000px) {
  
}

@media (max-width: 1000px) {

}

@media only screen and (max-width: 990px) {
  .navbar.sticky-top
  {
    position: relative;
  }

  .products .product-grid {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .voucher-title{
    min-height: 40px;
  }
  .favourite-section ul.fs-links > li.active a:after
  {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid var(--base);
  }
}

@media (max-width: 768px) {
  .title-bordered{
    font-size: 22px !important;
  }
  .company-links{
    margin: 0rem;
    padding: 0rem;
  }
  .push-image {
    display: none;
  }
  .favourite-section ul.fs-links {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }
  .favourite-section ul.fs-links li{
    display: inline-block;
  }
  .company-description img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  .category-navbar {
    top: 15.5rem !important;
  }
  .top-store-navbar {
    top: 13rem !important;
  }
  .category-navbar img {
    display: none;
  }
  .top-store-navbar img {
    display: none;
  }
  .top-store-navbar a h2 {
    padding: 0px 0px;
    margin: 4px 0px;
  }
}

@media (max-width: 600px) {
  .overlay > .overlay-container{
    width: 100%;
  }
  .section-container h1 {
    font-size: 21px !important;
  }
  .expire-voucher-time {
    padding: 3px 0px;
    font-size: 13px;
  }
  .company-links.nav-overlay{
    top: 0px;
  }
}

@media (max-width: 500px) {
  .company-description h2 {
    font-size: 16px;
    font-weight: bold;
  }
  .company-description h3 {
    font-size: 15px;
  }
  .company-description p {
    font-size: 13px;
  }
  .company-description td,
  .company-description td strong,
  .company-description p strong {
    font-size: 14px;
  }
  .company-list ul {
    margin: 0px;
  }
  .company-tabs .nav.nav-tabs h3 {
    font-size: 13px;
  }
  .favourite-section ul.fs-links > li.active > a,
  .favourite-section ul.fs-links > li > a:focus,
  .favourite-section ul.fs-links > li > a:hover {
    font-size: 11px !important;
  }
  .favourite-section ul.fs-links li {
    padding: 0;
    margin: 5px 2px;
  }
  .favourite-section ul.fs-links > li > a {
    font-size: 10px !important;
    padding: 0 5px;
  }
}
