html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0 !important;
}
.couponModal
{
  padding: 0px !important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #f5f5f5;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.search-group {
  padding: 10px 0px 0px;
  position: relative;
  width: 100%;
  display: none;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.alert {
  padding: 0px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 250px;
}

.alert-success {
    color: #3c763d;
    padding: 12px 15px;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  transform: scale(0);
}

.fade-custom {
  -webkit-transition: all .30s linear !important ;
  -o-transition: all .30s linear !important ;
  transition: all .30s linear !important ;
  transform: scale(0) !important ;
}

.fade.in {
  transform: scale(1) !important ;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  z-index: 9999999;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}
#couponModal .modal-header {
  padding: 20px 20px;
  border-bottom: 2px dashed #eeeeee;
}
#couponModal .modal-content button.close {
  color: #e9252c;
  top: 15px;
  position: unset !important;
}

#couponModal .modal-title {
  float: left;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
#contact-modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-top:5px solid #e9252c;
}

#contact-modal .modal-content button.close {
  color: #e9252c;
  top: 15px;
}

#contact-modal .modal-body {
  padding: 15px;
  background-color: #efefef;
}
#contact-modal .flex {
  align-items: center;
  margin: 0px 0px 20px;
}
#contact-modal label {
  width: 20%;
}
#contact-modal .modal-control {
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px 15px;
  color: #000;
  border-left: 3px solid #e9252c;
}
#contact-modal .modal-middle {
  margin-top: -10px;
  float: right;
  padding: 15px 20px;
}
.modal-header .close {
  margin-top: -2px;
}

#contact-modal .modal-title {
  margin: 0;
  line-height: 1.42857143;
  position: relative;
  text-align: center;
  padding: 0px 15px;
}

#contact-modal textarea{
  resize: none;
}



.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #38404b;
  font-weight: 600;
  color: #fff;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.carousel {
  position: relative;
  z-index: 9;
}

.carousel-inner {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.4s ease-in-out left;
  -o-transition: 0.4s ease-in-out left;
  transition: 0.4s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out,
      -o-transform 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 400px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: initial;
    max-width: initial;
    height:400px;
}

.carousel-control .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 4em;
}

.carousel-control .icon:before {
  margin: auto;
}

.carousel-inner {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 1;
  box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
  z-index: -9;
}

.has-error label {
  color: #a94442 !important;
}

.has-error .form-control {
  border-color: #a94442 !important;
}

.carousel .container{
   padding-right: 0px; 
  padding-left: 0px;
}

/*! Flickity v2.2.1
      https://flickity.metafizzy.co
      ---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-context-menu;
  cursor: context-menu;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #e9252c;
}

.flickity-prev-next-button {
  top: 107%;
  width: 20px;
  height: 10%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 45%;
}

.flickity-prev-next-button.next {
  right: 45%;
}


.card {
  width: 100%;
  border: lightgray 1px solid;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 12px;
  display: inline-block;
}

.card > * {
  padding: 15px;
  margin-bottom: 0; /* added padding to direct children so that EVERYTHING didn't get picked up in padding declaration*/
}

.card-header {
  border-bottom: lightgray 1px solid;
  border-radius: 6px 6px 0 0; /* used border not hr because style is for css not html */
  background-color: indigo;
  color: white;
}

#card-title {
  margin-bottom: 0; /* removed default h1 margin */
}

.card .icon {
  float: right;
  /* font-size: 50px; */
  height: 70px;
  border: 3px solid #0004;
  background: #fff;
  position: relative;
  top: 0px;
  width: 70px;
}

.card .icon .web_imagebox {
  display: block;
  min-height: 20px;
  height: 100%;
  border: 1px solid #fff;
  width: 100%;
  position: relative;
}

#card-title {
  width: 80%;
  margin: 0 0px 0px;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 18px;
  height: auto;
}

.m-t-40 {
  margin-top: 40px;
}

/* .indigo-brand {
  background-color: #38404b;
  color: white;
} */

.indigo-brand {
  /* background-color: #38404b; */
  background-image: url(../images/stores/stores-background.jpg);
  background-position: initial;
  color: white;
  padding: 12px;
}

p.description {
  font-weight: 600;
  padding: 6px;
  margin-top: 4px;
}

.cta {
  line-height: 44px;
}

.hot-stores .col-lg-2 {
  padding: 0px 10px;
}



.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -22px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #e2e2e2;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #e9252c;
}

.product-card {
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  margin: 5px auto;
  background: #fafafa;
}
.ribbon {
  position: absolute;
  display: block;
  top: -3px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.ribbon .label {
  position: relative;
  display: block;
  left: -10px;
  top: 23px;
  width: 158px;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  z-index: 9;
  color: #fff;
  background-color: #e9252c;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.label:before,
.label:after {
  content: "";
  position: absolute;
  bottom: -4px;
  border-top: 4px solid #232e3c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.label:before {
  left: 0;
}

.label:after {
  right: 0;
}

.product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  background: #fff;
}

.product-thumb .web_imagebox {
  display: block;
  min-height: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-thumb img {
  max-width: 70%;
  max-height: 100%;
}

.product-details {
  padding: 10px;
  min-height: 155px;
  background-color: #fff;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 600;
  display: block;
  font-size: 18px;
  color: #363636;
  text-decoration: none;
  line-height: 1.2;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  transition: 0.3s;
}

.product-details h4 a:hover {
  color: #e9252c;
}

.product-details p {
  line-height: 1.4;
  margin: 5px 0;
  color: #999;
}

.product-bottom-details {
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  background-color: #fff;
}
.product-bottom-details .widgets {
  margin-bottom: 7px;
}

.product-bottom-details div {
  float: left;
  width: 100%;
}

.action-cta.deal {
  width: 100%;
}
.action-cta.deal {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0px;
  transition: margin 0.2s, padding 0.2s;
  display: block;
  position: relative;
  padding: 1px 6px 0 10px;
  color: #fff;
  margin-right: 35px;
  margin-bottom: 2px;
  max-width: 100%;
  border: 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color:#e9252c;
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 0 0 6px 4px #8080804a;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #3a3a3a;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #bbb;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

*,
body {
  font-family: 'Lato', sans-serif;
}

a {
  text-transform: none;
  text-decoration: none;
  color: #333;
}

.section {
  padding: 20px 0px;
  position:relative;
  width:100%;
}

.nobg{
  background:#e9252c;
}

.newstores-sec .section-title
{
  color: #333333;
}


.divided::before {
  content: "▼";
  width: 10rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -2.25rem;
  transform: rotate(180deg);
  left: calc(50% - 5rem);
  color: #333;
  line-height: 5rem;
  text-align: center;
  z-index: 99999;
  align-items: center;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  font-size: 2rem;
}
.divide:after {
  content: "▼";
  width: 10rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -2.25rem;
  transform: rotate(0);
  left: calc(50% - 5rem);
  color: #333;
  line-height: 5rem;
  text-align: center;
  z-index: 99999;
  align-items: center;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  font-size: 2rem;
}
.divided-btm::before {
  content: "▼";
  width: 10rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: -2.25rem;
  left: calc(50% - 5rem);
  color: #333;
  line-height: 5rem;
  text-align: center;
  z-index: 99999;
  align-items: center;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  font-size: 2rem;
}
.sec-curve svg
{
  transform: scale(1, 1);
}
.sec-curve.bg svg {
  
  background: #e9252c;
}
.sec-curve svg {
  display: block;
  transform-origin: center;
}
.sec-foot-text {
  text-align: center;
  margin: 15px 0px 20px;
}
.sec-bottom {
  text-align: center;
  margin: 15px 0px 0px;
}
.sec-foot-text a {
  color: #e9252c;
  font-weight: 600;
}
      .flex {
        display: flex;
        justify-content: space-between;
      }
      .flex > li {
        flex: 1;
        margin-right: 16px;
      }
      
      button {
        color: #fff;
        font-size: 14px;
        background-color: #e9252c;
        border: none;
        transition: all 0.3s;
        outline: none;
        cursor: pointer;
      }

    .footer-section ul {
        margin: 0px;
        padding: 0px;
    }
    .footer-section {
      background: #151414;
      position: relative;
    }
    .footer-cta {
      border-bottom: 1px solid #373636;
      padding: 40px 0px;
  }
  .single-cta i {
    color: #e9252c;
    font-size: 30px;
    text-align: center;
    float: left;
    margin-top: 30px;
}
    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }
    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .cta-text span {
      color: #757575;
      font-size: 15px;
    }
    .footer-content {
      position: relative;
      padding: 40px 0px;
      z-index: 2;
  }
    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }
    .footer-logo {
      margin-bottom: 30px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-text p {
      margin-bottom: 14px;
      font-size: 15px;
      color: #dadada;
      line-height: 28px;
    }
    .footer-social-icon span {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }
    .footer-social-icon a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
    }
    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
    }
    .facebook-bg{
      background: #3B5998;
    }
    .twitter-bg{
      background: #55ACEE;
    }
    .pinterest-bg
    {
      background-color: #d11338!important;
    /*border-color: #d11338!important;*/
    }
    .gp-bg
    {
      background-color: #db4a39!important;
    /*border-color: #d11338!important;*/
    }
    .youtube-bg{
      background: #DD4B39;
    }
    .instagram-bg{
      background: #405DE6;
    }
    .footer-widget-heading h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative;
    }
    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: #e9252c;
    }
    .footer-widget ul li {
      display: inline-block;
      float: left;
      width: 50%;
      margin-bottom: 12px;
    }
    .footer-widget ul li a:hover{
      color: #e9252c;
    }
    .footer-widget ul li a {
      color: #dadada;
      text-transform: capitalize;
      font-size:15px;
    }
    .subscribe-form {
      position: relative;
      overflow: hidden;
    }
    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: #2E2E2E;
      border: 1px solid #2E2E2E;
      color: #fff;
    }
    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #e9252c;
        padding: 13px 20px;
        border: 1px solid #e9252c;
    }
    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }
    .copyright-area{
      background: #202020;
      padding: 25px 0;
    }
    .copyright-text p {
      margin: 0;
      text-align: justify;
      font-size: 15px;
      padding: 5px 0px;
      color: #fff;
  }
    .copyright-text p a{
      color: #e9252c;
    }
    .footer-menu{
      padding: 5px 0px;
    }
    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
    }
    .footer-menu li:hover a{
      color: #e9252c;
    }
    .footer-menu li a {
      font-size: 15px;
      color: #fff;
    }

.section.cut-border {
  border: 2px dashed #e6e6e6;
  border-left: none;
  border-right: none;
}

.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

.section-title {
  font-weight: 600;
  font-size: 1.8em;
  margin: 5px 0 10px 0;
  padding: 0px 0px 25px;
  text-align: center;
  position: relative;
}

.section-title:before{
  content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 127px;
    height: 2px;
    background-color: #e0e0e0;
}
.section-title:after{
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 40px;
  height: 5px;
  background-color: #e9252c;
}

.section-title.small {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 7px;
}
.box-tech {
  position: relative;
  min-width: 180px;
  max-height: 255px;
  height: 180px;
  margin: 10px 0px;
  display: flex;
  align-content: center;
  justify-content: center;
  box-shadow: -3px 1px 10px 0px #cecece;
  overflow: hidden;
  padding: 2em;
}
.box-tech .content {
  display: flex;
  align-content: center;
  text-align: center;
  margin: 0px;
  width: 100%;
  justify-content: center;
  flex-flow: column;
  padding-top: 5em;
  transition: all 0.2s ease-in-out;
}
.box-tech .content .web_imagebox img {
  margin: auto;
  max-height: 100%;
  transition: all 0.2s ease-in-out;
  filter: grayscale(100%) brightness(100%);
  max-width: 100%;
}
.box-tech .content .web_imagebox {
  height: 80px;
  width: 100%;
}
.box-tech .content p {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-top: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
  .box-tech .content .desc {
  transform: scale(0, 0);
  transition: all 0.2s ease-in-out;
}
.box-tech .content .desc .line {
  border-top: 1px solid #000;
  width: 0px;
  margin-top: 0em;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
  .box-tech .content .desc p {
  font-size: 1em !important;
  font-weight: 600;
  text-transform: none;
  margin-top: 0em;
}
  .box-tech:hover .content,
  .box-tech.active .content,
  .is-selected.active .content {
  padding-top: 0em;
  cursor: pointer;
}
  .box-tech:hover .content img,
  .box-tech.active .content img,
  .is-selected.active .content img {
  filter: none;
}
  .box-tech:hover .content p {
  color: #111;
}
  .box-tech:hover .content .desc,
  .box-tech.active .content .desc,
  .is-selected.active .content .desc {
  display: block !important;
  transform: scale(1, 1);
}
  .box-tech:hover .content .desc .line,
  .is-selected.active .content .desc .line {
  width: 50px;
}


.bg {
  background-color: #fff;
}
.section-para {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  text-align: center;
}
.hot-deals-carousel {
  margin-bottom: 7px;
  height: auto;
}


.cardstores {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  border: 4px double #e9252c;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
      transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}

.front .web_imagebox {
  width: 100%;
  margin: auto;
  height: 100%;
}

.back {
  z-index: 1;
  background-color: #e9252c;
  transform:rotateY(180deg);
}

.back a {
  line-height: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  height: 50%;
  text-align: center;
  color: #fff;
  display: block;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.back a:hover {
  opacity:0.5;
}

.cardstores:hover .front{
  transform:rotateY(-180deg);
  cursor: pointer;
}
.cardstores:hover .back{
  transform:rotateY(0deg);
}
.web_imagebox {
  display: block;
  min-height: 20px;
  width: 100%;
  position: relative;
}

.web_imagebox img {
  margin-left: auto;
  padding: 5px;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 90%;
}

.primary-header {
  background:#e9252c;
  padding: 12px 0px;
  width: 100%;
}
.primary-header .flex-wrapper {
  display: flex;
  align-items: center;
}

.header-nav {
  display: flex;
  padding-right: 3em;
  height: 100%;
}
.header-nav:before,
.header-nav:after {
  content: "";
  display: table;
}
.header-nav:after {
  clear: both;
}
.nospace{
  margin: 0px !important;
}

.brand_img_wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: -40px;
  background: #fff;
  box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
  z-index: 999999;
}

@keyframes fadeIn {
  0% {
      background-color: #cecece;
      left: -100px;
  }
  100% {
    background-color: #e9252c;
    left: 0px;
  }
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.brand_img_box {
  flex: 1;
  margin: 0px auto;
  cursor: pointer;
  position: relative;
  background: #ddd;
}
.brand_img_box.active {
  background: #fff;
  box-shadow: inset -1px 5px 9px 3px #dddddd;
  transition: background 500ms ease;
}
.brand_img_box.active .slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #e9252c;
  animation: fadeIn 1s;
  width: 100%;
}
.brand_img_box.active .slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #e9252c;
  animation: fadeIn 500ms;
  
  width: 100%;
}
.brand_img_box .slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
}
.brand_img_box .sliderbg {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #cecece;
  width: 100%;
}

.contactborder {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cecece;
  width: 100%;
}

.contact_form_rs input:focus ~ .contactborder .slider, textarea:focus ~ .contactborder .slider {
  position: absolute;
  top: 0;
  height: 4px;
  background-color: #e9252c;
  animation: borderwidth 500ms;
  width: 100%;
}

@keyframes borderwidth
{
  0%{
     width: 0%;
  } 
  110%{
    width: 110%;
 } 
}



.contactborder .slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
}


.brand_img_box .web_imagebox {
  height: 80px;
  width: 100%;
}
.brand_img_box .web_imagebox img {
  margin: auto;
  max-height: 80%;
  filter: grayscale(1);
  max-width: 100%;
}
.brand_img_box img:hover {
  filter: grayscale(0);
}
.brand_img_box.active .web_imagebox img {
  filter: grayscale(0);
}

.toggle {
  z-index: 9999;
  display: none;
}

.hot-stores {
  width: 100%;
}

.hot-store-box {
  min-height: 170px;
  background-color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.hot-store-box .web_imagebox {
  margin-top: 7px;
  min-height: 100px;
  background-color: #fff;
}

.hot-store-box .web_imagebox img {
  max-width: 80%;
}

.main-carousel .carousel-cell {
  counter-increment: gallery-cell;
  box-shadow: 0 0.0625rem 0.125rem #cecece;
}

.hot-store-box .store-name {
  margin: 10px 7px 0 7px;
  text-align: center;
  line-height: 1.2;
  font-size: 1.02em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot-store-box .offers-count {
  text-align: center;
  margin: 5px 7px 10px 7px;
  font-weight: 500;
  line-height: 0.9;
}

.featured-coupon {
  background-color: #fff;
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.featured-coupon .web_imagebox {
  height: 80px;
  width: 90px;
  margin: 12px;
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 3px;
  float: left;
}

.featured-coupon .content-box {
  padding: 5px 13px;
  min-height: 157px;
  padding-top: 15px;
}

.featured-coupon .content-box .title {
  font-size: 1.2999em;
  font-weight: 700;
  line-height: 1.2;
  margin: 7px 0;
  margin-top: 0;
}

.coupon-description p {
  font-size: 14px;
  margin: 7px 0;
  color: #676767;
}

.action-box {
  position: relative;
}

.featured-coupon .action-box {
  padding: 13px 13px;
  padding-top: 7px;
}

.action-code {
  position: relative;
}

.featured-coupon .widgets {
  padding: 0 13px;
  color: #6f6f6f;
}

.widgets .exp-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.badge {
  font-size: 14px;
  z-index: 99;
}

.action-cta {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0px;
  transition: margin 0.2s, padding 0.2s;
  display: block;
  position: relative;
  padding: 1px 6px 0 10px;
  color: #fff;
  margin-right: 35px;
  margin-bottom: 2px;
  max-width: 100%;
  border: 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color:#e9252c;
  width: 85%;
  border-right: 2px dashed #fff;
  transition: 700ms ease;
}

.action-box:hover .action-cta:not(.deal) {
  width: 82%;
  transition: 700ms ease;
}

.action-cta-code {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 39px;
  background-color: #f4f3f8;
  text-align: right;
  padding-right: 8px;
  color: #40423f;
  position: absolute;
  top: 0;
  left: 0;
}

.detail_box {
 /* font-family: 'Quicksand', sans-serif;
  min-width: 272px;
  max-width: 380px;
  margin: 10px auto;*/
  margin-bottom:30px;
      border: 1px solid #eaeaea;
  width: 100%;
  height: 422px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease-in-out;
}
.detail_box_photo {
  height: 100px;
  flex: 0 0 100px;
  transition: 0.5s ease-in-out;
  position: relative;
  transform: scale(1);
}
.profile_f {
  padding: 10px 15px 0px;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.detailview{
  display: none;
}
.detailtext {
  padding: 10px;
  text-align: center;
  font-weight: 500;
  box-shadow: inset 0 0 10px rgb(0 0 0 / 10%);
  background: #f3f3f3;
}
.detail_box_photo .web_imagebox {
  display: block;
  min-height: 20px;
  margin: auto;
  width: 90%;
  height: 100%;
  position: relative;
}

.detail_box_details {
  /*padding: 10px 0px 0px;*/
  position: relative;
}
.divider {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  height: 100%;
  padding: 18px 0;
  list-style: none;
}


.detail-titles{
  flex: 1;
  padding: 0px 12px 0px 12px;
  text-align: left;
  width: 100%;
  align-self: center;
}
.detail_box_name {
  font-size: 17px;
  color: #555;
  font-weight: 600;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  overflow: hidden;
  width:100%;
  display:inline-block;
}
.detail_box_uses,.detail_box_uses i {
  font-size: 14px;
  color: #555;
}

  .detail_box_type {
  font-size: 12px;
  color: #666;
}
.detail_box_info span {
  color: #222;
  font-size: 14px;
  display: block;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 52px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .detail_box_info span{
  margin: 10px 0px;
}

.detail_box_table {
  width: 100%;
  margin-bottom: 10px;
}
.action_container {
  display: flex;
  padding: 15px;
  border-top: 1px dashed #ccc;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.action_container.nobs {
  display: flex;
  padding: 15px;
  border-top: 1px dashed #ccc;
  box-shadow: none;
}
.ribbon2 {
  width: 20px;
  padding: 10px 3px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 3px;
  background: #e9252c;
}

.ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-left: 10px solid #e9252c;
    border-right: 10px solid #e9252c;
    border-bottom: 10px solid transparent;
}
.action_left
{
  flex: 1;
}
.action_right {
  flex: 0 0 70px;
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: -2px;
}
.favorite-button {
  position: relative;
}
.favorite-button:hover .favorite-button-icon {
  color: #bbb;
}
.favorite-button--on .favorite-button-icon {
  animation: favorite-star 0.6s linear forwards;
  position: relative;
  z-index: 3;
}
.favorite-button-icon {
  width: 60px;
  color: #ccc;
  height: 100%;
  text-align: center;
}
.favorite-button-icon.fa {
  line-height: 36px;
  border-image-outset: 60 30;
  border:2px solid black;
}


.detail_tabbed {
  width: 100%;
  background: #FFF;
  list-style-type: none;
  /*margin: 0px 0px 10px;*/
  /*padding: 0px 15px;*/
  height: auto;
}

.detail_tabbed .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.detail_tabbed li:last-child .link { 
border-bottom: none; }



.dd i {
  position: absolute;
  top: 17px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.detail_tabbed li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}


.detail_tabbed li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  /*display: flex;*/
  font-size: 14px;
  list-style-type: none;
  width: 100%;
  /*margin-top: 5px;*/
  border-top: 1px dashed #CCC;
  min-height: 80px;
  -moz-transition: height .3s linear;
  -webkit-transition: height .3s linear;
  transition: height .3s linear;
  padding:15px 15px;
  background-color: #f9f9f9;
}
.submenu.info:not(.inactive) {
  height: 40px;
  border-bottom: none;
  position: relative;
  margin-bottom: 30px;
}


.inactive {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -moz-transition: height .3s linear;
  -webkit-transition: height .3s linear;
  transition: height .3s linear;
  height: 0;
  border-width: 0 1px;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0px;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.submenu.info a {
  position: relative;
  color: #333;
  padding: 5px;
  border: 4px double #eee;
  border-top: transparent;
  background: #fff;
  width: 100%;
  border-bottom: transparent;
  z-index: 999;
}
.submenu.info li {
  flex: 1;
  padding: 0 10px;
}
.favorite-button {
  top: 2px;
}
@keyframes favorite-star {
  5% {
    transform: scale(0.85);
 }
  50% {
    transform: scale(1.25);
    background: #e9252c;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
  100% {
    transform: scale(1);
    background:#e9252c;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
}
  .detail_box_table tr td {
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  font-size: 14px; 
  text-align: right;
  padding:0;
}

.details_cpn
{
  min-height:40px;
}
  .detail_box_table tr,   .detail_box_table td {
  border:none;
  
}

.detail_box_table tr td:first-child {
  color: #333;
  text-align: left;
  font-weight: 500;
}

  .detail_box_overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 100%;
  
}

.detail_box_button {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: absolute;
  margin: 0 auto;
  padding: 0px;
  width: 70%;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  left: 0;
  right: 0;
  top: -40px;
}

.detail_box hr {
    display: block;
    margin: 5px 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border: 5px dashed #eee;
    border-width: 0.5px;
}

.offer_single.opened .action-cta,
.offer_single.opened .action-cta-peel {
  visibility: hidden !important;
}

.offer_single.opened .action-cta-code {
  border: 2px dashed #e9252c;
  text-align: center;
  margin: 0;
  font-weight: 700;
  padding-right: 0;
  font-size: 17px;
}

.verified-badge {
  color: #00c96f !important;
  align-items: center;
  font-size: 15px;
}

.widget-seperator {
  margin: 0 4px;
  color: #929292;
}

.verified-badge .icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.offer-used-badge {
  color: #6f6f6f;
  float: right;
  padding: 0 10px;
}

.featured-coupon-carousel .carousel-cell {
  height: auto;
  margin-bottom: 10px;
}
.brand-badge {
  background:#e9252c;
  border-radius: 50%;
  float: right;
  color: #fff;
  font-family: monospace;
  line-height: 25px;
  width: 25px;
  text-align: center;
  height: 25px;
}
.seperator-wrapper {
  padding: 10px 0;
}

hr.sepertor {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #fff;
}
.snip1515 {
  position: relative;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}

.snip1515 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1515 .profile-image {
  display: inline-block;
  width: 60%;
  padding: 10px;
  z-index: 1;
  position: relative;
  padding: 5px;
  border: 5px solid #fff;
  background: transparent;
}
.showMain .header {
  margin-top: 0;
}
.header, .header .menu_hidden {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header {
  background: #ede4bb;
  position: relative;
  margin-top: -80px;
  perspective-origin: top;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  perspective: 700px;
  z-index: 4;
  left: 0;
  right: 0;
  z-index: 999999;
}

.header:before {
  content: "";
  background-color: #dadada;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

.header .menu_hidden {
  opacity: 0;
  width: 100%;
  overflow: hidden;
  height: 80px;
  background: #e9252c;
  display: flex;
  /*box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23);*/
  justify-content: center;
  align-items: center;
  transform-origin: bottom;
  transform: rotateX(90deg);
}

.header .menu_hidden .nav-link {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0px 10px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}

.nav-link.active:before,
.nav-link:hover:before
{
  content: '';
  background: #ffffff;
  width: 100%;
  margin: 0px 10px;
  position: absolute;
  top: 0px;
  height: 2px;
  animation: 500ms nav-animate forwards;
}
.nav-link.active:after,
.nav-link:hover:after
{
  content: '';
  background: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 2px;
  animation: 500ms nav-animate forwards;
}

@keyframes nav-animate{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.header .menu_hidden .nav-link svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.header .wrapper_hidden {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 12px 0;
}

.header .hmbtn {
  background-color: #ea252c;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  cursor: pointer;
}
.fa-1p {
  font-size: 1.7em !important;
}
.header .hlogo {
  margin: 0 20px;
}

.header .hlogo img {
  max-width: 250px;
  height: auto;
}

.header .hsftgl {
  font-size: 1.5em;
  display: none;
}
.icon-search:before {
  content: "";
}

.header .hsform {
  flex: 1;
  display: flex;
  height: 45px;
  align-items: center;
  position: relative;
}
.header .hsform .icon-search {
  position: absolute;
  left: 15px;
  color: #333;
}
.header .hsform form {
  flex: 1;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-clip: padding-box;
}
.header .hsform input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 20px 0 34px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-clip: padding-box;
}
.search-box{
  flex: 1;
}
.hsform.shownsearch {
  display:flex !important;
}
.header .hsftgl {
  font-size: 1.5em;
  display: none;
}
.header .hsform button {
  font-size: 14px;
  color: #fff;
  height: 100%;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  background-color: #ea252c;
  transition: background-color 0.2s linear;
}
.showMain .header .menu_hidden {
  transform: rotateX(0deg);
  opacity: 1;
}
.mainWrapper {
  width: 100%;
  position: relative;
}
.mainWrapper i {
  color: #fff;
}
.profile-image:before {
  content: " ";
  position: absolute;
  background: #f3f3f3;
  height: 50%;
  top: -4%;
  width: 5px;
  left: 0px;
}
.profile-image:after {
  content: " ";
  position: absolute;
  background: #f3f3f3;
  height: 50%;
  top: -4%;
  width: 5px;
  right: 0px;
}
.fs-large {
  font-size: 26px;
  line-height:1.5;
  margin: 0px;
  color:#333333;
}
.fs_parra
{
  font-size:17px;
  font-weight:500;
  margin-top:8px;
  color:#333333;
}
.bt:after {
  content: " ";
  position: absolute;
  background: #f3f3f3;
  height: 5px;
  top: -4%;
  width: 98%;
  right: 0px;
}
@media (max-width: 991px) and (min-width: 641px){
  .header .hsform {
      max-width: 420px;
      margin-left: auto;
  }
  .search-list .search-item {
    width: 100% !important;
}
  }
  @media (max-width: 640px){
  .showMain .header .menu_hidden {
      display: flex;
      transform: scaleY(1);
      animation: scaleIn 300ms 1;
  }
  
  .header .hsftgl {
    display: block;
  }
  .search-box {
    flex: none;
}
  .header {
    position: relative;
    margin-top: 0;
  }
  .header .hsform {
    margin-left: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    z-index: 999;
    display: none;
  }
  .header .hsform input {
    border: 0;
    border-radius: 0;
    background-color: #efefef;
}
.header .hsform button {
  padding: 15px;
  line-height: 1;
}
.header .hsform {
  animation: sinpvs 300ms 1;
}

.header .hlogo {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}
.header .wrapper_hidden {
  padding: 0;
}
  .header:before{
    display: none;
  }
  .header .menu_hidden {
      position: absolute;
      top: 65px;
      flex-direction: column;
      height: auto;
      padding: 20px;
      transform: none;
      display: none;
      transform-origin: top;
      transform: scaleY(0);
      transition: 300ms ease;
  }
  
  }

  .new-stores-wrapper {
    position: relative;
    margin: 10px;
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

.box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding:0px 20px;
  color: #fff;
  height: 250px;
  width: 80% !important;
  position: absolute;
  margin:150px auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.box::after, .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 4px solid #e9252c;
}
.box::before {
  -webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
.box::after {
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}
.hr_divide {
  width: 70px;
  height: 4px;
  margin: 5px auto;
  background:#e9252c;
  border: 0;
}

.new-stores-wrapper .new-stores_slides {
  display: inline-block;
  width: 100%;
  padding: 10px;
  z-index: 1;
  position: relative;
  padding: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  background: #fff;
  border-radius:6px;
}
  .new-stores_slides:hover {
    transform: translateY(-10px);
    transition: 500ms ease all;
}
  .new-stores_slides{
    transition: 500ms ease all;
}

  .new-stores_slides .web_imagebox {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius:6px;
}

.snip1515 .profile-image img {
  max-width: 100%;
  vertical-align: top;
}
.snip1515 .profile-image .web_imagebox {
  width: 100%;
  height: 100px;
  background: #fff;
}
.snip1515 figcaption {
  width: 100%;
  color: #555;
  background: #f3f3f3;
  padding: 80px 25px 25px;
  margin-top: -70px;
  display: inline-block;
}
.single_store figcaption {
  background: #fff;
}

.single_store  .profile-image {
  border: 5px solid #fff;
  background: #f5f5f5;
}
.single_store .bt:after {
  background: #fff;
  top: -4%;
  height: 4px;
}
.single_store .profile-image:before, 
.single_store .profile-image:after {
  display: none;
}

.single_store .flickity-prev-next-button.next {
  right: 40%;
}
.single_store .flickity-prev-next-button.previous {
  left: 40%;
}
.single_store .flickity-prev-next-button {
  top: 103%;
  width: 20px;
  height: 10%;
  transform: translateY(-50%);
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
  margin: 0 0 5px;
}

.snip1515 h3 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.3em;
}

.snip1515 h4 {
  color: #8c8c8c;
  font-weight: 400;
  letter-spacing: 2px;
}

.snip1515 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.snip1515 .icons {
  text-align: center;
  width: 100%;
}

.icons a {
  padding: 10px 2px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #e9252c;
  opacity: 1;
}

.snip1515 i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.dbyd-wrapper {
  display: flex;
  margin-bottom: 30px;
}

.dbyd-wrapper .stores-sidebar {
  flex: 0 0 300px;
  width: 300px;
  margin: 20px 0px;
  padding-right: 30px;
  position: relative;
}

.dbyd-stores-list {
  list-style: none;
  margin: 0;
  position: relative;
  padding-left: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.dbyd-stores-list li {
 background:#fff;
}

.sliderbg {
  bottom: 0px;
  position: absolute;
  overflow: hidden;
  right: 0;
  height: 100%;
  background-color: #fff;
  width: 4px;
}

.dbyd-stores-list li a.active .slider {
  height: 100%;
  position: absolute;
  background: #e9252c;
  animation: fadeIn 500ms;
  width: 100%;
}

@keyframes fadeIn{
  0%{
    top: -200px;
  }
  100%{
    top: 0px;
  }
}
.dbyd-stores-list li a {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 7px;
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
}

.dbyd-stores-list li a .web_imagebox {
  flex: 0 0 50px;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border: 1px solid #cccaca;
  border-radius: 3px;
}

.dbyd-stores-list li a .web_imagebox img {
  max-width: 90%;
}
.dbyd-stores-list li a .web_imagebox{
  background-color: #fff;
  border: none;
}

.offers-list {
  flex: 1;
}
.main-offer {
  border-radius: 0px;
  box-shadow: 0 1px 4px #b8b8b8;
  padding: 0;
  background-color: #fff;
  margin-bottom: 0px;
  position: relative;
}

.main-offer.active {
  display: block;
}

.main-offer .offer-wrapper {
  background-color: #fff;
  display: flex;
  min-height: auto;
  position: relative;
  align-items: center;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.offer-wrapper:after {
  content: attr(data-uses);
  width: 30px;
  top: 0px;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  right: -30px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 1px 4px #b8b8b8;
  color: #000;
  text-align: center;
  border-top-left-radius: 3px;
  background: #ffd605;
}
.main_wrapper {
  display: flex;
  flex: 1;
}
.sideactions {
  display: flex;
  flex: 0 0 250px;
  position: relative;
  border-left: 5px dashed #8080801c;
  height: 150px;
  margin: auto;
}

.sideactions:after {
  content: " ";
  position: absolute;
  left: -15px;
  bottom: 95%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-bottom: 2px solid #eee;
  background: #f5f5f5;
}
.sideactions:before {
  content: " ";
  position: absolute;
  left: -15px;
  top: 95%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-top: 2px solid #eee;
  background: #f5f5f5;
}
.ribbon3 {
  width: 80px;
  height: 26px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: #e9252c;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  bottom: -8.5px;
  left: 0.1px;
  border-top: 9px solid #037d87;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.3px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #e9252c;
}
.ribbonstores {
  width: 80px;
  height: 35px;
  line-height: 38px;
  padding-left: 20px;
  position: absolute;
  background: #e9252c;
  left: 25px;
}
.ribbonstores:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbonstores:before {
  height: 0;
  width: 0;
  bottom: -8.5px;
  left: 0.1px;
  border-top: 9px solid #037d87;
  border-left: 9px solid transparent;
}
.ribbonstores:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #e9252c;
}

.ribboncategories {
  width: 285px;
  height: 35px;
  line-height: 38px;
  padding-left: 20px;
  position: absolute;
  background: #e9252c;
  left: -25px;
}
.ribboncategories:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribboncategories:before {
  height: 0;
  width: 0;
  bottom: -8.5px;
  left: 0.1px;
  border-top: 9px solid #ae1a2b;
  border-left: 9px solid transparent;
}
.ribboncategories:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #e9252c;
}
.main-offer .offer-wrapper .web_imagebox {
  width: 105px;
  flex: 0 0 105px;
  border-radius: 3px;
}

.ribbonstores .badge {
  font-size: 18px;
  z-index: 99;
  color: #fff;
  font-weight: 700;
}
.ribboncategories .badge {
  font-size: 18px;
  z-index: 99;
  color: #fff;
  font-weight: 700;
}

.offer-headline {
  padding-right: 25px;
  flex: 1;
  margin: auto;
  position: relative;
}

.offer-headline .offer-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 2px;
  text-align: left;
  letter-spacing: -0.2px;
}
.widgets{
  margin-bottom: 5px;
}
.main-offer .offer-wrapper .action-box {
  flex: 1;
  padding: 0 15px;
  align-self: center;
}

.main-offer .offer-wrapper .badge {
  color: grey;
  font-size: 13px;
}

.main-offer .offer-wrapper .badge.small {
  font-size: 13px;
  font-weight: 600;
  margin-top: -12px;
  position: absolute;
  color: #333;
}

a.cubeBtn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  perspective: 1000px;
  position: relative;
  display: inline-block;
  margin: 0;
  outline: none;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
}

a.cubeBtn span {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #e9252c;
  line-height: 20px;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  line-height: 40px;
}
a.cubeBtn.deal span {
  background: #e9252c;
}

a.cubeBtn span::before{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e9252c;
	content: attr(data-hover);
  transition: background 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}

a.cubeBtn:not(.deal):hover span,
a.cubeBtn:not(.deal):focus span {
	transform: rotateX(90deg) translateY(-30px);
}

a.cubeBtn:hover,
a.cubeBtn:focus{
  outline: none;
}

a.cubeBtn:hover span::before,
a.cubeBtn:focus span::before {
	background:#e9252c;	
}

.main-offer .offer-wrapper .expired_date {
  font-size: 14px;
  padding: 0px;
}
.main-offer .offer-wrapper .expired_date:not(:first-of-type) {
  padding-left: 30px;
}

.main-offer .offer-wrapper .expired_date img {
  width: 13px;
  height: 13px;
}

.main-offer .offer-wrapper .badge-seperator {
  font-size: 20px;
  color: grey;
  margin: 0 4px;
}

.main-offer .coupon-description {
  background: #fff;
  padding: 0 0 7px;
  width: 100%;
}

.coupon-dates {
  flex: 1;
  text-align: right;
}

.main-offer .coupon-description p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.showmore-expbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 40px;
  right: 15px;
  padding: 10px;
  background-color: #fff;
  display: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.likeandcomments {
  padding: 7px 15px 5px;
}

.likeandcomments .likebtn .txt {
  color: #fff;
  position: relative;
  top: -2px;
}

.likeandcomments .icons-wrapper {
  display: flex;
  cursor: pointer;
}

.likeandcomments .icons-wrapper span {
  cursor: pointer;
  flex: 1;
  text-align: center;
}

#user {
  fill: #fff;
}

.likeandcomments {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #e9252c;
  background-color: #e9252c;
  border-radius: 0;
  padding: 8px 38px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  top: 0px;
}

.likeandcomments:before {
  height: 0;
  width: 0;
  left: -1px;
  bottom: -19px;
  bottom: -11px;
  border-top: 10px solid #037d87;
  border-left: 11px solid transparent;
}

.likeandcomments:before, .likeandcomments:after {
  content: "";
  position: absolute;
}

.section-seperator {
  margin: 30px auto;
  width: 30%;
}

.section-seperator:not(:last-of-type) {
  border: 2px double #ddddddb8;
}

.likeandcomments:after {
  height: 0;
  width: 0;
  right: -1px;
  bottom: -19px;
  bottom: -11px;
  border-top: 10px solid #037d87;
  border-right: 11px solid transparent;
}

.likeandcomments span svg:active {
  fill: rgb(0, 158, 217);
  width: 19px;
}

.likebtn.likeOffer {
  padding-right: 7px;
}

.likeandcomments .likebtn svg {
  width: 17px;
  fill: #fff;
}

.likeandcomments .likebtn.liked {
  pointer-events: none;
}

.likeandcomments .likebtn.liked svg {
  fill: #fff;
}

.likeandcomments .commentbtn {
  color: #9a9a9a;
  padding-left: 15px;
  font-size: 14px;
}

/*.fa-user:before {
  content: "\f007";
  color: #e9252c;
}*/

.fa-envelope-o:before {
  content: "\f003";
  color: #e9252c;
}

.fa-calendar-check-o:before {
  color: #333;
}

.fa-calendar-times-o:before {
  color: #333;
}

.fa-check-square-o:before {
  color: #e9252c;
}

.verified-badge .fa-check-square-o:before {
  color: #00c96f;
}

.likeandcomments .commentbtn .fa,
.likeandcomments .emailcoupon .fa {
  font-size: 19px;
  margin-right: 3px;
  color: #fff;
}

.ls-section {
  padding-bottom: 10px;
}

.likeandcomments .emailcoupon {
  margin-left: auto;
  color: #fff;
  border-right: 5px double #8080804a;
  border-left: 5px double #8080804a;
  font-size: 14px;
  position: relative;
}

.ls-section .ls-list {
  list-style-type: none;
  padding: 0;
  column-count: 5;
  column-gap:30px;
  margin: 0;
}
.ls-tags {
  margin-top:30px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  
}

.ls-section .ls-list li a {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 600;
  box-shadow: 0 1px 4px #b8b8b8;
  padding: 10px 0;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.ls-section .ls-list li a::after {
  content: attr(data-badge);
  background: #e9252c;
  height: 20px;
  width: 20px;
  font-size: 13px;
  top: -5px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  border-radius: 50%;
  left: -10px;
}

.ls-section .ls-list li:hover a {
  color: #e9252c;
  transition: 300ms ease;
}

.show992 {
  display: none !important;
}

.carousel-inner > .item > img {
  width: 100%;
}

.carousel-inner > .item a {
  width: 100%;
  height: 100%;
}

.copycodebtn {
  cursor: pointer;
  align-items: center;
}



.action-code:after {
  position: absolute;
  width: 15%;
  height: 38px;
  background: #e9252c;
  content: " ";
  top: 0px;
  right: 0px;
  border-left: 2px dashed #fff;
  transition: 700ms ease;
}
.action-box:hover .action-code:after {
  width: 5%;
  transition: 700ms ease;
}
.noBottomPadding {
  padding-bottom: 0;
}

.search_resultbox {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 999;
  border-radius: 0;
  box-shadow: 0 1px 4px #b8b8b8;
  min-height: 100px;
  display: none;
  z-index: 9999;
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
}

.search_resultbox .heading {
  background-color: #ececec;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-list .search-item {
  width: 50%;
  display: inline-block;
}
p.text {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.search-list .search-item:last-of-type {
  border: none;
}

.search-list .search-item a {
  padding: 0 10px;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 12px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 15px;
}

.search-list .search-item a.active {
  background-color: #edeeef;
}

.search-list .search-item a:hover {
  background:#eee;
  transition: 0.4s ease;
}

.search-list .search-item:last-of-type a {
  margin-bottom: 0;
}

.search-list .search-item a .web_imagebox {
  width: 65px;
  flex: 0 0 65px;
  height: 65px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 3px;
}

.search-list .search-item a .text span {
  font-size: 14px;
  font-weight: 500;
}

.subsc-form,
.subscribe-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.subsc-form .response-box {
  width: 100%;
}

.subsc-form .response-box .alert {
  padding: 6px 10px;
  background: 0 0;
  border-radius: 0;
}

.subsc-form .response-box .alert.alert-danger {
  color: #ff5475;
  border-color: #e9252c;
}

.subsc-form .response-box .alert.alert-success {
  color: #fff;
  text-transform: capitalize;
}

.subsc-form {
  width: 750px;
  flex: 0 0 750px;
  margin: auto;
}

.subscribe-div .subs-label {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.subscribe-div .subs-input {
  flex: 1;
  margin: 0 20px;
  height: 43px;
  padding: 7px 15px;
  border-radius: 0;
  outline: 0;
}

.subscribe-div .btn-subscribe {
  height: 43px;
  font-size: 16px;
  background: #e9252c;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  margin: 0px 0px 0px -22px;
  padding: 0 20px;
}

.subsc-form {
  position: relative;
}
.product-details .widgets {
  border-top: 1px solid #8080801c;
  padding: 10px 0px 0px 0px;
}
.product-details .fc_title {
  margin: 5px 0;
}
.social-widgets {
  margin-left: auto;
}

.social-widgets ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.social-widgets ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 1px;
  background: #576986;
  height: 50px;
  margin: auto;
}

.social-widgets ul li {
  display: inline-block;
  margin-left: 10px;
}

.social-widgets ul li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #e9252c;
  display: block;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
}

.social-widgets li .fa-facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.social-widgets li .fa-google {
  border-color: #da5333 !important;
  background-color: #da5333 !important;
}

.social-widgets li .fa-globe {
  border-color: #e9252c !important;
  background-color: #e9252c !important;
}

.social-widgets li .fa-pinterest {
  background-color: #d11338 !important;
  border-color: #d11338 !important;
}

.social-widgets li .fa-twitter {
  background-color: #00b6f1 !important;
  border-color: #00b6f1 !important;
}

.p-r-10 {
  padding-right: 10px;
}
.p-b-20 {
  padding-bottom: 20px;
}
ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
  display: inline-block;
  width: 100%;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  width: 70%;
  background-color: #e9252c;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover {
  transition: all 2s ease;
}
.img-footer {
  max-width: 80%;
}

.sb_sections.border {
  border-bottom: 2px solid #dedede;
  background: #fff;
}

.sb_sections.grey {
  background-color: #f5f5f5;
}
span.offer_count {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align:center;
  width:100%;
}

.store_breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store_breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.store_breadcrumbs.category li {
  margin-right: 5px;
  font-size: 14px;
}

.store_breadcrumbs li a {
  padding: 7px 0;
  display: inline-block;
  font-weight: 500;
}

.pagination_button {
  width: 500px;
  margin: auto;
  text-align: center;
  margin-bottom: 1.5em;
}

.pagination_button .btn {
  min-width: 100px;
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(5, 27, 44, 0.4), 0 2px 4px rgba(5, 27, 44, 0.05);
  background-color: #e9252c;
  color: #fff;
}

.panel {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
}

h2.panel-title {
  margin: 5px 0;
  margin-bottom: 10px;
}

.panel_link {
  margin: 7px 0;
}

.panel_link a {
  font-size: 15px;
  font-weight: 500;
}

.panel_link.small a {
  font-size: 14.6px;
}

.contentpage-title {
  font-size: 22px;
  font-weight: 700;
  margin: 7px 0;
  display: inline-block;
}

.content_page_wrapper {
  display: inline-block;
}

.content_wrapper p {
  font-size: 16px;
}

.panel .social-small {
  font-size: 17px;
}

.content_page_wrapper h1,
.content_page_wrapper h2,
.content_page_wrapper h3 {
  margin: 5px 0;
}

.content_page_wrapper h2 {
  font-size: 20px;
}

.content_wrapper p {
  margin: 10px 0;
  line-height:1.9;
  font-size:17px;
}

.noPadding {
  padding: 0 !important;
}

.cubes-block {
  margin-top: 15px;
  /*text-align: center;*/
}

.min_scroll_height .cubes-block {
  max-height: 300px;
  overflow-y: scroll;
}

.single-cube {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 5px;
  background-color: #f3f3f3;
  border-radius: 2px;
}

.single-cube a {
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
  color: #060606;
  font-size: 14px;
}

.expired_coupon {
  filter: grayscale(100%);
}

.comments-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  border-radius: 3px;
  padding-bottom: 7px;
  display: none;
}

.comment-text {
  outline: 0;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  box-shadow: 4px 0 5px 1px #d2d2d257;
}

.comment-text:focus {
  border-color: #b3b3b3;
}

.comment-user-submit {
  display: flex;
  width: 50%;
  margin-top: 15px;
}

.comment-user-submit input[type="text"] {
  outline: 0;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none;
  height: 35px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.comment-user-submit input[type="text"]:focus {
  border-color: #b3b3b3;
}

.comment-user-submit .btn-submit {
  background-color: #e9252c;
  border-radius: 0;
  font-size: 2em;
  height: 35px;
  line-height: 32px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 4px 0 5px 1px #d2d2d257;
  padding: 0 12px;
}

.commentbtn {
  position: relative;
}

.commentbtn.afterbracket {
  color: #545454;
}

.commentbtn.afterbracket:after {
  content: "";
  border-bottom: 10px solid #9a9a9a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  right: 16px;
  z-index: 10;
  width: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form-loading {
  position: relative;
}

.users-comments-wrapper h2 {
  position: relative;
}

.form-loading.loading:after,
.section-title.loading:after,
.users-comments-wrapper h2.loading:after {
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  border: 2px solid #f1f1f1;
  border-top: 2px solid rgb(0, 158, 217);
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  position: absolute;
  margin-left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 5px;
}

.users-comments-wrapper h2.loading:after {
  height: 19px;
  width: 19px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

span.field-required {
  color: #e9252c;
  display: inline-block;
  margin-top: 3px;
}

span.field-required p {
  margin: 0;
}

.success-message {
  padding: 10px 20px;
  background-color: #f8fafb;
  border: 1px solid #e0e0e0;
}

.success-message .icon {
  color: #424242;
  font-size: 1.1em;
}

.success-message .icon i {
  color: green;
  font-size: 1.4em;
  position: relative;
  top: 3px;
}

.success-message .info {
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 5px;
  color: #888;
}

.users-comments-wrapper {
  margin-top: 15px;
}

.comments-list {
  list-style: none;
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.comments-list li {
  padding: 10px 15px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 3px;
  background: #f8fafb;
}

.comments-list .comment-icon {
  font-size: 14px;
  color: #717171;
}

.comments-list .comment-icon i {
  font-size: 1.4em;
  color: #bdbdbd;
  margin-right: 7px;
}

.users-comments-wrapper h2 {
  font-size: 16px;
  color: grey;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.comment-info {
  margin: 5px 0 0 25px;
  font-size: 13px;
  color: #969696;
}

.comment-info span {
  font-weight: 500;
  color: #696969;
}

.comment-info .user-icon {
  font-size: 1.1em;
}

.section-title.md {
  font-size: 20px;
  font-weight: 700;
}

.popular-merchant {
  border-radius: 3px;
  margin-bottom: 15px;
}

.popular-merchant .web_imagebox {
  height: 120px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 5px 1px #d2d2d257;
}

.popular-merchant .web_imagebox img {
  max-width: 65%;
}

.merchant-title {
  font-size: 1.133em;
  margin: 5px 0;
  text-align: center;
  font-weight: 600;
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.stores_list {
  padding: 0px 20px;
}

.accordion dd, .accordion_panel {
  background-color: #fff;
  padding: 40px 25px 15px;
  margin: 0px;
  font-size: 1em;
  line-height: 1.5em;
}
.accordion p {
  padding: 1em 2em 1em 2em;
}
.accordion {
  position: relative;
  background-color: transparent;
}
.accordion dl {
  margin-top: 0px;
  margin-bottom: 0px;
}
.accordionTitle,
.accordion_Heading {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  flex: 1;
  text-decoration: none;
  line-height: 2;
  color: #333;
  transition: background-color 0.5s ease-in-out;
}
.accordionItem {
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
}
.categories-holder {
  padding: 0;
  list-style-type: none;
  margin: 0;
  column-count: 4;
  list-style-position: outside;
}

.categories-holder li {
  list-style-position: outside;
  line-height: 3;
}

.categories-holder li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.pagination-links {
  margin-top: 20px;
  text-align: center;
}

.pagination-links a, {
  display: inline-block;
  margin-bottom: 7px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
  background-color: #e9252c;
  border-radius: 3px;
  padding: 7px 12px;
  color: #ffff;
  font-weight: 600;
}
.alphabets-bar {
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 3px;
}

.alphabets-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.alphabets-bar ul li a {
  color: #e9252c;
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.alphabets-bar ul li.active:first-of-type a {
  border-bottom:4px solid #e9252c;
}



.stores-wrapper {
  display: inline-block;
  margin: 0px;
  background: #fff;
}
.big-alpha {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50% 0 0 50%;
  background-color: #e9252c;
  padding: 5px 0 0 5px;
  position: absolute;
  left: -5px;
}

.big-alpha h1 {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
}
.all_wrapper{
  display: flex;
}
.alphabets_box {
  flex: 0 0 40px;
  
}
.alphabets-list {
  list-style: none;
  position: sticky;
  top: 20px;
  background: #fff;
  text-align: center;
  padding: 15px 0px;
  color: #e9252c;
}
.alphabets-list li {
  padding: 10px 15px;
  font-weight: 700;
  position: relative;
  font-size: 16px;
}
.alphabets-list li.active:before {
  content: "";
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: 50%;
  background: red;
  animation: activewidth 500ms forwards;
  left: 0px;
}
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-title {
  position: relative;
}
.sec-title .title {
  position: relative;
  color: #979797;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  margin: 0px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}
.sec-title.light h2 {
  color: #fff;
}
.contact-page-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 110px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #454545;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 15px 0 15px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 30px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  outline: none;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #e9252c;
}
.contact-form textarea {
  height: 250px;
  resize: none;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #e9252c;
  font-family: Arimo, sans-serif;
  background: #e9252c;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: #e9252c;
  border-color: #e9252c;
  background: 0 0;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  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;
}
.social-icon-four li a:hover {
  color: #e9252c;
}
.alphabets-list li.active:after {
  content: "";
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: 50%;
  background: red;
  animation: activewidth 1s forwards;
  right: 0px;
}
@keyframes activewidth{
  0%{
    width: 0px;
  }
  100%{
    width: 30%;
  }
}
.stores_box{
  flex: 1;
}
.stores-wrapper ul.list {
  list-style: none;
  column-count: 4;
  position: relative;
  padding: 0px 20px 0px;
}
.stores-wrapper:last-of-type ul.list {
  list-style: none;
  column-count: 4;
  position: relative;
  padding: 0px 20px 20px;
}
.alpha-title {
  text-align: center;
  font-weight: 500;
  padding: 0 20px;
  font-size: 26px;
}
fieldset.box-title {
  text-align: center;
  border-top: 1px dotted #000;
  text-transform: uppercase;
  padding: 0px;
  margin: 20px 30px;
}
fieldset{
  border: none;
}
.stores-wrapper ul.list li {
  width: 100%;
  display: inline-block;
}

.stores-wrapper ul.list li a {
  font-size: 16px;
  display: inline-block;
  padding: 7px 10px;
  font-weight: 600;
  width: 100%;
}
span.fa.fa-share{
  padding-right: 5px;
  color: #e9252c;
}
.stores-wrapper ul.list li a:hover {
  color: #e9252c;
  transition: 300ms ease;
}

.discount-flex-wrapper {
  display: flex;
}

.discount-flex-wrapper .sidebar {
  width: 300px;
  flex: 0 0 300px;
}

.discount-flex-wrapper .content-bar {
  flex: 1;
  margin-right: 30px;
}

.content-bar h1 {
  text-align:center;
}

h2.panel-title.small {
  font-size: 18px;
}

.panel-description {
  margin-bottom: 20px;
}

.panel-description p {
  margin-top: 0;
  font-size: 14.7px;
  color: #323232;
}

.offers-wrapper .main-offer {
  display: block;
}
.offers-wrapper.category
{
  padding-left:0;
}
.pagination-links {
  display: flex;
  list-style: none;
  flex-flow: row-reverse;
  margin: 0 auto;
}


.pagination-links a {
  background-color: rgb(162 21 131);
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
  border-bottom: 1.5px solid #84283f;
  border-radius: 2px;
  margin-right: 12px;
}
.pagination-links a.current
{
  background-color:black;
}
.pagination-links a[rel="next"] {
  margin-left: auto;
}

.parent-category {
  display: inline-block;
  padding: 1.875rem;
  margin: 0 0 1.5em;
  width: 100%;
  background-color: #fff;
}

.categories-list-thumbnail a {
  color: #404040;
  display: flex;
  width: 100%;
}

.categories-list-thumbnail .web_imagebox {
  height: 90px;
  flex: 0 0 100px;
}

.categories-list-thumbnail h1 {
  font-size: 24px;
  font-weight: 600;
  color: #4b1f56;
  padding: 0 10px;
  text-align: left;
  align-self: center;
}

ul.child_list {
  column-count: 4;
}

.first-child-category h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.first-child-category a {
  color: #404040;
  display: inline-block;
  width: 100%;
  padding: 8px 10px 8px;
}

.mask-wrapper
{
  display:inline-block;
  width:100%;
}

.first-child-category a:hover {
  color: #e9252c;
  font-weight: 600;
  transition: 300ms ease;
}
.modal-content {
  webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  top: 10px;
}
.modal-dialog {
  width: 640px;
}
.modal-body {
  padding: 0;
  padding-bottom: 0;
}

.modal-body .coupon_profile {
  display: flex;
  margin: 20px 0px;
  width: 100%;
}

.modal-body .coupon_profile .web_imagebox {
  width: 120px;
  height: 110px;
  margin: auto;
  border: 2px solid #ccc;
  margin-left: 20px;
  background-color: #fff;
}

.modal-body .coupon_profile .web_imagebox img {
  max-width: 87%;
}

.modal-body .coupon_profile .coupon_info {
  padding: 0px 20px;
  text-align: left;
}

.modal-body .coupon_profile .coupon_info h1 {
  margin-bottom: 6px;
  font-size: 1.7em;
  margin-top: 5px;
  line-height: 1.2;
}

.popupcoupon_description {
  display: inline-block;
  width: 100%;
  padding: 0 0;
  margin-bottom: 10px;
}

.popupcoupon_description p {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  margin: 0;
}

.modal-content button.close {
  font-size: 2.3em;
  position: absolute;
  z-index: 999;
  right: 15px;
  opacity: 1;
  color: #e9252c;
  top: 10px;
  outline: none;
}

.modal_scode {
  background-color: #fff;
  padding: 25px 25px;
  border-top: 2px dashed #eeeeee;
  border-bottom: 2px dashed #eeeeee;
  display: flex;
}

.code_bar {
  border: none;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  border-right: 0;
}

.code_bar:before {
  background: #e9252c;
  width: 20%;
  height: 100%;
  border-right: 2px dashed #fff;
  position: absolute;
  content: "";
  animation: openpopupleft 700ms forwards;
}

.code_bar:after {
  background: #e9252c;
  width: 15%;
  height: 100%;
  right: 0px;
  border-left: 2px dashed #fff;
  position: absolute;
  content: "";
  animation: openpopupright 700ms forwards;
}
@keyframes openpopupleft
{
  0%{
    width: 70%;
  }
  100%{
    width: 30%;
  }
}
@keyframes openpopupright
{
  0%{
    width: 30%;
  }
  100%{
    width: 15%;
  }
}
.code_bar .code_text {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  padding: 7px;
  text-align: center;
  width: 100%;
  background: #eee;
}

.modal_scode .copybtn {
  outline: 0;
  color: #fff;
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 600;
  background-color: #e9252c;
  border-radius: 0;
}

.modal_footer {
  background-color: #fff;
  padding: 0px;
  text-transform: capitalize;
}

.term{
  padding:20px;
  text-align: center;
  text-transform: capitalize;
}

.modal_footer .goto_site {
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  background: #e9252c;
  color: #fff;
}

.modal_footer .goto_site .fa {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.modal-body .likebtn {
  color: #9a9a9a;
  cursor: pointer;
  font-size: 15px;
}

.modal-body .likebtn svg {
  width: 3em;
  fill: #9a9a9a;
  margin-right: auto;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: 7px;
}

.cib-infop {
  font-size: 15px;
  color: #545454;
}

.contact-info-text h2 {
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-info-text p {
  margin: 7px 0;
  font-size: 15px;
}

.contact_form {
  margin-top: 15px;
}

.contact_form .c_field, .contact_form textarea {
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  color: #333;
  border-radius: 0;
}

/* ///// inputs /////*/

.contact_form_rs input:focus ~ label,
textarea:focus ~ label {
  font-size: 0.85em !important;
  color: #e9252c !important;
  left: -10px !important;
  top: -25px !important;
  -webkit-transition: all 0.225s ease !important;
  transition: all 0.225s ease !important;
}
input:valid ~ label,
textarea:valid ~ label {
  font-size: 0.85em;
  color: #e9252c !important;
  top: -25px !important;
  left: -10px !important;
}
.contact_form_rs .styled-input {
  float: left;
  width: 100%;
  margin: 1.9rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .contact_form_rs .styled-input {
    width: 100%;
  }
}

.contact_form_rs .styled-input label {
  color: #999;
  padding: 0.4rem 30px 1rem 10px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.contact_form_rs .styled-input.wide {
  width: 100%;
  max-width: 100%;
}

.contact_form_rs input,
.contact_form_rs textarea {
  padding: 15px;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
}
/* 
.contact_form_rs input:focus,
.contact_form_rs textarea:focus { outline: 0; } */

.contact_form_rs input:focus ~ span,
.contact_form_rs textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.contact_form_rs textarea {
  width: 100%;
  min-height: 15em;
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
   .detail_box_photo
  {
    height:80px;
    flex: 0 0 80px;
    width:80px;
  }
  .profile_f
  {
    padding:10px;
  }
  .detail_box_name
  {
    font-size:16px;
  }
}

.input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
}

input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}

.contact_form .send-btn {
  background-color: #e9252c;
  color: #fff;
  margin-top: 20px;
  float: right;
  margin-bottom: 20px;
  outline: none;
}

.coupon_tooltip_text {
  color: rgb(0, 158, 217);
  font-weight: 500;
}

.howtosaveBtn {
  position: fixed;
  top: 200px;
  right: -46px;
  min-width: 9em;
  border: none;
  background-color: #e9252c;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: #1e545b;
  cursor: pointer;
  outline: 0 none;
  transform: rotate(-90deg);
  webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  z-index: 9999;
}
button.howtosaveBtn:hover {
  background-color: #e9252c;
}

.category_profile .flex_wrapper_catw {
  display: flex;
}

.category_profile .flex_wrapper_catw .web_imagebox {
  width: 90px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  height: 90px;
}

.prop_info {
  margin-left: 1.5em;
}
.prop_info .title {
  font-size: 1.7em;
  color: #333;
  margin: 4px 0;
}
.prop_info .offer_count {
  font-size: 16px;
  font-weight: 500;
  color: #616161;
}

.section.cat-box {
  border-bottom: 2px solid #eaeaea;
}

#useOfCouponPopup .modal-dialog {
  width: 720px;
}

.how_to_saveBox {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e9252c;
  padding: 12px 0;
}

#useOfCouponPopup .modal-body {
  background-color: #fff;
  padding: 0;
}

.how_to_saveBox .heading {
  text-align: center;
  width: 100%;
}

.how_to_saveBox h1 {
  color: #fff;
  margin: 5px 0;
  line-height: 1.2;
  font-weight: 300;
  font-size: 1.7em;
}

.content_modal {
  background-color: #f4f3f8;
  min-height: 300px;
  padding: 20px;
}

.steps_heading {
  margin: 3px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

.content_paragraph {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}

.content_paragraph.flex {
  display: flex;
  align-items: center;
}

.content_modal .image_box {
  width: 175px;
  margin-right: 15px;
}

.content_paragraph.flex .image_box {
  flex: 0 0 175px;
}

.content_paragraph.flex p {
  flex: 1;
}

.content_paragraph p {
  margin: 3px 0;
}

.content_modal .image_box.big {
  width: 250px;
  flex: 0 0 250px;
}

.modal_divider {
  margin: 15px 0;
  border-top: 1px solid #e2dddd;
}

/* .carousel-inner > .item > img:not(.loaded) {
  filter: blur(12px);
  -webkit-filter: blur(12px);
} */

.slider_shimmer {
  height: 300px;
  background: #777;
}

.shimmer_wrapper {
  width: 0;
  animation: fullView 0.5s forwards linear;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

.animate {
  animation: shimmer 2s infinite;
  background: linear-gradient(to right, #eff1f3 4%, #eaeaea 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.store-profile {
  display: flex;
  align-items: center;
  position: relative;
  height: 130px;
}
.store-profile.category
{
  height:auto;
}
.action-container {
  width: 330px;
  position: absolute;
  padding: 15px;
  z-index: 999;
  background: #f5f5f5;
  top: 0px;
  left: -15px;
  border-top:2px solid #bbbbbb;
}

.store-profile .web_imagebox {
  width: 300px;
  height: 200px;
  border: 2px solid #454545;
  border-bottom: transparent;
  background-color: #fff;
}
.store-profile .web_imagebox.bottom-border {
  border-bottom: 2px solid #454545;
}
.store-profile .web_imagebox img {
  max-width: 85%;
}

.store-info {
  flex: 1;
  padding-left: 350px;
}
.store-info.category
{
  padding:0;
  text-align:center;
}
.store-info p {
  padding: 0;
  margin: 0 0 5px;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-title,
.title {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.store-wrapper {
  display: flex;
}

.store-sidebar {
  width: 300px;
  margin-top: 120px;
}
.categories-sidebar{
  margin-top: 65px;
}
.btn-visit {
  width: 100%;
  background:#ffd605;
  padding: 10px;
  border-radius: 0px;
  color: #000;
}
.btn-visit-mdl {
  width: 150px;
  background: #1487c6;
  padding: 10px;
  border-radius: 0px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}
.animated{
  transition: 500ms ease all;
}
.btn-visit:hover .animated {
  transition: 500ms ease all;
  transform: translateX(10px);
}
.bb-2{
  border-bottom: 2px solid #bbbbbb;
}
.action-container:before {
  top: -2px;
  content: " ";
  background: #bbbbbb;
  width: 2px;
  right: -2px;
  position: absolute;
  height: 55.5%;
}
.action-container:after {
  top: -2px;
  content: " ";
  background:#bbbbbb;
  width: 2px;
  left: -2px;
  position: absolute;
  height: 55.5%;
}
.cat:before {
  height: 65.5%;
}
.cat:after {
  height: 65.5%;
}
.ribbon1 {
  position: absolute;
  top: 10px;
  right: 15px;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #454545;
  font-size: 14px;
  color: #fff;
  border-bottom-left-radius: 10px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 0px;
  width: 90px;
}
.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #402c53;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #402c53;
}
.checklist {
  padding: 0;
}
.checklist ul{
  padding: 0;
  margin: 0;
}
.checklist ul li {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
cursor: pointer ;
  list-style: none;
  text-transform: capitalize;
  padding: 7px 23px 7px 23px;
}
.checklist li a {
  color: #676a74;
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.checklist li span {
  float: left;
  width: 11px;
  height: 11px;
  margin-left: -23px;
  margin-top: 4px;
  border: 1px solid #d1d3d7;
  position: relative;
}

.checklist a .x.animate {
  width: 3px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.checklist a .x {
  display: block;
  width: 0;
  height: 2px;
  background: #e9252c;
  top: 4px;
  left: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 50ms ease-out;
}

.checklist a span span {
  border: none;
  margin: 0;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
}
.checklist a .y.animate {
  width: 12px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.checklist a .y {
  display: block;
  width: 0px;
  height: 2px;
  background: #e9252c;
  top: 2px;
  left: 1px;
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 50ms ease-out;
}
.offers-wrapper {
  flex: 1;
  padding-left: 70px;
}

.single_store .main-offer {
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
  display: block;
  width: 99%;
  margin: 0px auto 30px;
}


.single_store .main-offer .web_imagebox .short-title {
  font-size: 1.22em;
  font-weight: 700;
  margin: 0;
  align-self: center;
  text-align: center;
  width: 100%;
  color: #e9252c;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.offer-headline .offer-title {
  font-size: 20px;
  font-weight: 700;
  color: #4a4a4a;
}

.store-seperator {
  background-color: #f1f1f1;
  margin: 0;
}

.store-description {
  margin-bottom: 20px;
}

.store-description p {
  margin-top: 0;
  font-size: 15px;
  color: #323232;
}

.store-seperator {
  margin: 7px 0 15px 0;
  border: none;
  border-top: 1px solid #c7c7c7;
}

h2.panel-title {
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  padding-block-end: 5px;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
}

h2.panel-title:before {
  width: 7%;
  content: "";
  position: absolute;
  background: #454545;
  height: 2px;
  left: 0px;
  top: 40%;
}
h2.panel-title:after {
  width: 7%;
  content: "";
  position: absolute;
  background: #454545;
  height: 2px;
  right: 0px;
  top: 40%;
}

.social-widgets {
  margin-top: 15px;
}

.social-widgets ul li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
}

.social-widgets ul:after {
  content: none;
}

.rating-stars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rating-stars p {
  margin: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

.rating-stars ul > li.star > i.fa {
  font-size: 1.644em;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #e9252c;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #e9252c;
}

.hideContent {
  overflow: hidden;
  height: 6.8em;
  /*text-align: center;*/
}
.show-more {
  padding: 5px;
  text-align: center;
  padding-bottom: 0px;
  color: #454545;
}
.showContent {
  height: auto;
}

.store-breadcrumbs ul,
.store-filteration ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.store-breadcrumbs {
  margin-bottom: 5px;
}

.store-breadcrumbs ul li {
  margin-right: 7px;
  font-size: 15px;
  font-weight: 500;
}

.store-breadcrumbs ul li a {
  color: #464646;
  text-transform: capitalize;
}

.store-filteration {
  display: inline-block;
}

.store-filteration ul li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.store-filteration ul li a {
  background-color: #fff;
  padding: 5px 15px;
  margin-right: 15px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.store-filteration ul li a.border {
  border: 2px solid #e9252c;
}

.store-filteration ul li a:focus {
  color: #333;
}

.noTopPadding {
  padding-top: 0;
}

a.action-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #7b7b7b !important;
}

.sbmt-offer-btn {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
}

#addOfferModal {
  left: auto;
  padding-right: 0 !important;
  overflow-y: scroll;
}

#addOfferModal .modal-title {
  text-align: center;
  font-weight: 400;
}

#addOfferModal .modal-dialog {
  width: 700px;
  margin: 0;
  height: 100%;
}

#addOfferModal .modal-content {
  background: 0 0;
  height: 100%;
  border-bottom: 4px solid #e9252c;
  background-color: #f8f9fa;
}

#addOfferModal .modal-header {
  border-bottom: 2px solid #e7e7e7;
  background-color: #fff;
}

#addOfferModal .modal-body {
  padding: 33px 30px;
}

.form-group.flex {
  display: flex;
  align-items: center;
}

.form-group.flex label {
  flex: 0 0 auto;
  margin-right: 12px;
}

.form-group.custom label {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 15px;
  margin-bottom: 0;
}

.form-group.custom #offer_desc {
  resize: none;
  height: 38px;
}

.form-group.custom #offer_desc:focus {
  height: 75px;
}

.form-group.custom:not(.flex) label {
  margin-bottom: 5px;
}

.error-message {
  padding: 8px 20px;
  background-color: #dc3546;
  color: #fff;
}

.error-message p {
  margin: 0;
}

.form-group.custom .form-control {
  box-shadow: none;
  outline: 0;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 40px;
}

.form-group.custom .form-control:focus {
  border: 1px solid #989899;
}

.form-group.custom .form-control:disabled {
  background-color: #efefef;
}

.parent_group {
  display: flex;
}

.parent_group .offer_title_group {
  margin-right: 20px;
  flex: 1;
}

.paddingBottom20 {
  padding-bottom: 20px;
}

.border-bottom-grey {
  border-bottom: 1px solid #eee;
}

.btn-add-offer {
  height: 40px;
  background-color: #e9252c;
  color: #fff;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.5px;
  align-items: center;
  font-weight: 400;
  margin-top: 12px;
}

.btn-add-offer.loading:after {
  border: 3px solid #f1f1f1;
  border-top: 3px solid #3b4452;
  margin: auto 10px;
}

.submit_detail {
  font-size: 14px;
  color: grey;
  margin-bottom: 0;
}

.offloading_load {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}

.offloading_load.loading:after {
  content: "";
  height: 100px;
  width: 100px;
  display: inline-block;
  border: 7px solid #f1f1f1;
  border-top: 7px solid rgb(0, 158, 217);
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}

.expired-c-headings {
  margin: 3em 0;
  padding-top: 2em;
  border-top: 2px solid #dedede;
}

.expired-c-headings h2 {
  margin: 0;
  font-size: 1.8em;
}

.expired_p_deal {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #777;
}

#addOfferModal .success_response {
  background-color: #fff1a8;
  border-left: 3px solid #ffce55;
  margin-bottom: 20px;
  padding-left: 12px;
}

#addOfferModal .success_response p {
  display: inline-block;
  width: 100%;
  margin: 7px 0;
  color: #404040;
}

@media (max-width: 1200px) {
  .store-sidebar {
    flex: 0 0 270px;
    width: 270px;
  }
  h2.panel-title:before,
  h2.panel-title:after {
    width: 14%;
}
.sideactions {
  flex: 0 0 180px;
}
  .store-profile .web_imagebox {
    width: 270px;
}
.action-container {
  width: 300px;
}
}

@media (max-width: 992px) {
  .flex-wrapper-todo
  {
    display:flex;
    overflow-x:scroll;
  }  
  .mask-wrapper
  {
    /*flex: 0 0 100%;*/
    width:auto;
    display:flex;
  }
  .flex-wrapper-todo .flex-items
  {
    width:320px;
    flex: 0 0 auto;
  }
  .d-992{
    display: none;
  }
  .all_wrapper {
    display: block;
}
  .hideContent {
    height: 3.8em;
}
  .single_store .main-offer {
    margin: 0px 0px 20px;
}
.main-offer {
  width: 96% !important;
}
.single_store .main-offer {
  width: 99% !important;
}
.panel {
  margin-bottom: 0px;
  border-radius: 0px;
}
.checklist ul {
  display: flex;
}
.checklist ul li {
  text-align: center;
  font-weight: 600;
  flex: 1;
}
.store-sidebar {
  margin-top: 35px;
}
  .store-wrapper {
    display: flex;
    flex-direction: column;
  }
  .social-widgets ul {
    float: left;
  }
  .pop_brands{
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pop_brands .col-md-2 {
    width: 150px;
    flex: 0 0 150px;
    margin-left: 10px;
}
.p-15{
  padding: 15px;
}
  .carousel-inner > .item > img {
    width: initial;
    height: 100%;
    max-width: initial;
}
  .main-offer .offer-wrapper .web_imagebox {
    padding: 0px 100px 0px 0px !important;
  }
  .card {
    width: 200px;
  }
  .hot-stores.main-carousel.run-carousel {
    padding: 0px !important;
  }
  .offers-wrapper {
    padding: 0;
  }
  .store-sidebar {
    flex: none;
    width: 100%;
  }
  .store-title,
  .title {
    font-size: 1.6em;
  }
  .store-profile .web_imagebox {
    width: 145px;
    flex: 0 0 145px;
    height: 100px;
}
  .action-container {
    width: 175px;
}
.store-profile {
  height: 86px;
}
.btn-visit {
  padding: 5px;
  font-size: 12px;
}
.ribbon1 span {
  font-size: 12px;
  padding: 5px;
  width: 80px;
}
.store-info {
  padding-left: 180px;
}
.action-container:before {
  height: 67.5%;
}
.cat:before {
  height: 81.5%;
}
  .store-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .sbmt-offer-btn {
    top: initial;
    bottom: -20px;
    font-size: 14px;
  }
  .brand_img_box.active{
    border-left: none;
  }
  .brand_img_box.active:after {
    display: none;
}
.brand_img_box {
  border-left: none;
}
.brand_img_box .web_imagebox {
  height: 70px;
}
  .carousel {
    display: block;
}
.brand_img_box {
  flex: 1;
}
.brand_img_wrapper {
  display: flex;
}
  #addOfferModal .modal-dialog {
    width: 600px;
  }
  #addOfferModal .modal-title {
    font-size: 18px;
  }
  #addOfferModal .modal-body {
    padding: 25px 25px;
  }
  .btn-add-offer,
  .form-group.custom .form-control {
    height: 38px;
  }

  ul.child_list {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .expired-c-headings {
    margin: 2em 0;
    padding-top: 1.4em;
  }
  .expired-c-headings h2 {
    font-size: 1.6em;
  }
  .expired_p_deal {
    font-size: 17px;
  }
  .single_store .main-offer .offer-wrapper .web_imagebox {
    width: 90px !important;
    height: 90px !important;
  }
}

@media (max-width: 680px) {
  .store-title,
  .title {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .store-filteration ul li a {
    margin-right: 5px;
    display: inline-block;
  }
  .single_store .main-offer .web_imagebox .short-title {
    font-size: 1em;
  }
  .store-profile .web_imagebox img {
    max-width: 95%;
  }
  .store-description p {
    font-size: 14px;
  }
  .store-description {
    margin-bottom: 20px;
  }
  #addOfferModal .modal-dialog {
    width: 100%;
  }
  #addOfferModal {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .search-bar input.form-control {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .store-profile .web_imagebox {
    width: 100px;
    flex: 0 0 100px;
    height: 80px;
}
.main-offer {
  width: 93% !important;
}
.single_store .main-offer {
  width: 100% !important;
}
.d-550{
  display: none !important;
}
  .action-container {
    width: 130px;
}
  .store-title,
  .title {
    font-size: 1.25em;
  }
  .rating-stars ul > li.star > i.fa {
    font-size: 1.277em;
  }
  .rating-stars {
    margin-bottom: 6px;
  }
  .offer-headline {
    min-height: 110px !important;
  }
  .store-filteration ul li {
    font-size: 13px;
  }
  .store-info {
    padding-left: 130px;
}
.action-container:before {
  height: 77.5%;
}
.cat:before {
  height: 96.5%;
}
.ribbon1 {
  display: none;
}
.store-sidebar {
  margin-top: 15px;
}
.checklist ul li {
  font-size: 14px;
}
  .store-breadcrumbs ul li {
    font-size: 13px;
  }
  .store-filteration {
    width: 100%;
    left: 0;
    top: 113%;
    z-index: 999;
  }
  .sectionMarginResponsive {
    padding-top: 20px !important;
  }
  h2.panel-title {
    font-size: 16px;
  }
  .store-wrapper .main-offer .offer-wrapper .web_imagebox {
    width: 75px;
    height: 60px;
  }
  #addOfferModal .modal-title {
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #addOfferModal .modal-header {
    padding: 12px 15px;
  }
  .form-group.custom label {
    font-size: 14px;
  }
  .form-group.flex.paddingBottom20 {
    padding-bottom: 10px;
  }
  .form-group.custom .form-control {
    font-size: 13px;
  }
  .btn-add-offer,
  .form-group.custom .form-control {
    height: 35px;
  }
  .btn-add-offer {
    margin-top: 0;
  }
  .submit_detail {
    font-size: 13px;
  }
  .parent_group {
    display: block;
  }
  .parent_group .offer_title_group {
    margin-right: 0;
  }
  .form-group.custom #offer_desc {
    height: 50px;
  }
  .btn-add-offer {
    font-size: 14px;
  }
  .expired-c-headings {
    margin: 1.7em 0;
    padding-top: 1.3em;
  }
  .expired-c-headings h2 {
    font-size: 1.4em;
  }
  .expired_p_deal {
    font-size: 16px;
  }
  
  .accordionTitle,
  .accordion_Heading {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .accordionTitle:before,
  .accordion_Heading:before {
    padding: 10px 10px;
  }
}

@media (max-width: 420px) {
  .sbmt-offer-btn {
    font-size: 13px;
  }
  .store-filteration ul li a {
    margin-right: 8px;
  }
  .rating-stars p {
    font-size: 12px;
  }
  .single_store .main-offer .web_imagebox .short-title {
    font-size: 1.1em;
  }
  .single-cube a {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .rating-stars {
    display: block;
  }
  .rating-stars p {
    margin-left: 0;
  }
  .store-profile .web_imagebox {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
  }
  .store-title,
  .title {
    font-size: 1.1em;
  }
  .single_store .main-offer .web_imagebox .short-title {
    font-size: 1em;
  }
}

.main-offer {
  box-shadow: 0 1px 4px #b8b8b8;
  border-bottom: none;
  margin: 20px 0px;
  width: 95%;
}

.main-offer .offer-wrapper .web_imagebox {
  height: 100% !important;
  flex: 1 !important;
  padding: 0px 150px 0px 0px !important;
}
.main-offer .offer-wrapper .web_imagebox img {
  max-width: 90%;
  padding-left: 20px;
}

.main-offer .web_imagebox .short-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  align-self: center;
  text-align: center;
  width: 100%;
  color: #e9252c;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: shortt_font;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}


.offer-headline .offer-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .offers-wrapper {
    margin: 0;
    padding: 30px 25px 0px 0px;
    margin-bottom: 30px;
}
.p-15 .col-lg-12
{
  padding: 0px;
}
.new-stores {
  display: flex;
  overflow-x: scroll;
}
.fl-992{
  flex: 0 0 150px;
}
}

@media (max-width: 680px) {
  .main-offer .web_imagebox .short-title {
    font-size: 1.2em;
  }
}

@media (max-width: 420px) {
  .main-offer .web_imagebox .short-title {
    font-size: 1.1em;
  }
  .single-cube a {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .store-profile .web_imagebox {
    width: 100px;
    height: 70px;
  }
  .header .hmbtn {
    width: 40px;
    height: 40px;
}
.fa-1p {
  font-size: 15px !important;
}
.header .hlogo img {
  max-width: 160px;
}
  .action-container:before {
    height: 82.5%;
}
  .cat:before {
    height: 100%;
}
.cat .web_imagebox {
  width: 100px;
  height: 77px;
}
  .main-offer .web_imagebox .short-title {
    font-size: 1em;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}

@media (max-width: 1400px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 1100px) {
  .discount-flex-wrapper .sidebar {
    width: 260px;
    flex: 0 0 260px;
  }
}

@media (max-width: 1200px) {
  .main-carousel .carousel-cell {
    width: 100%;
    margin: 0 10px;
  }
  .md-resp-col-hotstores {
    width: 82%;
  }
  .md-resp-col-showmore {
    width: 18%;
    padding-left: 0;
  }
  .featured-coupon-carousel .carousel-cell {
    margin: 2px 10px;
  }
  .featured-coupon .content-box .title {
    font-size: 1.2em;
  }
  .featured-coupon .content-box {
    min-height: 150px;
  }
  .dbyd-wrapper .stores-sidebar {
    flex: 0 0 250px;
    width: 250px;
  }
  .offers-list {
    padding-left: 20px;
  }
  .offer-headline {
    padding-left: 25px;
}
  .offer-headline .offer-title {
    font-size: 20px;
  }
  .main-offer .offer-wrapper .web_imagebox {
    flex: 0 0 100px;
    width: 100px;
    height: 100%;
    margin: auto 10px;
}
  .main-offer .coupon-description p {
    font-size: 14px;
  }
  .stores-wrapper ul.list li a {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  .container.bg {
    padding: 25px 15px;
  }
  .logo-wrapper {
    flex: 0 0 155px;
}

.toggle {
  position: absolute;
  top: -35px;
  right: 10px;
  display: block;
}
.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  top: 3px;
  display: none;
  color: #333;
  width: 10px;
  transition: 0.3s color;
}
#header-2 .search-box {
  transform: translateX(0%);
  position:inherit;
  opacity: 1;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  transition: width 0.4s 0.3s;
}
.toggle a {
  display: inline-block;
  position: relative;
  z-index: 210;
}


.primary-header .flex-wrapper {
  display: block;
}

.search_resultbox {
  width: 100%;
  margin-left: 0px;
}
  .search-bar {
    margin: 0 1.5em;
  }
  .slider-thumbnails {
    display: flex;
    overflow-x: scroll;
  }
  .slider-thumbnails .thumbnail-box {
    flex: 0 0 auto;
    width: 33.3%;
  }
  .slider-thumbnails .thumbnail-box.active:before {
    top: 0;
    border-top: 10px solid rgb(0, 158, 217);
  }
  .md-resp-col-showmore {
    display: none;
  }
  .showmore-expbtn {
    display: none;
  }
  .md-resp-col-hotstores {
    width: 100%;
  }
  .featured-coupon-carousel,
  .hot-stores {
    display: flex;
    overflow-x: scroll;
    align-items: flex-end;
    align-content: flex-start;
    overflow-y: hidden;
  }
  .featured-coupon-carousel .col-md-4 {
    width: 330px;
    flex: 0 0 330px;
  }
  .main-carousel .carousel-cell {
    flex: 0 0 180px;
    width: 180px;
  }
  .dbyd-wrapper {
    display: block;
  }
  .dbyd-wrapper .stores-sidebar {
    flex: none;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .dbyd-stores-list {
    display: flex;
    overflow-x: scroll;
    box-shadow: none;
  }
  .dbyd-stores-list li {
    flex: 0 0 auto;
    margin-right: 20px;
    padding: 0px;
    height: 100%;
    margin: 0px 10px;
}
.dbyd-stores-list li a.active .slider {
  animation: slideleft 500ms;
}

@keyframes slideleft{
  0%{
    left: -100px;
  }
  100%{
    left: 0;
  }
}
.dbyd-stores-list li a {
  padding: 10px 40px 0px 0px;
  font-size: 15px;
}
  .offers-list {
    padding-left: 0;
  }
  .main-offer .offer-wrapper {
    display: block;
  }
  .main-offer .offer-wrapper .web_imagebox {
    float: left;
    margin-right: 12px;
  }
  .main-offer .offer-wrapper .action-box {
    width: 100%;
    display: inline-block;
    padding: 7px 10px;
    display: flex;
    align-items: center;
  }
  .main-offer .offer-wrapper .action-box .action-code {
    flex: 1;
    margin-right: 0px;
}
  .hideat992 {
    display: none !important;
  }
  .show992 {
    display: block !important;
  }
  .ls-section .ls-list {
    column-count: 4;
  }
  .subscribe-div .subs-label {
    font-size: 18px;
  }
  .subscribe-div .btn-subscribe,
  .subscribe-div .subs-input {
    height: 40px;
  }
  .subsc-form {
    width: 100%;
  }
  .subscribe-div {
    display: block;
  }
  .social-widgets {
    text-align: right;
    margin-top: 10px;
  }
  .comments-list li {
    margin-right: 0;
  }
  .stores-wrapper {
    display: block;
  }
  .stores-wrapper ul.list {
    padding-left: 20px;
    column-count: 3;
  }
  .alphabets-bar ul {
    overflow-x: scroll;
  }
  .pp-stores-list {
    display: flex;
    overflow-x: scroll;
  }
  .merchant-column {
    width: 200px;
    flex: 0 0 200px;
  }
  .discount-flex-wrapper .content-bar {
    margin: 0;
    width: 100%;
  }
  .discount-flex-wrapper .sidebar {
    display: flex;
    width: 100%;
    flex: 1;
    overflow-x: scroll;
  }
  .discount-flex-wrapper.single_cat .sidebar {
    display: inline-block;
    margin-right: 0;
  }
  .discount-flex-wrapper .sidebar .panel {
    flex: 0 0 300px;
    margin-right: 25px;
  }
  .discount-flex-wrapper.single_cat .sidebar .panel {
    margin-right: 0;
  }
  .dbyd-stores-list li a .web_imagebox {
    flex: 0 0 40px;
    width: 40px;
    height: 35px;
  }
  .dbyd-stores-list li a:not(.active) {
    padding-left: 5px;
  }
  .sliderbg {
    bottom: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    height: 4px;
    background-color: #cecece;
    width: 100%;
}
.dbyd-stores-list li a {
  padding-top: 5px;
  padding-bottom: 15px;
}
  .main-offer .coupon-description {
    display: block;
  }
  h4.row.mega-title {
    padding-bottom: 10px !important;
    padding-top: 11px !important;
  }
}
@media (max-width: 860px){
.categories-holder {
    column-count: 3;
}
@media (max-width: 768px) {
  #useOfCouponPopup .modal-dialog {
    width: auto;
  }
  .btn-category a {
    padding: 9px 20px;
    line-height: 20px;
  }
  .sideactions {
    flex: 0 0 165px;
}
.sideactions:after {
  left: -7.5%;
}
.sideactions:before {
  left: -7.5%;
}
  .main-offer .offer-wrapper .web_imagebox {
    display: none !important;
}
  .foot-logo-wrapper {
    display: inline-block;
    margin-bottom: 8px;
    width: 100% !important;
  }
  .categories-holder {
    column-count: 2;
}
  .btn-category,
  .search-bar {
    height: 45px;
  }
  .primary-header {
    padding: 15px 0;
  }
  .slider-thumbnails {
    display: none;
  }
  .carousel-inner > .item {
    height: 180px;
  }
  .slider_shimmer {
    height: 145px;
  }
  .carousel-inner .item img {
    height: 100% !important;
    width: auto;
  }
  .slider-box,
  .slider-box .col-lg-12 {
    padding: 0 !important;
  }
  .carousel-inner {
    border-radius: 0;
  }
  
  .carousel-inner > .item {
    height: 200px;
}
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: initial !important;
    max-width: initial !important;
    height: 100% !important;
  }
  .carousel-inner > .item > img {
    width: initial !important;
    max-width: initial !important;
}
  .section-title {
    font-size: 1.3em !important;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .section-title.small {
    margin-bottom: 0;
  }
  .section-para {
    margin: 7px 0;
    font-size: 15px;
  }
  #contact-modal .flex {
    align-items: baseline;
}
  .featured-coupon .web_imagebox {
    width: 85px;
    height: 80px;
  }
  .featured-coupon .content-box {
    padding: 7px 7px 0 7px;
  }
  .badge {
    font-size: 13px !important;
  }
  .coupon-description p {
    font-size: 14px;
    margin-top: 4px;
  }
  .featured-coupon .action-box {
    padding: 8px;
  }
 .offer-headline .offer-title {
    font-size: 18px;
    line-height: 1.2;
}
  .featured-coupon .content-box {
    min-height: 140px;
  }
  .likeandcomments .commentbtn,
  .likeandcomments .emailcoupon {
    font-size: 15px;
  }
  .likeandcomments .commentbtn {
    padding-left: 10px;
  }
  .likeandcomments {
    padding: 5px 15px;
  }
  .ls-section {
    padding: 12px 12px;
    margin-top: 15px;
  }
  .search-group {
    display: block !important;
  }
  .navbar-form {
    display: table !important;
  }
  .ls-section .ls-list {
    column-count: 3;
  }
  .ls-section .ls-list li a {
    padding: 5px 0;
    font-size: 14px;
  }
  .dbyd-stores-list {
    margin-top: 12px;
  } 
  .search-list .search-item a {
    font-size: 13px;
    margin-right: 7px;
  }
  .store_breadcrumbs li a {
    font-size: 14px;
  }
  .contentpage-column {
    display: flex;
    overflow-x: scroll;
  }
  .contentpage-column .panel {
    margin: 0 10px 10px;
    flex: 0 0 50%;
  }
  .panel_link a {
    font-size: 14px;
  }
  h2.panel-title {
    margin-bottom: 5px;
  }
  .contentpage-title {
    font-size: 20px;
  }
  .comment-user-submit {
    width: 100%;
  }
  .comments-box {
    padding: 12px;
    padding-bottom: 0;
  }
  .comment-text {
    font-size: 14px;
  }

  .comments-box {
    padding: 7px;
  }
  .likeandcomments {
    padding: 5px 7px;
  }
  .big-alpha h1 {
    font-size: 1.5em;
}
  .search-toggle {
    float: right;
  }
  .stores-wrapper ul.list li a {
    padding: 7px 7px;
  }
  .merchant-title {
    font-size: 1em;
  }
  .popular-merchant .web_imagebox {
    height: 100px;
  }
  .paddingBottom-flex {
    padding-bottom: 0;
  }
  .first-child-category a {
    font-size: 14px;
    padding: 6px 8px;
  }
  .contact_form .form-group.padding-right {
    padding-left: 0;
  }
  .modal-dialog {
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 50px 20px;
  }
  .featured-coupon .content-box .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pagination_button {
    width: 100%;
  }
  h4.row.mega-title {
    padding-bottom: 8px !important;
    padding-top: 5px !important;
  }
  ul.child_list {
    column-count: 2;
  }
}

@media (max-width: 680px) {
  .logo-wrapper {
    display: block;
  }
  .toggle {
    font-size: 12px;
  }
  .toggle a span {
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .foot-logo-wrapper {
    display: inline-block;
    width: 100% !important;
  }
  .search-bar {
    margin: 0;
    height: 40px;
    height: 37px;
    margin-top: 12px;
  }

  .btn.btn-category {
    position: absolute;
    top: 5px;
    right: 15px;
    height: 40px;
    padding: 0;
  }
  .primary-header {
    padding: 12px 0;
  }

  .btn-category img {
    width: 13px;
  }
  .search-bar input.form-control {
    padding: 0 10px;
    font-size: 14px;
  }
  .icon-bar:before {
    height: 23px;
  }
  .search-bar .icon-bar .svg-icon {
    width: 20px;
  }
  .search-bar .icon-bar {
    padding: 0 17px;
  }
  .slider-thumbnails .thumbnail-box .web_imagebox {
    height: 60px;
  }
  .slider-thumbnails .thumbnail-box {
    width: 100px;
  }
  .main-carousel .carousel-cell {
    flex: 0 0 150px;
    width: 150px;
  }
  .hot-store-box {
    min-height: 150px;
  }
  .hot-store-box .web_imagebox img {
    max-width: 60%;
  }
  .hot-store-box .web_imagebox {
    min-height: 80px;
    margin-top: 10px;
  }
  .hot-store-box .store-name {
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .showmore-expbtn {
    height: 30px;
    padding: 7px;
    font-size: 12px;
    padding-top: 5px;
  }
  .coupon-description p {
    margin-top: 3px;
  }
  .action-cta-peel {
    width: 40px;
    height: 45px;
    right: 12px;
  }
  .action-cta:not(.deal):before {
    right: 15px;
  }
  .action-cta-code {
    height: 38px;
  }
  .featured-coupon .action-box {
    padding-top: 3px;
  }
  .dbyd-stores-list li a {
    padding: 6px 8px;
  }
  .coupon-description p,
  .main-offer .coupon-description p {
    font-size: 13px;
  }
  .likeandcomments .likebtn svg {
    width: 17px;
  }
  .section-para {
    font-size: 14px;
  }
  .ls-section .ls-list li a {
    padding: 5px 20px;
  }
  .subscribe-div .subs-label {
    font-size: 16px;
    font-weight: 400;
  }
  .subsc-form {
    flex-wrap: wrap;
  }
  .subscribe-div .subs-label {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .subscribe-div .subs-input {
    margin-left: 0;
  }
  .subscribe-div .btn-subscribe,
  .subscribe-div .subs-input {
    height: 40px;
  }
  .subscribe-div .btn-subscribe {
    padding: 0 12px;
  }
  .social-widgets {
    margin-top: 15px;
  }
  .social-widgets ul li a i {
    width: 27px;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
  }
  .content_wrapper p {
    font-size: 14px;
  }
  .commentbtn.afterbracket:after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .likeandcomments .commentbtn,
  .likeandcomments .emailcoupon {
    font-size: 13.5px;
  }
  .comments-list li {
    padding: 7px 7px;
  }
  .comments-list .comment-icon i {
    font-size: 1.2em;
  }
  .comments-list .comment-icon {
    font-size: 13px;
  }
  .comment-info {
    font-size: 12px;
  }
  .stores-wrapper ul.list {
    column-count: 2;
  }
  .stores-wrapper ul.list li a {
    font-size: 14px;
  }
  .modal-body .coupon_profile .web_imagebox {
    width: 100px;
    flex: 0 0 100px;
    height: 90px;
  }
  .modal-body .coupon_profile .coupon_info h1 {
    font-size: 1.4em;
  }
  .prop_info .title {
    font-size: 1.5em;
  }
  .how_to_saveBox h1 {
    font-size: 1.5em;
  }
  .steps_heading {
    font-size: 18px;
  }
  .content_modal {
    padding: 15px;
  }
  .content_modal .image_box {
    flex: 0 0 150px !important;
    width: 150px;
  }
  .content_modal .image_box.big {
    width: 180px;
    flex: 0 0 180px !important;
  }
  .b-1400 {
    display: none;
  }
  .b-680 {
    display: inline-block;
  }

  .fde {
    padding: 5px;
  }
}

@media (max-width: 550px) {
  .carousel-control .icon {
    font-size: 3em;
  }
  .featured-coupon .web_imagebox {
    width: 75px;
    height: 75px;
  }
  .offer-headline .offer-title {
    font-size: 1.1em;
  }
  .offer-headline {
    padding-top: 10px;
    min-height: 100px;
  }
  .featured-coupon .content-box .title {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .dbyd-stores-list li a.active {
    border-width: 2px;
  }
  .search-list {
    padding: 7px;
    padding-top: 0;
  }
  .search-list .search-item {
    margin-bottom: 5px;
  }
  .search-list .search-item a {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .subscribe-div .subs-input {
    margin-right: 5px;
  }
  .popular-merchant .web_imagebox {
    height: 80px;
  }
  .merchant-title {
    font-weight: 500;
  }
  .discount-flex-wrapper .offer-headline {
    min-height: 90px;
  }
  .contact-info-text h2 {
    font-size: 16px;
  }
  .contact-info-text p {
    font-size: 13px;
  }
  .contact_form textarea {
    height: 100px;
  }
  .contact_form .send-btn {
    font-size: 13px;
  }
  .modal-body .coupon_profile .web_imagebox {
    width: 90px;
    flex: 0 0 90px;
    height: 85px;
  }
  .modal-body .coupon_profile .coupon_info h1 {
    font-size: 1.2em;
    word-spacing: 0px;
}
  .modal-body .coupon_profile .coupon_info {
    padding-left: 10px;
  }
  .popupcoupon_description p {
    font-size: 14px;
  }
  .code_bar .code_text {
    font-size: 1.3em;
  }
  .modal_scode {
    padding: 15px 20px;
  }
  .modal_scode .copybtn {
    font-size: 14px;
  }
  .modal_footer .goto_site {
    font-size: 14px;
  }
  .modal-body .likebtn {
    font-size: 13px;
  }
  .modal-body .likebtn svg {
    width: 1.6em;
  }
  .modal_footer {
    padding: 10px 15px;
  }
  .content_paragraph.flex {
    display: block;
  }
  .content_paragraph.flex .image_box {
    margin: 10px 0;
  }
  .content_paragraph p {
    margin: 0;
    font-size: 13px;
  }
  .modal_divider {
    margin: 8px 0;
  }
}


@media (max-width: 500px) {


  .main-offer .main_wrapper {
    display: initial;
  }
  .main-offer {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sideactions {
    border-left:none;
    height: auto;
}
  .sideactions:before,
  .sideactions:after {
    display: none;
}
  footer .wrap .lower_side ul.flex li:last-of-type {
    width: 100%;
}
  .featured-coupon-carousel .col-md-4 {
    width: 300px;
    flex: 0 0 300px;
  }
  .featured-coupon-carousel .carousel-cell {
    margin: 0;
  }
  .likeandcomments .emailcoupon {
    position: initial;
  }
  .clickcmnt .txt {
    display: none;
  }
  .main-offer .offer-wrapper .action-box {
    padding-top: 0;
    padding: 5px 20px 10px;
}
  .main-offer .offer-wrapper .expired_date img {
    width: 13px;
    height: 13px;
  }
  .prop_info .title {
    font-size: 1.3em;
  }
  .prop_info {
    margin-left: 1.2em;
  }
  .category_profile .flex_wrapper_catw .web_imagebox {
    height: 77px;
    width: 77px;
  }
  .prop_info .offer_count {
    font-size: 15px;
  }
  .section.cat-box {
    padding: 12px 0;
  }
  .steps_heading {
    font-size: 16.5px;
  }
  .how_to_saveBox h1 {
    font-size: 1.3em;
  }
  #useOfCouponPopup .modal-dialog {
    margin: 12px;
  }
  .howtosaveBtn {
    min-width: 8em;
    right: -33px;
    font-size: 12px;
  }
  .widgets .exp-icon {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 450px){
.categories-holder {
    column-count: 1;
    text-align: center;
}
@media (max-width: 420px) {
  .hot-store-box {
    min-height: 120px;
  }
  #contact-modal .modal-middle {
    margin-top: -3px;
    font-size: 12px;
    float: right;
    border-radius: 2px;
    padding: 10px 10px;
    outline: none;
}
  .hot-store-box .web_imagebox {
    min-height: 65px;
  }
  .search-bar {
    height: 34px;
  }
  .btn.btn-category {
    padding: 0;
    height: 34px;
    right: 10px;
    font-size: 13px;
  }
  .btn-category a {
    padding: 6px 13px;
    line-height: 20px;
  }
  .primary-header .row .col-lg-12 {
    padding: 0 10px;
  }
  .hot-store-box .offers-count {
    font-size: 0.8em;
  }
  .ls-section .ls-list {
    column-count: 2;
  }
  .contentpage-column .panel {
    flex: 0 0 280px;
    width: 280px;
  }
  .stores-wrapper ul.list li a {
    font-size: 13px;
  }
  .likeandcomments .commentbtn .fa {
    font-size: 18px;
  }
  .discount-flex-wrapper .sidebar .panel {
    flex: 0 0 280px;
    width: 280px;
    margin-right: 15px;
  }
  .discount-flex-wrapper.single_cat .sidebar .panel {
    width: 100%;
  }
  .first-child-category a {
    font-size: 13px;
    padding: 5px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .masonry-categories-box {
    column-gap: 1em;
  }
  .likeandcomments .likebtn .txt {
    position: relative;
    top: -2px;
  }
}



@media (max-width: 380px) {
  .featured-coupon .web_imagebox {
    width: 62px;
    height: 62px;
  }
  .modal-body .coupon_profile .coupon_info h1 {
    text-align: left;
}
  footer .wrap .lower_side ul.flex li:last-of-type {
    width: 100%;
}
  .featured-coupon .web_imagebox {
    margin-right: 5px;
  }
  .featured-coupon .content-box .title {
    font-size: 1.1em;
  }
  .modal-body .coupon_profile {
    margin-top: 12px;
  }
  .modal-body .coupon_profile .web_imagebox {
    width: 80px;
    flex: 80px;
    height: 70px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .modal-body .coupon_profile .coupon_info {
    padding-left: 0;
  }
  .modal_scode .copybtn {
    padding: 5px 7px;
  }
  .modal_scode {
    padding-bottom: 5px;
  }
  .modal_footer {
    padding-top: 5px;
  }
  .modal-dialog {
    margin: 30px 10px;
  }
  .featured-coupon .content-box .title {
    font-size: 1em;
  }
  .category_profile .flex_wrapper_catw .web_imagebox {
    height: 67px;
    width: 67px;
  }
  .prop_info .title {
    font-size: 17px;
    margin-bottom: 0;
  }
  .prop_info .offer_count {
    font-size: 14px;
  }
  .logo-wrapper {
    width: 170px;
  }
}
