/*
Theme Name:        Demomeb Child
Theme URI:         https://demomeb.com
Author:            Demomeb Marketplace
Author URI:        https://demomeb.com
Description:       Demomebclub is a marketplace to buy and sell WordPress themes and plugins. Check out best themes or plugins from our collection.
Requires at least: WordPress 5.0
Template:          demomeb
Version:           3.4.2
License:           GNU General Public License v2 or later
License URI:       LICENSE
Text Domain:       demomeb-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/




/* Designed and Developed by :	Demomeb Studio */
/* Visit https://www.demomeb.club for details */
/* Contact us at support@demomeb.club */


/* =================================================== Message Notification Header =================================================== */

/* FEP Pagination Position for screens up to 3840px */
@media (max-width: 3840px) {
  #fep-box-content-content .fep_pagination_prev_next {
    transform: translate(0);
    /*height: 50px;*/
  }
}

/* My Account - Position for screens up to 1020px */
@media (max-width: 1020px) {
  .hentry .pt-lg-0 .cz-sidebar-static {
    margin-bottom: 30px !important;
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
}

/* Header styles for FEP */
#fep-header div img,
#fep-header div strong {
  display: none !important;
}

#fep-header1 > div > div {
  text-align: center;
  text-transform: capitalize;
  line-height: 1.8em;
  font-size: 20px;
  font-family: "Andada", serif;
  color: #000000;
  font-weight: 300;
}

/* FEP Action Table Styles */
.fep-action-table .fep-filter select,
.fep-action-table .fep-bulk-action select {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fep-action-table div div {
  padding-left: 0;
}

.fep-action-table div .fep-button {
  margin-bottom: 10px;
  margin-left: 0;
}

/* FEP Search Form Styles */
#fep-messagebox-search-form input[type="search"],
.woocommerce .container .row section .woocommerce-MyAccount-content .wp-block-group .wp-block-group__inner-container #fep-wrapper #fep-content .fep-messagebox-search-form-div #fep-messagebox-search-form input[type="search"] {
  border-style: solid;
  font-style: italic;
  color: #2c3e50;
  text-transform: capitalize;
  text-align: left;
  border-width: 0.5px !important;
}

/* FEP Menu Styles */
#fep-menu {
  padding-left: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: var(--cz-body-font-family, inherit);
  width: 100%;
  position: absolute;
  flex-direction: column;
  background: #fff;
  min-width: 12em;
  right: 0;
  top: 100%;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  overflow: hidden;
  z-index: 10;
}

/* FEP Content Styles */
#fep-content {
  padding-left: 5px;
  /*min-height: 670px;*/
}

/* FEP Table Styles */
#fep-table .fep-column-title {
  font-size: 16px;
}

#fep-table span a {
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}

.row section .woocommerce-MyAccount-content .wp-block-group .wp-block-group__inner-container #fep-wrapper #fep-content .fep-announcement-table .fep-action-table div div .fep-button {
  height: 45px !important;
}

/* FEP Wrapper Styles */
#fep-wrapper {
  /*min-height: 855px;*/
  padding: 0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%) !important;
  background: #fff;
}

/* 3840px and smaller screen sizes */
@media (max-width:3840px){

	/* Fep wrapper */
	#fep-wrapper{
		width:100% !important;
		
	}
	
}

/* Column 8/12 */
#page #content #primary .hentry .article__content .page__content .woocommerce .container .row section{
	/* width:100% !important; */
}


#fep-footer {
  min-height: 12px;
  display: none;
}

/* =================================================== Message System =================================================== */
#fep-box-content-main {
  position: relative;
}

#demomebpm-messages-dropdown > .nav-link {
  position: relative;
}

#fep-content h2 {
  font-size: 1.4rem;
}

div.fep-filter {
  padding-right: 0.5rem;
}

div.fep-bulk-actions {
  padding-left: 0.5rem;
}

.fep-font-red {
  color: #d62828;
}

.fep-form textarea {
  width: 100%;
  height: 200px;
}

.fep-form label {
  clear: both;
  display: block;
}

/* FEP Required Asterisk */
#fep-wrapper .fep-form label .required,
#fep-wrapper .fep-form label span.required,
#fep-wrapper .fep-form label .fep-required,
#fep-wrapper .fep-form label span.fep-required {
  color: #dc3545;
  font-weight: 700;
  margin-left: -0.25em;
}

body.demomebpm .fep-progress-bar,
body.demomebpm .fep-progress-bar .fep-progress-bar-inner {
  width: 100%;
}

body.demomebpm .fep-progress-bar {
  background-color: rgba(0, 0, 0, 0.05);
  display: none;
  margin: 10px 0;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.25rem;
  overflow: hidden;
}

body.demomebpm .fep-progress-bar .fep-progress-bar-inner {
  width: 0;
  height: 40px;
  background-color: #2dce89;
  text-align: left;
  line-height: 40px;
  color: #fff;
  padding: 0 1rem;
}

.fep-form .description {
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
}

.fep-progress-bar,
.fep-progress-bar .fep-progress-bar-inner {
  width: 100%;
}

.fep-progress-bar {
  background-color: #ddd;
  display: none;
  margin: 10px 0;
}

.fep-progress-bar .fep-progress-bar-inner {
  width: 0%;
  height: 30px;
  background-color: #4caf50;
  text-align: center;
  line-height: 30px;
  color: white;
}

#demomebpm-messages-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.fep-dropdown-item {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
  max-width: 100%;
}

.fep-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.fep-dropdown-item .fep-unread-classp {
  display: none !important;
}

.fep-dropdown-avatar .fep-avatar-p > div {
  display: none;
}

.fep-dropdown-avatar .fep-avatar-p > div:last-child {
  display: block;
}

.fep-dropdown-avatar .avatar {
  width: 40px;
}

.fep-dropdown-info {
  padding-left: 0.75rem;
  overflow: hidden;
  min-width: 0;
}

.fep-dropdown-info a {
  font-weight: 500;
}

.fep-dropdown-author > span:after {
  content: " - ";
}

.fep-dropdown-author > span:last-child:after {
  content: "";
}

/* =================================================== Message Notification Bar =================================================== */
#fep-notification-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2dce89;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2.5rem 1rem 1.5rem;
  position: fixed;
  width: fit-content;
  z-index: 999999;
  bottom: 1.5rem;
  left: 1.5rem;
  border-radius: 0.25rem;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.2) !important;
}

/* Paragraph Styles */
#fep-notification-bar p {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

#fep-notification-bar a {
  color: #fff;
  text-decoration: underline;
}

.fep-notification-bar .fep-notice-dismiss {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 22px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  color: #fff;
  outline: none;
}

.fep-wp-error {
  text-align: left;
}

.fep-hide {
  display: none;
}

.fep-form input[type="text"] {
  width: 100% !important;
}

.fep-error,
.fep-success,
.fep-wp-error {
  position: relative;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  border-left: 0.375rem solid rgba(0, 0, 0, 0.2) !important;
  color: #fff;
  background-color: #d62828;
}

.fep-success {
  background-color: #2dce89;
}

/* Header Styles */
#fep-header {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#fep-header > div {
  display: flex;
  align-items: center;
}

#fep-header .fep-header-avatar {
  min-width: 84px;
}

#fep-header .fep-header-avatar .avatar {
  width: 64px;
}

#fep-header .fep-header-unread-text,
#fep-header .fep-header-box-size {
  font-size: 0.9rem;
}

#fep-header .fep-header-welcome {
  margin-bottom: 0.25rem;
}

#fep-header .fep-header-welcome strong {
  color: #101e36;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Demomebpm FEP Menu */
.demomebpm-fep-menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  margin-left: auto;
  align-self: flex-start;
}

.demomebpm-fep-menu-inner {
  position: relative;
}



#fep-menu-toggle-button {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: var(--cz-body-font-family, inherit);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.875rem;
}

#fep-menu-toggle-button i {
  margin-right: 0.5rem;
}

#fep-menu > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#fep-menu > a:last-of-type {
  border-bottom: none;
}

/* FEP Menu Buttons */
#fep-menu .fep-button,
.fep-button,
.fep-button-active {
  cursor: pointer;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

#fep-menu > a,
#fep-menu > a.fep-button,
#fep-menu .fep-button {
  font-family: var(--cz-body-font-family, inherit);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  color: #0d6efd;
  text-transform: none;
}

#fep-menu .fep-button:hover,
.fep-button-active {
  background: rgba(0, 0, 0, 0.05);
}

#fep-menu.fep-menu-toggle > * {
  display: none;
}

/* Widget Styles */
.demomebpm-widget #fep-menu {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Search Form Styles */
.fep-messagebox-search-form-div,
.fep-announcementbox-search-form-div,
.fep-directory-search-form-div {
  margin-bottom: 1rem;
}

/* Table Styles */
.fep-table.fep-action-table {
  margin-bottom: 2rem;
}

/* Loader Styles */
.fep-loader {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  display: none;
}

/* FEP Table Styles */
#fep-table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}

.fep-table-row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  max-width: 100%;
}

/* FEP Table Column Styles */
.fep-column.fep-column-avatar {
  width: 120px;
  min-width: 120px;
  text-align: center;
}

.fep-column.fep-column-fep-cb {
  width: 10px;
  padding-left: 0;
  padding-right: 0;
}

.fep-column.fep-column-avatar .fep-avatar-p div {
  display: inline-block;
}

.fep-column.fep-column-avatar .demomebpm-verified i,
.fep-column.fep-column-avatar .fep-avatar-p div .demomebpm-verified i {
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.fep-column.fep-column-avatar .fep-avatar-p .fep-avatar-1 {
  transform: translateX(25%);
  position: relative;
  z-index: 1;
}

.fep-column.fep-column-avatar .fep-avatar-p .fep-avatar-2 {
  transform: translateX(-80%);
  position: relative;
  z-index: 2;
}

.fep-column.fep-column-author {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fep-column.fep-column-author span {
  display: block;
}

.fep-column.fep-column-author span.fep-message-author {
  color: #101e36;
  font-weight: 500;
  font-size: 1rem;
}

.fep-column.fep-column-author span.fep-message-date {
  font-size: 0.9rem;
}

.fep-column.fep-column-title {
  min-width: 200px;
  position: relative;
}

.fep-column.fep-column-title span {
  display: block;
  color: #101e36;
  font-weight: 500;
  font-size: 1rem;
}

.fep-column.fep-column-title .fep-message-excerpt {
  font-size: 0.9rem;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fep-column.fep-column-block_unblock,
.fep-column.fep-column-send_message {
  width: 80px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.fep-column.fep-column-name {
  color: #101e36;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.fep-column.fep-column-date {
  font-size: 0.9rem;
  width: 100px;
}

#fep-table td {
  vertical-align: middle;
}

.fep-cb-check-uncheck-all-div {
  margin-bottom: -0.5rem;
}

/* Message Styles */
.fep-message {
  position: relative;
  padding-top: 40px;
}

.fep-message-title-heading {
  font-weight: 500;
  font-size: 1.1rem;
  color: #101e36;
}

.fep-message .fep-message-title-heading {
  font-size: 14px;
}

.fep-message-title-heading.participants {
  font-size: 0.9rem;
  color: inherit;
  font-weight: normal;
}

.fep-per-message-top {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fep-per-message {
  border: 0px;
  margin: 5px;
  padding: 5px;
}

/* Column 8/12 */
.hentry .row section {
  top: -18px !important;
}

.fep-message-title > div {
  display: inline-block;
  font-size: 0.9rem;
}

.fep-message-content {
  font-style: normal;
}

.fep-message-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 700;
  font-size: 80%;
}

/* Message System */

/* Link Styles */
.fep-pagination-ul .fep-pagination-li a {
  border-radius: 50px !important;
}

/* Span Tag Styles */
.fep-pagination-ul .active span {
  border-radius: 50px;
  margin-right: 10px;
  margin-left: 10px;
}

/* Form Styles */
.fep-label {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  color: #101e36;
}

.fep-form-field {
  margin-bottom: 2rem;
}

.fep-attachment-field-div {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#fep_upload {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.fep-form.fep-form-settings .fep-form-field {
  margin-bottom: 1.5rem;
}

body.demomebpm ul.token-input-list-facebook {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  font-family: inherit;
  margin: 2rem 0 0 0;
  border-radius: 0.25rem;
}

body.demomebpm ul.token-input-list-facebook p {
  font-size: 0.9rem;
}

body.demomebpm ul.token-input-list-facebook input {
  box-shadow: none;
  border: none;
}

#fep-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 500;
  border-top: none;
}

#fep-result ul li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#fep-result ul li:last-child {
  border: none;
}

#fep-result ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

#fep-result ul li a {
  display: block;
}

/* Media Queries */
span.fep-unread-class {
  text-indent: -500em;
  position: absolute;
  top: -1.7rem;
  right: -14px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2dce89;
}

#fep_mr_to_div .token-input-list-facebook {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgb(233 236 239 / 5%);
}

.fep-form-newmessage a {
  text-decoration: none !important;
}

.fep-button {
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
}

.fep-button:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
  background: #0a48b3;
  color: #fff;
  text-transform: uppercase;
}

.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.fep-message .fep-message-title-heading,
.fep-message .fep-message-title-heading {
  border: none;
}

.fep-per-message .fep-message-title {
  background: #f2f7fc;
  display: inline-flex;
}

.fep-per-message .fep-message-title .author {
  padding-left: 7px;
  font-weight: 400;
  line-height: 1.7;
}

.quicktags-toolbar input:hover {
  text-decoration: none !important;
  transform: translateY(-1px);
}

.fep-form.fep-form-reply a,
.fep-form.fep-form-new_announcement a {
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--support-portal {
  background: #f6f9fc;
}

#demomebpm-messages-dropdown {
  position: initial !important;
}

.demomebpm-unread-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #2dce89;
  border-radius: 100%;
}

.submessage {
  top: 75% !important;
}

.navbar .navbar-toolbar {
  position: relative;
}

#demomebpm-messages-dropdown .demomebpm-dark-dropdown {
  background: rgba(23, 43, 77, 0.95);
  border: 0 solid rgba(0, 0, 0, 0.15);
  color: #9aadc2;
}

#demomebpm-messages-dropdown .demomebpm-dropdown-alert {
  color: #fff;
  padding: 20px;
}

.fep-avatar-group-60 {
  margin-top: 10px;
}

.fep-avatar-p-90 {
  min-width: 60px;
}

.header_message .fep-avatar-p .fep-avatar-2 {
  left: 0px;
  position: absolute;
  top: 0;
}

.header_message .fep-dropdown-avatar .avatar {
  color: #fff;
  background-color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 100%;
  height: auto;
}

/* =================================================== Message System - bottom notification bar =================================================== */

/* Fep Pagination */
/* 575px and smaller screen sizes */
@media only screen and (max-width: 575px) {
  #fep-menu-toggle-button span {
    display: none;
  }
  #fep-menu-toggle-button i {
    margin: 0;
  }
  #fep-menu-toggle-button {
    padding: 0.625rem 0.725rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .header_message {
    left: 0;
    margin: 0 12px;
  }
}

/* 991px and smaller screen sizes */
@media (max-width: 991.98px) {
  .cz-sidebar-body {
    position: initial;
  }
}

/* 767px and smaller screen sizes */
@media (max-width: 767.98px) {
  .topbar {
    display: none !important;
  }
}

/* 3840px and smaller screen sizes */
@media (max-width: 3840px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 1279px and smaller screen sizes */
@media (max-width: 1279px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 1020px and smaller screen sizes */
@media (max-width: 1020px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    margin-bottom: 40px;
  }
}

/* 979px and smaller screen sizes */
@media (max-width: 979px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 860px and smaller screen sizes */
@media (max-width: 860px) {
  /* Paragraph */
  #fep-notification-bar p {
    font-size: 16px !important;
  }
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 782px and smaller screen sizes */
@media (max-width: 782px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 767px and smaller screen sizes */
@media (max-width: 767px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
  .demomebpm-fep-menu-inner .fa-bars {
    position: relative;
    left: 2px;
  }
  .fep-form-newmessage .fep-button {
    width: 50%;
  }
  .fep-attachment-field-div .fep-attachment-field-input {
    width: 100%;
  }
  .fep-button.fep-message-toggle-all,
  .fep-form.fep-form-reply .fep-button,
  .fep-form.fep-form-new_announcement .fep-button {
    width: auto;
  }
  .woocommerce-MyAccount-navigation {
    display: none;
  }
  .my_account_on_mobile {
    margin: 0 auto;
    display: block;
    width: 56%;
  }
  .ci-menu:before {
    content: "";
  }
  .ci-menu {
    font-family: "cartzilla-icons" !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 0.5rem !important;
  }
  .main_mob_div {
    padding-bottom: 20px !important;
  }
  .navbar .navbar-toolbar {
    position: inherit;
  }
  .header_message {
    left: 0;
    margin: 0 12px;
  }
}

/* 640px and smaller screen sizes */
@media (max-width: 640px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 599px and smaller screen sizes */
@media (max-width: 599px) {
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 575px and smaller screen sizes */
@media (max-width: 575px) {
  #fep_mr_to_div ul {
    width: 324px;
  }
  #fep_mr_to_div ul input[type="text"] {
    width: 168% !important;
  }
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 520px and smaller screen sizes */
@media (max-width: 520px) {
  #fep_mr_to_div ul input[type="text"] {
    width: 186% !important;
  }
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
}

/* 480px and smaller screen sizes */
@media (max-width: 480px) {
  section .woocommerce-MyAccount-content #fep-wrapper #fep-content .front-end-pm-form .fep-form-newmessage .fep-form-field .fep-field #fep_mr_to_div ul li input[type="text"] {
    width: 100% !important;
  }
  /* Fep Notification Bar */
  #fep-notification-bar {
    width: fit-content;
    width: -moz-fit-content;
  }
  /* Paragraph */
  #fep-notification-bar p {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 1.1em;
  }
}

/* 481px and larger screen sizes */
@media (min-width: 481px) {
  /* Paragraph */
  #fep-notification-bar p {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 1.2em;
  }
}

/* 980px and larger screen sizes */
@media (min-width: 980px) {
  /* Column 8/12 */
  .hentry section {
    padding-top: 20px !important;
  }
}

/* 992px and larger screen sizes */
@media (min-width: 992px) {
  .navbar {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* Column 8/12 */
  .hentry section {
    top: 0 !important;
    left: 0;
  }
}

/*@media only screen and (device-width: 768px) {
	#masthead .navbar .navbar-toolbar {
		position: inherit;
	}
}*/

*/
/* Menu Item on Mobile */
.toogle_menu_new .tab-pane ul li {
  background-color: #f6f9fc;
  margin-bottom: 0.6666666667rem;
  border-radius: 0.3125rem;
}

.toogle_menu_new .tab-pane ul li a {
  padding: 0.6666666667rem 2.1rem; /* Adjusted padding */
  font-weight: 500;
}

.toogle_menu_new .tab-pane ul li .dropdown-menu {
  background: #f6f9fc;
  border: none;
}

.toogle_menu_new .tab-pane ul li .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #e3e9ef;
}

/* Media Queries */
@media (min-width: 768px) and (max-width: 1020px) {
  .main_mob_div .media-body {
    text-align: left !important;
    margin-left: 10px;
  }

  .ci-menu:before {
    content: "";
  }

  .ci-menu {
    font-family: "cartzilla-icons" !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 0.5rem !important;
  }

  .woocommerce-MyAccount-navigation {
    display: none;
  }
}

#fep_mr_to_div .token-input-list-facebook {
  height: 43px !important;
}

.header_message a.demomebpm-dropdown-all {
  color: #fff;
  flex-shrink: 0;
}

/* Messages Container - Scrollable */
.fep-dropdown-messages-container {
  overflow-y: auto;
  max-height: 400px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* Scrollbar styling for the messages container */
.fep-dropdown-messages-container::-webkit-scrollbar {
  width: 6px;
}

.fep-dropdown-messages-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.fep-dropdown-messages-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.fep-dropdown-messages-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Message System Notification Bar */
/* Common Styles for different screen sizes */
#demomebpm-messages-dropdown .demomebpm-dark-dropdown {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-height: none;
  overflow: visible;
  border-radius: 0.4375rem;
}

/* Media Queries for different screen sizes */
@media (min-width: 980px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
     left: -280px; 
  }
}

@media (min-width: 768px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    left: -280px;
  }
}

@media (min-width: 992px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    left: -150px;
  }
}

@media (min-width: 1020px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    left: -150px;
  }
}

@media (min-width: 1168px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    left: -150px;
  }
}

@media (min-width: 1280px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    left: -150px;
  }
}

/********************** removed ********************/
/* =================================================== Message System Table =================================================== */

/* Message-Css */

/* Fep column avatar */
#fep-table tbody .fep-column-avatar {
  padding: 1px;
}

/* Fep column author */
#fep-table tbody .fep-column-author {
  padding: 1px;
}

/* Fep column title */
#fep-table tbody .fep-column-title {
  transform: translate(0, 0);
  padding: 10px 15px;
}

/* Fep menu */
#fep-menu {
  white-space: nowrap;
  text-transform: none;
}

/* 270px and larger screen sizes */
@media (min-width: 270px) {
  /* Column 8/1005 */
  .hentry section {
    padding-top: 15px !important;
  }
}

/* Fep avatar more 60 - hidden */
#page #masthead .navbar-sticky .navbar .container .navbar-toolbar #demomebpm-messages-dropdown .dropdown-menu-xl .fep-dropdown-item .fep-dropdown-avatar .fep-avatar-p .fep-avatar-more-60,
#fep-table tbody .fep-avatar-more-60 {
  display: none;
}


/* =================================================================================================================== */
/* End Of Messanging System Css */
/* =================================================================================================================== */



/* =================================================== woocommerce-product-gallery =================================================== */

/* ================= Column 8/12 ================== */
.hentry section {
  top: 55px;
  padding-top: 82px;
  bottom: auto;
}

.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 80px;
}

.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li {
  flex: initial;
  max-width: initial;
}

.cz-gallery .woocommerce-product-gallery .flex-control-thumbs {
  justify-content: center;
}

.cz-gallery .woocommerce-product-gallery .flex-control-thumbs li + li {
  margin-left: 10px;
}

.style-v3 ul.product-meta-items li.product-attribute table.woocommerce-product-attributes th {
  margin-right: 10px;
}

.style-v3 ul.product-meta-items li.product-attribute table.woocommerce-product-attributes td {
  text-align: right;
}

/* =================================================== End Of woocommerce-product-gallery =================================================== */

/* =================================================== Hide Have A Coupon on checkout page =================================================== */

/*.cz-sidebar-static .woocommerce-form-coupon-toggle a {
  display: none;*/
}
/*# .ap-tab-nav li>a>span {
	font-size: 70%;
	padding: 4px 8px;
	background: #2DCE89;
	line-height: 1.2;
	margin: 0 0 0 auto;
	border-radius: 0.25rem;
	color: #fff;
}
*/

/* =================================================================================================================== */
/* ======= End Of Hide Have A Coupon on checkout page ======== */
/* =================================================================================================================== */
/* ================= Seller Block Products ================== */
.czgb-seller-block ul.products,
.czgb-seller-block ul.products li.product {
  margin-bottom: 0;
}

/* ================= My Account - Top/Bottom ================== */
.hentry section {
  bottom: auto;
  top: -18px !important;
}

/* ================= Payment Method ================== */
.woocommerce-PaymentMethod .d-flex .d-block {
  transform: translatex(0px) translatey(0px);
  color: #000000 !important;
}

/* ================= PreOrders Spacing ================== */
.ddwcpo-preorders-list-wrapper tr .woocommerce-button {
  padding-left: 10px;
}

/* ================= PreOrders List Wrapper ================== */
.hentry section .ddwcpo-preorders-list-wrapper {
  white-space: nowrap;
}

/* ================= Transactions Table Wrapper ================== */
.hentry .ddwcwm-transactions-wrapper .ddwcwm-transactions-table-wrapper {
  white-space: nowrap;
}

/* ================= Others ================== */
#stripe-card-element {
  width: 100%;
}

/* ================= Partner Program Page ================== */

/* ================= Paragraph ================== */
#content .col-sm-6 p {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* ================= Container ================== */
#content .czgb-container-block .container {
  border-radius: 10px;
  transform: translatex(0px) translatey(0px);
  border-style: solid;
  border-color: #faf9f9;
  padding-left: 75px !important;
  padding-right: 75px !important;
  min-height: auto;
  margin-bottom: 20px;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
}

/* ================= Horizontal Rule ================== */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* ================= Well ================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

/* =================================================================================================================== */

/************End Partner Program Page ************/

/* =================================================================================================================== */
/* Group Deal - placement */
/* 3840px and smaller screen sizes */
@media (max-width: 3840px) {
  /* Ddwcwm wallet wrapper */
  .hentry section .ddwcwm-wallet-wrapper {
    margin-top: -18px;
  }
  /* Ddwcpo preorders list wrapper */
  .hentry section .ddwcpo-preorders-list-wrapper {
    margin-top: 5px;
  }
}

/* Additional CSS */
.navbar-nav {
  white-space: nowrap;
}

/* My Account */
/* Table Data */
/* Th */
.ddwcpo-preorders-list-wrapper tr th {
  background-color: #ecf0f1;
}
/* Table Row */
.woocommerce-MyAccount-orders thead tr {
  background-color: #ecf0f1;
}

/* FEP DROPDOWN */
/* 768px and larger screen sizes */
@media (min-width: 768px) {
  #demomebpm-messages-dropdown .demomebpm-dark-dropdown {
    display: flex;
    flex-direction: column;
    left: -280px;
    min-width: 420px;
    max-height: none;
    overflow: visible;
    border-radius: 0.4375rem;
    width: fit-content;
    width: min-content;
  }
}

/* Label */
#fep-box-content-content .fep-cb-check-uncheck-all-div label {
  position: relative;
  top: -13px;
}

/* Groupbuy - Heading */
/* Card body hidden */
.hentry .cartzilla-product-grid .card-body-hidden {
  text-align: center;
}
/* Start conversation */
#start-conversation {
  font-weight: 300;
  transform: translateX(0px) translateY(0px);
  text-transform: uppercase;
  background-color: #ecf0f1;
  margin-top: 20px;
}

/* Text muted - Commented out for now 
.woocommerce-MyAccount-navigation .d-flex .text-muted,
.navbar-toolbar .dropdown-item .text-muted {
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(51, 122, 183, 1);
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  word-break: break-word;
}
*/

/* =========================================================== Additional Css Design ===================================================================== */

/* Main Menu & Menu Dropdown - Badge */
/* Badge */
.woocommerce-MyAccount-navigation .d-flex span.badge,
.woocommerce-MyAccount-navigation .d-flex .badge,
.navbar-toolbar .navbar-tool .badge {
  margin-left: auto;
  color: #ffffff;
}

/* czgb-seller-block */
.czgb-seller-block ul.products,
.czgb-seller-block ul.products li.product {
  margin-bottom: 0;
}

/* Card body */
.card-body {
  overflow: hidden;
}

/* wc-groupbuys */
.wc-groupbuys .product-card .card-body {
  white-space: nowrap;
}

/* Product title */
.product-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* style-v3 */
.style-v3 .product-badge.in-stock {
  position: absolute;
  right: -2.5rem;
  border-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8125rem;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6rem;
}

.style-v3 .product-badge.product-available.mt-n1.stock.in-stock:after {
  position: absolute;
  bottom: -.475rem;
  right: .25rem;
  height: 0;
  width: 0;
  transform: rotate(-45deg);
  border: solid transparent;
  content: " ";
  pointer-events: none;
  border-width: .525rem;
  border-color: rgba(66, 214, 151, 0);
  border-bottom-color: #29bc7d;
}

.style-v3 .product-summary.bg-light.box-shadow-lg.rounded-lg.overflow-hidden.mb-3 {
  overflow: initial !important;
}

/* 991px and smaller screen sizes - product-badge */
@media (max-width: 991px) {
  /* Product available */
  .entry-summary .product-available {
    right: -33px !important;
  }
}

/* Subscription - Available Badge */
.single-product.style-v3 .product-type-subscription .product-badge.in-stock {
  position: absolute;
  right: -0.5rem;
  border-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8125rem;
  width: auto;
  top: 6.7%;
  transform: translateY(-50%);
  right: 0.2rem;
}

/* 991px and smaller screen sizes */
@media (max-width: 991px) {
  /* Product available */
  .single-product.style-v3 .product-type-subscription .product-badge.in-stock {
    right: 2px !important;
  }
}

/* woocommerce-MyAccount-content */
.woocommerce-MyAccount-content .woocommerce-loop-product__title {
  display: block !important;
  margin: 16px 1px;
  clear: both;
}

/* wcl-progress-meter */
.wcl-progress-meter {
  width: 58%;
  float: left;
}

/* groupbuy-time-countdown */
.groupbuy-time-countdown {
  border: 2px solid #ff3638;
  height: auto;
  overflow: hidden;
  padding: 10px 0px;
  border-radius: 6px;
  margin-top: 20px;
  color: #ff3638;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
}

.groupbuy-time-countdown .gbcountdown-period {
  font-size: 12px !important;
}

.marketplace-products .groupbuy-time-countdown {
  font-size: 16px !important;
}

.marketplace-products .groupbuy-time {
  position: relative;
}

.marketplace-products .groupbuy-time p {
  position: absolute;
  background: #fff;
  width: 44%;
  text-align: center;
  margin: auto;
  margin-left: 27%;
  display: block;
  color: #000;
  top: -14px;
}

.marketplace-products .groupbuy-time-countdown .gbcountdown-period {
  font-size: 10px !important;
}

.single-product .gbcountdown-amount:after {
  content: ":";
  position: absolute;
  margin-left: 10px;
}

.single-product .gbcountdown-section:last-child .gbcountdown-amount:after {
  content: "";
  position: absolute;
  margin-left: 10px;
}

.single-product .groupbuy-ajax-change .groupbuy-end {
  display: none;
}

.single-product .groupbuy-time {
  position: relative;
}

.single-product .groupbuy-time p {
  position: absolute;
  background: #fff;
  width: 44%;
  text-align: center;
  margin: auto;
  margin-left: 27%;
  display: block;
  color: #000;
  top: -14px;
}

.single_add_to_cart_button {
  background: #ff3638;
  border: none;
  padding: 10px 7px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 4px 4px 4px #ddd;
}

.single_add_to_cart_button span {
  color: #fff !important;
}

.single-product form.buy-now {
  padding-top: 30px;
  clear: both;
  margin-bottom: 20px;
}

.single-product .groupbuy-ajax-change {
  margin-top: 30px !important;
}

.marketplace-products .groupbuy-time {
  margin: 0px 0px 40px 0px;
}

.gbcountdown-section .gbcountdown-amount {
  padding: 0px !important;
  width: 20px;
}

.marketplace-products .product-card-alt {
  box-shadow: 2px 2px 5px #eee, -2px -2px 5px #eee;
}

.product-card-alt .product-thumb {
  border-radius: 0px !important;
}

.marketplace-products .wcl-progress-meter {
  position: relative;
}

.wcl-progress-meter span {
  display: none !important;
}

.product-type-groupbuy .product-category-list .text-muted {
  display: block;
  width: 100%;
}

.items_left {
  margin-top: 2em;
  color: #ff3638;
  float: right;
  font-size: 15px;
}

.no-min > progress[value]::-webkit-progress-value {
  display: none !important;
}

.progresbar-2659 progress[value]::-webkit-progress-value {
  display: none !important;
}

.single-product progress[value]::-webkit-progress-value {
  display: none !important;
}

ul.products li.product .product-card-alt .add_to_cart_button {
  font-size: 15px !important;
}

ul.products li.product .product-card-alt .add_to_cart_button i {
  margin: 0px 5px !important;
  line-height: 5px;
}

.ddwcpo-preorders-list-wrapper {
  margin-top: 70px;
}

.ddwcpo-preorders-list-search input[type="text"] {
  padding: 9px 8px;
  border: none;
}

.wc-groupbuys .product-card .card-body {
  background-color: #fff;
  z-index: 2;
  box-shadow: 2px 2px 5px #eee, -2px -2px 5px #eee;
}

.wc-groupbuys .groupbuy-time {
  position: relative;
  clear: both;
  padding-top: 3px;
  margin-bottom: 10px;
}

.wc-groupbuys .groupbuy-time p {
  position: absolute;
  background: #fff;
  width: 44%;
  text-align: center;
  margin: auto;
  margin-left: 27%;
  display: block;
  color: #000;
  top: 8px;
}

.wc-groupbuys .wcl-progress-meter {
  width: 100%;
}

/* Start - GroupBuy - Cards */
.woocommerce-MyAccount-content ul:not(.pagination) li {
  flex: auto !important;
}

.card,
.woocommerce-bacs-bank-details {
  max-width: 100% !important;
}

/* End - GroupBuy - Cards */
.woocommerce-MyAccount-content .active-groupbuys {
  margin-top: 15%;
}

.woocommerce-MyAccount-content .active-groupbuys h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.woocommerce-MyAccount-content .active-groupbuys .groupbuy-time-countdown {
  padding: 10px 0px;
  font-size: 18px;
}

.woocommerce-MyAccount-content .active-groupbuys .groupbuy-time-countdown .gbcountdown-period {
  font-size: 10px !important;
}

.woocommerce-MyAccount-content .groupbuy-time p {
  width: 60%;
  margin-left: 21%;
}

.woocommerce-MyAccount-navigation-link--account-details a:before {
  content: "\e916";
  font-family: 'cartzilla-icons' !important;
  margin-right: 10px;
}

.buy-now .single_add_to_cart_button:before {
  content: "\e91a";
  font-family: 'cartzilla-icons' !important;
  margin-right: 10px;
}

.marketplace-products ul li .czi-cart {
  padding-right: 5px !important;
}

.home ul li .groupbuy-time {
  display: none !important;
}

.single-product .summary .bg-secondary {
  clear: both !important;
}

.woocommerce-shop .woocommerce-loop-product__title {
  display: block !important;
}

.woocommerce-MyAccount-content ul li .card-body-hidden {
  display: none !important;
}

#modal-quick-view-ajax-content .quantity {
  float: left;
}

#modal-quick-view-ajax-content .qty {
  padding: 9px;
  margin-right: 30px;
  border: 1px solid #ddd;
}

@media (min-width: 320px) and (max-width: 760px) {
  .woocommerce-MyAccount-content ul li {
    flex: auto !important;
    max-width: 100% !important;
  }

  .woocommerce-MyAccount-content .active-groupbuys {
    margin-top: 0px;
  }

  .woocommerce-MyAccount-content ul:not(.pagination) li {
    flex: auto !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1020px) {
  .woocommerce-MyAccount-content ul li {
    flex: auto !important;
    max-width: 50% !important;
  }

  .wcl-progress-meter {
    width: 40% !important;
  }

  .marketplace-products .groupbuy-time p {
    width: 60%;
    margin-left: 21%;
  }

  ul.pagination {
    /* width: 100%; */
    /* display: flow-root !important; */
  }
}

/* Dashicons groups */
.hentry .product .dashicons-groups {
  opacity: 0;
}

/* Blog - design */
.blog .card,
.blog .woocommerce-bacs-bank-details {
  border: 1px solid rgb(241 245 249) !important;
  box-shadow: 0 25px 20px -21px rgb(0 0 0 / 57%);
}

/* 14-11-2021 */

/* Woocommerce */
.hentry .woocommerce {
  transform: translateX(0px) translateY(0px);
}


}
/* Heading */
.hentry .active-groupbuys h2 {
  box-shadow: 0 25px 20px -21px rgb(0 0 0 / 57%);
  text-align: center;
  margin-bottom: 20px;
  background-color: #f6f7f7;
  position: relative;
  top: -41px;
}

/* 700px and smaller screen sizes */
@media (max-width: 700px) {
  .hentry .active-groupbuys h2 {
    top: -12px;
  }
}

/* Default styles for larger screens */
.hentry .woocommerce-MyAccount-orders {
    transform: translateX(0px) translateY(0px);
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
    overflow-x: auto;
}

/* Styles for screen sizes up to 3840px */
@media (max-width: 3840px) {
    .hentry .woocommerce-MyAccount-orders {
        margin-top: -42px;
    overflow-x: auto;
    }
}

/* Styles for screen sizes up to 3840px */
@media (max-width: 3840px) {
    .hentry section .table-responsive {
        margin-top: -74px;
		overflow-x: auto;
    }
}

/* Styles for screen sizes up to 991px */
@media (max-width: 991px) {
    .hentry section .table-responsive {
        margin-top: -77px;
    }
}


/* Additional Design Css */
@media (min-width: 992px) and (max-width: 1020px) {
  .list-unstyled, .wc-bacs-bank-details {
    display: block;
    margin-bottom: 10px; /* Adjust margin as needed */
    padding: 10px; /* Adjust padding as needed */
    background-color: #f8f9fa; /* Add a background color */
    border: 1px solid #dee2e6; /* Add a border */
    border-radius: 5px; /* Add border-radius for rounded corners */
    /* Add any other styles you'd like */
  }
}

@media (min-width: 992px) {
    .woocommerce-account table.woocommerce-MyAccount-paymentMethods {
        margin-top: 6.5rem !important;
    }
}

@media (max-width: 991px) {
    .woocommerce-account table.woocommerce-MyAccount-paymentMethods {
        margin-top: 3.5rem !important;
    }
}

body .wishlist_table.wishlist_view {
    margin-top: initial !important;
}

table.shop_table.shop_table_responsive.my_account_orders {

	margin-top: 35px;
    overflow-x: auto;
}

/* Add this style in your CSS file or in the head of your HTML document */
.navbar-tool.dropdown {
    
}

.navbar-tool.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-tool.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    margin-right: 20px;
}


/* Affwp affiliate dashboard */
#affwp-affiliate-dashboard{
	transform:translatex(0px) translatey(0px);
	display:grid;
}

/* 1020px and smaller screen sizes */
@media (min-width: 992px) and (max-width: 1020px) {

	/* Navigation */
	.pt-lg-0 .cz-sidebar-static nav{
		display:block;
	}
	
	/* Flex */
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .d-flex{
		display:inline-flex;
	}
	
	/* Sidebar static */
	.hentry .pt-lg-0 .cz-sidebar-static{
		transform:translatex(0px) translatey(0px);
	}
	
	/* List unstyled */
	.cz-sidebar-static .woocommerce-MyAccount-navigation .list-unstyled{
		padding-top:0px;
	}
	
}

/* 991px and smaller screen sizes */
@media (max-width:991px){

	/* Sidebar static */
	.hentry .pt-lg-0 .cz-sidebar-static{
		
	}
	
}

.brave_popup .brave_element.brave_element--form .brave_element__form_inner {
    padding: 0px !important;
    overflow: hidden !important;
}