:root {
  --first-bypeople-color: #e60064;
  --hover-color: #3D3F41;
  --color1: #1C1D1E;
  --color-title: #081b57;
  --color-link: #7000ff;
  scrollbar-color: #E00876 #f4f4f4;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  --primary-color: #ED206F;
}
body {
  overflow-x: hidden;
}

body.no-scroll {
  overflow-y: hidden;
}

hr {
  border-top:1px solid transparent;
}
.related{display:none}::-webkit-scrollbar{width: 7px;position: relative;}::-webkit-scrollbar-thumb{background-color:#E00876;border-radius: 3px;}

/* CROSS BROWSER SCROLL BAR */
.ps__thumb-y {
  background-color: #E00876 !important;
  border-radius: unset !important;
}
.ps__rail-y {
  opacity: 1 !important;
}

.core_page_v2 .post-page-main-title {
    margin-left: -20px!Important;
    margin-bottom: 40px!Important;
  }
/* CROSS BROWSER SCROLL BAR */

h1,h2,h3,h4,h5 {
  font-family: 'Poppins', serif;
}
p {
  font-family: 'Poppins', sans-serif;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: var(--color-link);
}
button,
button:focus {
  outline: none;
}
button:hover {
  opacity: 0.8;
}
#topbar1 {
  position: relative !important;
}
.checkbox_label {
  display: flex;
  flex-wrap: nowrap;
}
.checkbox_label .box_chk {
  display: none;
}
.checkbox_label .check_text {
  display: inline-block;
  width: calc(100% - 10px);
  margin-left: 9px;
}

.checkbox_label .check_box_shock {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-bottom: -3px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #E00876;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;

}
.box_chk:checked ~ .check_box_shock {
  background-color: #E00876;
}
.box_chk:checked ~ .check_box_shock:before {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fff;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 600;
  font-family: 'Font Awesome\ 5 Free';
}

.maing_page_link {
  display: table;
  padding: 8px;
  background-color: #f1f1f1;
  margin: 15px auto;
  color: #000;
}

.main_link {
  padding: 15px 0;
  width: 100%;
  display: block;
}

.core_page_v2 {
  max-width: 1366px;
  margin: 0 auto;
}
.core_page_v2 .row {
  margin-top: 0px;
}
.text-bppl-1 {
  color: #E00876;
}
.main_page_v2 {
  display: block;
  color: var(--color1);
  position: relative;
}
.main_page_v2.related-deals {
  margin-top: -69px;
}
.post_title_v2 {
  font-size: 2em;
  margin: 10px 20px;
  color: var(--color1);
  opacity: 0.9;
}

.main_wrapper_v2 {
  margin-top:0px;
}

.item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: var(--color-title);
  font-family: 'Poppins', sans-serif;
  overflow-y: hidden;
  margin: 0;
  padding: 15px;
}

.title_collections {
  min-height: 20px;
  color: var(--color-title);
  font-size: 1.25rem;
  font-family: Poppins, sans-serif;
}
.item_content a {
  color: var(--color1);
}
.social-buttons.social-buttons-collections {
  bottom: 8px;
}
.social-buttons-collections button {
padding: 4px 8px;
}
.item_title:hover {
  color: var(--hover-color);
}
.item_content, .item_content_list_view, .list_view_collections {
  font-family: 'Poppins', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 10px 0;
  color: var(--color1);
}
.content_collections {
  margin: 20px 0;
  font-size: 15px;
}
.related_lists {
  font-size: 12px;
}
.category-collections {
  font-size: 14px;
}
.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 {
  padding: 25px 25px 20px;
  position: relative;
  color: inherit;
  background: #fff;
  min-height: 200px;
  text-align: center;
  border: none;
  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);
}
.grid__item.item_collections {
  min-height: 150px;
}

/* LIST VIEW ITEMS */
.grid__item.list_view {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*flex-direction: row-reverse;*/
    min-height: auto;
    padding: 35px 25px 20px;
}
.grid__item .post-thumb-area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px 8px 0 0;
}
.grid__item.list_view .post-thumb-area {
  width: 30%;
  height: auto;
  margin: 10px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.grid__item .item_content_list_view {
  margin: 0 0 5px 0;
  display: none;
}
.grid__item .list_view_collections {
  display: none;
}
.grid__item.list_view .item_content {
  margin: 0 0 5px 0;
  display: none;
}
.grid__item.list_view .social-buttons-collections {
  display: none;
}
.grid__item.list_view .item_content_list_view {
  margin: 0 0 5px 0;
  display: block;
}
.grid__item.list_view .collection-like-list-view {
  display: inline-block !important;
}
.grid__item.list_view .list_view_collections {
  margin: 15px 0;
  display: block;
}
.grid__item.list_view .post-thumb-area img {
  margin: 0;
  filter: brightness(93%);
}
.grid__item.list_view .inlist_items {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  margin: 10px 0;
}
.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 .thumb-featured-deal img {
  height: auto;
}
.grid__item .post-thumb-area img:hover {
  opacity: 0.9;
}
.grid__item.list_view .post-thumb-area img {
  max-width: 100%;
}
.grid__item.list_view .post-main-info {
  width: 100%;
}
.grid__item.list_view .item_title {
  display: block;
  min-height: 0;
}
.grid__item.list_view .loader {
  display: none;
}
.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 {
  margin-right: 4px;
  margin-top: 2px;
  border-radius: 10px;
}
.ribbon-categories a {
  color: #fff;
  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;
}

.btn:hover {
  opacity: 0.8;
}

.btn-shock {
	color: #fff;
  background: linear-gradient(116.49deg,#0036df,#7000ff 66.15%,#e700b7);
  padding: 10px 20px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  border: none; 
  border-radius: 10px;
}
.btn-shock:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-shock:visited {
  color: #fff;
}
/* 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:hover {
  /* box-shadow: 0 5px 5px rgba(0,0,0,.16); */
  transition-delay: 0s !important;
  transform: translateY(2px);
}

.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 {
  opacity: 0.8;
}
.grid__item:hover > .post-main-info .post-thumb-area .social-buttons {
  bottom: 8px;
  transition: bottom 0.2s;
}
.grid__item:hover > .post-main-info .post-thumb-area .grid-price-buttons {
  bottom: 8px;
  transition: bottom 0.2s;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid__item > .post-main-info .post-thumb-area .social-buttons {
  display: none;
}
.detail-list-unit:hover > .img-detail .social-buttons {
  bottom: 8px;
  transition: bottom 0.2s;
}
.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: #009fb3;
  background: -webkit-linear-gradient(#6cddff, #009fb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !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: 'Arvo', 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 {
    opacity: 0.8 !important;
  }
/* CATEGORIES LIST */

/* FILTER AREA */
.filter_area {
  width: 100%;
  padding: 15px 0 10px 5px;
  margin: 10px 5px 10px 20px;
  text-align: center;
}
.form_filter {
  width: 95%;
  display: inline-block;
  max-width: 300px;
  margin-right: 10px;
}
.filter_area .form-group {
  border: 2px solid #E00876;
}

.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 */
.flex_latest_posts {
  display: flex;
  flex-wrap: wrap;
}
.flex_latest_posts .grid__item {
  width: 33.3%;
  min-height: 200px;
}

.grid__item.post_container .post-main-info {
  display: flex;
  flex-flow: column nowrap;
}
.grid__item.post_container .post-main-info div:first-child {
  order: 2;
}
.grid__item.post_container .post-main-info div:last-child {
  order: 1;
}
.flex_items_v2 .grid__item.post_container {
  padding: 0;
  border: 2px solid #e1e2ea;
  border-radius: 16px;
  width: calc(50% - 20px);
  max-width: 400px;
  margin: 0 10px 20px;
  border-radius: 16px;
}

.flex_latest_posts .item_title {
  font-size: 1.4em;
}
.flex_latest_posts .item_content, .item_content_list_view, .list_view_collections {
  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 {
  padding: 8px 0px; 
  margin-bottom: 2px; 
  line-height: 0;
  height: 0; 
  vertical-align: middle;
  list-style: none;
  list-style-type: none;
}
.underBox ul li:hover, .deals_hover a:hover, .general_hover:hover {
    opacity: 0.8;
}
.underBox ul li a {
  color: #009fb4; 
  font-size: 12px; 
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
}
.home-under.underBox ul li a {
  font-size: 13px;
}
/* LATEST POSTS */

/* SESSION MODAL */
.modal-subtitle {
  text-align: center;
  margin: 15px 0 12px 0;
  font-size: 1.1em;
} 
/* SESSION MODAL */ 

/* NEWSLETTER */
.newsletter-form-v2 {
  margin-right:20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 190px;
  max-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-form-v2 .title-info {
  font-size: .9em;
  margin: 0 5px;
}

/* 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);
  }
  .collections-p {
    font-family: Poppins, sans-serif;
    line-height: 1.3;
  }
  .detail-list-unit .secondary-post-unit p {
    font-family: Poppins, sans-serif;
    opacity: 0.85;
    line-height: 1.3;
    font-size: .8em;
  }
  .detail-modal.show {
    visibility: visible;
  }
  .post-main-info .post-modal {
    font-family: Poppins, sans-serif;
  }
  .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 .detail-list-unit {
    padding: 15px 0;
    border-top: solid 1px #eee;
    display: flex;
    flex-wrap: nowrap;
  }
  .detail-modal .detail-list-unit .img-detail {
    align-self: flex-start;
    width: 400px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
  }
  .detail-modal .detail-list-unit .img-detail img {
    display: block;
    margin-right: auto;
    max-width: 100%;
  }
  .detail-modal .detail-list-unit .img-detail img:hover {
    opacity: 0.9;
  }
  .detail-modal .detail-list-unit .post-detail {
    width: calc(100% - 150px);
  }
  .detail-modal .detail-list-unit .post-detail h3 {
    margin-bottom:10px;
    font-size:1em;
    opacity: 0.85;
  }
  .detail-modal .post-sub-link {
    color: var(--color1);
  }
  .detail-modal .post-sub-link:hover,
  .detail-modal .post-sub-link:focus {
    color: var(--hover-color);
  }
  .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;
  }
  .detail-modal .list-paragraph {
    line-height: 1.3;
    font-size: .8em;
  }


/* MODAL VIEW */

/* DEALS SIDEBAR */
  .deals-col {
    position: fixed;
    width: 369px;
    z-index: 99;
    background-color: #fff;
  }
  .deals_sidebar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    height: calc(95vh);
    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;
    padding: 0 15px;
    scrollbar-color: #E00876 #f4f4f4;
    scrollbar-width: thin;
  }
  .sidebar_edge {
    position: relative;
    /* height: unset; */
  }
  .home-title {
    text-align:center;
    color: #6cddff;
    overflow: hidden;
    margin-top: 20px;
    font-family: 'Arvo', serif;
  }
  #premium-title {
  }
  .related_deals {
    padding: 50px 0 0 21px;
    color: #009fb3;
    font-size: 1.5rem;
  }
  .home-subtitle.secondary-sub {
    font-size: 2.5em;
  }
  .subtitle-premium, .subtitle-and, .mobile-and, .subtitle-fonts {
    color: #009fb3;
  }
  .subtitle-deals, .subtitle-deals-mobile, .subtitle-plugins, .subtitle-themes {
    color: #6cddff;
  }
  .subtitle-freebies, .subtitle-more {
    color: #e00876;
  }
  .subtitle-icons {
    color: #326ff6;
  }
  .subtitle-cats {
    color: var(--color1);
  }
  .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: Arvo, sans-serif;
    letter-spacing: -6px;
  }
  .deals_promo {
    width: 100%;
    display: block;
    text-align: left; 
    color: #414141;
    font-size: 15px;
    font-family: Poppins, Sans serif;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 5px 10px;
  }
  .freebies_title {
    width: 100%; 
    display: block;
    text-align: left;
    margin: 0 24px;
    display: none;
  }
  .freebies_title a {
    color: #E00876;
    font-size: 65px;
    font-family: Arvo, sans-serif;
    letter-spacing: -6px;
  }
  .premium-deals-area {
    background: #fff;
    position: fixed;
    align-items: center;
    z-index: 15;
    left: 13px;
    bottom: 10px;
    padding: 0;
    border: solid 1px #eee;
    display: none;
  }
  .premium-deals-area .toggle_sidebar {
    border: 0;
    background: transparent;
    font-family: 'Arvo', serif;
    font-size: 1.3em;
    cursor: pointer;
    color: var(--color1);
    opacity: 0.7;
    padding: 4.4px 5px;
  }

  .deal_content_ind {
    padding: 0;
    position: relative;
    margin: 20px 0;
    -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);
    border: 2px solid #e1e2ea;
    border-radius: 16px;
  }
  .deal_content_ind:hover {
    transition-delay: 0s !important;
    transform: translateY(2px);
  }
  .buy-now-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .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 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: var(--color-title);
    font-family: 'Poppins', sans-serif;
    overflow-y: hidden;
    margin: 0;
  }
  .deal_content_ind .deal_title:hover {
    opacity: 0.8;
  }
  .deal_content_ind .img-deal {
    position: relative;
    width: 100%;
    height: auto;
    filter: brightness(93%);
    overflow: hidden;
    margin: 0 auto;
    order: 1;
    border-radius: 8px 8px 0 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.8;
  }
  .deal_content_ind .deal-main-content {
    position: relative;
    z-index: 15;
    text-align: center;
    margin: 0;
    padding: 15px;
  }
  .deals-get-now-button-v2 {
    text-align: center;
    padding: 7px 3px;
    font-weight: 400;
    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: 600;
    color: #e00876;
    /* color: #1c1d1e; */
    font-family: "Poppins", sans-serif;
    list-style: none;
    line-height: 0.7;
    /* font-weight: 600; */
    display: flex;
  }
  .deal-button {
    background-color: var(--color1);
    margin: 0 5px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: inline-block;
  }
  .grid-deal-button {
    background-color: rgba(255, 255, 255, 0);
    width: 53px;
    height: auto;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
  }
  .price-buttons, .grid-price-buttons {
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    width: 85%;
    max-width: 98px;
    /* width: max-content; */
    height: 34px;
    left: 50% !important;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    transform: translateX(-50%);
  }
  .price-buttons {
    right: 16%;
    left: 16%;
  }
  .grid-price-buttons {
    right: unset;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vip-button {
    background-color: var(--color1);
    width: 53px;
    height: 53px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  .grid-vip-button {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    padding: 7px 0px 9px;
  }
  .span-button {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Bitter', serif;
    color: #009fb4;
    color: #1c1d1e;
  }
  .deal-data {
    font-size: 15px;
    margin-right: 10px;
    font-family: 'Poppins', Arvo, sans-serif;
  }
  .deals-get-now-button-v2:hover li {
    color: #00a0b5;
  }
  .deals-get-now-button-v2:hover li span {
    color: #00a0b5;
  }
  #load-more-deals {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #load_more_deals_button {
    background-color: var(--first-bypeople-color);
    color: #fff;
  }
    
/* 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 */

/* COLLECTION AFTER GRID */
  .post_collection_dummy {
    display: block;
    width: 100%;
    padding: 15px;
    padding: 80px 25px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .post_collection_dummy svg {
    width: 100%;
    height: auto;
  }

  .list_collection_imgs {
    display: block;
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: left;
  }

  .img_grid_collections {
    opacity: 0;
    width: 300px;
    max-width: 100%;
    border: solid 5px #00a0b5;
    position: absolute;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
  }
  .img_grid_collections.img_show {
    opacity: 1;
  }
  .img_grid_collections:nth-child(1) {
    z-index: 1;
    transform: rotate(3deg) translate(179px, -62px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(1) {
    transform: rotate(1deg) translate(150px, -59px);
  }

  .img_grid_collections:nth-child(2) {
    z-index: 2;
    transform: rotate(6deg) translate(81px, -39px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(2) {
    transform: rotate(4deg) translate(75px, -33px);
  }

  .img_grid_collections:nth-child(3) {
    z-index: 3;
    transform: rotate(2deg) translate(157px, 35px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(3) {
    transform: rotate(4deg) translate(135px, 15px);
  }

  .img_grid_collections:nth-child(4) {
    z-index: 4;
    transform: rotate(0) translate(13px, 0px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(4) {
    transform: rotate(0) translate(10px, -5px);
  }

  .img_grid_collections:nth-child(5) {
    z-index: 5;
    transform: rotate(-5deg) translate(60px, 32px);
  }
  .list_collection_imgs:hover .img_grid_collections:nth-child(5) {
    transform: rotate(-2deg) translate(53px, 25px);
  }

  @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); }
  }

  .list-grid-inner-title {
    margin: 15px 0;
    text-align: left!important;
    font-family: 'Arvo', serif;
    font-weight: 600;
    color: #00a0b5;
  }
  .list-grid-inner-title:hover {
    opacity: .7;
  }
  .list-grid-inner-content {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: var(--color1);
  }
  .mobile-check-collections {
    display: none;
  }
  .check-collections li a, .mobile-check-collections li a {
    color: #fff; 
    background-color: #00a0b5; 
    padding: 5px 10px;
    font-size: 13px;
    float: right;
  }
  .check-collections li a:hover, .mobile-check-collections li a:hover {
    opacity: 0.8;
  }
  .check-collections li, .mobile-check-collections li {
    list-style: none;
  }
  .list-grid-inner-main-content {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin: 10px 0;
    color: var(--color1);
  }
  .list-grid-inner-featured-collection {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #324C60/* text-base */;
    text-align: center;
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #85a0a6;
    padding: 0 15px;
  }
  .list-grid-inner-featured-collection:before {
    margin-right: 6px;
    margin-left: 0;
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #85a0a6;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
  }
  .list-grid-inner-featured-collection.collections-page {
    margin-top: 15px;
  }
  .list-grid-inner-featured-collection.collections-page:before {
    min-width: unset;
    max-width: 5px;
    display: none;
  }
  .list-grid-inner-featured-collection.list-related-page:before {
    min-width: unset;
    max-width: 5px;
    display: none;
  }
  .list-grid-inner-featured-collection:after {
    margin-left: 0px;
    margin-right: 0;
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #85a0a6;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    margin-top: 2px;
  }
      
/* COLLECTION AFTER GRID */

/* SINGLE POST */
  .main_page_v2.main_single_v2 {
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 50px;
  }
  .main_single_post {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .single_post_main_content {
    margin: 0;
    font-family: Poppins, sans-serif;
  }
  .single_post_main_content img,
  .single_post_main_content video,
  .single_post_main_content iframe {
    display: block;
    max-width: 100%;
  }

  .single_post_main_content h1,
  .single_post_main_content h2,
  .single_post_main_content h3,
  .single_post_main_content h4,
  .single_post_main_content h5 {
    margin: 30px 0 20px 0;
  }

  .comment_area_v2 {
    margin: 15px 0;
  }
  /* SOCIAL BUTTONS SECTION */
    .single_social_buttons {
      position: relative;
      display: block;
      margin-bottom: 40px;
      left: 1px;
      height: 1px;
      width: 100%;
    }

    .single_social_buttons .social-buttons {
      position: absolute;
      bottom: 0;
      right: 0;
      left: unset;
      text-align: center;
      display: flex;
      width: auto;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      padding: 0px 15px;
      height: auto;
      transform: unset;
      border-radius: 20px 0 0 0;
    }

    .single_social_buttons .social-buttons .social-button {
      display: inline-table;
      position: relative;
      height: 50px;
      width: 50px;
      font-size: 23px;
    }
    .single_social_buttons .social-buttons button {
      background-color: transparent;
      color: #bdbdbd;
      transition: color .2s ease-out;
    }

    .single_social_buttons .social-buttons .download-button {
      color: var(--primary-color);
      font-family: Poppins, sans-serif;
    }

    .price-buttons.grid-price-buttons a:nth-child(3n+2), .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+1) .grid-vip-button li .span-button {
      display: none;
    }

    .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: 400;
      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+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: 400;
      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 {}
        
    .single_social_buttons .social-buttons button:hover {
      opacity: 0.8;
    }
    .single_social_buttons .social-buttons button:hover i {
      opacity: 0.8;
      background: -webkit-linear-gradient(#6cddff, #009fb3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600 !important;
    }
    
    
    .single_social_buttons .social-buttons button i.fa-heart {
      font-weight: 400;
    }
    
    .single_social_buttons .social-buttons .social-button.like i {
      font-weight: 600 !important;
      color: #e96a6a;
    }
    
    .core_page_v2 .row.row_single_post {
      margin: 0 15px;
    }

  #premium-title {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 32px;
    color: var(--color-title);
    padding: 10px 0;
  }

  .core_page_v2 .home-subtitle.post-v2-main-title {
    color:var(--color-title);
    font-size: 2rem;
    font-family: 'Poppins', serif;
    margin-bottom: 7px;
    margin-left: -20px;

  }

  .secondary_content_single h3.home-subtitle.post-v2-main-title.col-flex-end {
    padding-left: 8px;
  }

  .main_single_post .home-subtitle.post-v2-main-title.col-flex-end {
    display: table-cell;
    padding-bottom: 20px;
  }

  .col-flex-end {
    align-self: flex-end;
  }
  .single_post_titles_area {
    margin-top: 60px !important;
    margin-bottom: 15px;
  }

  .core_page_v2 .row.row_single_post .home-subtitle {
    position: relative;
    z-index: 5;
    font-size: 2rem;
    text-align: left;
    margin: 0;
    margin-bottom: 20px !important;
  }

  .core_page_v2 .row.row_single_post .home-subtitle.post-page-main-title {
    margin-bottom: 35px!Important; 
  }

  .single_post_image {
    display: table;
    margin: 0;
  }

  .single_post_image img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    filter: brightness(0.97);
  }

  .secondary_content_single {
    margin: 35px auto 0 auto;
    display: block;
  }

  .secondary_content_single.related_lists{
    margin: 35px auto 200px;
  }

  .single_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .disqus_single {
    margin: 60px 10px 15px 10px;
    display: block;
  }
  .v2-single-date {
    color: #707070;
    position: relative;
    right: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 0;
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
/* SINGLE POST */

/* SINGLE LIST */
.list_main_content_p {
  color: var(--color1);
  margin: 1.8rem 2rem;
  font-size: 1.2rem;
  font-family: 'Poppins', serif;
  opacity: 0.85;
}
/* SINGLE LIST */

/* DEALS */
  .pricing_deal {
    color: var(--color1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top: solid 3px #e00876;
    display: block;
    z-index: 800;
  }

  .deal_pricing {
    position: relative;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'Poppins', sans-serif;
  }

  .deal_pricing .prices-collapser {
    height: 100%;
    position: relative;
    display: flex;
    z-index: 950;
  }
  
  .deal_pricing .price_box {
    visibility: hidden;
    position: relative;
    width: 0;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .deal_pricing .price-box-drop {
    position: relative;
  }
  .deal_pricing .price-box-drop:after {
    color: #fff;
    content: " \f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    font-family: 'Font Awesome\ 5 Free';
  }
  .deal_pricing .price-button:hover {
    background-color: rgba(224,8,118,0.8);
  }
  .deal_pricing .price-button.vip-button-bar:hover {
    color: #fff;
    background-color: rgba(224,8,118,0.8);
  }

  .deal_pricing .prices-collapser .prices-box {
    /* visibility: visible; */
    min-width: 530px;
    min-height: 20px;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    padding: 28px;
    background-color: #f3f3f3;
  }


  /* body.hasHover .deal_pricing .prices-collapser:hover .prices-box {
    visibility: visible;
  } */
  body.hasHover .deal_pricing .prices-collapser:focus .prices-box {
    visibility: visible;
  }

  

  .deal_pricing .price-title {
    color: var(--color1);
    width: 100%;
    text-align: left;
    font-weight: 600;
  }

  .deal_pricing .original-price {
    font-size: 15px;
    margin-left: 10px;
    font-family: 'Poppins', Arvo, sans-serif;
  }

  .deal_pricing .price-ind-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .deal_pricing .prices-ind-flex {
    display: flex;
    flex-flow: row wrap;
  }

  .deal_pricing .price-item {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .deal_pricing .price-item.price-item-deal {
    flex-grow: 1;
    margin-right: 5px;
    border: solid 2px #e00876;
  }
  .deal_pricing .price-item.price-item-vip {
    flex-grow: 2;
    border: solid 2px #e00876;
  }
  .deal_pricing .price-item .name-price-item {
    width: 0;
    flex-grow: 3;
    height: auto;
    font-family: 'Poppins', serif;
    color: var(--color1);
    opacity: 0.9;
    text-align: center;
  }

  .deal_pricing .price-button {
    cursor: pointer;
    background-color: #e00876;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    border: 0;
    height: 100%;
  }
  .deal_pricing .price-button img{
    filter: invert(1);
  }

  .deal_pricing .deal-pack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    font-size: 15px;
  }
  .deal_pricing .deal-pack:not(:last-child) {
    margin-bottom: 20px;
  }

  .deal_pricing .price-button.button-dropped {
    width: 0;
    flex-grow: 0;
    padding: 5px 34px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .deal_pricing .price-button.vip-button-bar {
    background-color: #e00876;
  }

  .tachado {
    text-decoration: line-through;
  }
  .deal-v2-content {
    margin-bottom: 50px;
  }

  .loading-content-v2 {
    text-align: center;
    color: #696969;
    font-size: 1.2em;
    font-family: 'Arvo', serif;
  }

  .instructions_vip {
    position: relative;
    cursor: pointer;
  }
  .instructions_vip:hover {
    color: #009fb3;
  }

  .instructions_vip .tooltip-instructions {
    display: table;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    position: absolute;
    left: calc(100% + 5px);
    top: -1.2em;
    padding: 5px;
    border-radius: 3px;
    z-index: 50;
    transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    font-size: 12px;
    font-family: 'Poppins', serif;
  }

  .instructions_vip:hover .tooltip-instructions {
    visibility: visible;
    opacity: 1;
  }
  .deals-col-hide {
    display: none;
  }
/* DEALS */

/* DEALS AFFILIATES GRID */
.item_deal {
  padding: 20px 15px 10px 15px;
}

.img-deals {
  border: solid 1px #009fb3;
}
.img-deals-designshock {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.item_deal_info {
  margin-top: 15px;
  text-align: center;
}

.affiliate-link {
  margin-top:0;
}

.affiliate-link-content {
    background-color: #f1f1f1;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px;
    margin-bottom: 12px;
}

/* DEAL CARDS */
.deal-main-content {
  position: relative;
  display: flex;
  flex-flow: column;
}

.deal-main-content a {
  order: 2;
}
/* DEAL CARDS */
/* DEALS AFFILIATES GRID */

/* AFFILIATES */
.single_wrapper.affiliates {
  max-width: 1366px;
}
#affiliates-program {
  margin-bottom: 100px;
}
section.affiliate-section {
  margin: 60px auto;
}
.paragraph-container p {
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
}
.main_wrapper_v2.affiliates {
  margin-top: 100px;
}
.tooltip {
  z-index: 10;
}

.a-menu-section {
  position: relative;
  padding: 15px;
  border-radius: 8px;
}
.a-menu-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
  border-radius: 8px;
}
.a-menu-section.instructions-menu:before {
  background-color: #009fb3;
}
.a-menu-section.config-menu:before {
  background-color: rgb(180, 204, 32);
}
.a-menu-section.download-menu:before {
  background-color: #6cddff;
}

.a-menu-section .menu-content {
  position: relative;
  z-index: 2;
}

/*AFFILIATES */

.vip-subtitle {
  text-align: center;
  font-family: Poppins, sans-serif;
  color: #009fb3;
  margin-bottom: 90px; 
  font-size: 28px;
}

.vip-feature {
  margin-bottom: 30px;
}

.vip-feature .img-feature {
  margin-bottom: 20px;
}
.vip-feature .img-feature:hover {
  opacity: .8;
}

.btn-vip-now {
    background-color: #E00876;
    color: var(--color1);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: table;
    margin: 20px auto;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 20px;
}
.btn-vip-now:hover {
  opacity: .8;
}
.vip-feature .feature-title {
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
}

.vip-feature .feature-text {
  text-align: center;
  color: #009fb3;
}

/* Settings Page */
.settings-page {
  margin-top: 45px;
  min-height: 800px;
  padding: 15px;
}
.settings-page .page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #ccc;
}
.settings-page input[type="checkbox"] { margin: 0 0 2px 0; }
.settings-page  h3.page-header { border-bottom: 1px solid #ccc; }
.settings-page .control-group {
  margin-bottom: 11px;
  display: block;
}
.settings-page input[type="email"], .settings-page input[type="text"], .settings-page textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
.settings-page .input-xxlarge {
  width: 530px;
}
.settings-page label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
/* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */
  #featured_deals .inlist_items {
    display: none;
  }
  .secondary_content_single .inlist_items {
    display: none;
  }
/* DELETING DESCRIPTIONS FROM DEALS AND RELATED POSTS */ 
/* ICON EXTERNAL LINK */
  .social-button i.fas.fa-external-link-alt:before {
    content: "\f0c1";
  }
/* ICON EXTERNAL LINK */

/* Clean Design */
div#bppl-v2-content {
  position: relative;
  top: 50px;
}

div#deals_col {
  display: flex;
  position: sticky;
  top: 132px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
}

.deals_main_content {
  position: relative;
  margin: 42px 0 30px;
}

li.nav-item.dropdown-item a {
  padding: 0;
}
.dd-cat-link.dropdown {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  display: none;
}
.dd-cat-link.dropdown #dropdownMenu2 {
  padding: 8px;
  padding-left: 40px;
  color: #000;
}
.dropdown-menu.show {
  left: 40px;
}
.dd-cat-link.dropdown li.nav-item.dropdown-item a {
  color: #000;
  font-family: 'Poppins',sans-serif;
}
.dd-cat-link.dropdown:hover #dropdownMenu2 {
  color: var(--hover-color);
}
.dd-cat-link.dropdown:hover .dropdown-menu {
  margin-left: 18px;
  display: block;
}
.dd-cat-link.dropdown .dropdown-menu {
  transition: all .25s ease-out;
  top: 40px;
}

div#wp_discuz_load {
  margin-bottom: 45px;
}
#modal-session {
  scrollbar-color: #E00876 #f4f4f4;
  scrollbar-width: thin;
}
#bppl-v2-content h2[style="padding: 0 auto;text-align:center;"] a:before {
  content:"\f102";
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  background-color: #9E9E9E;
  pointer-events: all;
  left: calc(50% - 25px);
  visibility: visible;
  color: #FFF;
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#bppl-v2-content h2[style="padding: 0 auto;text-align:center;"] a {
  touch-action: none;
  pointer-events: none;
  color: transparent;
  visibility: hidden;
}

.secondary-asset {
  margin-top: 20px
}

/* Clean Design */
@media screen and (max-width: 1200px) { 
  .v2-single-date {
    top: 0;
    position: relative;
    font-size: 18px;
  }
  .grid__item {
    width: 100%;
  }
  .latest-posts-grid {
    display: none;
  }
  .post_title_v2 {
    text-align: center;
    margin:20px auto 10px auto;
  }
  .grid__item.list_view .post-thumb-area {
    width: 100%;
  }
  .grid__item.list_view .inlist_items {
    width: 100%;
  }
  .list_collection_imgs {
    overflow: hidden;
  }
  .grid__item .thumb-deal img {
    height: auto;
  }
  .detail-modal .detail-list-unit {
    display: block;
  }
  .detail-modal .detail-list-unit .img-detail {
    width: 100%;
  }
  .detail-modal .detail-list-unit .post-detail {
    width: 100%;
    margin: 10px 0;
  }
  .detail-modal .detail-content {
    padding: 90px 30px 20px 30px;
  }
  .detail-modal .list-nav {
    width: 44px;
  }
  .core_page_v2 .row.row_single_post {
    margin: 0;
  }
}
@media screen and (max-width: 1040px){
  .dd-cat-link.dropdown{
    display:none;
  }
}
@media screen and (max-width: 991px) {
  .single_wrapper {
    max-width: 100%;
    /* margin-left: 0; */
    width: 100%;
  }
  .bppl-v2-navbar {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
  }
  .bppl-v2-content {
    margin-top: 68px;
  }
  .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;
  }
  .deals-col {
    position: sticky;
    padding-right: 0;
    top: 0;
    width: 360px;
  }
}
@media screen and (max-width: 886px){
  div#deals_col {
  max-width: 100%;
  width: 100%;
  }
  .deals-col {
    position: sticky;
    padding-right: 0;
    top: 0;
    width: 290px;
  }
}
@media screen and (max-width: 767px) { 

  .main_page_v2.main_single_v2 {
    padding: 0 10px; 
  }

  .core_page_v2 .post-page-main-title {
    margin-left: 0!Important;
  }

  .core_page_v2 .home-subtitle.post-v2-main-title {
    margin-left: 0;
    text-align: center;
  }

  .vip-subtitle {
    font-size: 24px;
  }
  .subtitle-premium.subtitle-secondary {
    font-size: 24px;
    text-align: center;
    margin: 15px 10px 0;
  }
  .core_page_v2 {
    overflow: hidden;
  }
  .item_title {
    min-height: 0;
    font-size: 14px;
    overflow: hidden;
  }
  div#deals_col {
    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;
  }
  .display-deals {
    display: block;
  }
  .main_page_v2 {
    margin: 10px 0 0 0;
  }
  .grid__item {
    width: 100%;
    padding: 25px 12.5px;
  }
  .grid__item.item_collections {
    padding: 10px 12.5px;
    min-height: 150px;
  }
  .home-title, .subtitle, .subtitle-deals, .subtitle-and {
    display: none;
  }
  .subtitle-cats {
    color: #009fb3;
  }
  .home-title {
    font-size: 15vw;
    max-height: 11.9vw;
    margin: 120px 0 0;
  }
  .main_wrapper_v2 {
    display: inline-block;
  }
  .row.row_collections {
    margin-top: 0px;
  }
  .single_post_titles_area {
    margin-bottom: 0px;
  }
  .v2-single-date {
    margin-left: 12px;
  }
  .img_grid_collections {
    width: 255px;
  }
  .post_collection_dummy {
    padding: 80px 12px;
  }
  .grid__item.list_view {
    padding: 25px 12.5px;
  }
  .list_main_content_p {
    margin: 1rem;
  }
  .home-subtitle {
    text-align: left;
    font-size: 9vw;
    margin: 120px 10px 0;
  }
  .home-subtitle.medium-subtitle {
    margin: 0!Important;
  }
  .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;
  }
  .deal_pricing .date-deal {
    display: none;
  }
  .deal_pricing .date-deal.expiration {
    display: flex;
  }
  .deal_pricing .price-item {
      width: 100%;
  }
  .deal_pricing .price-item.price-item-deal {
      margin-right: 0;
      margin-bottom: 10px;
  }
  .pricing_deal {
    height: auto;
  }
  .deal_pricing {
    height: auto;
    flex-wrap: wrap-reverse;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .deal_pricing .price-box-drop {
    width: 100%;
    padding: 0;
    height: 40px;
  }
  .deal-data {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deal_pricing .prices-collapser .prices-box {
    width: 100%;
    min-width: auto;
    color: rgba(0,0,0,.9);
  }
  .instructions_vip .tooltip-instructions {
    left: none;
    left: -148px;
    top: -2.2em;
  }
  .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;
  }
  .deal_pricing .prices-collapser .prices-box {
    padding: 5px;
  }
  .deal_pricing .prices-collapser {
    position: initial;
    min-width: 180px;
  }
  .filter_area {
    margin: 40px 0 0 5px;
    padding: 0;
  }
  .form_filter.categories {
    position: fixed;
    top: 9px;
    padding-left: 65px;
    z-index: 12;
  }
  .form_filter.categoriesPrem {
    position: fixed;
    top: 12px;
    padding-left: 115px;
    z-index: 12;
    width: 150px;
  }
  .form_filter.ui-widget {
    position: fixed;
    top: 9px;
    left: 75px;
    z-index: 12;
    max-width: 60%;
  }
  .main_wrapper_v2.affiliates {
    margin-top: 0px;
    padding: 0;
  }
  .paragraph-container.affiliates p {
    text-align: left;
    display: none;
  }
  .home-subtitle.affiliates {
    margin-top: 60px;
  }
  .home-subtitle.secondary-sub {
    font-size: 24px;
    margin: 15px 0;
  }
  .related_deals {
    font-size: 22px;
    padding: 50px 0 0;
  }
  .deal_pricing .prices-collapser .prices-box {
    visibility: visible;
    display: none;
  }
  .deal_pricing {
    padding: 0 0 0 20px;
    justify-content: left;
  }
  .deal_pricing .deal-pack {
    width: 70%;
  }
  .topbar_hide {
    display: none;
  }
  .deal_pricing .original-price {
    display: none;
  }
  .main_page_v2.related-deals {
    margin-top: 5px;
  }
  /* FONT SIZE DESCRIPTION */
    .single_post_main_content p{
      font-size: 16px;
    }
  /* FONT SIZE DESCRIPTION */
  
  /* RELATED AND DEAL CARDS SECTION */
    /* DESCRIPTION AND DEAL CARDS */
      .grid__item {
        min-height: auto;
      }
    /* DESCRIPTION AND DEAL CARDS */
    /* DESCRIPTION AND DEALS TITLES */
      .core_page_v2 .row.row_single_post .home-subtitle {
        font-size: 24px;
        margin: 20px 0 20px 12px;
        text-align: left;
        padding-left: 0 !important;
      }
    /* DESCRIPTION AND DEALS TITLES */
  /* RELATED AND DEAL CARDS SECTION */

  /* SOCIAL BUTTONS MOBILE */
    .single_social_buttons .social-buttons .social-button {
      height: 38px;
      width: 40px;
      font-size: 18px;
    }
  /* SOCIAL BUTTONS MOBILE */
  /* ALL SECTION COLUMN WRAPPER */
    .single_wrapper {
      top: 0px;
      flex: 0 0 100%;
      padding: 0 5%;
    }
  /* ALL SECTION COLUMN WRAPPER */
}
@media screen and (max-width: 490px) {
  .mini-down-menu {
    display: none;
  }
  .flex_items_v2 .grid__item.post_container {
    padding: 15px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 20px;
    border-radius: 16px;
    box-shadow: 0 3px 12px -6px rgba(0, 0, 0, 0.54);
  }
}
@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%;
  }
  .list_collection_imgs {
    justify-content: unset;
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .mini-down-menu {
    display: none;
  }
  .home-subtitle.title-cats, .home-subtitle.title-lists {
    text-align: left;
    font-size: 6vw;
    margin: 120px 10px 0;
  }
  .grid__item.home {
    width: 50%;
  }

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .grid__item {
    width: 50%;
  }
  .newsletter-form-v2, .search-form-v2 {
    width: 190px;
  }
  .social-list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .premium-deals-area {
    display: none;
  }
  .subtitle-premium.subtitle-secondary {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 992px) {
  .deals-col {
    position: sticky;
    padding-right: 0;
    top: 0;
    width: 394px;
  }
  .home-subtitle.title-lists {
    text-align: left;
    margin: 80px 0 12px 0px;
  }
  .home-subtitle.title-cats {
    text-align: center;
    margin: 80px 0 12px 0px;
  }
  
}
@media screen and (min-width: 1200px) {
  /* 3 columns */
  .grid__item {
    width: 33.333%;
  }
  .social-buttons {
    bottom: -33px;
  }
  .grid-price-buttons {
    bottom: -53px;
  }
  .grid-price-buttons.premium {
    bottom: 8px;
  }
  .single_post_image {
    width: 100%;
  }  
}
