:root {
    --first-bypeople-color: #e60064;
    --second-bypeople-color: #000000;
    --third-bypeople-color: #a5a5a5;
    --background-bypeople-color: #ffffff;
  
    --main-title-color: var(--second-bypeople-color);
  
    --main-gradient: linear-gradient(90deg, #f43699 0%, #cc0146 100%);
  
  
  
    --hover-color: #3D3F41;
    --color1: #1C1D1E;
    scrollbar-color: #E00876 #f4f4f4;
    scrollbar-width: thin;
  }
  body {
    overflow-x: hidden;
  }
  
   .post-main-info {
      position: relative;  
      background-color: #ffffff;   
      border-radius: 16px;  
      box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
      transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
      transition-duration: 0.3s, 0.3s;
      transition-timing-function: ease-out, ease-out;
      transition-delay: 0s, 0s;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: .8rem;
  }
  
  .post-main-info {
    flex-direction: column-reverse;
  }
  
  .post-main-info div.inlist_items {
  }
  
   .post-main-info:hover {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  
  hr {
    border-top:1px solid transparent;
  }::-webkit-scrollbar{width:7px}
  
  /* CROSS BROWSER SCROLL BAR */
  /* CROSS BROWSER SCROLL BAR */
  
  h1,h2,h3,h4,h5 {
    font-family: 'Poppins', sans-serif;
  }
  p {
    font-family: 'Poppins', sans-serif;
  }
  a:hover {
    text-decoration: none;
  }
  button,
  button:focus {
    outline: none;
  }
  button:hover {
    opacity: 0.8;
  }
  .core_page_v2 {
    max-width: 1366px;
    margin: 0 auto;
  }
  .core_page_v2 .row {
    margin-top: 0px;
    max-width: 100%;
    margin: 0;
  }
  .main_page_v2 {
    display: block;
    color: var(--color1);
    position: relative;
  }
  .post_title_v2 {
    font-size: 2em;
    margin: 10px 20px;
    color: var(--color1);
    opacity: 0.9;
  }

  .btn:hover {
    opacity: 0.8;
  }
  
  .main_wrapper_v2 {
    margin-top:0px;
  }
  .item_title {
    -webkit-flex: 1;
    flex: 1;
    /*display: -webkit-flex;
    display: flex;*/
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .item_title {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 2px;
    margin: 0;
    color: var(--color1);
  }
  .title_collections {
    min-height: 20px;
    color: var(--color1);
    font-size: 1.75rem;
    font-family: 'Poppins', sans-serif;
  }
  .item_content a {
    color: var(--color1);
  }
  .item_title:hover {
    color: var(--hover-color);
  }
  .item_content, .item_content_list_view {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.3;
    text-align: left;
    margin: 10px 0;
    color: var(--color1);
  }
  .flex_items_v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }    
  .grid__item {
    position: relative;
    color: inherit;
    background: #fff;
    min-height: 200px;
    text-align: center;
    border: none;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
  }
  
  /* LIST VIEW ITEMS */
  .grid__item .post-thumb-area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .grid__item .item_content_list_view {
    margin: 0 0 5px 0;
    display: none;
  }
  .grid__item .post-thumb-area img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(93%);
    border-radius: 16px;
  }
  .grid__item .post-thumb-area button {
    padding: 4px 8px;
  }
  .grid__item .post-thumb-area button img {
    margin: 0;
  }
  .grid__item .thumb-deal img {
    /*height: 115px;*/
  }
  .grid__item .post-thumb-area img:hover {
    opacity: 0.9;
  }
  .ribbon-categories {
    width: auto;
    height: 33px;
    font-size: 11px;
    position: absolute;
    background-color: transparent;
    padding: 2px 0;
    line-height: 1.24;
    right: 0;
    z-index: 11 !important;
  }
  .ribbon-categories-list {
    background-color: #fff;
    margin-right: 4px;
    margin-top: 2px;
    border-radius: 10px;
  }
  .ribbon-categories a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    padding: 3px 7px;
    float: right;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .ribbon-categories a:hover {
    opacity: 0.8;
  }
  /* LIST VIEW ITEMS */
  
  /* MINI DOWN MENU */
    .mini-down-menu {
      /*display: flex;*/
      display: none;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      position: fixed;
      z-index: 100;
      bottom:0;
      right: 0;
      margin-right: 15px;
      margin-bottom: 40px;
      border-radius: 7px;
      background-color: transparent;
      opacity: .8;
    }
  
    .mini-menu-button {
      border: 0;
      background-color: transparent;
      color: #4c4a4a;
      font-size: 2em;
      cursor: pointer;
    }
  
    .mini-menu-button:hover,
    .mini-menu-button.active {
      background-color: #e00876;
      color: #fff;
    }
  /* MINI DOWN MENU */
  
  .grid__item:before {
      position: absolute;
      content: '';
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      /*border: 1px solid rgba(74, 74, 74, 0.075);*/
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
  }
  
  .grid__item * {
    z-index:10;
  }
  
  .grid__item .loader {
      height: 1px;
      width: 40%;
      margin: 1em auto;
      position: relative;
      background: var(--color1);
      opacity: 0.1;
  }
  
  .separator_grid {
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
  }
  
  /* SOCIAL BUTTONS */
  .social-buttons {
      position: absolute;
      bottom: 8px;
      height: 33px;
      right: 32%;
      left: 50%;
      width: auto;
      width: max-content;
      margin: 0 auto;
      background-color: #fff;
      transform: translateX(-50%);
      border-radius: 20px;
      padding: 0 5px;
  }
  .social-buttons a {
    color : #c9d4d2;
  }
  .social-buttons a:hover {
    color : #e00876;
  }
  .grid__item:hover > .post-main-info .post-thumb-area .social-buttons {
    bottom: 8px;
    transition: bottom 0.2s;
  }
  .grid__item > .post-main-info .post-thumb-area .social-buttons {
    display: none;
  }
  .social-button {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    margin: 0 2px;
    cursor: pointer;
    color: #bdbdbd;
    outline: none;
  }
  .social-button:hover {
    color: #e00876;
    outline: none;
  }
  .social-button.disabled {
    opacity: .5;
  }
  .social-button.like {
    color: #ec9494;
  }
  .social-button.flag {
    color: #b24c4c;
  }
  .interact-button-main img:hover, .item_title:hover, .img_deal:hover {
    opacity: 0.8;
  }
  .download-button img:hover {
    opacity: 0.8;
  }
  
  
  .social-button:hover i {
    color: var(--first-bypeople-color);
    background: -webkit-linear-gradient(#6cddff, var(--first-bypeople-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900 !important;
  }
  /* SOCIAL BUTTONS */
  
  /* NAVBAR */
  .v2-cat {
    position: sticky;
    top: 0;
    background: white;
    overflow: hidden;
    width:100%;
    height: 35px;
    z-index: 12;
    border-top: solid 2px #e00876;
    display: none;
  }
  .bppl-v2-navbar {
    max-width: 1366px;
    margin: 0 auto;
    height: 72px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: var(--color1);
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--hover-color);
  }
  .navbar-brand {
    margin-right: 0.2rem;
  }
  .bypeople_logo {
    vertical-align: top;
  }
  .brand-premium {
    font-family: 'Poppins', serif;
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(0,0,0,.5) !important;
  }
  .brand-premium:hover {
    color: rgba(0,0,0,.7) !important;
  }
  .close-navbar {
    border: 0;
    background-color: transparent;
    width: 38px;
    height: 34px;
    display: none;
    position: absolute;
    top: 24px;
    right: 41px;
    color: rgba(0,0,0,.5);
    cursor: pointer;
  }
  .dropdown-toggle::after {
    color: var(--color1);
    opacity: 0.7;
  }
  .mobile-nav {
    display: none;
  }
  /* NAVBAR */
  
  /* CATEGORIES LIST */
    .cat-list {
      list-style: none;
      width: 100%;
      padding: 0 5px 0 22px;
    }
  
    .cat-list li {
      display: inline-block;
      padding: 0;
      margin-right: 12px;
      height: 17px;
      line-height: 17px;
      vertical-align: middle;
    }
    .cat-list li a {
      color: var(--color1);
      opacity: 0.7;
      font-size: 13px;
      font-family: 'Poppins', sans-serif;
    }
    .cat-list li a:hover {
      color: var(--hover-color) !important;
    }
  /* CATEGORIES LIST */
  
  /* FILTER AREA */
  .filter_area {
    width: 100%;
    padding: 15px 0 10px 5px;
    margin: 10px 5px 10px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form_filter {
    width: 95%;
    display: inline-block;
    max-width: 300px;
    margin-right: 10px;
  }
  .filter_area .form-group {
    /* border: 2px solid #e00876; */
    border: none;
  }
  
  .filter_area .form-control {
      border-radius: 0;
      outline: none;
  }
  .filter_area .form-control:focus {
    outline: none;
  } 
  select.form-control:not([size]):not([multiple]) {
    height: unset;
  }
  /* FILTER AREA */
  
  /* LATESTS POSTS */
   .item_content_list_view {
    font-size: .8em;
  }
  .underBox {
    letter-spacing: 1px;
    text-align: left;
  }
  .underBox ul {
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
  }
  .underBox ul li {
    line-height: 1;
    min-height: fit-content;
    vertical-align: middle;
    list-style: none;
    list-style-type: none;
  }
  .underBox ul li:hover, .deals_hover a:hover {
      opacity: 0.8;
  }
  .underBox ul li a {
    color: #e00876;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
  }
  /* LATEST POSTS */
  
  /* SESSION MODAL */ 
  /* SESSION MODAL */ 
  
  /* NEWSLETTER */
  .newsletter-form-v2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .newsletter-form-v2 #newsSubmit, .search-form-v2 #newsSubmit {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      border: 0;
      height: calc(100% - 1px);
      background: transparent;
      border-radius: 0 6px 6px 0;
      cursor: pointer;
      color: rgba(0,0,0,.5);
      transition: all .1s linear;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      -o-transition: all .1s linear;
  }
  .newsletter-form-v2 #newsSubmit:hover, .search-form-v2 #newsSubmit:hover {
    background: #e00876;
    color: #fff;
  }
  
  /* NEWSLETTER */
  
  /* LINK TO POST */
  .read-more-post {
    color: var(--color1);
  }
  
  .read-more-post:hover,
  .read-more-post:focus {
    color: #e00876;
    text-decoration: none;
  }
  /* LINK TO POST */
  
  /* MODAL VIEW */
    .detail-modal {
      position: fixed;
      z-index: 1000;
      right: 0;
      /*width: calc(100% - 550px);*/
      height: calc(100vh - 10px);
      background-color: #fff;
      visibility: hidden;
      overflow-y: hidden;
    }
  
    .detail-v2-main-scroll {
      overflow: auto;
      overflow-y: scroll;
      position: relative;
      height: 100%;
    }
  
    .detail-modal .detail-content {
      padding: 80px 60px 20px 60px;
    }
    .detail-modal .detail-content h1 {
      color: var(--color1);
    }
    .detail-modal .close-detail-btn {
      position: fixed;
      z-index: 1000;
      top: 0;
      right: 0;
      margin-top: 75px;
      margin-right: 30px;
      background-color: transparent;
      border: 0;
      cursor: pointer;
    }
    .detail-modal .social-buttons {
      text-align: center;
    }
    .detail-modal .social-buttons button {
      padding: 4px 8px;
    }
    .detail-modal .social-buttons .social-button:first-child {
      margin: 0;
    }
    .detail-modal .social-buttons .social-button:not(:first-child) {
      margin: 0 0 0 10px;
    }
    .detail-modal .list-nav {
      position: absolute;
      z-index: 800;
      width: 60px;
      /*height: calc(100vh - 68px);*/
      height: 100px;
      bottom: 0;
      top: 0;
      margin: auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .detail-modal .list-nav.next-list {
      right: 11px;
    }
    .detail-modal .list-nav:hover {
      background-color: rgba(169,191,30,.3); 
    }
    .detail-modal .list-nav.prev-list {
      left: 5px;
    }
  
  
  /* MODAL VIEW */
  
  /* DEALS SIDEBAR */
    .deals-col {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
    .deals-col.home-desktop {
      display: block;
    }
    .deals-col.home-mobile {
      display: none;
    }
    .deals_sidebar {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1020;
      height: calc(100vh);
      top: 0;
      bottom: 0;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #fff;
      transition: width .3s linear;
      -webkit-transition: width .3s linear;
      -moz-transition: width .3s linear;
      -o-transition: width .3s linear;
      scrollbar-color: #E00876 #f4f4f4;
      scrollbar-width: thin;
      padding: 20px;
    }
    .home-title {
      text-align: center;
      color: var(--second-bypeople-color);
      overflow: hidden;
      margin-top: 20px;
      font-family: 'Poppins', serif;
    }
  
    .home-title strong{
      font-weight: 600;
    }
  
    .home-title .gradient-text {
      background: var(--main-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    
    .home-subtitle {
      text-align:center;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
      font-family: 'Poppins', serif;
    }
    .subtitle-premium, 
    .subtitle-and, 
    .mobile-and, 
    .subtitle-fonts,
    .subtitle-icons {
      color: var(--second-bypeople-color);
    }
    .subtitle-deals, 
    .subtitle-deals-mobile, 
    .subtitle-plugins, 
    .subtitle-themes {
      color: var(--third-bypeople-color);
    }
    .subtitle-freebies, .subtitle-more {
      color: var(--first-bypeople-color);
    }
    .mobile-and, .subtitle-more, .subtitle-deals-mobile {
      display: none;
    }
    .deals_title {
      width: 100%; 
      display: block;
      text-align: left;
      margin: 0 24px;
      display: none;
    }
    .deals_title a {
      color: #009fb4;
      font-size: 65px;
      font-family: 'Poppins', sans-serif;
      letter-spacing: -6px;
    }
    .freebies_title {
      width: 100%; 
      display: block;
      text-align: left;
      margin: 0 24px;
      display: none;
    }
    .freebies_title a {
      color: #e00876;
      font-size: 65px;
      font-family: 'Poppins', sans-serif;
      letter-spacing: -6px;
    }
    .premium-deals-area {
      background: transparent;
      position: fixed;
      align-items: center;
      z-index: 15;
      left: 13px;
      bottom: 10px;
      padding: 0;
      border: none;
      display: none;
    }
    .premium-deals-area .toggle_sidebar {
      border: 0;
      background-color: var(--first-bypeople-color);
      font-family: 'Poppins', serif;
      font-size: 1.3em;
      cursor: pointer;
      color: white;
      opacity: 1;
      padding: 20px 10px;
      border-radius: 50%;
      width: 70px;
      height: 70px;
    }
  
    .deal_content_ind {
      padding: 25px 12.5px 10px;
      position: relative;
      border-radius: 10px;
      box-shadow: 0 0px 22px -10px rgba(0, 0, 0, 0.3);
      margin-bottom: 12px;
      -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
      -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
      transition-duration: 0.3s, 0.3s;
      transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    }
    
    .deal_content_ind:hover {
      transition-delay: 0s !important;
      transform: translateY(2px);
    }
  
    .deal_content_ind:before {
      position: absolute;
      content: '';
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      /*border: 1px solid rgba(74, 74, 74, 0.075);*/
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
    }
    .deal_content_ind .deal_title {
      text-align: center;
      font-size: 16px;
      font-weight: 100;
      line-height: 1.4;
      text-align: left;
      margin: 0;
      color: var(--color1);
    }
    .deal_content_ind .deal_title:hover {
      color: var(--hover-color);
    }
    .deal_content_ind .img-deal {
      position: relative;
      width: 100%;
      height: auto;
      filter: brightness(93%);
      overflow: hidden;
      margin: 15px 0;
    }
    .deal_content_ind .img-deal img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0;
      border-radius: 16px;
    }
    .deal_content_ind .img-deal img:hover {
      opacity: 0.9;
    }
    .deal_content_ind .deal-main-content {
      position: relative;
      z-index: 15;
      text-align: center;
      margin: 0;
    }
    .deals-get-now-button-v2 {
      text-align: center;
      padding: 10px 10px;
      font-weight: normal;
      display: block;
      line-height: 1;
      width: 60px;
    }
    .deals-get-now-button-v2 {
      opacity: 0.9;
    }
    .deals-get-now-button-v2:hover {
      opacity: 1;
    }
    .deals-get-now-button-v2 li {
      font-size: 14px;
      font-weight: 700;
      color: var(--first-bypeople-color);
      /* color: #1c1d1e; */
      font-family: "Poppins", sans-serif;
      list-style: none;
      line-height: 0.7;
      /* font-weight: 600; */
      display: flex;
    }
    .grid-deal-button {
      background-color: rgba(255, 255, 255, 0);
      width: auto;
      height: auto;
      margin: 0 5px;
      display: inline-block;
      border-radius: 50%;
    }
    .price-buttons, .grid-price-buttons {
      position: absolute;
      margin: 0 auto;
      bottom: 0px;
      width: 100%;
      height: 44px;
    }
  
    .grid-price-buttons {
      right: unset;
      padding: 0px 10px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all .5s;
    }
    .grid-vip-button {
      background-color: var(--background-bypeople-color);
      width: 100%;
      height: auto;
      margin: 0;
      display: inline-block;
      border-radius: 5px;
    }
    .span-button {
      font-size: 12px;
      font-weight: normal;
      font-family: 'Poppins', serif;
      color: var(--second-bypeople-color);
      /* font-weight: 600; */
      margin-left: 5px;
    }
    .deals-get-now-button-v2:hover li {
      color: var(--first-bypeople-color);
    }
  
    .deals-get-now-button-v2:hover li span {
      color: var(--first-bypeople-color);
    }
      
  /* DEALS SIDEBAR */
  
  /* LOAD MORE */
  #load-more-area {
    position: relative;
    display: block;
    width: 100%;
    padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #load_more_button {
    background-color: var(--first-bypeople-color);
    color: #fff;
  }
  /* LOAD MORE */
  
  /* COLLECTION AFTER GRID */
  
    @keyframes moveChild_one {
        0%   { transform: rotate(3deg) translate(179px, -62px); }
        20%  { transform: rotate(0deg) translate(0, 0); }
        80%  { transform: rotate(0deg) translate(0, 0); }
        100% { transform: rotate(3deg) translate(179px, -62px); }
    }
    @keyframes moveChild_two {
        0%   { transform: rotate(6deg) translate(81px, -39px); }
        20%  { transform: rotate(0deg) translate(0, 0); }
        80%  { transform: rotate(0deg) translate(0, 0); }
        100% { transform: rotate(6deg) translate(81px, -39px); }
    }
    @keyframes moveChild_three {
        0%   { transform: rotate(2deg) translate(157px, 35px); }
        20%  { transform: rotate(0deg) translate(0, 0); }
        80%  { transform: rotate(0deg) translate(0, 0); }
        100% { transform: rotate(2deg) translate(157px, 35px); }
    }
    @keyframes moveChild_four {
        0%   { transform: rotate(0) translate(13px, 0px); }
        20%  { transform: rotate(0deg) translate(0, 0); }
        80%  { transform: rotate(0deg) translate(0, 0); }
        100% { transform: rotate(0) translate(13px, 0px); }
    }
    @keyframes moveChild_five {
        0%   { transform: rotate(-5deg) translate(60px, 32px); }
        20%  { transform: rotate(0deg) translate(0, 0); }
        80%  { transform: rotate(0deg) translate(0, 0); }
        100% { transform: rotate(-5deg) translate(60px, 32px); }
    }
        
  /* COLLECTION AFTER GRID */
  
  /* SINGLE POST */
    /* SOCIAL BUTTONS SECTION */
      .price-buttons.grid-price-buttons a:nth-child(3n+3) {
        display: none;
      }
  
      .price-buttons.grid-price-buttons a:nth-child(3n+1),
      .price-buttons.grid-price-buttons a:nth-child(3n+2) {
        background-color: var(--background-bypeople-color);
        color: var(--second-bypeople-color);
        border-radius: 5px;
      }
  
      .price-buttons.grid-price-buttons a:nth-child(3n+1) .grid-vip-button li:before {
        content: "from";
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #1c1d1e;
        color: #bdbdbd;
        color: #535456;
        display: none;
        position: relative;
        padding-right: 5px;
      }
      .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+3), .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+4) {
        display: none;
      }
  
      .deal_content_ind .deal-main-content .img-deal .price-buttons {
        right: unset;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
  
      .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li .span-button {
        display: none;
      }
  
      .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li:before {
        content: "from";
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #1c1d1e;
        color: #bdbdbd;
        color: #535456;
        display: inline-block;
        position: relative;
        padding-right: 5px;
      }
  
  .deal_content_ind .deal-main-content .img-deal .price-buttons a:nth-child(4n+2) .grid-vip-button li {}
    /* SOCIAL BUTTONS SECTION */
  /* SINGLE POST */
  
  /* SINGLE LIST */
  /* SINGLE LIST */
  
  /* DEALS */
  /* DEALS */
  
  /* DEALS AFFILIATES GRID */
  /* DEALS AFFILIATES GRID */
  
  /* AFFILIATES */
  #affiliates-program {
    margin-bottom: 100px;
  }
  .main_wrapper_v2.affiliates {
    margin-top: 100px;
  }
  
  /*AFFILIATES */
  
  /* Settings Page */
  /* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */
  /* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */
  /* ICON EXTERNAL LINK */
  /* ICON EXTERNAL LINK */
  .dd-cat-link.dropdown {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    display: none;
  }
  .bppl-v2-content {
    position: relative;
    top: 0px;
  }
  @media screen and (max-width: 1200px) {
    .grid__item {
      width: 50%;
      padding: 10px;
    }
    .post_title_v2 {
      text-align: center;
      margin:20px auto 10px auto;
    }
    .grid__item .thumb-deal img {
      height: auto;
    }
    .detail-modal .detail-content {
      padding: 90px 30px 20px 30px;
    }
    .detail-modal .list-nav {
      width: 44px;
    }
  }
  @media screen and (max-width: 991px) {
    .single_wrapper {
      max-width: 100%;
      /* margin-left: 0; */
      width: 100%;
      flex: 0 0 60%;
    }
    .bppl-v2-navbar {
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
    }
    .bppl-v2-content {
      margin-top: 34px;
    }
    .v2-vertical-collapse {
      position: fixed;
      background: #fff;
      height: calc(100vh) !important;
      top: 0;
      right: 0;
      padding: 15px;
      display: block;
      visibility: hidden;
      width: 0;
      transition: width .2s linear, visibility .2s linear;
      -webkit-transition: width .2s linear, visibility .2s linear;
      -moz-transition: width .2s linear, visibility .2s linear;
      -o-transition: width .2s linear, visibility .2s linear;
      overflow-y: auto;
    }
    .v2-vertical-collapse.show {
      visibility: visible;
      width: 280px;
      margin-top: 60px;
    }
    .v2-vertical-collapse .navbar-nav {
      opacity: 0;
      transform: translateY(15px);
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -o-transform: translateY(15px);
      transition-delay: .4s;
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition: transform .2s linear, visibility .2s linear;
      -webkit-transition: transform .2s linear, visibility .2s linear;
      -moz-transition: transform .2s linear, visibility .2s linear;
      -o-transition: transform .2s linear, visibility .2s linear;
    }
    .v2-vertical-collapse.show .navbar-nav {
      transition-delay: .3s;
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
    }
    #menu-menu_v2 {
      margin-top: 25px !important;
    }
    .social-list {
      flex-direction: row;
    }
    .social-list li {
      margin-left: 25px;
    }
    .close-navbar {
      display: block;
    }
    .v2-cat {
      display: none;
    }
    .list_collection_imgs {
      min-height: 285px;
    }
    .list-grid-inner-featured-collection:after {
      width: 0;
    }
    .list-grid-inner-featured-collection:before {
      width: 0;
    }
    .mobile-nav {
      display: block;
      margin-left: 33px;
    }
    .mobile-nav ul {
      margin: auto 0;
    }
    .home-subtitle.title-cats, .home-subtitle.title-lists {
      text-align: left;
      font-size: 9vw;
      margin: 120px 10px 0;
    }
    .mobile-check-collections {
      display: block;
    }
    .check-collections {
      display: none;
    }
  
    .item_content_list_view {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px;
    }
    .list-paragraph {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 500px;
    }
    div#v2-collapse-nav ul:nth-child(6n + 5) {
      order: 1;
      margin: 30px 0;
    }
    div#v2-collapse-nav ul:nth-child(6n + 5) li a{
      text-align: right;
      padding-top: 25px;
    }
    
    div#v2-collapse-nav > button {
      order: 1;
    }
    
    div#v2-collapse-nav ul:nth-child(6n + 3) {
      order: 3;
      margin: 0 !important;
      padding-left: 0px;
      padding-top: 15px;
    }
    
    div#v2-collapse-nav {
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-end;
      justify-content: flex-start;
      overflow-x: hidden;
      padding: 40px;
    }
    .newsletter-form-v2, .search-form-v2{
      margin-right: 10px;
    }
    
    div#v2-collapse-nav ul:nth-child(6n + 4) {
      order: 5;
      margin: 0 !important;
      padding-top: 25px;
    }
    
    div#v2-collapse-nav ul:nth-child(6n + 6) {
      order: 2;
    }
    div#v2-collapse-nav ul:nth-child(6n + 7) {
      order: 6;
    }
    #main-v2-toggler span.navbar-toggler-icon {
      background-image: unset;
      display: block;
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: var(--color1);
      left: 0;
    }
    
    #main-v2-toggler span.navbar-toggler-icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: var(--color1);
      top: -8px;
    }
    
    #main-v2-toggler span.navbar-toggler-icon:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: var(--color1);
      top: 8px;
    }
    
    #v2-collapse-nav .close-navbar .fa-times:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: var(--color1);
      transform: rotate(-90deg);
    }
    
    #v2-collapse-nav .close-navbar .fa-times {
      display: block;
      position: absolute;
      width: 80%;
      height: 3px;
      background-color: var(--color1);
      transform: rotate(45deg);
      right: 0;
      top: 10px;
    }
    .grid__item.list_view {
      width: 100%;
      padding: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .core_page_v2 {
      overflow: hidden;
    }
    .item_title {
      min-height: 0;
      font-size: 17px;
    }
    .deals-col {
      display: none;
    }
    .deals-col.home-desktop {
      display: none;
    }
    .deals_sidebar {
      width: 0;
      height: 100%;
      padding-bottom: 40px;
      border-right: solid 1px #eee;
    }
    .deals_sidebar {
      width: 100%;
    }
    .premium-deals-area {
      display: none;
    }
    .deals-col.display {
      display: block;
    }
    .deals-col.home-mobile.display {
      display: block;
    }
    .main_page_v2 {
      margin: 10px 0 0 0;
    }
    .grid__item {
      width: 100%;
      padding: 25px 12.5px;
    }
    .home-title, .subtitle, .subtitle-deals, .subtitle-and {
      display: none;
    }
    .home-title {
      font-size: 15vw;
      max-height: 11.9vw;
      margin: 120px 0 0;
    }
    .main_wrapper_v2 {
      display: inline-block;
      padding: 0 !important;
    }
    .home-subtitle {
      text-align: left;
      font-size: 9vw;
      margin: -28px 0 18px 4vw;
    }
    .mobile-and, .subtitle-more {
      display: inline-block;
    }
    .subtitle-themes::before { content: '\A'; white-space: pre; }
  
    .mini-down-menu {
      margin-right: 120px;
    }
    .title_collections {
      font-size: 22px;
    }
    .detail-modal {
      padding: 0;
    }
    .detail-modal .list-nav.prev-list {
      left: 0px;
    }
    .detail-modal .list-nav.next-list {
      right: 6px;
    }
    .detail-modal .detail-content h1 {
      font-size: 1.5rem;
    }
    .detail-modal .close-detail-btn {
      margin-right: 10px;
    }
    .filter_area {
      margin: 40px auto 0;
      padding: 0;
      width: calc(100% - 20px);
    }
    .form_filter.categories {
      position: fixed;
      top: 22px;
      padding-left: 65px;
      z-index: 12;
    }
    .main_wrapper_v2.affiliates {
      margin-top: 0px;
      padding: 0;
    }
    .home-subtitle.affiliates {
      margin-top: 60px;
    }
    /* FONT SIZE DESCRIPTION */
    /* FONT SIZE DESCRIPTION */
    
    /* RELATED AND DEAL CARDS SECTION */
      /* DESCRIPTION AND DEAL CARDS */
        .grid__item {
          min-height: 250px;
        }
      /* DESCRIPTION AND DEAL CARDS */
      /* DESCRIPTION AND DEALS TITLES */
      /* DESCRIPTION AND DEALS TITLES */
    /* RELATED AND DEAL CARDS SECTION */
  
    /* SOCIAL BUTTONS MOBILE */
    /* SOCIAL BUTTONS MOBILE */
    /* ALL SECTION COLUMN WRAPPER */
  
      div#main_flex_items {
        grid-template-columns: auto;
        grid-gap: 0;
      }
  }
  
  @media screen and (max-width: 400px) {
    .mobile-nav {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) and (min-width: 491px) {
    .grid__item {
      width: 50%;
      padding: 10px;
    }
  }
  @media only screen and (max-width: 992px) and (min-width: 768px) {
    .mini-down-menu {
      display: none;
    }
    .grid__item.home {
      width: 100%;
      padding: 10px;
    }
  }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .grid__item {
      width: 50%;
      padding: 10px;
    }
    .social-list {
      display: none;
    }
  }
  @media screen and (max-width: 490px) {
    .mini-down-menu {
      display: none;
    }
    .grid__item {
      width: 100%;
      padding: 10px;
    }
  }
  @media screen and (min-width: 768px) {
    .premium-deals-area {
      display: none;
    }
    .modal-dialog {
      margin: 3.75rem auto;
    }
  }
  @media screen and (min-width: 992px) {
    .deals-col {
      padding-right: 0;
    }
    
  }
  @media screen and (min-width: 1200px) {
    /* 3 columns */
    .grid__item {
      width: 33.333%;
      padding: 10px;
    }
    .grid__item.home {
      width: 50%;
      padding: 10px;
    }
    .social-buttons {
      bottom: -33px;
    }
    .grid-price-buttons {
      bottom: -53px;
    }
    .grid-price-buttons.premium {
      bottom: 0px;
    }  
  }
  
  /* HOME TITLE QUERIES */
  @media all and (min-width: 768px)  {
      .home-title  { 
        font-size: 16vw;
        max-height: 13.8vw;
      } 
    }
  @media all and (min-width: 1400px) {
      .home-title  { 
        font-size: 16vw;
        max-height: 13.8vw;
       }
     }
  @media all and (min-width: 1450px) {
      .home-title  { 
        font-size: 15vw;
        max-height: 12.8vw;
       }
     }
  @media all and (min-width: 1500px) {
      .home-title  { 
        font-size: 15.4vw;
        max-height: 13.8vw;
      } }
  @media all and (min-width: 1550px) {
      .home-title  { 
        font-size: 14.5vw;
        max-height: 12.4vw;
      } }
  @media all and (min-width: 1600px) {
      .home-title  { 
        font-size: 13.74vw;
        max-height: 11.9vw;
    } }
  @media all and (min-width: 1650px) {
      .home-title  { 
        font-size: 13.5vw;
        max-height: 11.6vw;
    } }
  @media all and (min-width: 1700px) {
      .home-title  { 
        font-size: 13vw;
        max-height: 11.5vw;
      }
  }
      
  @media all and (min-width: 1750px) {
      .home-title  { 
        font-size: 12.6vw;
        max-height: 11.2vw;
    } 
  }
  @media all and (min-width: 1800px) {
      .home-title  { 
        font-size: 12.3vw;
        max-height: 11vw;
      } 
  }
  @media all and (min-width: 1850px) {
      .home-title  { 
        font-size: 12vw;
        max-height: 10.7vw;
    } 
  }
  @media all and (min-width: 1900px) {
      .home-title  { 
        font-size: 11.5vw;
        max-height: 10.2vw;
    } }
  @media all and (min-width: 1950px) {
      .home-title  { 
        font-size: 11.2vw;
        max-height: 9.8vw;
    } }
  @media all and (min-width: 2000px) {
      .home-title  { 
        font-size: 10.25vw; 
        max-height: 8.2vw; 
    } }
  
  @media all and (min-width: 2050px) {  .home-title  { font-size: 10vw; max-height: 7.8vw; } }
  @media all and (min-width: 2100px) {  .home-title  { font-size: 9.77vw; max-height: 7.8vw; } }
  @media all and (min-width: 2150px) {  .home-title  { font-size: 9.55vw; max-height: 7.5vw; } }
  @media all and (min-width: 2200px) {  .home-title  { font-size: 9.34vw; max-height: 7.4vw; } }
  @media all and (min-width: 2250px) {  .home-title  { font-size: 9.14vw; max-height: 7.2vw; } }
  @media all and (min-width: 2300px) {  .home-title  { font-size: 8.94vw; max-height: 7.1vw; } }
  @media all and (min-width: 2350px) {  .home-title  { font-size: 8.76vw; max-height: 6.9vw; } }
  @media all and (min-width: 2400px) {  .home-title  { font-size: 8.58vw; max-height: 6.8vw; } }
  @media all and (min-width: 2450px) {  .home-title  { font-size: 8.41vw; max-height: 6.6vw; } }
  @media all and (min-width: 2500px) {  .home-title  { font-size: 8.24vw; max-height: 6.5vw; } }
  @media all and (min-width: 2550px) {  .home-title  { font-size: 8.08vw; max-height: 6.2vw; } }
  @media all and (min-width: 2600px) {  .home-title  { font-size: 7.93vw; max-height: 6.3vw; } }
  @media all and (min-width: 2650px) {  .home-title  { font-size: 7.78vw; max-height: 5.9vw; } }
  @media all and (min-width: 2700px) {  .home-title  { font-size: 7.64vw; max-height: 6.1vw; } }
  @media all and (min-width: 2750px) {  .home-title  { font-size: 7.5vw; max-height: 5.9vw; } }
  @media all and (min-width: 2800px) {  .home-title  { font-size: 7.37vw; max-height: 5.9vw; } }
  @media all and (min-width: 2850px) {  .home-title  { font-size: 7.25vw; max-height: 5.75vw; } }
  @media all and (min-width: 2900px) {  .home-title  { font-size: 6.78vw; max-height: 5.4vw; } }
  @media all and (min-width: 3100px) {  .home-title  { font-size: 6.37vw; max-height: 5vw; } }
  @media all and (min-width: 3300px) {  .home-title  { font-size: 6vw; max-height: 4.7vw; } }
  @media all and (min-width: 3500px) {  .home-title  { font-size: 5.68vw; max-height: 4vw; } }
  @media all and (min-width: 3700px) {  .home-title  { font-size: 5.12vw; max-height: 4vw; } }
  @media all and (min-width: 4000px) {  .home-title  { font-size: 5vw; max-height: 4vw; } }
  
  @media all and (min-width: 768px)  {  .home-title  { font-size: 14vw; max-height: 11.9vw; } }
  @media all and (min-width: 1400px) {  .home-title  { font-size: 13.5vw; max-height: 11.3vw;  } }
  @media all and (min-width: 1450px) {  .home-title  { font-size: 13vw; max-height: 11vw;  } }
  @media all and (min-width: 1500px) {  .home-title  { font-size: 12.56vw; max-height: 10.8vw;  } }
  @media all and (min-width: 1550px) {  .home-title  { font-size: 12.14vw; max-height: 10.4vw;  } }
  @media all and (min-width: 1600px) {  .home-title  { font-size: 11.74vw; max-height: 9.9vw; } }
  @media all and (min-width: 1650px) {  .home-title  { font-size: 11.37vw; max-height: 9.6vw; } }
  @media all and (min-width: 1700px) {  .home-title  { font-size: 11vw; max-height: 9.5vw; } }
  @media all and (min-width: 1750px) {  .home-title  { font-size: 10.68vw; max-height: 9.2vw; } }
  @media all and (min-width: 1800px) {  .home-title  { font-size: 10.36vw; max-height: 9vw; } }
  @media all and (min-width: 1850px) {  .home-title  { font-size: 10.06vw; max-height: 8.8vw; } }
  @media all and (min-width: 1900px) {  .home-title  { font-size: 10.78vw; max-height: 8.5vw; } }
  @media all and (min-width: 1950px) {  .home-title  { font-size: 9.51vw; max-height: 8.3vw; } }
  @media all and (min-width: 2000px) {  .home-title  { font-size: 9.25vw; max-height: 8.2vw; } }
  @media all and (min-width: 2050px) {  .home-title  { font-size: 9vw; max-height: 7.8vw; } }
  @media all and (min-width: 2100px) {  .home-title  { font-size: 8.77vw; max-height: 7.8vw; } }
  @media all and (min-width: 2150px) {  .home-title  { font-size: 8.55vw; max-height: 7.5vw; } }
  @media all and (min-width: 2200px) {  .home-title  { font-size: 8.34vw; max-height: 7.4vw; } }
  @media all and (min-width: 2250px) {  .home-title  { font-size: 8.14vw; max-height: 7.2vw; } }
  @media all and (min-width: 2300px) {  .home-title  { font-size: 7.94vw; max-height: 7.1vw; } }
  @media all and (min-width: 2350px) {  .home-title  { font-size: 7.76vw; max-height: 6.9vw; } }
  @media all and (min-width: 2400px) {  .home-title  { font-size: 7.58vw; max-height: 6.8vw; } }
  @media all and (min-width: 2450px) {  .home-title  { font-size: 7.41vw; max-height: 6.6vw; } }
  @media all and (min-width: 2500px) {  .home-title  { font-size: 7.24vw; max-height: 6.5vw; } }
  @media all and (min-width: 2550px) {  .home-title  { font-size: 7.08vw; max-height: 6.2vw; } }
  @media all and (min-width: 2600px) {  .home-title  { font-size: 6.93vw; max-height: 6.3vw; } }
  @media all and (min-width: 2650px) {  .home-title  { font-size: 6.78vw; max-height: 5.9vw; } }
  @media all and (min-width: 2700px) {  .home-title  { font-size: 6.64vw; max-height: 6.1vw; } }
  @media all and (min-width: 2750px) {  .home-title  { font-size: 6.5vw; max-height: 5.9vw; } }
  @media all and (min-width: 2800px) {  .home-title  { font-size: 6.37vw; max-height: 5.9vw; } }
  @media all and (min-width: 2850px) {  .home-title  { font-size: 6.25vw; max-height: 5.75vw; } }
  @media all and (min-width: 2900px) {  .home-title  { font-size: 5.78vw; max-height: 5.4vw; } }
  @media all and (min-width: 3100px) {  .home-title  { font-size: 5.37vw; max-height: 5vw; } }
  @media all and (min-width: 3300px) {  .home-title  { font-size: 5vw; max-height: 4.7vw; } }
  @media all and (min-width: 3500px) {  .home-title  { font-size: 4.68vw; max-height: 4vw; } }
  @media all and (min-width: 3700px) {  .home-title  { font-size: 4.12vw; max-height: 4vw; } }
  @media all and (min-width: 4000px) {  .home-title  { font-size: 4vw; max-height: 4vw; } }
  /* HOME TITLE QUERIES */
  
  
  /* HOME SUBTITLE QUERIES */
  @media all and (min-width: 768px) {  .home-subtitle  { font-size: 3.8vw; } }
  @media all and (min-width: 1400px) {  .home-subtitle  { font-size: 3.76vw; } }
  @media all and (min-width: 1450px) {  .home-subtitle  { font-size: 3.6vw; } }
  @media all and (min-width: 1500px) {  .home-subtitle  { font-size: 3.5vw; } }
  @media all and (min-width: 1550px) {  .home-subtitle  { font-size: 3.4vw; } }
  @media all and (min-width: 1600px) {  .home-subtitle  { font-size: 3.29vw; } }
  @media all and (min-width: 1650px) {  .home-subtitle  { font-size: 3.2vw; } }
  @media all and (min-width: 1700px) {  .home-subtitle  { font-size: 3.1vw; } }
  @media all and (min-width: 1750px) {  .home-subtitle  { font-size: 3.04vw; } }
  @media all and (min-width: 1800px) {  .home-subtitle  { font-size: 2.93vw; } }
  @media all and (min-width: 1850px) {  .home-subtitle  { font-size: 2.85vw; } }
  @media all and (min-width: 1900px) {  .home-subtitle  { font-size: 2.78vw; } }
  @media all and (min-width: 1950px) {  .home-subtitle  { font-size: 2.71vw; } }
  @media all and (min-width: 2000px) {  .home-subtitle  { font-size: 2.59vw; } }
  @media all and (min-width: 2050px) {  .home-subtitle  { font-size: 2.59vw; } }
  @media all and (min-width: 2100px) {  .home-subtitle  { font-size: 2.52vw; } }
  @media all and (min-width: 2150px) {  .home-subtitle  { font-size: 2.46vw; } }
  @media all and (min-width: 2200px) {  .home-subtitle  { font-size: 2.42vw; } }
  @media all and (min-width: 2250px) {  .home-subtitle  { font-size: 2.35vw; } }
  @media all and (min-width: 2300px) {  .home-subtitle  { font-size: 2.3vw; } }
  @media all and (min-width: 2350px) {  .home-subtitle  { font-size: 2.26vw; } }
  @media all and (min-width: 2400px) {  .home-subtitle  { font-size: 2.21vw; } }
  @media all and (min-width: 2450px) {  .home-subtitle  { font-size: 2.18vw; } }
  @media all and (min-width: 2500px) {  .home-subtitle  { font-size: 2.12vw; } }
  @media all and (min-width: 2550px) {  .home-subtitle  { font-size: 2.09vw; } }
  @media all and (min-width: 2600px) {  .home-subtitle  { font-size: 2.05vw; } }
  @media all and (min-width: 2650px) {  .home-subtitle  { font-size: 2.01vw; } }
  @media all and (min-width: 2700px) {  .home-subtitle  { font-size: 1.97vw; } }
  @media all and (min-width: 2750px) {  .home-subtitle  { font-size: 1.93vw; } }
  @media all and (min-width: 2800px) {  .home-subtitle  { font-size: 1.9vw; } }
  @media all and (min-width: 2850px) {  .home-subtitle  { font-size: 1.87vw; } }
  @media all and (min-width: 2900px) {  .home-subtitle  { font-size: 1.75vw; } }
  @media all and (min-width: 3100px) {  .home-subtitle  { font-size: 1.65vw; } }
  @media all and (min-width: 3300px) {  .home-subtitle  { font-size: 1.55vw; } }
  @media all and (min-width: 3500px) {  .home-subtitle  { font-size: 1.46vw; } }
  @media all and (min-width: 3700px) {  .home-subtitle  { font-size: 1.33vw; } }
  @media all and (min-width: 4000px) {  .home-subtitle  { font-size: 1.28vw; } }
  
  /* HOME SUBTITLE QUERIES */

.btn-vip-now {
  background-color: #e00876;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: table;
  margin: 20px auto;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 6px 20px;
}

.btn-vip-now:hover {
  opacity: .8;
}

.btn-vip-now.vip-lifetime {
  --first-bypeople-color: #e60064;
  --second-bypeople-color: #ffff;
  background: linear-gradient(116.49deg,#0036df,#7000ff 66.15%,#e700b7);
  color: var(--second-bypeople-color);
}


i{
  cursor: pointer;
} 