
/*======================= CSS RESET ==========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
    font-family: 'Poppins';
    src: url(https://static.magicpin.com/samara/static/fonts/poppins_regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(https://static.magicpin.com/samara/static/fonts/poppins_medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(https://static.magicpin.com/samara/static/fonts/poppins_semi_bold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(https://static.magicpin.com/samara/static/fonts/poppins_bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
    width: 100%;
    height: 100%;
    touch-action: manipulation;
}

textarea {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1;
  font-size: 100%;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

sup {font-size:xx-small; vertical-align:super;}

.clamp-1 {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.no-op {
    pointer-events: none;
    touch-action: none;
    filter: grayscale(1);
}

.hide-ui {
    position: absolute !important;
    visibility: hidden !important;
    z-index: -10 !important;
}

.grecaptcha-badge,
.grecaptcha-logo {
	visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 800px) {
    body {
        padding: 0;
    }
}

ol, ul {
  list-style: none;
}

@media (max-width: 800px) {
  body {
    /*width: 100vw;*/
  }

  .hide-mb {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .show-mb {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .show-mb {
    display: default !important;
  }
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

[placeholder]{
    text-overflow:ellipsis;
}

*:not(.show-scrollbars)::-webkit-scrollbar {
    display: none;
}

*:not(.show-scrollbars) {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*===================CSS STARTS HERE=========================*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}

a {
  text-decoration: none;
  color: #333333;
}

/*=============== Roboto Font============*/

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/samara/static/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/samara/static/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/samara/static/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*================ HEADER ===============*/

.site-header {
    width: 100%;
    background-color: #fff;
    padding: 16px 7.4%;
    margin-top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    font-family: Poppins, sans-serif;
}

.header-placeholder {
    height: 69px;
    width: 100%;
    transition: all 1s ease-in-out;
}

@media(max-width:800px) {
    .header-placeholder {
        height: 56px;
    }
}

.site-header .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: initial;
}

.site-header .container .header {
    width: 100%;
    display: flex;
}

.header .logo {
    height: 34px;
    width: auto;
    transition: .2s transform linear;
}

.header .logo:hover {
    transform: scale(1.1)
}

.header .logo.phonepe {
    height: 36px;
}

.header .search {
    background: none;
    position: absolute;
    right: 12%;
    padding: 6px 16px;
    color: white;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 101;
}

.header .show-nye-tickets {
    color: #338aed;
    position: absolute;
    top: 12px;
    right: 12%;
    cursor: pointer;
    background: white;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 500;
}

.header .tickets-dropdown {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    list-style-image: none;
    font-weight: bold; 
    width: 150px; 
    background: #ffffff;  
    position: absolute;
    top: 56px;
    right: 11%; 
    text-align: center; 
    font-size: 12px;
    display: none;
    z-index: 1;
    border: #dddddd 1px solid;
    border-radius: 8px;
}

.tickets-dropdown li {
    display: block;   
    color: #666;
    padding: 15px 0 15px 0; 
    border-bottom: #dddddd 1px solid;
}

.tickets-dropdown a:last-child li {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tickets-dropdown li:hover {
    display: block;    
    background: #f1f1f1; 
    padding: 15px 0 15px 0; 
    border-bottom: #dddddd 1px solid;
}

.header .wallet-balance-holder {
    position: absolute;
    right: 14%;    
    top: 50%;
    transform: translateY(-50%);
    animation: 700ms ease-out 0s 1 fadeIn;
}

.wallet-balance-holder .wallet-balance {
    background-color: #fce0b2;
    border-radius: 36px;
    padding: 6px 10px;
    padding-right: 32px;
    position: relative;
    display: block;
    margin-top: 14px
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.wallet-balance .balance {
    color: #1c1c1c;
    font-size: 12px;
}

.wallet-balance-holder .savings {
    font-size: 10px;
    margin-top: 2px;
    padding-left: 10px
}

.wallet-balance .magic-coin {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 28px;
}


@media (max-width: 800px) {
  .header .show-nye-tickets {
      font-size: 10px;
      top: 16px;
      right: 32%;
  }

  .site-header .container .header {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
  }

  .logo-location-holder .affiliates-header-content {
        display: inline-block;
        align-self: center;
  }

    .site-header.nye-open {
        margin-top: 62px;
    }

  .header .tickets-dropdown {
      font-size: 10px;
      right: 30%;
      top:48px;
      width: 112px;
  }

  .tickets-dropdown li {
      padding: 6px;  
  }

  .tickets-dropdown li:hover {
      padding: 6px;
  }
}

.header .hamburger-holder {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: white;
  border: 0;
  padding: 8px 0;
  transition: .5s background-color;
  border-radius: 50%;
  /* padding-top: 12px; */
}

.hamburger-holder .hamburger {
    background: none;
    position: relative;
    top: 0;
    right: 0;
    color: white;
    border: 0;
    cursor: pointer;
    outline: none;
    z-index: 1;
    padding: 0;
}

.homepage-hamburger {
    margin-left: 20px;
    padding-top: 4px;
}

.homepage-hamburger .hamburger {
    padding: 0;
    border: 0;
    background: none;
}

.hamburger img {
    height: 30px;
    width: 30px;
}

.homepage-hamburger .hamburger img {
    width: 24px;
    height: 24px;
}

.header .user-holder {
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    border: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 1;
    transition: .5s background-color;
    border-radius: 50%;
}

.user-holder.login:hover {
    background: none;
}

.header .user {
    min-width: 110px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid;
    color: #ef1c74;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 18px;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
}

.user.logged-in {
    background: none;
    position: relative;
    border: none;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}

.user.logged-in .user-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.user.logged-in.pro {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.user.logged-in.pro img {
    height: 36px;
    border-radius: 8px;
}

.user.logged-in.pro .magic-pro {
    height: 36px;
    position: relative;
    right: -6px;
}

.coin-info span {
    vertical-align: middle;
}

.header .user-image {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.header .user-menu {
    width:100px;
    padding:16px 16px 16px 16px;
    box-shadow: 0 3px 6px 0 rgba(61, 85, 97, 0.5);
}

.profile-detail .hello {
    width: 100px;
    height: 16px;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #333;
}

.profile-detail .user-name {
    width: 100px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #333;  
}

.profile-detail .user-image-popover {
    top: -2px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.user-menu .logout {
    width: 100%;
    font-family: Roboto;
    padding: 4px 4px 4px 0;
    color: #3e5561;
}

.user-menu .logout:hover {
    background: white;
}

.user-menu .detail-divider {
    width:100%;
    border:1px solid  #e5e5e5;
}

.header-blog .user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.search-container{
  width: 30%;
  margin-left: 84px;
}

@media (max-width: 800px) {
    .homepage-hamburger {
        margin-left: 4px;
    }

    .universalSearchWrapper .homePageUniversalSearch {
		width: 100%;
		background: #F7F7F7 url(https://static.magicpin.com/samara/static/images/search.svg) 12px 10px no-repeat;
		padding: 10px 6px 10px 38px;
		border: 1px solid rgba(0, 0, 0, .12);
		border-radius: 8px;
		color: #5c5c5c;
		font-size: 14px;
        line-height: 20px;
	}

    .universalSearchWrapper input.homePageUniversalSearch::placeholder {
        color: #5C5C5C;
        font-size: 14px;
        line-height: 20px;
        font-family: Poppins, sans-serif;
    }

    .hamburger img {
        height: 20px;
        width: 20px;
    }

    .homepage-hamburger .hamburger img {
        width: 16px;
        height: 16px;
    }

    .site-header {
        padding: 8px 16px;
    }

    .header .action-cta-holder {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .site-header.phonepe {
        padding: 12px 8px;
        padding-left: 12px;
    }

    .header .search {
        right: auto;
        top: auto;
        padding: 0 16px;
        padding-left: 20px;
        display: inline-block;
        position: relative;
    }

    .search.phonepe {
        right: 0;
        top: 0;
        z-index: 101;
    }

    .search.paytm {
        right: 0;
    }

    .header .hamburger-holder {
        right: auto;
        top: auto;
        position: relative;
        transform: none;
        padding: 0;
    }
    
    .header .user-holder {
        position: relative;
        padding: 0;
        right: auto;
        display: inline-block;
        transform: none;
        top: auto
    }

    .header .user-image {
        width: 32px;
        height: 32px;
    }

    .header .logo {
        height: 16px;
        transition: .2s transform linear;
    }
    
    .header .back-arrow {
        height: 24px;
        margin-right: 8px;
    }

    .header .user {
        font-size: 12px;
        padding: 4px 12px;
        padding-bottom: 6px;
        line-height: initial;
        position: relative;
    }

    .location-header-react .location {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
    }

    .location-header-react .dropdown-image {
        vertical-align: middle;
    }

    .user.logged-in.pro .magic-pro {
        height: 34px;
    }

    .site-footer {
        padding: 16px 8px;
        background-color: #2e108e;
        background-image: none
    }
}

@media (max-width: 1000px) {
    .header .logo {
        height: 30px;
    }
    
    .site-header {
        padding: 16px 3.5%;
    }

    .homepage-hamburger {
        margin-left: 4px;
    }
}

/*----SEARCH----*/

/*================ FOOTER ===============*/

.site-footer {
    width: 100%;
    padding: 32px 16px;
    background-image: url('https://static.magicpin.com/samara/static/images/footer-bg.svg');
    background-size: cover;
    position: relative;
    font-family: Poppins, sans-serif;
}

.site-footer .site-footer-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/*----Footer Header----*/

.site-footer header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 20px;
    align-items: center;
    font-weight: 500;
}

.orderhere-container .logo {
    height: 30px;
    vertical-align: middle;
}

.orderhere-container .orderhere-desc {
    vertical-align: middle;
    font-size: 18px;
    color: #ef1c74;
    margin-left: 8px;
    display: inline-block;
}

.orderhere-desc .app-link {
    text-decoration: underline;
    color: #ef1c74;
}

.site-footer header .footer-categories {
    display: inline-block;
}

.footer-categories p,
.footer-categories a {
    display: inline-block;
    padding: 0 8px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.footer-categories p.label {
    color: #ef1c74;
    padding-left: 0;
    font-weight: 500;
}

.site-footer header .footer-social {
    display: inline-block;
}

.footer-social a {
    padding: 0 8px;
}

@media (max-width: 800px) {
    .site-footer header .footer-social {
        float: none;
        padding-top: 16px;
        text-align: center;
        width: 100%;
    }

    .footer-social a {
        padding: 0;
        padding-right: 16px;
    }

    .site-footer header .footer-categories {
        padding: 0 24px;
    }

    .footer-categories p.label {
        display: block;
    }

    .footer-categories p, .footer-categories a {
        padding-right: 8px;
        padding-top: 8px;
        padding-left: 0;
    }
}

/*----Footer Links-----*/

.site-footer .footer-links {
    width: 100%;
    display: flex;
    padding: 32px 0;
    gap: 10px;
}

.footer-links .links-content {
    flex: 1;
}

.links-content .links-header {
    font-size: 16px;
    line-height: 20px;
    color: #ef1c74;
}

.links-content .links a {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding-right: 32px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

@media (max-width: 800px) {
    .site-footer .footer-links {
        flex-direction: column;
        width: 100%;
        text-align: left;
        padding: 0 2px;
    }

    .links-content .links-header {
        padding: 16px 0 0;
    }

    .links-content .links a {
        padding: 0;
    }
}

/*----Footer Nav----*/

.site-footer .footer-nav {
    width: 100%;
    border-top: 1px solid #9098B8;
    border-bottom: 1px solid #9098B8;
    margin: 16px auto 4px;
    text-align: center;
}

.footer-nav a {
    display: inline-block;
    padding: 8px;
    font-size: 13px;
    line-height: 1.38;
    color: #ffffff;
}

@media (max-width: 800px) {
    .site-footer .footer-nav {
        text-align: left;
        padding: 0;
    }
}

/*----Footer Directory----*/

.site-footer .footer-directory {
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

.footer-directory p {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #ef1c74;
    padding: 8px 0;
}

.footer-directory .directory-link {
    display: block;
}

.directory-link a {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 800px) {
    .site-footer .footer-directory {
        text-align: left;
        padding: 0 24px;
    }

    .footer-directory p {
        text-align: left
    }
}

/*----Footer applinks----*/

.site-footer .app-links {
    margin-top: 20px;
    text-align: center;
}

.app-links a {
    width: 120px;
    height: 34px;
    overflow: hidden;
}

.app-links img {
    width: fit-content;
    height: 36px;
}

@media (max-width: 800px) {
    .site-footer .app-links {
        margin-top: 10px;
    }
}

/*================= Clearfix =====================*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}

/*=================Loader==================*/

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------Merchant Card----------*/

.merchant-card-holder {
  padding: 8px;
  width: 50%;
  display: inline-block;
  float: left;
}

.voucher-footer {
    background: #f7f7fa;
    margin: 24px 12px 12px;
    padding: 12px;
    position: relative;
    text-align: left;
    display: block;
    border-radius: 4px;
}


.merchant-card-holder .merchant-card {
  width: 100%;
  background-color: white;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: auto;
  min-height: 104px;
}

.merchant-card.missing-voucher {
    padding: 10px;
}

.merchant-card .merchant-banner-holder{
  position: relative;
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  position: inherit;
  margin-left: 12px;
  margin-top: 12px;
}

.merchant-banner-holder .magicorder-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
}

@media (max-width:800px) {
    .merchant-banner-holder .magicorder-tag {
        left: 4px;
        top: 12px;
    }
}

.missing-voucher .merchant-banner-holder {
    margin: 0;
}

.merchant-banner-holder .rating {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 50px;
  height: 22px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px #00bfa5;
  padding: 1px 3px;
}

.rating .star {
  width: 12px;
  height: 12px;
  object-fit: contain;
  margin: 0 2px;
  margin-left: 4px;
  vertical-align: 8%;
  margin-top: 2px
}

.rating .rating-value {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: white;
  vertical-align: 18%;
}

.rating.search {
    position: absolute;
    border-radius: 4px;
    padding: 2px;
    top: 12px;
    right: 12px;
    line-height: unset;
}

.rating.search .star {
    width: 10px;
    height: 10px;
}

.rating.search .rating-value {
    margin-right: 4px;
    vertical-align: 10%;
}

.merchant-banner-holder .merchant-banner {
  height: 104px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  height: 76px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 4px;
}

.merchant-card .merchant-card-details {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 50px;
  display: inline-block;
  width: 65%;
  vertical-align: middle;
}

.merchant-card-details .merchant-card-logo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  overflow: hidden;
}

.merchant-card-details .result-seperator {
    width: 24px;
    height: 1px;
    background-color: #d8dae1;
    margin: 12px;
    margin-left: 12px;
}

.merchant-card-details h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 8px;
  margin-top: 0;
}

.merchant-card-details .cashback {
  padding: 0 8px;
  margin-top: 2px;
  color: #ef1c74;
  font-size: 12px;
  font-weight: 500;
}

.merchant-card-details h5 {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 8px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 8px;
}

.merchant-card-details h6 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  padding: 4px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 36px;
  margin: 0px;
  padding-left: 0px;
  margin-left: 8px;
}

.merchant-card-details .subcategory-url {
  color: #ef1c74;
}

.merchant-card-details h6:first-child {
  margin-top: 20px;
}

.merchant-card-details .merchant-actions {
  padding: 0 8px;
  margin-top: 12px;
}

.merchant-card-details .merchant-actions {
  padding: 0 8px;
  margin-top: 12px;
}

.voucher-merchant-details .merchant-actions {
  margin-top: 6px;
}

.merchant-actions .merchant-action{
  display: inline-block;
  margin-left: 16px;
}

.merchant-actions .merchant-action:first-child {
  margin-left: 0;
}

.merchant-action .action-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

.merchant-action .action-text {
  font-size: 10px;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px dashed;
  color: rgba(0, 0, 0, 0.54);
  padding: 1px 2px;
  text-align: center;
  margin-left: 4px;
}

.merchant-card .voucher-footer {
    border-radius: 4px;
}

@media (max-width: 800px) {
    .merchant-card-holder {
        width: 100%;
        padding: 0;
        display: inline-block;
        float: none;
    }

    .merchant-card-details h5 {
        font-size: 10px;
    }

    .merchant-card-details h6 {
        font-size: 10px;
    }

    .merchant-card-holder .merchant-card {
        border-radius: 0;
        height: auto;
        box-shadow: none;
        float: none;
        padding: 16px 8px;
        border-bottom: .5px solid rgba(0, 0, 0, 0.12);
    }

    .merchant-card .merchant-banner-holder {
        display: inline-block;
        width: 24%;
        vertical-align: middle;
        position: inherit;
        margin: 0;
    }

    .merchant-banner-holder .merchant-banner {
        height: 76px;
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        border-radius: 4px;
    }

    .merchant-banner-holder .rating{
        padding: 0;
        top: 16px;
        border-radius: 4px;
        width: 40px;
        height: 20px;
        text-align: center;
    }

    .rating .star {
        width: 10px;
        height: 10px;
        object-fit: contain;
        margin: 0 2px;
        margin-left: 4px;
        margin-left: 0;
        vertical-align: middle;
    }

    .rating .rating-value {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: white;
        vertical-align: middle;
    }

    .rating.search {
        padding: 0;
        border-radius: 2px;
        top: 10px;
        line-height: unset;
    }

    .rating.search .star {
       vertical-align: 0;
    }

    .rating.search .rating-value {
        vertical-align: 6%;
        font-size: 10px;
    }
}

/*----Breadcrumbs----*/

.breadcrumbs a {
  font-size: 12px;
  line-height: 1.43;
  color: #767676;
  cursor: pointer;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs ol {
  list-style-type: none;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li::after {
  content: '/';
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
}

.breadcrumbs li:last-child::after {
  content: '';
  margin-left: 4px;
}

.breadcrumbs li:last-child {
    pointer-events: none;
    font-weight: bold;
	font-size: 12px;
}

/*------------Lazyload Class-------------*/

.lazy {
  object-fit: cover;
}

/*--------Login Dialog--------*/

.user-login-dialog, .user-otp-dialog {
    z-index: 100000 !important;
}

.user-login-dialog h3 {
    background-color: #f7f7fa;
    border: solid 1px #d8dae1;
    padding: 12px 24px 8px !important;
}

.user-login-dialog .dialog-text-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
    color: #3e5561;
    margin-top: 16px;
}

.user-login-dialog .dialog-text {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #637e8c;
}

.user-login-dialog .std-code {
    width: 66px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8dae1;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #3e5561;
    padding: 8px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 8px;
}

.user-login-dialog input {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8dae1;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #3e5561;
    padding: 8px;
    display: inline-block;
    margin-top: 8px;
    width: 180px;
    text-align: left;
}

.user-login-dialog .send-otp-button {
    border: none;
    background-color: #338aed;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    cursor: pointer;
}

/*--------Otp Dialog--------*/

.user-otp-dialog h3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #f7f7fa;
    border: solid 1px #d8dae1;
    padding: 12px 24px 8px !important;
}

.user-otp-dialog .dialog-text-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
    color: #3e5561;
    margin-top: 24px;
}

.user-otp-dialog .dialog-text {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #637e8c;
}

.user-otp-dialog .std-code {
    width: 66px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8dae1;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #3e5561;
    padding: 8px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 8px;
}

.user-otp-dialog input {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8dae1;
    font-size: 16px;
    line-height: 1.25;
    color: #3e5561;
    padding: 12px;
    display: inline-block;
    margin-top: 24px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.user-otp-dialog input[type=number]::-webkit-inner-spin-button, 
.user-otp-dialog input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.user-otp-dialog .name,
.user-otp-dialog .email {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8dae1;
    font-size: 16px;
    line-height: 1.25;
    color: #3e5561;
    padding: 12px;
    display: inline-block;
    margin-top: 8px;
    width: 100%;
    text-align: left;
    margin-right: 12px;
}

.user-otp-dialog .name {
    margin-top: 20px;
}

.user-otp-dialog .send-otp-button {
    border: none;
    background-color: #338aed;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    cursor: pointer;
}

.user-otp-dialog .error-msg {
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #ff455f;
    display: block;
    margin-top: 8px;
}

/*---------Pagination--------*/

.centre {
    text-align: center;
    clear: both;
}

.centre .pagination {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
}

/* .pagination a {
    color: #3e5561;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #d8dae1;
    margin: 0 2px;
    background-color: white;
    border-radius: 4px;
} */

/* .pagination a.active {
    background-color: #338aed;
    color: white;
    border: 1px solid #338aed;
}

.pagination a.not-active {
    background-color: #e5e4e4;
    color: white;
    border: 1px solid #e5e4e4;
}

.pagination a:hover:not(.active) {
    background-color: #A4A4A4;
} */

/*----------Scroll Top Button---------*/

.best-offers-holder {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
    background: #ef1c74;
    padding: 12px 6px;
    height: 68px;
    display: flex;
    align-items: center;
    width: 68px;
    color: #fff;
    overflow: hidden;
    border: 2px solid #fff;
    font-weight: bold;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
    z-index: 101;
}

.best-offers-holder.fall-animation {
    animation: fall 1.5s ease-in-out 1s 1;
}

.best-offers-holder .best-offers {
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    line-height: 16px;
    animation: breathe 1s linear 0s infinite ;
}

@keyframes breathe {
    0%, 100% {

    }
    50% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes fall {
    0% {
        transform: translateY(-100vh);
    }
    70% {
        transform: translateY(20px);
    }
    80% {
        transform: scaleY(0.7);
    }
    100% {

    }
}

.scroll-top-btn {
    position: fixed;
    bottom: 34px;
    right: 34px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    padding: 12px 10px;
}

.scroll-top-btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

.scroll-top-btn .top-arrow {
    height: 12px;
    width: 20px;
}

/*----------Snackbar-----------*/
.snackbar {
    display: none;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    transform: translateX(-50%);
}

.snackbar.show {
    display: block;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@media(max-width: 800px) {
    .location-holder .selected-location {
        background-position: 8px 6px;
        background-size: 24px;
    }
    
    .city-selection-dialog .select-city {
        padding-top: 0px;
    }

    .city-selection-dialog .cities-container {
        text-align: center;
    }

    .city-selection-dialog .search-location {
        float: none;
        width: 100%;
    }	
    
    .city-selection-dialog .location-holder .selected-location {
        padding-right: 80px; 
    }

    .city-selection-dialog .detect-location {
        float: none;
        width: 100%;
        margin-top: 12px;
    }

    .search-location-container .search-city {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .cities-container .city {
        margin: 8px 4px 0 0;        
        display: inline-block;
    }

    .cities-container .city:last-child {
        margin: 0 auto;
    }

    .cities-container .city {
        padding: 12px 12px;
        font-size: 14px;
        cursor: pointer;
        margin-bottom: 2px;
    }

    .city-selection-dialog .search-location input.location {
        padding-right: 80px;
    }

    .city-selection-dialog .divider {
        width: 20%;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .city-selection-dialog .logo-container {
        margin: 10px 0 30px 0;
    }

    .logo-container .mp-logo {
        height: 70%;
        display: block;
        margin: 0 auto;
    }

}

/*---------------- Rating classes ----------------------*/
.rating5 {
    background-color: #008a3b; 
}
.rating4 {
    background-color: #00ae28; 
}
.rating3 {
    background-color: #8bcc00; 
}
.rating2 {
    background-color: #ffc20f; 
}
.rating1 {
    background-color: #ee5350; 
}

/*------------------ Magicpin Loader ----------------------*/

.magicpin-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("https://lh3.googleusercontent.com/Izdlyt7DcHccqH6MP-JFmcA1Lch50eKOpQSqUCwXeAhnQ4sxouKcUGtS_qB3kX_ZlGLjr9-RsnYMvTSAltHCJA83LbdsOsrnTPXiEu2V") center no-repeat #fff;
    background-size: 132px;
}

.magicpin-loader .loading {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translateX(-50%);
    width: 64%;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(0,0,0,.87);
    text-align: center;
}

/* Comma seperator */
.comma-separator::after {
    content: ', '
  }
  
.comma-separator:last-child::after {
    content: ''
}

/* ------ Small Loader ---------- */

.mobile-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100vw;
    z-index: 999999999;
    display: none
}

.mobile-loader-overlay .mobile-loader-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-loader-holder .mobile-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #ef1c74;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-loading::before {
    content:" ";
    display:block;
    position:fixed;
    z-index:12;
    height:4px;
    width:98%;
    top:0;
    left:0;
    background-color:rgba(239, 28, 116, 1);
    animation: page-load ease-out 2s;
    box-shadow:0 2px 2px rgba(0,0,0,.2);
}

@keyframes page-load {
    0% {
        width: 30%;
        background-color: rgba(239, 28, 116, .8);
    }
    40% {
        width: 60%;
    }
    100% {
        width: 98%;
        background: rgba(239, 28, 116, .9)
    }
 }

.header .logo-location-holder {
    display: inline-block;
    align-self: center;
}

/* Header CSS */
.header .search {
	line-height: normal;
}

.header .user-holder {
	font-size: inherit
}

.header .user-holder:hover {
	background-color: initial;
}

.header .user {
    background: #EB0F69;
    border: 1px solid #E8E8E8;
    color: #FFFFFF;
    border-radius: 12px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    padding-right: 8px;
    cursor: pointer;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.user-holder.login {
	right: 4%;
}

.user.logged-in {
    background: none;
    position: relative;
    border: none;
    color: white;
}

.user .coin-info {
	position: absolute;
	background: rgb(239,28,116);
	background: linear-gradient(152deg, rgba(239,28,116,1) 0%, rgba(46,16,142,1) 100%);
	width: 70px;
	font-size: 12px;
	border-radius: 22px;
	right: -10px;
	bottom: -10px;
	padding: 1px 2px;
	font-weight: 500;
	border: 0.6px solid #fff;
}

.logged-in .coin-info {
	left: 50%;
	transform: translateY(-60%) translateX(-50%);
	width: 50px;
	padding: 2px;
}

.coin-info .header-coin {
	height: 10px;
	vertical-align: middle;
}

@media (max-width: 800px) {
	.site-header {
		padding: 8px 16px;
	}

	.header .action-cta-holder {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header .search {
		right: auto;
		top: auto;
		padding: 0;
		display: inline-block;
		position: relative;
		padding: 6px 16px;
		padding-left: 20px;
	}
	
	.coin-info .header-coin {
		height: 8px;
	}

	.search .search-cta {
		padding: 0;
	}

	.header .user-holder {
		position: relative;
		padding: 0;
		right: auto;
		display: inline-block;
		transform: none;
		top: auto
	}

    .header .user {
        font-size: 12px;
        padding: 4px 12px 6px;
        line-height: initial;
        position: relative;
        margin-right: 12px;
    }

	.user.logged-in {
		padding: 0;
		text-align: center;
	}

	.user .coin-info {
		font-size: 8px;
		width: auto;
		bottom: -8px;
		right: -10px;
	}

	.logged-in .coin-info {
		width: 38px;
		bottom: 0;
		transform: translateX(-50%);
	}

	.header .hamburger-holder {
		right: auto;
		top: auto;
		position: relative;
		transform: none;
		padding: 0;
	}

	.site-header .location-header-holder .location-holder {
		display: inline-flex;
		width: auto;
		padding: 0;
		font-size: 14px;
        align-items: center;
        margin-top: 2px;
	}

    .site-header .location-holder .location {
        font-family: Poppins, sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }

    .location-holder .location .locality {
        max-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .site-header .location-holder .location .pin {
        height: 16px;
    }

    .company-details-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .location-holder.home {
        display: flex;
        gap: 4px;
        align-items: center;
        position: relative;
        left: -4px;
        top: 2px;
        max-width: 70%;
    }

    .location-holder.home .location {
        line-height: 16px;
        font-size: 12px;
        color: white;
        float: none;
        font-weight: 500;
        max-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .location-holder.home .dropdown-image {
        height: 12px;
        width: 12px;
        margin-left: 0px;
    }

	.site-header .location-holder .dropdown-image {
		height: 16px;
		width: 16px;
		/* margin-top: 2px; */
        margin-left: 4px;
	}

	.site-header .universal-search .back {
		margin-right: 8px;
	}

	.user .user-icon {
		height: 32px;
	}

	.header .toolTipContainer {
		position: absolute;
	}

	.logo-location-holder .affiliates-header-content {
		display: inline-block
    }
    
    .site-footer header {
        grid-template-columns: 1fr;
        margin-bottom: 16px;
    }

    .site-footer .orderhere-container {
        text-align: center;
        padding: 12px 0;
    }

    .user.logged-in.pro {
        padding: 0px;
    }
}

.site-footer .legal-info {
    margin-top: 20px;
}

.legal-info p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0;
}

/* Redeem Page Widgets */

#discover-strip-home-react {
    height: 96px;
    gap: 10px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 10px;
    padding-right: 20px;
}

#discover-strip-home-react .category {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    max-width: 70px;
    min-width: 70px;
}

.category .category_icon {
    max-width: 100%;
    height: 50px;
    width: 50px;
}

.category .category_name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.floating_banners {
    width: 80%;
    margin: auto;
    min-height: 180px;
    margin-top: 40px;
    position: relative;
}

.floating_banners .banner_container {
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    scroll-behavior: smooth;
}

.floating_banners .floating_banner {
    margin: 10px;
    border-radius: 24px;
    display: block;
}

.floating_banner .floating_banner_image {
    border-radius: 24px;
    object-fit: contain;
    min-width: 120px;
}

.floating_banners .right-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 4px;
    top: calc(50% - 10px);
}

.collection_data_container .right-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 4px;
    top: calc(50% - 10px);
}

.collection_data_container .left-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    left: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    transform: rotate(180deg);
    padding: 4px;
    top: calc(50% - 10px);
    display: none;
}

.floating_banners .left-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    transform: rotate(180deg);
    padding: 4px;
    top: calc(50% - 10px);
    display: none;
}

.wallet_intro {
    margin-top: 80px;
    display: flex;
    height: 165px;
    justify-content: center;
    max-height: 165px;
    padding: 10px;
}

.wallet_intro .wallet_intro_image {
    max-width: 100%;
    max-height: 166px;
}

.deal_trends {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    position: relative;
}

.deal_trends .right-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 4px;
    top: 50%;
}

.deal_trends .left-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    transform: rotate(180deg);
    padding: 4px;
    top: 50%;
    display: none;
}

.deal_trends .deal_trend_title {
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.deal_trends .trends_container {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.trends_container .trend {
    height: 220px;
    width: 220px;
}

.trend .trend_img {
    border-radius: 20px;
    max-height: 220px;
    height: 220px;
    width: 220px;
}

.browse_headers{
    width: 80%;
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin: 80px auto;
    overflow-x: scroll;
}

.data_discover_collections {
    width: 80%;
    margin: 80px auto auto;
}

.collection_data_title.title_1 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 8px 0 0 0;
    font-family: Poppins, 'sans-serif';

    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; Maximum 2 lines */
    /* -webkit-box-orient: vertical; */

    overflow: hidden;
    line-height: 24px; /* Ensure line height is set */
    height: 56px;
}

.collection_data_title.title_2 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-family: Poppins, 'sans-serif';

    padding: 4px 0 8px 0;

     /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  */
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;

    line-height: 28px;
    height: 38px;
}

.collection_data_subtitle {
    font-size: 16px;
    color: #767676;
    padding: 8px 0;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Poppins, 'sans-serif';
    -webkit-line-clamp: 1; /* Set the desired number of lines */
    word-wrap: break-word;
    margin-top: 2px;
    line-height: 20px;
}

.collection_data_additional_info {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    font-family: Poppins, 'sans-serif';
    line-height: 24px;
    display: flex;
}

.collection_data_cta {
    text-align: center;
    font-size: 16px;
    color: #6561E8;
    border: 1px solid #6561E8;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 0 0 #6561E8;
    font-weight: 600;
    font-family: Poppins, 'sans-serif';
    line-height: 24px;
    padding: 4px 8px;
    margin-top: 12px;
}

.collection_small {
  width: 200px;
  height: 132px;
  object-fit: cover;
}

.collection_large {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.voucher_offer{
    padding:8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans-serif;
}

.card-tag{
    width: 120px;
    position: absolute;
    bottom:12px;
    left: 8px;
}

.voucher_offer span{
    font-size: 14px;
}
.limited-stocks {
  color: #6561e8;
  font-family: Poppins, 'sans-serif';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
.user-rating-holder{
    display: flex;
}
.progress {
  border-radius: 21px;
  background: #6561e8;
  height: 100%;
}

.collections_data_collection_save_discount {
  font-size: 14px;
  color: #858587;
  line-height: 18px;
}

.data_collection_widget{
    position: relative;
}

.collection_data_container {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    overflow-x: scroll;
    align-items: flex-start;
    scroll-behavior: smooth;
}

.collection_data_container.collection_brand_data_container {
    gap: 12px;
}

.collection_data_medium {
    width: 224px;
    height: 132px;
    object-fit: cover;
}

.collection_card_container {
    position: relative;
    width: 100%;
}

.collection_card_layout {
    margin: 16px 8px 8px 8px;
    border-radius: 16px;
    width: min-content;
}

.collection_card_layout img {
    max-width: 310px;
}

.browse_header_title {
    color: #191C32;
    font-family: Poppins, 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    padding-left: 4px;
}

.cardtag {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.collection_card_info {
    font-family: Poppins, sans-serif
}

.title_container {
    display: flex;
    align-items: center;
}

.rating_label{
    padding-left:8px; 
    font-size:14px; 
    color:#858587
}

.rating-star {
    width: 16px;
    height: 16px
}

.data_discover_collections .data_discover_collections_heading {
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.data_discover_collections_heading .home-brands-title {
    text-align: center;
    color: #383580;
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.home-brands-title .home-brands-title-span {
    color: #D4236A;
}

.data_discover_collections .dicover_data_container {
    display: flex;
    gap: 30px;
}

.data_discover_collections .dicover_data_container.small {
    flex-wrap: wrap;
}

.data_discover_collections .dicover_data_container.medium {
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 16px;
}

.dicover_data_container .discover_data_collection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.discover_data_collection .discover_data_collection_subtitle {
    display: none;
}

.discover_data_collection.small .discover_data_collection_title {
    font-size: 16px;
    font-weight: 500;
    color: #191C32;
    text-align: center;
}

.discover_data_collection.small .discover_data_collection_subtitle {
    display: inline-block;
    position: relative;
    width: max-content;
    text-align: center;
    border-radius: 10px;
    background-color: #6561E8;
    color: white;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 6px;
    transform: translateY(calc(-20px - 50%));
}

.discover_data_collection.medium .discover_data_collection_title {
    width: 68%;
    text-align: center;
    height: 32px;
    background: linear-gradient(46.38deg, #6D6BED 20.46%, #8F8BF2 52.47%, #DBD0FE 110.16%);
    position: relative;
    box-shadow: 0px 3.78151px 0px #8E8CFE;
    border-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: white;
    top: -16px;
}

.dicover_data_container .discover_data_collection.small {
    max-width: 128px;
    width: 128px;
    height: 128px;
    gap: 20px;
}

.discover_data_collection.small .dicover_data_image {
    height: 128px;
    width: 128px;
    border-radius: 40px;
}

.dicover_data_container .discover_data_collection.medium {
    max-width: 280px;
    width: 280px;
    min-width: 280px;
}

.discover_data_collection.medium .dicover_data_image {
    height: 130px;
    min-height: 130px;
}

.discover_data_collection .dicover_data_image {
    object-fit: fill;
    max-width: 100%;
}

.one_click_discover_collections {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    position: relative;
}

.one_click_discover_collections .right-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 4px;
    top: 50%;
}

.one_click_discover_collections .left-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
    transform: rotate(180deg);
    padding: 4px;
    top: 50%;
    display: none;
}

.one_click_discover_collections .one_click_collections_heading {
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.one_click_discover_collections .one_click_container {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 16px;
    margin-top: 16px;
    padding: 0px 10px;
    scroll-behavior: smooth;
}

.one_click_container .one_click_item {
    min-width: 170px;
    width: 170px;
}

.one_click_item .item_image_holder {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    max-height: 220px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: flex-end;
    margin-bottom: 6px;
}

.item_image_holder.square {
    min-height: 170px;
    max-height: 170px;
}

.one_click_item .home_delivery_tag {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
}

.item_image_holder .item-primary-type {
    position: absolute;
    top: 8px;
    left: 8px;
}

.one_click_item .info {
    color: #191C32;
    max-width: 192px;
}

.info .item_name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    max-height: 40px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .merchant_name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    max-height: 20px;
    min-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.info .subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #a0a0a0;
    margin: 2px 0px;
}

.container .price_info {
    width: 100%;
}

.price_info .price {
    font-size: 16px;
    line-height: 20px;
    color: #191C32;
    font-weight: 600;
}

.price_info .mrp {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    font-weight: 500;
    margin: 0px 2px;
}

.discover_data_collection_save_discount{
    margin-top: -32%;
    font-size: 12px;
    text-decoration: line-through;
    color: #858587; 
    line-height: 18px;
}

.vertical_image_container .banner-image-holder {
    width: 100%;
}

.vertical_image_container .banner-image-holder img {
    width: 100%;
    display: block;
}

.vertical_image_container {
    width: 80%;
    margin: 80px auto auto;
}

@media (max-width: 1000px) {
    .data_discover_collections_heading .home-brands-title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 800px) {
    .floating_banners,
    .deal_trends, .wallet_intro, .floating_banners,
    .one_click_discover_collections {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 40px;
    }

    .data_discover_collections {
        width: 100%;
        margin-top: 40px;
    }

    .data_discover_collections .data_discover_collections_heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .data_discover_collections.data_collection_widget {
        padding-left: 0;
        padding-right: 0;
    }

    .vertical_image_container {
        width: 100%;
        margin-top: 20px;
    }

    .collection_data_container {
        gap: 0;
    }

    .data_discover_collections .data_discover_collections_heading,
    .deal_trends .deal_trend_title,
    .one_click_discover_collections .one_click_collections_heading {
        line-height: 28px;
        font-size: 20px;
        padding-bottom: 4px;
    }

    .discover_data_collection.small .discover_data_collection_title {
        font-size: 12px;
        line-height: 16px;
    }

    .data_discover_collections .dicover_data_container {
        display: grid;
        overflow-x: scroll;
        overflow-y: hidden;
        gap: 24px;
        padding-right: 10px;
    }

    .dicover_data_container .discover_data_collection {
        margin-top: 12px;
    }

    .dicover_data_container .discover_data_collection.medium {
        width: 100%;
    }

    .data_discover_collections .dicover_data_container.small {
        grid-template-columns: repeat(6, auto);
        padding-left: 16px;
        padding-right: 16px;
        row-gap: 0;
    }

    .collection_data_title.title_2 {
        font-size: 16px;
    }

    .data_discover_collections .dicover_data_container.medium {
        display: flex;
        padding-left: 16px;
        padding-right: 16px;
    }   

    .dicover_data_container .discover_data_collection.small {
        width: 84px;
        height: 94px;
        max-width: 84px;
        gap: 8px;
    }

    .discover_data_collection.small .dicover_data_image {
        height: 84px;
        width: 84px;
    }

    .discover_data_collection.medium .dicover_data_image {
        height: 104px;
        min-height: 104px;
    }

    .discover_data_collection.medium .discover_data_collection_title {
        font-size: 12px;
    }

    .discover_data_collection.small .discover_data_collection_subtitle {
        font-size: 10px;
        transform: translateY(calc(-8px - 50%));
    }

    .deal_trends .trends_container {
        margin-top: 12px;
    }

    .card-tag {
        width: 100px;
    }
}

@media (max-width: 700px) {
    .data_discover_collections_heading .home-brands-title {
        font-size: 16px;
        line-height: 24px;
    }
}


/* share btn */  
  
#share-social-container-floating{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 100px;
    right: 27px;
    z-index: 10;
  }
  
#share-social-main-cta{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    position: fixed;
    bottom: 100px;
    right: 27px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  }

.share-social-main-cta-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    line-height: 65px;
    transition: all 0.4s;
    animation: share-social-main-cta-img-out 0.6s;
  }
  
  @keyframes share-social-main-cta-img-in{
      from {transform: rotateZ(-360deg);}
      to {transform: rotateZ(0deg);}
  }
  
  @keyframes share-social-main-cta-img-out{
      from {transform: rotateZ(0deg);}
      to {transform: rotateZ(-360deg);}
  }
  
  .share-social-container-node{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform:  scale(0);
    cursor: pointer;
    right: 36px;
    animation-fill-mode:  forwards;
  }
  
  .share-social-container-node3{
    bottom: 180px;
    /* animation: bounce-out-share-social-container-node 0.412s linear; */
  }

  .share-social-container-node2{
    bottom: 240px;
    animation: bounce-out-share-social-container-node 0.412s linear;
    /* right: 30px; */
  }
  
  .share-social-container-node1{
    bottom: 300px;
    animation: bounce-out-share-social-container-node 0.256s linear;
  }
  
  /* .share-social-container-node1{
    bottom: 360px;
    animation: bounce-out-share-social-container-node 0.128s linear;
  } */
  
@keyframes bounce-share-social-container-node{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-share-social-container-node{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}
  
@media (max-width: 800px) {
    #share-social-container-floating{
        bottom: 120px;
        right: 20px;
    }

    #share-social-main-cta{
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 120px;
    }

    .share-social-main-cta-img{
        animation: none;
    }

    .share-social-container-node-logo{
        width: 40px;
        height: 40px;
    }
      
    .share-social-container-node{
        right: 20px;
    }

    .share-social-container-node3{
        bottom: 175px;
    }
    
    .share-social-container-node2{
        bottom: 235px;
    }
    
    .share-social-container-node1{
        bottom: 295px;
    }
    
    /* .share-social-container-node1{
        bottom: 340px;
    } */

    /*used for mobile animation*/
    .show-social-container-node{
        animation: bounce-share-social-container-node 0.1s linear;
        animation-fill-mode:  forwards;
    }

    .show-social-container-node3{
        animation-delay: 0.064s;
    }
    
    .show-social-container-node2{
        animation-delay: 0.128s;
    }
    
    .show-social-container-node1{
        animation-delay: 0.256s;
    }

    .collection_data_container.collection_brand_data_container {
        gap: 0;
    }
}

@media (min-width: 800px) {

    .share-social-container-node3{
        transform:  scale(1);
    }

    #share-social-container-floating:hover{
        height: 400px;
        width: 90px;
        padding: 30px;
    }
    
    #share-social-container-floating:hover .share-social-main-cta-img{
        animation: share-social-main-cta-img-in 0.4s;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }

    .share-social-container-node:active, 
    .share-social-container-node:focus, 
    .share-social-container-node:hover {
      /* box-shadow: 0 0 4px rgba(0,0,0,.14),
        0 4px 8px rgba(0,0,0,.4); */
        right: 40px;
    }
    
    #share-social-container-floating:hover .share-social-container-node{
        animation: bounce-share-social-container-node 0.1s linear;
        animation-fill-mode:  forwards;
    }
    
    /* #share-social-container-floating:hover .share-social-container-node4{
        animation-delay: 0.032s;
    } */
    
    #share-social-container-floating:hover .share-social-container-node2{
        animation-delay: 0.064s;
    }
    
    #share-social-container-floating:hover .share-social-container-node1{
        animation-delay: 0.128s;
    }
    
    /* #share-social-container-floating:hover .share-social-container-node1{
        animation-delay: 0.256s;
    } */

    .collection_data_title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
}

@media screen and (max-width: 600px){
    .collection_data_medium{
      width: 224px;
      height: 132px;
    } 

    .collection_large{
      width: 180px;
      height: 180px;
    }

    .collection_data_title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0;
    }

    .collection_data_subtitle {
        font-size: 14px;
        -webkit-line-clamp: 1;
        display: block;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
  }

.vertical-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 64px) / 5), 1fr));
    padding-left: 0;
    padding-right: 0;
}

.collection-buddles-layout img {
    max-width: 100%;
    height: auto;
}

.vertical-grid-layout .right-arrow {
    display: none;
}

.vertical-grid-layout .left-arrow {
    display: none;
}

@media (max-width: 1000px) {
    .vertical-grid-layout {
        grid-template-columns: repeat(auto-fit, minmax(calc((100% - 32px) / 3), 1fr));
    }
}

@media (max-width: 800px) {
    .vertical-grid-layout {
        grid-template-columns: repeat(auto-fit, minmax(calc((100% - 16px) / 3), 1fr));
        padding-left: 8px;
        padding-right: 8px;
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .vertical-grid-layout {
        grid-template-columns: repeat(auto-fit, minmax(calc((100% - 8px) / 2), 1fr));
    }
}
