.desktop-none {
  display: none;
}

.flexWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.flexWrapper .column-left {
  padding-right: 0;
  padding-left: 20px;
  flex: 1;
}
.flexWrapper .column-left .pageTitle {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.flexWrapper .column-right {
  width: 25%;
}

.storeHeader .leftSide {
  display: none;
}
.storeHeader .startsWrp {
  display: none;
}
.storeHeader .subTitle {
  display: none;
}
.storeHeader .review-links {
  display: none;
}

.leftSide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
}
.leftSide img {
  max-width: 95px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.rightSide {
  margin-left: 10px;
}
.rightSide .main-heading h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 10px;
}
.rightSide .mainPara p {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.sidePannel {
  background-color: #fff;
  margin-bottom: 20px;
}
.sidePannel .logo {
  padding: 15px;
}
.sidePannel .logo .store-logo {
  align-items: center;
  display: flex;
  height: 98px;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
  overflow: hidden;
}
.sidePannel .logo .store-logo img {
  max-width: 140px;
}
.sidePannel .review-links {
  display: block;
}
.sidePannel .review-links .ohter__links {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  border-top: 1px solid #ddd;
}

.startsWrp {
  text-align: center;
  align-items: center;
  padding: 5px 0;
}
.startsWrp .ratingTxt {
  margin-top: 8px;
}
.startsWrp .brand-link {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
  display: block;
  margin: 15px auto;
  background: #f1514c;
  width: 60%;
  border-radius: 6px;
}
.startsWrp #full-stars-example-two .rating-group {
  display: inline-flex;
}
.startsWrp #full-stars-example-two .rating__icon {
  pointer-events: none;
}
.startsWrp #full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.startsWrp #full-stars-example-two .rating__input--none {
  display: none;
}
.startsWrp #full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.2rem;
}
.startsWrp #full-stars-example-two .rating__icon--star {
  color: orange;
}
.startsWrp #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
  .mobile-block {
    display: block;
  }
  .flexWrapper {
    flex-direction: column;
    padding: 0;
  }
  .flexWrapper .column-left {
    padding-left: 0;
  }
  .flexWrapper .column-right {
    width: 100%;
  }
  .flexWrapper .column-right .sidePannel {
    display: none;
  }
  .flexWrapper .column-right .tableOfContents {
    display: none !important;
  }
  .storeHeader .rightSide .startsWrp {
    padding: 0px 0px;
    margin-bottom: 15px;
  }
  .storeHeader .rightSide .mainPara {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .storeHeader .rightSide .main-heading h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .storeHeader .leftSide {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .startsWrp {
    padding-bottom: 10px;
  }
  .storeHeader {
    display: flex;
    align-items: flex-start;
  }
  .storeHeader .subTitle {
    display: none;
  }
  .storeHeader .leftSide {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #fff;
  }
  .storeHeader .rightSide .pageTitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .storeHeader .rightSide .startsWrp {
    display: flex;
  }
  .storeHeader .rightSide .startsWrp #full-stars-example-two {
    display: flex;
  }
  .storeHeader .rightSide .startsWrp .ratingTxt {
    margin-top: 0;
    margin-left: 10px;
  }
  .storeHeader .rightSide .review-links {
    display: block;
  }
  .storeHeader .rightSide .review-links .ohter__links {
    align-items: center;
    background-color: #f1514c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .storeHeader .rightSide .review-links .ohter__links:hover {
    background-color: #f1514c;
    color: #fff;
  }
  .expiryList .leftSide {
    width: auto;
  }
}
.coupen-cont {
  flex: 0 1 47%;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 20px 10px 0;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.coupen-cont .coupen-inner {
  display: flex;
  gap: 2rem;
}
.coupen-cont .coupen-inner .coupenInnerTxt {
  width: 100px;
  min-width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.coupen-cont .coupen-inner .coupenInnerTxt p {
  width: 100%;
  text-align: center;
}
.coupen-cont .coupen-inner .coupenInnerTxt p span {
  font-size: 18px;
  color: #f1514c;
  font-weight: 600;
  text-transform: uppercase;
}
.coupen-cont .coupen-inner figure {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupen-cont .coupen-inner img {
  outline: 0;
  border-radius: 3px;
  display: flex;
  max-width: 120px;
  width: 100%;
  text-align: center;
}
.coupen-cont .coupen-inner .coupen-content {
  width: 100%;
}
.coupen-cont .coupen-inner .coupen-content p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.coupen-cont .coupen-inner .coupen-content ul.flags {
  display: flex;
  flex-wrap: wrap;
}
.coupen-cont .coupen-inner .coupen-content ul.flags li {
  margin-right: 5px;
  padding: 5px;
  font-size: 0.6rem;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.coupen-cont .coupen-inner .coupen-content ul.flags li.flag.exclusive {
  background-color: #fef1e5;
  color: #f1514c;
}
.coupen-cont .coupen-inner .coupen-content ul.flags li.flag.verified {
  background-color: #d9f7c4;
  color: #4cb500;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 {
  left: 0 !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 a {
  position: relative !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 a:hover {
  width: 100% !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn {
  margin: 10px 0 0;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  left: 12px;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn:hover .btn.orange {
  width: 70%;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .coupen-num span {
  border: 3px dashed #f1514c;
  display: block;
  text-align: right;
  color: #000;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .coupen-num:hover a {
  width: 80%;
  transition: 0.3s all;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange {
  display: flex;
  height: 28px;
  text-indent: 10px;
  width: 68%;
  transform: skew(-20deg, 0deg);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  background: #f1514c;
  background: linear-gradient(315deg, #f1514c, #f1514c);
  position: relative;
  transition: 0.3s all;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange::before {
  content: "";
  background: #f1514c;
  width: 20px;
  height: 100%;
  left: -10px;
  top: 0;
  position: absolute;
  transform: skew(20deg, 0deg);
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange span {
  transform: skew(20deg, 0deg);
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange2 {
  background: #f1514c;
  background: linear-gradient(315deg, #f1514c, #f1514c);
  width: 100%;
  margin: 10px 0;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn a {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
}
.coupen-cont .coupen-inner .no-thnx a {
  font-size: 0.8em;
  color: #212121;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}
.coupen-cont .coupen-footer {
  border-top: 1px solid #f5f5f5;
  padding: 0;
  margin-top: 10px;
}
.coupen-cont .coupen-footer .coupenBoxLftTxt span {
  font-size: 0.75rem;
}
.coupen-cont .coupen-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.coupen-cont .coupen-footer ul li {
  padding: 5px 0;
  position: relative;
  font-size: 0.75rem;
}
.coupen-cont .coupen-footer ul li.clik {
  cursor: pointer;
}
.coupen-cont .coupen-footer ul::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.coupen-cont .coupen-footer .details-loaded {
  display: none;
  margin-top: 10px;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-dates {
  width: 40%;
  float: left;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-terms {
  width: 60%;
  float: left;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-terms p {
  font-size: 0.875rem;
}
.coupen-cont .coupen-footer .details-loaded h4 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #212121;
}
.coupen-cont .coupen-footer .details-loaded .dates {
  font-size: 0.75rem;
  font-weight: 400;
}
.coupen-cont .coupen-footer .details-loaded .dates span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange2 {
    width: 94%;
  }
  .coupen-cont .coupen-inner .coupenInnerTxt {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .coupen-cont .coupen-inner figure {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.hide {
  display: none;
}

#tabs ul.cust {
  display: flex;
  gap: 21px;
  text-align: center;
  margin: 5px 0;
}
#tabs ul.cust li {
  font-size: 0.875rem;
  flex: 1;
  -ms-flex: 1 0 auto;
  margin: 0 2px 10px;
  max-width: 200px;
}
#tabs ul.cust li a {
  background: #e0e0e0;
  border-radius: 3px;
  color: #212121;
  display: block;
  padding: 4px 8px;
  position: relative;
}
#tabs ul.cust li a.activelink {
  color: #fff;
  background-color: #f1514c;
}
#tabs ul.cust li a.activelink::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 8px solid #f1514c;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -14px;
}

.merchant-info h2, .short_desc h2 {
  font-size: 1.5em;
}
.merchant-info h3, .short_desc h3 {
  font-size: 1.25em;
}
.merchant-info h4, .merchant-info h5, .merchant-info h6, .short_desc h4, .short_desc h5, .short_desc h6 {
  font-size: 1em;
}
.merchant-info ul, .short_desc ul {
  list-style-type: disc;
  padding-left: 30px;
}
.merchant-info ul li, .short_desc ul li {
  color: #212121;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
  list-style: disc;
}
.merchant-info ol, .short_desc ol {
  padding-left: 30px;
}
.merchant-info ol li, .short_desc ol li {
  list-style: auto;
  padding-bottom: 10px;
}
.merchant-info p, .short_desc p {
  color: #212121;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
}
.merchant-info a, .short_desc a {
  color: #f1514c;
  text-decoration: underline;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1rem;
}
.merchant-info iframe, .short_desc iframe {
  width: 100%;
}
.merchant-info img, .short_desc img {
  margin: 20px 0;
  display: block;
}
.merchant-info .secheading, .short_desc .secheading {
  margin-bottom: 10px;
}

.expert-user {
  display: flex;
  gap: 18px;
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
}
.expert-user div {
  display: flex;
  align-items: center;
}
.expert-user div img {
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.expert-user p {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}
.expert-user a {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
  color: #f1514c;
}
.expert-user span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.margbot {
  margin-bottom: 0;
}

.infoCas > li {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #e0e0e0;
}
.infoCas > li a {
  font-weight: 500;
  font-size: 14px;
  color: #f1514c;
}
.infoCas > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.module h3 {
  color: #212121;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
}
.module.margbots p {
  margin-bottom: 20px;
}
.module .moduleInnerImg {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}
.module .promoList li:not(:last-child) {
  margin-bottom: 10px;
}
.module .promoList li p {
  font-size: 1rem;
  color: #212121;
}
.module .promoList li p span {
  padding-left: 10px;
  color: #f1514c;
}
.module .secretShoppingList {
  padding: 0 15px;
}
.module .secretShoppingList li {
  list-style: initial;
  padding-bottom: 10px;
}
.module .secretShoppingList li p {
  margin-bottom: 1em;
}
.module .socialLinks li {
  padding: 4px 0;
}
.module .socialLinks li a {
  color: #f1514c;
}
.module .socialLinks li a i {
  width: 20px;
  font-size: 130%;
  margin-right: 10px;
  vertical-align: middle;
}
.module .socialLinks li a .fa-globe {
  color: #5f5f5f;
}
.module .socialLinks li a .fa-truck {
  color: #5f5f5f;
}
.module .socialLinks li a .fa-phone-flip {
  color: #5f5f5f;
}
.module .socialLinks li a .fa-square-facebook {
  color: #3b5988;
}
.module .socialLinks li a .fa-square-twitter {
  color: #1da1f2;
}
.module .socialLinks li a .fa-square-pinterest {
  color: #bd081c;
}
.module .socialLinks li a .fa-instagram {
  color: #333;
}
.module .categoriesBtn ul li a {
  background-color: #ededed;
  border: none;
}

.promoCodeBtns {
  padding-top: 10px;
}
.promoCodeBtns ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.promoCodeBtns ul li a {
  color: #212121;
  border: 1px solid #212121;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: normal;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  font-weight: 400;
  text-transform: none;
}
.promoCodeBtns ul li a:hover {
  background-color: #E0E0E0;
}
.promoCodeBtns .allBrandBtn a {
  font-size: 0.875rem;
  color: #f1514c;
  text-decoration: underline;
}

.blg p {
  margin: 10px 0;
}

.margTop {
  margin-top: 80px;
}

.tableWrp table {
  min-width: 100%;
  border: solid #e0e0e0 1px;
}
.tableWrp table thead {
  width: 100%;
  background: #f5f5f5;
  display: table-header-group;
}
.tableWrp table thead th {
  padding: 0.5em;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9em;
}
.tableWrp table tbody td {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5em;
  vertical-align: middle;
  display: table-cell;
  border-top: 1px solid #e0e0e0;
  line-height: 1.2em;
}
.tableWrp table tr {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
}
.tableWrp table tr:nth-child(even) {
  background: #f9f9f9;
}

.saleEndWrp {
  margin-bottom: 20px;
}
.saleEndWrp .expiryList ul {
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
}
.saleEndWrp .expiryList ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.saleEndWrp .expiryList ul li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.saleEndWrp .expiryList ul li .leftSide span {
  color: #212121;
  font-size: 1.125rem;
}
.saleEndWrp .expiryList ul li .rightSide {
  text-align: right;
}
.saleEndWrp .expiryList ul li .rightSide span {
  color: #212121;
  font-size: 0.75rem;
}
.saleEndWrp .expiryList ul li .rightSide .expiryBtn p {
  border: 2px dashed #000;
  text-align: center;
  width: 230px;
  padding: 4px;
  font-weight: 600;
}

.associateBgImg {
  position: relative;
  margin-bottom: 25px;
}
.associateBgImg .txtwrp {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 20px 20px;
}
.associateBgImg .txtwrp h3 {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #000;
}
.associateBgImg .txtwrp img {
  max-width: 30%;
}

.details-loaded.active {
  display: block !important;
  margin-top: 0;
}

@media (max-width: 767px) {
  .module {
    padding: 10px 0px;
  }
  .coupen-cont .coupen-inner .coupen-content p {
    line-height: 1.2;
  }
  #tabs ul.cust li a {
    font-size: 1.25rem;
  }
  .tableWrp table tbody td {
    font-size: 1.25rem;
  }
  .merchant-info ul li, .short_desc ul li {
    font-size: 1.35rem;
  }
  .expert-user p {
    font-size: 1.35rem;
  }
  .expert-user p a {
    font-size: 1.35rem;
  }
}/*# sourceMappingURL=store.css.map */