/* 1. Global Styles */
:root {
  --primary: #22ca7b;
  --hover: #16e383;
  --background: #131313;
  --body: #d6d6d6;
}
.pag_titl_sec .pag_titl {
  text-transform: uppercase;
  font-size: 35px;
}
html.js {
  overflow-x: hidden;
  border: none;
}
.button {
  text-transform: uppercase;
}

.site-footer .container {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
}

.container-fluid {
  padding: 0;
}

.site-wrapper .container.container-fluid {
  width: 100%;
}

/* footer-wrap */
.footer-wrap img {
  width: 120px;
  object-fit: cover;
  background: white;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.5s ease;
}
.footer-wrap img:hover {
  /* transform: translateY(-10%); */
  /* box-shadow: 0px 0px 19px rgb(207 207 207 / 50%); */
  filter: contrast(0.7);
}
.footer-wrap .Verified img {
  width: 200px;
  object-fit: cover;
}
.footer-wrap .Protected img {
  padding: 14px 10px;
}
.footer-wrap p {
  margin-bottom: 5px;
}

.conveywp_body {
  background-color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

ul,
li {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  color: #555;
  font-size: 17px;
  font-weight: normal;
  line-height: 35px;
}

.conveywp_body a,
.conveywp_body button,
.conveywp_body input[type="submit"],
.conveywp_body input[type="reset"] {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-decoration: none;
}

.conveywp_body a {
  color: var(--primary);
}

button,
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

.bsui a:hover {
  text-decoration: none;
}

*:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.hidden {
  display: none;
}

/*Container*/

.content-wrapper .ugb-container .ugb-container__wrapper {
  max-width: 100%;
  width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none !important;
  border-radius: 4px !important;
}

.slider_image.img-container .ugb-container__wrapper {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

span.post-date {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.widget_recent_entries > ul > li {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 0;
  margin-bottom: 25px;
}

.widget_recent_entries > ul > li::before {
  content: none;
}

.bsui .btn-outline-primary {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.bsui .iconbox.iconsmall i {
  color: #d6d6d6 !important;
  font-size: 12px;
}

.bsui .card .card-body {
  box-shadow: none;
  outline: 0;
}

.bsui .card .card-body:hover {
  background: transparent;
  box-shadow: none;
}

/*------------>>> Color  Start>>>> -------------- */

.has-background-dim p.wp-block-cover-text,
#today,
.wp-calendar-table caption,
nav.wp-calendar-nav,
.wp-block-search .wp-block-search__button,
span.bsf-rt-reading-time,
a.wp-block-button__link,
.top_sec,
.inf_txt,
.topbar-btn,
.header-top,
.site_desc,
.navbar .navbar-nav > li > a,
.search-wrap button.btn,
.backtop a.cd-top,
.backtop a.cd-top,
.panel-image span.sticky_tag,
.blog_feat ul li,
.pagination .nav-links ul li span,
.pagination .nav-links ul li a:hover,
.page-links .current,
.page-links .post-page-numbers:hover,
.error-full-page a.site-button-outline,
.nav_btn a,
ul.login_menu > li.users-wp-menu > a:hover:before,
.prefoot-widget .form-group input[type="submit"],
.prefoot-widget .form-group input[type="submit"]:hover,
.foot_title,
.social-icons-lists .socicon {
  color: #d6d6d6;
}

.blog_feat ul li:after,
.readmore {
  color: #d6d6d6;
}

/* Button text color */

.search-wrap .search_form .search-submit,
.widget button.search-submit,
.search-submit {
  color: #d6d6d6;
}

.widget-area .widget-area ul li.recentcomments a,
.widget-area .widget_rss ul li .rsswidget,
.widget-area ul li a,
.readmore,
li.post_date a:hover,
li.post_author a:hover,
li.post_author i:hover,
li.post_author:hover,
li.post_categ a:hover,
.pagination .nav-links ul li a,
.pagination .nav-links ul li span,
.page-links .post-page-numbers,
.page-links .current,
.post-tags span ul li a,
.tag-cloud-link,
.navbar-nav li.dropdown > .dropdown-menu > li.active a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover,
.nav .open > a:focus,
ul.account_menu > li > a:hover,
.navbar-nav li.dropdown > .dropdown-menu > li.active a {
  color: #0366d6;
}

/* Text Hover Color */

.is-style-outline a:hover,
.post-tags span ul li a:hover,
.wp-block-tag-cloud a:hover {
  color: #d6d6d6;
}

/*------------<<<< Color End  <<<< -------------- */

/*------------>>> Background Color start>>>> -------------- */

body,
pre,
.navbar-nav > li .dropdown-menu {
  background: #f1f1f1;
}

.backtop a.cd-top:hover {
  background: var(--hover);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover,
.nav .open > a:focus {
  background: #d6d6d6;
}

/* form */

.search-wrap .search_box input[type="search"],
.widget .search_form-inner .search,
.search_form-inner input .header-top,
ul.account_menu {
  background: #d6d6d6;
}

.is-style-outline a:hover,
.wp-block-search .wp-block-search__button,
.post-tags span ul li a:hover,
.wp-block-tag-cloud a:hover,
.error-full-page a.site-button-outline,
.error-full-page a.site-button-outline,
ul.login_menu > li.users-wp-menu > a:hover:before,
.prefoot-widget .form-group input[type="submit"]:hover,
.foot_title:before,
.social-icons-lists .socicon,
.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon {
  background: #007bff;
}

#today,
.panel-image span.sticky_tag,
.error-full-page a.site-button-outline {
  background-color: #0366d6;
}

.wp-block-search .wp-block-search__button,
form input[type="submit"],
.top_sec {
  background: linear-gradient(to right, #7438e8, #456ede, #07c4d3);
}

.topbar-btn {
  background: rgba(255, 255, 255, 0.25);
}

.header-top,
.backtop a.cd-top,
.blog_list .nav-links a:hover {
  background: #1d2733;
}

/* Button */

.search-wrap .search_form .search-submit,
.widget button.search-submit,
.search-submit {
  background: linear-gradient(to right, #7438e8, #456ede, #07c4d3);
}

/* Background Hover color */

.tagcloud .tag-cloud-link:hover {
  background-color: #007bff;
  color: #d6d6d6;
  border-color: #007bff;
}

.readmore:hover,
.pagination .nav-links ul li a:hover,
.pagination .nav-links ul li span,
.pagination .nav-links ul li a:hover,
.page-links .current,
.page-links .post-page-numbers:hover,
.prefoot-widget .form-group input[type="submit"],
.social-icons-lists .socicon {
  background: #0366d6;
}

/*------------<<<< Background color end  <<<< -------------- */

/*------------>>> Border Color start>>>> -------------- */

th,
td,
.users_menu_dropdown ul.account_menu > li > a {
  border-color: #bfbfbf;
}

blockquote {
  border-left-color: rgba(0, 0, 0, 0.05);
}

.is-style-outline a:hover,
.readmore,
.pagination .nav-links ul li a,
.pagination .nav-links ul li span,
.page-links .post-page-numbers,
.page-links .current,
.post-tags span ul li a,
.tag-cloud-link,
ul.login_menu > li.users-wp-menu > a:hover:before {
  border-color: #007bff;
}

pre {
  border-color: #ccc;
}

table,
.user_menu .user_info:hover .uwp-account-avatar img {
  border-color: #e3e3e3;
}

.wp-block-table.is-style-stripes,
.user_menu .uwp-account-avatar img {
  border-color: #f0f0f0;
}

ul.login_menu > li.users-wp-menu > a:before {
  border-color: #000;
}

/*------------>>> Border Color End>>>> -------------- */

/* hover color */

.search-wrap button.btn:hover {
  color: #0366d6;
}

.foot-widget ul li:before,
.widget-area ul li:before {
  content: none;
}

.foot-widget ul li,
.widget-area ul li {
  padding: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.tagcloud .tag-cloud-link:hover {
  background-color: #007bff;
  color: #d6d6d6;
  border-color: #007bff;
}

.gallery + h2 {
  margin-top: 15px;
  font-size: 22px;
}

.gallery-columns-1 .gallery-item img {
  width: auto;
  height: auto;
}

.gallery-columns-1 .wp-caption-text {
  border: 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: calc(100% / 2);
}

.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

.gallery-columns-4 .gallery-item {
  width: calc(100% / 4);
}

.gallery-columns-5 .gallery-item {
  width: calc(100% / 5);
}

.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.site-wrapper .container {
  max-width: 100%;
  width: 1420px;
}

.container-fluid {
  padding: 0;
}

.site-wrapper .container.container-fluid {
  width: 100%;
}

.conveywp_body .site-content .content-area {
  border-top: none;
}

.single .content-area {
  padding: 0;
}

body .progress-container-top {
  top: 74px;
}

/* Pingbacks And Trackbacks */

.trackback .comment-body,
.pingback .comment-body {
  padding-left: 0;
  margin: 0;
}

/*  Block Widget */

.single-content .wp-block-archives-dropdown .nice-select {
  display: inline-block;
  width: 300px;
}

.single-content .nice-select .option {
  padding: 5px 0;
  padding-left: 15px;
}

.single-content .wp-block-categories-dropdown {
  margin-bottom: 15px;
}

.single-content form.wp-block-search {
  margin-bottom: 20px;
}

/*     Layout */

.wp-block-group {
  padding: 25px;
  margin-bottom: 15px;
}

.wp-block-media-text {
  margin-bottom: 15px;
}

/* formatting */

.wp-block-table {
  margin-bottom: 20px;
}

table {
  border: 1px solid #e3e3e3;
}

.wp-block-table.is-style-stripes {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
>>> Header
---------------------------------------------------------------- */

.main-header {
  position: relative;
  z-index: 101;
}

.site-header {
  z-index: 1000;
}

/*------------>>> Topbar Start <<<<-------------- */

.top_sec {
  display: block;
  color: #929292;
  text-decoration: none !important;
  padding: 17px 0;
  font-size: 15px;
  font-weight: 300;
  transition: none;
  background: #f6f6f6;
  padding-right: 5px;
  background-repeat: repeat-x;
}

.inf_txt p {
  display: block;
  font-size: 14px;
  color: #929292;
  font-weight: 500;
}

.topbar-btn {
  background: rgba(255, 255, 255, 0.25);
  color: #000;
  border-radius: 4px;
  font-size: 11px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}

.top_rgt_wrap a {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #3c3d41;
  font-weight: 400;
  padding-right: 0;
}

.top_rgt_wrap a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.topbar-btn:hover {
  color: inherit;
}

.topbar-btn i {
  font-size: 10px;
  transition: inherit;
}

.top_sec .row > div.top_lft {
  text-align: left;
  padding-right: 5px;
}

.top_sec .row > div.top_rgt {
  text-align: right;
  padding-left: 5px;
  line-height: 0;
}

/*------------>>> Topbar End >>>> -------------- */

/*------------>>> Main Header Global  Start >>>> -------------- */

.header-top {
  position: relative;
  color: #d6d6d6;
  width: 100%;
  transition: 0.3s ease all;
  z-index: 11;
}

.header-top .row {
  margin: 0;
  align-items: center;
  flex-flow: row;
}

.navbar-nav > li .dropdown-menu,
.navbar-nav .dropdown-menu > li > a,
.search-wrap .search_box,
.search_form,
.search_form .search-submit {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -ms-transition: 0.3 ease all;
  transition: 0.3s ease all;
}

/*------------>>> Main Header Global End >>>> -------------- */

/*------------>>> Main Header Light Sceme Start >>>> -------------- */

.header-top.white {
  color: #1d2733;
}

.header-top.white .site_title {
  color: #1d2733;
}

.header-top.white .site_desc {
  color: #1d2733;
}

.header-top.white .search-wrap button.btn {
  color: #1d2733;
}

.header-top.white .navbar .navbar-nav > li > a {
  position: relative;
}

/*------------>>> Main Header Light Sceme End >>>> -------------- */

/*------------>>> Main Header Transparent Start >>>> -------------- */

.header-top.transparent_header:not(.is_stuck) {
  position: absolute;
  background-color: #000;
}

/*------------>>> Main Header Transparent End >>>> -------------- */

/*------------>>> Logo Area Start >>>> -------------- */

.main-logo {
  display: flex;
  font-size: 36px;
  margin: 0;
  position: relative;
  z-index: 11;
  width: 240px;
}

.main-logo img {
  height: 38px;
}

.main-logo .sticky_logo {
  display: none;
}

.main-logo .retina_logo,
.main-logo .retina_sticky_logo {
  display: none;
}

.header-top.header_sticky.is_stuck img.default_logo {
  display: none;
}

.header-top.header_sticky.is_stuck img.sticky_logo {
  display: block;
  object-fit: contain;
}

.navbar-brand {
  padding: 0;
}

.site_title {
  font-size: 24px;
  margin-bottom: 6px;
  color: #d6d6d6;
  line-height: 1;
  font-weight: 700;
}

.site_desc {
  font-size: 12px;
  margin: 0;
  color: #d6d6d6;
  line-height: 1;
  font-weight: 500;
}

.header-top.white .navbar .navbar-nav > li > a {
  position: relative;
}

/*------------>>> Logo Area End >>>> -------------- */

/*------------>>> Nav Bar Area Start >>>> -------------- */

.navbar {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  border: none;
  background: none;
  margin: 0;
  align-items: center;
  width: 100%;
  z-index: 100;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .navbar-collapse.navbar-center {
  justify-content: center;
}

.navbar .navbar-collapse.navbar-left {
  justify-content: flex-start;
}

.navbar-nav {
  margin: 0;
  padding: 0px;
  background: none;
}

.navbar .navbar-nav > li {
  padding: 27px 19px;
  display: flex;
  align-items: center;
}

.navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #d6d6d6;
  display: block;
}

ul.navbar-nav > li.dropdown a {
  /*padding-right: 10px;*/
}

ul.navbar-nav > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-nav li.dropdown > .dropdown-menu > li {
  padding: 0;
  position: relative;
  text-transform: none;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.navbar-nav .dropdown-menu > li > a {
  line-height: 20px;
  color: #000;
  display: block;
  font-size: 13px;
  padding: 10px 20px;
}

.navbar-nav .dropdown-menu > li > a:hover {
  color: #4f7dbb;
}

.navbar-nav .dropdown-menu > li:hover > a {
  padding-left: 23px;
}

.navbar-nav li.dropdown > .dropdown-menu > li.dropdown:hover a:after {
  color: #7438e8;
}

.navbar-nav li.dropdown > .dropdown-menu > li.dropdown > a:after {
  color: #000;
  float: right;
  transform: none;
  line-height: 20px;
}

.navbar-nav > li .dropdown-menu > li > ul {
  left: 100%;
  top: 30px;
}

ul.navbar-nav > li ul.dropdown-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*------------>>> Nav Bar Area End >>>> -------------- */

/*------------>>> Search Area Start >>>> -------------- */

.search-wrap {
  position: relative;
}

.search-wrap button.btn.remove i:before {
  content: "\ea63";
}

.search-wrap button.btn i {
  min-width: 20px;
  color: #4f7dbb;
}

.search-wrap .search_box.open {
  top: calc(100%);
  opacity: 1;
  visibility: visible;
}

.search-wrap .search_box {
  position: absolute;
  width: 450px;
  right: 0;
  top: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
  opacity: 0;
  z-index: -2;
  visibility: hidden;
}

.search-wrap .search_form,
.widget form.search_form,
.search_form {
  position: relative;
}

.search-wrap .search_box input[type="search"],
.widget .search_form-inner .search,
.search_form-inner input {
  background: #d6d6d6;
  margin: 0;
  border-radius: 4px;
}

.search-wrap .search_form .search-submit,
.widget button.search-submit,
.search-submit {
  background: linear-gradient(to right, #7438e8, #456ede, #07c4d3);
  color: #d6d6d6;
  font-size: 0;
  height: 100%;
  font-weight: bold;
  padding: 0px 22px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  z-index: 10;
}

.search-wrap .search_form .search-submit i,
.widget button.search-submit .lni,
.search-submit i {
  font-size: 16px;
  line-height: inherit;
  display: block;
}

.search-wrap button.btn:hover {
  color: #0366d6;
}

/*------------>>> Search Area End >>>> -------------- */

/*--------------------------------------------------------------
<<<< Header End  <<<<
---------------------------------------------------------------- */

/*--------------------------------------------------------------
>>> Sidebar Start
---------------------------------------------------------------- */

.widget-area ul li,
.widget-area .textwidget p strong,
p.wp-caption-text,
p.wp-caption-text {
  font-size: 14px;
}

.widget-area .menu-item-has-children li {
  padding-bottom: 0;
}

/*------------>>> Sidebar calendar Start >>>> -------------- */

.widget-area .wp-calendar-table caption {
  padding-top: 0;
  color: #24292e;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.wp-block-calendar {
  margin-bottom: 20px;
}

/*------------<<<< Sidebar calendar End  <<<< -------------- */

/*------------>>> Sidebar Recent Comment Start >>>> -------------- */

.widget-area ul li.recentcomments a:before {
  display: none;
}

.widget-area .widget-area ul li.recentcomments a,
.widget-area .widget_rss ul li .rsswidget,
.widget-area ul li a {
  color: #007bff;
}

.widget-area .widget-area ul li.recentcomments a:hover,
.widget-area .widget_rss ul li .rsswidget:hover,
.widget-area ul li a:hover,
li.single_post_author a:hover,
li.single_post_author:hover,
li.single_post_date:hover,
li.single_post_date a:hover,
h3.sec_titl a:hover {
  color: #dc2d4e;
}

/*------------<<<< Sidebar Recent Comment End <<<< -------------- */

/*------------>>> Rss Widget Start >>>> -------------- */

.widget_rss ul li {
  margin-bottom: 20px;
}

.widget_rss ul li .rsswidget {
  display: block;
}

.widget_rss ul li:last-child {
  margin: 0;
}

/*------------<<<< Rss Widget End <<<< -------------- */

/*------------>>> Textwidget Image  Start >>>> -------------- */

.textwidget p img {
  margin: 10px 0;
}

/*------------<<<< Textwidget Image  End <<<< -------------- */

/*------------>>> Tag  Start >>>> -------------- */

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

.tagcloud .tag-cloud-link:hover {
  background-color: #007bff;
  color: #d6d6d6;
  border-color: #007bff;
}

/*------------<<<< Tag  End  <<<< -------------- */

/*--------------------------------------------------------------
<<<<  Sidebar End <<<<
---------------------------------------------------------------- */

/*------------>>> Footer Social Icons Start  >>>> -------------- */

.soc_ico ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0 -5px;
  padding: 0;
}

.soc_ico ul li {
  font-size: 24px;
  padding: 0 5px;
}

.soc_ico label {
  display: none;
}

.ContentBox p {
  font-size: 15px;
  line-height: 24px;
  color: #707981;
  font-weight: 400;
}

body .social-icon:after {
  content: none;
}

/* Footer Social media  */

body .social-icon:after {
  content: none;
}

/*------------>>> Footer Social Icons Ends  >>>> -------------- */

/*------------>>> Back To Top Start  >>>> -------------- */

.backtop a.cd-top {
  font-size: 14px;
  height: 40px;
  width: 40px;
  background: var(--primary);
  border: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  z-index: 999;
  color: #000;
  border-radius: 50%;
}

/*------------>>> Back To Top End  >>>> -------------- */

/*--------------------------------------------------------------
<<<<  Footer Copyright End <<<<
---------------------------------------------------------------- */

/*--------------------------------------------------------------
<<<<  Blog list <<<<
---------------------------------------------------------------- */

.blog_list .panel-default {
  margin-bottom: 30px;
}

.panel-image {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.panel-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.panel-image span.sticky_tag {
  position: absolute;
  background: #0366d6;
  color: #d6d6d6;
  top: 15px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  left: 15px;
}

.panel-body,
.page-links {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  z-index: 1;
}

.page-links {
  padding-top: 0;
}

.blog_feat {
  margin-bottom: 10px;
}

.blog_feat ul {
  padding-left: 0;
}

.side_sec .blog_feat ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.blog_feat ul li {
  margin-right: 20px;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #d6d6d6;
}

li.post_date a,
li.post_author a,
li.post_author i,
li.post_author,
li.post_categ a {
  font-size: 14px;
  line-height: 24px;
  color: #24292e;
}

.blog_feat ul li i {
  display: none;
}

.blog_feat ul li:after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -18px;
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  font-size: 18px;
  margin-right: 5px;
  color: #d6d6d6;
}

.panel-body p {
  margin-bottom: 20px;
}

.blog_list .panel-body p.sec_desc {
  margin-bottom: 30px;
  display: block;
}

.readmore {
  color: #d6d6d6;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #0366d6;
  background: transparent;
  color: #0366d6;
}

.readmore:hover,
.pagination .nav-links ul li a:hover {
  color: #d6d6d6;
  background: #0366d6;
}
#wpforo #wpforo-wrap .wpf-topic-sbs {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
li.post_date a:hover,
li.post_author a:hover,
li.post_author i:hover,
li.post_author:hover,
li.post_categ a:hover {
  color: #0366d6;
}

.pagination .nav-links ul {
  display: flex;
  list-style: none;
  column-gap: 15px;
  padding: 0;
  flex-wrap: wrap;
}

.page-links .post-page-numbers,
.page-links .current {
  margin-right: 7px;
}

.nav-links ul.page-numbers {
  display: flex;
  justify-content: space-between;
  list-style: none;
  column-gap: 15px;
  padding-left: 0;
}

.pagination .nav-links ul li a,
.pagination .nav-links ul li span,
.page-links .post-page-numbers,
.page-links .current {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #0366d6;
  line-height: 38px;
  text-align: center;
  color: #0366d6;
  border-radius: 4px;
  display: inline-block;
}

.pagination .nav-links ul li span,
.pagination .nav-links ul li a:hover,
.page-links .current,
.page-links .post-page-numbers:hover {
  background: #0366d6;
  color: #d6d6d6;
}

/*--------------------------------------------------------------
>>>> Blog list  End <<<<
---------------------------------------------------------------- */

/*--------------------------------------------------------------
>>>>  Blog Single Start <<<<<
---------------------------------------------------------------- */

.single .panel-default {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-panel-body {
  padding: 25px 25px 0;
}

.single p {
  margin-bottom: 15px;
}

li.single_post_author a,
li.single_post_author,
li.single_post_date,
li.single_post_date a {
  font-size: 14px;
  line-height: 24px;
  color: #24292e;
}

.single .post-tags {
  padding-top: 0;
  margin: 0;
  padding: 10px 25px 25px;
  margin-top: 20px;
}

.single .post-tags span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.post-tags h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  margin: 0;
}

.post-tags h4:after {
  content: ":";
}

.single .post-tags span ul,
.tagcloud,
.wp-block-tag-cloud {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.single .post-tags span ul {
  padding-left: 15px;
}

.post-tags span ul li {
  display: inline-block;
}

.post-tags span ul li a {
  padding: 5px 14px;
  display: inline-block;
  margin: 0;
  z-index: 1;
  border: 1px solid #0366d6;
  font-weight: 400;
  color: #0366d6;
  line-height: 1;
  font-size: 14px !important;
  border-radius: 4px;
}

.post-tags span ul li a:hover,
.wp-block-tag-cloud a:hover {
  background: #0366d6;
  color: #d6d6d6;
}

ul.single-meta {
  padding: 0;
}

/* Pagination */

.single nav.navigation.post-navigation {
  margin-bottom: 30px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.blog_list .nav-links a:hover {
  background: #1d2733;
}

.error-full-page a.site-button-outline {
  background-color: #4c7aba;
  padding: 10px 30px;
  line-height: 24px;
  color: #d6d6d6;
  border-radius: 4px;
  width: 189px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}

#wrng_pg {
  background: none !important;
}

body.error404 .content-area {
  padding: 0;
}

.error-full-page-inner-info p {
  font-size: 16px;
  line-height: 40px;
  color: #756c6c;
  font-weight: 400;
  margin-bottom: 30px;
}

/*Header-Navigation*/

.main-logo img {
  width: 100%;
  object-fit: contain;
}

.main-logo img.light_logo {
  display: none;
}

.navbar-nav > li > a:before {
  content: none;
}

.header-top.header_sticky.is_stuck:after {
  height: 100%;
}

.theme_switcher {
  display: none;
}

.search-wrap {
  margin-right: 40px;
}

.navbar-nav > li.dropdown > .dropdown-menu li:hover > a:hover:after {
  margin-left: 4px;
}

.navbar-nav li.dropdown > .dropdown-menu > li.active a {
  color: #de2b4f;
}

.main-header .navbar-toggler {
  color: var(--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid var(--primary);
  padding: 0;
  border-radius: 50%;
  line-height: 40px;
}
.main-header .navbar-toggler:focus,
.main-header .navbar-toggler:hover {
  background-color: transparent;
  color: var(--primary);
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}

/*Dropdown Icon*/

ul.navbar-nav > li a:after {
  font-size: 10px;
  margin-top: 0;
}

.navbar-nav > li .dropdown-menu {
  background: #d6d6d6;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
  padding: 0;
  margin: 0;
  border-radius: 0;
  top: calc(100% + 50px);
  border: none;
  left: 0%;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  transition: all 0.3s ease;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover,
.nav .open > a:focus {
  color: #0f4e8c;
  background: var(--primary);
}

/*--------------------------------------------------------------
>>> Top-Menu 
---------------------------------------------------------------- */

.users_menu_dropdown ul.account_menu {
  padding: 0;
  border-radius: 4px;
  text-align: left;
}

.users_menu_dropdown ul.account_menu > li {
  padding: 0;
}

.users_menu_dropdown ul.account_menu > li > a {
  padding: 13px 20px;
  border-bottom: 1px solid;
}

ul.login_menu {
  margin: 0;
  line-height: 0;
}

ul.login_menu > li.users-wp-menu > a {
  font-size: 0;
  height: 0;
  min-height: 0;
  line-height: 0;
  padding: 10px 15px;
  display: table;
}

ul.login_menu > li.users-wp-menu > a:before {
  content: "\f007";
  font-family: "LineIcons";
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 900;
  opacity: 1;
  background: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  text-align: center;
  border-radius: 50px;
  color: #000;
  transition: 0.3s ease all;
}

ul.login_menu > li.users-wp-menu > a:hover:before {
  color: #d6d6d6;
  background: #2eb24c;
  border-color: #2eb24c;
}

.user_menu .uwp-account-avatar img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  padding: 0px;
  float: left;
  margin-right: 10px;
  border: 2px solid #d6d6d6;
}

.user_menu .user_info:hover .uwp-account-avatar img {
  border-color: #d6d6d6;
}

.user_menu .uwp-account-avatar {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user_menu .user_info:hover p.users_name {
  color: #404040;
}

.user_menu p.users_name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 30px;
  white-space: nowrap;
}

.users_menu_dropdown {
  position: absolute;
  top: calc(100% - 50px);
  width: 200px;
  right: 0;
  transition: 0.5s ease all;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.user_info {
  position: relative;
}

.users_menu_dropdown.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

ul.account_menu {
  margin: 0;
  padding: 10px 20px;
  background: #d6d6d6;
}

ul.account_menu > li {
  padding: 8px 0;
  line-height: 1;
}

ul.account_menu > li > a {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding: 0;
}

ul.account_menu > li > a:hover {
  color: #6a06c5;
  padding-left: 30px;
}

/*Footer*/
/* contact-info */
.site-footer .footer_top .foot-widget .footer_widget .fa-ul > li a {
  color: #ffffff80 !important;
}

/* Search Archive  */

.search article {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d6d6d6;
}

.search .panel-body {
  padding: 0;
}

.site-footer .row {
  margin: 0 -15px;
}

.site-footer .row > div {
  padding: 0 15px;
}

.site-footer .footer_top .foot-widget:nth-child(4) .footer_widget:first-child,
.site-footer
  .footer_top
  .foot-widget:nth-child(4)
  .footer_widget:nth-child(2)
  p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> Global
---------------------------------------------------------------- */

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/*Icon-box-With-Animation*/

.box-style1 .box-style1-top-virus,
.box-style1 .box-style1-bottom-virus {
  opacity: 0;
}

.box-style1:hover .box-style1-top-virus,
.box-style1:hover .box-style1-bottom-virus {
  opacity: 1;
  z-index: 10;
}

.box-style1 .box-style1-top-virus img.attachment-full.size-full,
.box-style1 .box-style1-bottom-virus img.attachment-full.size-full {
  webkit-animation: rotate-center 10s linear infinite;
  animation: rotate-center 10s linear infinite;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------------------------------------
    Floating-1 
    -------------------------------------*/

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

/*--------------------------------------------------------------
>>> Blog List
---------------------------------------------------------------- */

h3.sec_titl a {
  line-height: 28px;
  font-size: 22px;
  color: #24292e;
  font-weight: 500;
  overflow-wrap: break-word;
}

.blog_feat ul li:last-child:after {
  display: none;
}

.blog .site-content {
  background-color: #f8f8f8;
}

/*--------------------------------------------------------------
>>> Sidebar
---------------------------------------------------------------- */

.widget form.search_form i.icon-magnifier {
  display: inline-block;
  font: normal normal normal 14px/1 LineIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 36px;
}

.widget form.search_form i.icon-magnifier:before {
  content: "\f002";
}

.main_title {
  margin-bottom: 15px;
  font-size: 18px;
}

.widget {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d6d6d6;
}

.widget form.search_form {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.widget .search_form-inner {
  display: table-cell;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> Recent-Post-with-Thumnail-Sidebar
---------------------------------------------------------------- */

.recent-posts-widget-with-thumbnails span.rpwwt-post-title {
  margin-left: 10px;
}

.recent-posts-widget-with-thumbnails ul li a {
  display: flex;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date {
  position: absolute;
  bottom: 10px;
  left: 85px;
}

.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  border-bottom: 0px;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date,
.rpwwt-post-comments-number {
  font-size: 14px;
  color: #de2b4f;
  font-weight: 400;
  line-height: 25px;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-comments-number {
  position: absolute;
  bottom: 10px;
  left: 180px;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
  margin: 0;
}

.recent-posts-widget-with-thumbnails span.rpwwt-post-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 700;
  color: #362f62;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date:after {
  content: "|";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px;
  margin-right: 5px;
  color: #000;
  line-height: 25px;
}

/*--------------------------------------------------------------
>>> Single Blog Post
---------------------------------------------------------------- */

/*--------------------------------------------------------------
>>> Comment Form
---------------------------------------------------------------- */

.comments-area ol.comment-list .comment {
  list-style: none;
  position: relative;
  padding: 0;
}

.titl_sec .col-lg-12 {
  padding: 0;
}

.titl_sec h3.main_titl.text-left {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 900;
  margin-top: 0;
  line-height: 1.2;
}

.comments-area ol.comment-list {
  padding: 0;
}

ol.comment-list {
  list-style: none;
}

.comment-respond {
  margin-top: 20px;
}

.comments-area
  ol.comment-list
  .comment
  footer.comment-meta
  .comment-author
  img {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100px;
  height: 100px;
  border: 4px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 100px;
}

.comment-body {
  padding: 15px 0px 25px 120px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

span.says {
  display: none;
}

.comment-metadata a {
  color: #d6d6d6;
  margin-bottom: 5px;
  font-size: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-weight: 400;
  line-height: 1.8;
  transition: all 0.2s linear;
}

.comments-area ol.comment-list .comment-content p {
  margin: 0 0 5px;
  font-weight: 400;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 1.8;
}

a.comment-reply-link {
  font-size: 14px;
  position: relative;
  color: #00173c;
  font-weight: 700;
  line-height: 1.8;
}

.comment-respond .comment-reply-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}

.comments-area ol.comment-list .comment footer.comment-meta b.fn a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.comment-respond .comment-form p {
  margin-bottom: 30px;
}

.comment-form input::placeholder {
  color: red;
  font-size: 23px;
}

.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
  font-size: 12px;
  color: #495057;
  line-height: 20px;
}

p.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-respond .comment-form p.form-submit input[type="submit"] {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
  background: var(--primary);
  line-height: 40px;
  border-radius: 15px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 0;
}

.comment-respond .comment-form p.form-submit input[type="submit"]:hover {
  background-color: var(--hover);
}

.comment-respond .comment-form p.form-submit {
  margin-bottom: 0;
}

.comment-respond .comment-form p {
  margin-bottom: 15px;
}

/* Pingback and trackback in comment area */

.trackback .comment-body,
.pingback .comment-body {
  padding-left: 0;
  margin: 0;
  padding: 8px 0;
}

.bread_crumb {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

/* .bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0 0 0 / 65%);
} */

.pag_titl_sec,
.pg_links {
  position: relative;
  z-index: 2;
  width: 100%;
}

h3.sec_titl,
.blog_feat ul li a {
  color: #d6d6d6;
}

.breadcrumb_area {
  width: 100%;
}

.pag_titl_sec h1 {
  font-size: 40px;
  font-weight: 800;
  color: #d6d6d6;
  line-height: 1;
}

.pg_links p.lnk_pag,
.pg_links p.lnk_pag a,
.pg_links a,
.pg_links .bbp-breadcrumb-current,
.pg_links span {
  padding: 0px;
  color: #d6d6d6;
  position: relative;
  display: block;
  font-size: 15px;
  text-align: center;
}

.pg_links p.lnk_pag:hover,
.pg_links p.lnk_pag a:hover,
.pg_links a:hover,
.pg_links .bbp-breadcrumb-current:hover,
.pg_links span:hover {
  text-decoration: underline;
}

p.lnk_pag:last-child {
  color: #de2b4f;
}

p.lnk_pag.item-current span.bread-current {
  color: #d6d6d6;
  text-decoration: underline;
}

p.lnk_pag.separator:before {
  top: -2px;
  color: #362f62;
}

/* Preloader */

.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background: #000;
}

.loading-area::before {
  content: "LOADING...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}

.conveywp_body .loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 0.2em;
  border-radius: 0;
}

.conveywp_body .loader::before,
.conveywp_body .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--primary);
  border-radius: 0;
  position: absolute;
  margin: 0;
  animation: load 0.7s infinite alternate ease-in-out;
}

.conveywp_body .loader::before {
  top: 0;
}

.conveywp_body .loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 40px;
  }

  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 40px;
  }

  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

.loaded .loading-area {
  opacity: 0;
  visibility: hidden;
}

/*-----Error 404 -----*/

.error-media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.error-full-page-inner {
  width: 100%;
  text-align: center;
  padding: 50px 50px;
  margin: auto;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-full-page-inner-info strong {
  font-size: 549px;
  line-height: 1;
  color: var(--primary);
  font-weight: 700;
}

.error-full-page-inner-info h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* Contact-form */

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: none;
  box-shadow: none;
  line-height: 20px;
  padding: 10px 12px;
  font-size: 14px;
  border: none;
  background: none;
  display: block;
  width: 100%;
  font-weight: 400;
  background-clip: padding-box;
  color: #495057;
  border-radius: 4px;
  font-family: inherit;
}

input[type="submit"] {
  background: #007bff;
  color: #d6d6d6;
  box-shadow: none;
  line-height: 20px;
  padding: 10px 12px;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
}

input[type="submit"]:hover {
  background: #007bffc7;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"],
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
}

.bread_crumb {
  position: relative;
}

.breadcrumbs {
  display: inline-block;
  padding: 0px;
  position: relative;
}

.pg_links p.lnk_pag,
.pg_links p.lnk_pag a,
.pg_links a,
.pg_links .bbp-breadcrumb-current,
.pg_links span {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
}

p.lnk_pag.separator {
  padding: 0 10px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

p:last-child,
.form-group .form-control:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
>>> Single blog page 
---------------------------------------------------------------- */

.single-panel-body h3.sec_titl {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 24px;
  color: #1e1b2f;
  font-weight: 500;
}

.single blockquote {
  color: #362f62;
  clear: both;
}

.single blockquote.wp-block-quote:before {
  font-size: 30px;
  color: #362f62;
  line-height: 30px;
  margin-left: 10px;
  position: absolute;
  top: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 "LineIcons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f10d";
  left: 20px;
  -moz-osx-font-smoothing: grayscale;
}

.single blockquote.wp-block-quote {
  position: relative;
}

.single blockquote.wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
  padding-left: 0px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single blockquote.wp-block-quote cite {
  font-size: 16px;
  color: #362f62;
  line-height: 30px;
  margin-bottom: 0px;
  font-style: normal;
  padding-left: 0px;
  display: inline-block;
}

.single .comment-respond .comment-form p textarea {
  height: 120px;
}

.single .comments-area ol.comment-list .comment footer.comment-meta b.fn a,
b.fn {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.single a.comment-reply-link {
  font-size: 14px;
  position: relative;
  color: #00173c;
  font-weight: 700;
}

.single .comment-respond .comment-form p textarea {
  height: 120px;
}

.single .comments-area ol.comment-list .comment footer.comment-meta b.fn a,
b.fn {
  display: inline-block;
  color: #d6d6d6;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.single a.comment-reply-link {
  font-size: 14px;
  position: relative;
  color: var(--primary);
  font-weight: 700;
}

.comment-reply-title a {
  margin-left: 10px;
  font-size: 14px;
}

.single .side_sec .blog_desc ul li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.side_sec ul.single-meta {
  padding: 0;
}

.single .side_sec .blog_desc ul li:before,
.single .side_sec .blog_desc ul li:before {
  content: "\ea5c";
  margin-right: 5px;
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  speak: none;
  text-transform: none;
  font-size: 9px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  line-height: 21px;
  top: 2px;
}

.single .post-tags li:before {
  content: "";
}

.single .post-tags li {
  padding: 0;
  margin: 0;
}

.side_sec ul {
  padding-left: 15px;
}

ul.single-meta li:before {
  contain: none;
}

.single nav.navigation.post-navigation a:hover:before,
.comment-respond .comment-form p a:hover:before {
  width: 100%;
  left: 0%;
}

.geodir_post_meta.geodir-field-video {
  display: flex;
  width: 100%;
  flex-flow: column;
}

/*Main Header*/

/*Submenu*/

/*Mobile Nav Menu*/

span.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 22px;
  line-height: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

span.navbar-toggler-icon > span {
  top: 50%;
  margin-top: -1px;
}

span.navbar-toggler-icon > span,
span.navbar-toggler-icon > span:before,
span.navbar-toggler-icon > span:after {
  background: #d6d6d6;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  transition: all 0.2s ease-out;
}

span.navbar-toggler-icon > span:before {
  top: -7px;
}

span.navbar-toggler-icon > span:after {
  bottom: -7px;
}

.blog_feat ul li:before {
  content: none;
}

.blog_feat ul li {
  padding: 0;
}

/* Blog Pages Layout */

.content-right {
  order: 1;
}

/* Images and caption */

.single .wp-block-table table {
  margin-bottom: 15px;
}

.single .wp-block-table td {
  width: 110px;
}

figure figcaption {
  margin: 0;
}

figure {
  margin: 20px 0;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-content li {
  margin-bottom: 10px;
}

.wp-block-table tr td {
  font-size: 14px;
}

.wp-block-table tbody tr:first-child td,
.wp-block-table tr td:first-child {
  font-size: 16px;
}

figure,
.wp-block-embed__wrapper {
  text-align: center;
}

.single_blog .blog_feat,
.panel-body .blog_feat {
  display: none;
}

.news_letter_section {
  padding: 20px;
  margin: 0 0 30px;
  background: #d6d6d6;
  border: 1px solid #ccc;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.author_img.img_circle img {
  border-radius: 50%;
}

.theme_switcher span.light-mode {
  display: none;
}

.theme_switcher {
  line-height: 1;
}

.theme_switcher svg {
  padding: 2px;
}

/* Product Single Page1 */

/*Meta Container*/

.single-gd_place .wp-block-group__inner-container {
  position: relative;
}

.listing_layout_1 .meta-container.ugb-main-block {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 35px;
  z-index: 5;
  max-width: 100%;
  width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.meta-container .geodir-field-post_category a,
.bsui .geodir-category a.badge {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 13px;
  color: #d6d6d6;
  font-weight: 700;
  padding: 5px 15px;
  background: #eb7171;
  text-transform: uppercase;
  border-radius: 4px;
}

.meta-container .geodir-image-container img {
  border: 3px solid #d6d6d6 !important;
  width: 140px !important;
  border-radius: 100%;
  height: 140px !important;
}

.bsui .meta-container .embed-responsive-16by9::before {
  padding-top: 130px;
}

.meta-container .display-inline-block .geodir-post-meta-container div,
.meta-container .display-inline-block .geodir-post-meta-container,
.meta-container span.bsui.gd-badge-meta {
  display: inline;
}

.meta-container .display-inline-block .wp-block-column {
  display: flex;
}

.meta-container span.gd-badge {
  width: 20px;
  height: 20px;
  font-size: 8px;
  line-height: 16px;
  border-radius: 100%;
}

.meta-container .display-inline-block .geodir-post-meta-container {
  margin-right: 10px;
  height: 100%;
}

.geodir-field-post_title {
  font-size: 25px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}

.meta-container .wp-block-columns,
.meta-container .meta-center > div:last-child,
.meta-container
  .wp-block-geodirectory-geodir-widget-post-title
  h2.geodir-entry-title,
.meta-container .wp-block-ugb-button {
  margin-bottom: 0;
  margin-top: 0;
}

.meta-container .geodir-post-address-container .geodir_post_meta span {
  display: inline-block;
}

.meta-container .geodir_post_meta span.geodir_post_meta_icon {
  margin-right: 6px;
}

.meta-container .ugb-button-wrapper .ugb-block-content .ugb-button {
  background: transparent;
  margin: 0;
}

.meta-container a.addtoany_share_save.addtoany_share,
.meta-container .wp-block-ugb-button .ugb-button-container a.ugb-button span,
.meta-container .wp-block-ugb-button .ugb-button-container a.ugb-button div svg,
.meta-container span.gd-list-favorite span.geodir-fav-text {
  color: #929292 !important;
  font-weight: 500;
}

.meta-container .wp-block-ugb-button .ugb-button-container a.ugb-button span,
.meta-container .wp-block-ugb-button .ugb-button-container a.ugb-button div svg,
.meta-container span.gd-list-favorite span.geodir-fav-text {
  margin-right: 10px;
  font-size: 16px;
}

.meta-container a.addtoany_share_save.addtoany_share {
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 500;
}

.meta-container .share .wp-block-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-container .img-container img {
  filter: brightness(0.4);
  background: #3d474a;
}

.meta-container .wp-block-geodirectory-geodir-widget-post-rating {
  text-align: right;
}

.meta-container span.gd-rating-background {
  color: #8a8788 !important;
}

.meta-container .wp-block-geodirectory-geodir-widget-post-address {
  margin-bottom: 0;
  width: 100%;
}

.meta-container .geodir_post_meta.geodir-field-price_range {
  text-align: right;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}

.meta-container span.gd-list-rating-text a.gd-list-rating-link,
.meta-container .geodir_post_meta.geodir-field-price_range,
.meta-container .geodir-field-price_range,
.meta-container .ugb-button-wrapper .ugb-block-content .ugb-button,
.meta-container .geodir-post-address-container .geodir_post_meta span,
.meta-container .geodir-post-meta-container .geodir-field-mobile_number {
  color: #d6d6d6;
}

.meta-container .wp-block-column {
  margin: 0 !important;
}

.meta-container .wp-block-columns.share,
.meta-container
  .meta-center
  > div.wp-block-geodirectory-geodir-widget-post-address {
  margin-bottom: 5px;
}

.meta-container .wp-block-column.right-column > div,
.meta-container .meta-center > div {
  margin-bottom: 10px;
}

.meta-right > div {
  margin-bottom: 0;
}

.meta-container .bsui .embed-responsive-16by9::before {
  padding-top: 140px;
  padding-right: 140px;
  width: 140px;
}

.img-container .embed-responsive-16by9 img {
  filter: brightness(0.5);
}

.meta-container .wp-block-column.meta-right {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 10px;
  column-gap: 0;
}

.share .wp-block-column {
  display: flex;
  column-gap: 15px;
}

.meta-container .wp-block-ugb-button {
  display: inline;
}

.meta-container .gd-list-rating-stars .gd-rating-outer-wrap {
  padding-bottom: 0 !important;
}

.meta-container .wp-block-columns.share {
  margin: 0;
}

span.gd-list-favorite i {
  font-size: 16px;
}

.wp-block-group.post-meta-info {
  margin-bottom: 0px;
}

/*Meta-Content*/

.element-in-four-col .geodir_post_meta ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.element-in-four-col .geodir_post_meta ul li {
  width: 25%;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

.element-in-four-col .geodir_post_meta li:before {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #222222;
  font-size: 14px;
}

.element-in-four-col .geodir_post_meta li {
  position: relative;
}

h3.main_title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
}

.geodir-field-post_content {
  font-size: 14px;
  line-height: 22px;
  color: #929292;
  font-weight: 500;
}

/*Event Card*/

.gd_event .card .author_box_only_profile_img .media-body {
  display: none;
}

.gd_event .card .author_box_only_profile_img .d-block {
  background: transparent !important;
  fill: transparent !important;
  padding: 0 !important;
  display: inline !important;
}

.gd_event .card .author_box_only_profile_img .uwp_widget_author_box {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -65px;
}

.gd_event .card .author_box_only_profile_img .d-block img {
  width: 70px;
  height: 70px;
  margin: 0 !important;
  border-width: 3px !important;
  box-shadow: none !important;
  object-fit: cover;
}

.gd_event .wp-block-group .wp-block-column {
  margin: 0;
  display: flex;
}

.gd_event .card .wp-block-group {
  padding: 30px 20px;
  position: relative;
  background: #f6f6f6;
  margin: 0;
}

.gd_event .card .geodir-entry-title a {
  font-size: 18px;
  line-height: 26px;
  color: #3c3d41;
  font-weight: 600;
}

.gd_event .card .geodir-field-address span {
  font-size: 15px;
  line-height: 23px;
  color: #929292;
  font-weight: 400;
}

.gd_event .card .geodir-field-event_end_time {
  position: relative;
  padding-left: 12px;
}

.gd_event
  .card
  .wp-block-geodirectory-geodir-widget-post-address
  span.geodir_post_meta_icon {
  position: absolute;
  left: 0px;
  top: 3px;
}

.gd_event .card .wp-block-geodirectory-geodir-widget-post-address {
  position: relative;
  padding-left: 20px;
}

.gd_event .wp-block-column > .geodir-post-meta-container {
  margin-right: 10px;
}

.gd_event .card .geodir_post_meta.geodir-field-event_end_time:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.gd_event .card .geodir-field-event_start_time,
.gd_event .card .geodir-field-event_end_time,
.geodir-field-event_start_date {
  font-size: 15px;
  line-height: 22px;
  color: #929292;
  font-weight: 400;
}

.gd_event .card {
  height: auto !important;
}

.gd_event .card .wp-block-column {
  margin-left: 0;
  height: auto !important;
}

.gd_event {
  height: auto !important;
}

.gd_event .card .wp-block-columns {
  height: auto !important;
  margin: 0;
}

.gd_event .card .wp-block-group a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.gd_event .card .geodir-image-container .geodir-images img {
  filter: brightness(0.5);
}

.gd_event .card .wp-block-group i {
  color: #4d7bb9;
}

.gd_event .card .wp-block-geodirectory-geodir-widget-post-address,
.gd_event .card .geodir-field-event_start_date,
.event-time {
  margin-bottom: 20px;
}

.event_card_single .geodir-widget-posts > a.image_popup {
  display: none;
}

/*Event card View all button*/

.geodir-widget-bottom a.geodir-all-link {
  padding: 10px 20px;
  color: #d6d6d6;
  background: #4c7aba;
  font-size: 14px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.geodir-widget-bottom a.geodir-all-link:hover {
  background: transparent;
  color: #4c7aba;
  box-shadow: none;
}

.gd_event .card .wp-block-group {
  min-height: 242px;
}

/*Comment and Review*/

/* 1. Comment-Title */

.commentlist-wrap .comments-title {
  font-size: 22px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
}

/* 2. Review color */

.bsui span.gd-rating-foreground {
  color: #ffc107 !important;
}

.bsui span.gd-rating-background {
  color: #b8b8b8 !important;
}

/* 3. Total review in review section */

.geodir-comments-area .comments-title {
  float: left;
  font-size: 22px;
  line-height: 2;
  color: #000000;
  font-weight: 400;
}

/* 4. Overall Rating and Star  */

.gd-rating .gd-rating-wrap i {
  width: 18px;
  font-size: 14px;
  height: auto;
  line-height: 14px;
}

.geodir-comments-area .gd-overall-rating-text {
  display: block;
  background: transparent;
  padding: 0;
  text-align: right;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

/* 5. Comment sorting format */

.nice-select.comment_sorting {
  display: inherit;
  width: 140px;
  padding-left: 10px;
  border-radius: 0;
  max-height: 40px;
  line-height: 1.3;
  background: none;
  border-color: #dadada;
}

.nice-select.comment_sorting span.current {
  font-size: 13px;
}

.comment_sorting.nice-select:after {
  margin-top: -4px;
}

.commentlist-wrap .nice-select:focus {
  box-shadow: none;
  border-color: #4c7aba;
}

.commentlist-wrap form .nice-select ul li.option {
  font-size: 11px;
  padding: 5px 11px;
}

.bsui .commentlist-wrap .toast-header {
  border: 0 !important;
  background: transparent;
  padding: 0;
  border-radius: 0 !important;
}

.comment .card {
  border: 0;
  box-shadow: none !important;
}

.bsui .card-body {
  padding: 0;
}

img.avatar.avatar-44.photo.comment_avatar.rounded-circle.position-relative {
  width: 70px;
  height: 70px;
}

.bsui .card-footer {
  position: static;
}

.card-footer > .row > div.col-5 {
  position: absolute;
  top: 38px;
  left: 85px;
  padding: 0;
}

.nice-select.open .list {
  height: 150px;
  border-radius: 0;
  z-index: 1000;
}

.card-footer > .row > div.col-5 a {
  line-height: 1;
}

time.chip.timeago {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

time.chip.timeago i {
  display: none;
}

.comment span.media-heading a {
  color: #000 !important;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.comment-content .description p {
  font-size: 14px;
  line-height: 22px;
  color: #43494c;
  font-weight: 400;
}

.geodir-images.row {
  border: 0 !important;
}

.geodir-images.row .col.mb-4 {
  flex: 0 0 100%;
  margin: 0 !important;
  max-width: 100%;
  padding: 0 !important;
}

.col-7.text-right {
  text-align: left !important;
  display: block !important;
  margin-top: 20px;
  padding-left: 0 !important;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 24px !important;
  padding: 0 !important;
}

.comments_review_likeunlike.btn {
  background: #4c7aba;
  color: #d6d6d6;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
}

span.edit-link.btn.btn-link {
  float: right;
  padding: 0;
}

.geodir-images.row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin: 0 !important;
  padding-top: 30px !important;
}

.comments_review_likeunlike.btn:hover {
  background: transparent;
  color: #4c7aba;
}

span.reply-link a.comment-reply-link {
  color: #4c7aba;
  background: transparent;
  border-color: #4c7aba;
  padding: 4px 20px;
}

span.reply-link {
  margin-left: 10px;
}

span.reply-link a.comment-reply-link:hover {
  background: #4c7aba;
  color: #d6d6d6;
  border-color: #4c7aba;
}

span.edit-link a.comment-edit-link {
  font-size: 14px;
}

.comment .card-footer {
  border: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.geodir-comment {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 50px;
  margin-bottom: 50px !important;
}

.ugb-container__wrapper.ugb-8aefd7d-wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.commentlist-wrap {
  padding: 40px 35px 50px;
  margin-bottom: 50px;
  background: #d6d6d6;
  border-radius: 4px;
}

.comment-respond {
  margin-bottom: 50px;
  margin: 0;
  border-radius: 4px;
}

ul.commentlist {
  margin: 0;
}

ul.commentlist li.comment:last-child {
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.comment-respond .comment-reply-title span {
  font-size: 22px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
}

.comment-respond .comment-reply-title {
  line-height: 1;
  margin: 0 0 30px;
  height: auto;
  color: #d6d6d6;
  display: inline-block;
}

.bsui a {
  color: #4c7aba;
  font-weight: 400;
}

.form-group.form-control.h-auto.rounded.px-3.pt-3.pb-2.gd-rating-input-group {
  border-radius: 0 !important;
  padding: 5px 15px !important;
}

.gd-rating-outer-wrap.gd-rating-input-wrap.d-flex.d-flex.justify-content-between.pb-2.w-100 {
  align-items: center;
}

.gd-rating-outer-wrap .gd-rating span.gd-rating-text {
  border: 1px solid #4c7aba !important;
  padding: 4px 16px;
  color: #4c7aba;
  background: transparent;
  font-weight: 500;
}

.geodir-add-files {
  border-width: 2px !important;
  width: 100% !important;
}

.bsui .geodir-dropbox-title.text-muted {
  font-size: 18px;
}

.bsui .geodir-dropbox-title + p {
  font-size: 11px;
}

.bsui .text-muted {
  font-size: 13px;
  text-align: center;
  padding: 0 !important;
}

.bsui .comment-respond .form-control {
  border-radius: 0 !important;
  padding: 15px;
}

.bsui textarea.form-control {
  height: 180px;
}

.bsui .form-control::placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #717171;
  font-weight: 400;
}

.form-submit.form-group {
  width: 220px;
  margin: 0 auto;
}

.form-submit.form-group input[type="submit"] {
  padding: 0;
  border: 0;
  background: #4c7aba;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 500;
}

.bsui span.gd-rating-label {
  margin-top: 7px !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.bsui .list-group-item-action:hover {
  background: #4c7aba;
  color: #d6d6d6 !important;
}

/* Working Hours */

.working_hours .geodir_post_meta.geodir-field-business_hours {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0 !important;
  margin: 0 20px;
}

.working_hours
  .geodir-post-meta-container:last-child
  .geodir-field-business_hours {
  border: 0;
}

.working_hours
  .geodir-post-meta-container:nth-child(1)
  span.geodir_post_meta_title {
  color: #d6d6d6;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

.working_hours .geodir_post_meta_title {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
}

.working_hours .geodir-post-meta-container:nth-child(1) {
  padding-top: 0 !important;
}

.working_hours .geodir-post-meta-container:nth-child(1) {
  background: #4d7bb9;
  color: #d6d6d6;
}

.working_hours
  .geodir-post-meta-container:nth-child(1)
  .gd-bh-slot
  .gd-bh-slot-r {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #d6d6d6;
}

.gd-bh-slot-r {
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  font-weight: 500;
}

.working_hours
  .geodir-post-meta-container:nth-child(1)
  .geodir-field-business_hours {
  border-bottom: 0;
}

.wp-block-userswp-uwp-author-box-widget .bg-light {
  fill: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  align-items: center;
}

.wp-block-userswp-uwp-author-box-widget {
  padding-bottom: 30px;
  border-bottom: 1px solid #dadfe0;
  margin-bottom: 30px;
}

.bsui .media-body a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

/* Social Icon  */

.social_icon .geodir_post_meta {
  position: relative;
}

.social_icon .geodir_post_meta a {
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
}

.social_icon .geodir_post_meta a strong {
  visibility: hidden;
}

.social_icon .geodir_post_meta_icon i {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1;
}

.social_icon .wp-block-column {
  display: flex;
  justify-content: flex-start;
}

.social_icon span.geodir_post_meta_icon {
  padding: 3px;
  border-radius: 0;
  line-height: 1;
}

.social_icon .geodir-post-meta-container {
  margin-right: 5px;
  margin-bottom: 0;
}

.geodir-field-facebook span.geodir_post_meta_icon {
  background: #139cf7;
}

.geodir-field-instagram span.geodir_post_meta_icon {
  background: #8a3ab9;
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

.geodir-field-twitter span.geodir_post_meta_icon {
  background: #1a91da;
}

.mb-25 {
  margin-bottom: 25px;
}

.contact-info span.geodir_post_meta_icon i {
  width: 35px;
  height: 35px;
  background: #e3e3e3;
  text-align: center;
  border-radius: 100px;
  line-height: 35px;
  font-size: 16px;
  margin-right: 15px;
  color: #697981;
}

.contact-info .geodir_post_meta,
.contact-info .geodir_post_meta a {
  font-size: 16px;
  line-height: 30px;
  color: #8f8f8f;
  font-weight: 400;
}

.contact-info .geodir-post-meta-container {
  margin-right: 20px;
  margin-bottom: 10px;
}

.contact-info .geodir-post-meta-container:last-child {
  margin: 0;
}

.wp-block-columns.contact-info {
  margin-bottom: 25px;
}

.contact-info .geodir_post_meta a strong {
  font-weight: 400;
}

.geodir-field-youtube span.geodir_post_meta_icon.geodir-i-website {
  background: #ff0000;
}

.geodir-field-linkedin {
  background: #0077b5;
}

/* Map */

.geodir-map-canvas .gd-bubble-inside h4.geodir-entry-title,
.geodir-map-canvas .gd-bubble-inside .geodir-bubble_image,
.geodir-bubble-meta-top.clearfix,
.geodir-map-canvas .geodir_post_meta.geodir-field-phone,
.geodir-map-canvas .geodir-field-address span.geodir_post_meta_icon {
  display: none;
}

.geodir-field-address span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.geodir-field-address br {
  display: none;
}

.geodir-map-canvas .gm-style-iw {
  padding: 30px 20px !important;
  max-width: 250px !important;
}

.geodir-map-canvas .gm-style-iw .gm-style-iw-d {
  overflow: visible !important;
}

.geodir-map-canvas button.gm-ui-hover-effect {
  top: 0px !important;
  text-align: center !important;
  right: 0 !important;
  color: #d6d6d6 !important;
}

/* Gd Map Direction Button */

.single .geodir-post-directions {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.single .geodir-post-directions a.gd-badge {
  color: #d6d6d6 !important;
  background: #eb7171 !important;
  padding: 12px 10px;
}

.wp-block-columns.map-sidebar {
  position: relative;
  margin-bottom: 20px;
}

.map-js .wp-block-columns.contact-info {
  padding-left: 30px;
}

/* Contact Form */

.contact-form label {
  width: 100%;
  color: #d6d6d6;
}

.single .contact_business .nf-form-content input.ninja-forms-field,
.single .bsui .form-control {
  display: block;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #8593a9;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.contact_business .nf-error.field-wrap .nf-field-element:after {
  height: 40px;
  line-height: 40px;
}

.contact_business .nf-field-container {
  margin-bottom: 0;
}

.contact_business .nf-form-content textarea.ninja-forms-field {
  height: 120px;
  margin-bottom: 20px;
}

.contact_business .nf-form-content .label-above .nf-field-label,
.nf-form-fields-required,
.nf-error-field-errors,
.contact_business .nf-error .nf-error-msg,
.nf-input-limit {
  display: none;
}

.contact_business .nf-form-content {
  padding: 0;
}

.contact_business .nf-form-content textarea.ninja-forms-field {
  display: block;
  width: 100%;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #8593a9;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 30px;
}

.contact_business .nf-form-content input[type="button"] {
  width: 220px;
}

.contact_business .nf-form-content input[type="button"],
.form-submit.form-group input[type="submit"],
.geodir-widget-bottom a.geodir-all-link,
.login_register .uwp_widget_register button.uwp_register_submit,
.login_register button.uwp_forgot_submit {
  color: #d6d6d6;
  text-shadow: none;
  margin-bottom: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  padding: 8px 34px;
  border: 1px solid;
  border-color: #4c7aba;
  background-color: #4c7aba;
  color: #d6d6d6;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #1e3d78)
  );
  background-image: linear-gradient(to right, transparent 50%, #4c7aba 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.contact_business .nf-form-content input[type="button"]:hover,
.form-submit.form-group input[type="submit"]:hover,
.geodir-widget-bottom a.geodir-all-link:hover {
  text-decoration: none;
  background-color: transparent;
  background-position: left bottom;
  color: #1e3d78 !important;
  border-color: #1e3d78;
  transition: all 300ms ease;
  webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid;
}

.login_register button.uwp_forgot_submit:hover,
.login_register button.uwp_login_submit:hover,
.login_register .uwp_widget_register button.uwp_register_submit:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #d6d6d6 !important;
  border-color: #d6d6d6;
  transition: all 300ms ease;
  webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.login_register button.uwp_login_submit:hover,
.login_register .uwp_widget_register button.uwp_register_submit:hover {
  color: #d6d6d6 !important;
  border-color: #d6d6d6;
  background-color: transparent;
}

.nf-form-title {
  display: none;
}

.contact-bz h2 {
  margin-bottom: 30px;
  font-size: 18px !important;
  color: #000000 !important;
  font-weight: 400;
}

.submit-container {
  text-align: center;
}

/* Caraousel */

/* Single Property Page */

.carousel-image a.image_popup {
  width: 100%;
  position: relative;
  padding-top: 100%;
  display: block;
}

.carousel-image a.image_popup img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: inherit;
}

.carousel-image a.image_popup:before {
  content: "";
  display: block;
  background: #11161f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}

.carousel-image a.image_popup:hover:before,
.carousel-image a.image_popup:hover i {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.carousel-image a.image_popup:hover:before {
  opacity: 0.4;
}

.carousel-image a.image_popup i:hover {
  background: #2eb24c;
  color: #d6d6d6;
}

.bsui .carousel-control-prev-icon,
.bsui .carousel-control-next-icon {
  background-color: #2eb24c;
  width: 40px;
  height: 40px;
  background-size: 50%;
}

.carousel-image a.image_popup img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: inherit;
}

.carousel-image a.image_popup:before {
  content: "";
  display: block;
  background: #0655c0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}

.carousel-image a.image_popup i {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: scale(0);
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff40;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  margin: -25px;
  transition: 0.35s ease all;
  color: #d6d6d6;
}

.carousel-image a.image_popup:hover:before,
.carousel-image a.image_popup:hover i {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.carousel-image a.image_popup:hover:before {
  opacity: 0.4;
}

.carousel-image a.image_popup i:hover {
  background: #d6d6d6;
  color: #000;
}

.bsui .carousel-control-prev-icon,
.bsui .carousel-control-next-icon {
  background-color: #2eb24c;
  width: 40px;
  height: 40px;
  background-size: 50%;
}

ol.carousel-indicators {
  display: none;
}

.bsui ol.carousel-indicators {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  right: 0;
  width: 35px;
  height: 35px;
  /* box-shadow: 2px 2px 3px #000; */
}

.bsui .swiper-button-next {
  right: -17px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  width: 40px;
  height: 40px;
  background: var(--primary);
  font-size: 10px;
  line-height: 40px;
  display: flex;
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
  color: #000;
  align-items: center;
  justify-content: center;
}

.product-carousel-wrap .swiper-button {
  background: none;
  width: auto;
  height: auto;
  top: 33%;
}

.product-carousel-wrap .swiper-button.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}

.product-carousel-wrap .swiper-button.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.post_content_gallery .swiper-button-next {
  margin-right: -18px;
}

.post_content_gallery .swiper-button-prev {
  margin-left: -18px;
}

/* Listing Layout 2 */

.listing_layout_2 .geodir-field-post_title,
.listing_layout_3 .geodir-field-post_title {
  color: #000;
}

.listing_layout_2
  .meta-container
  span.gd-list-rating-text
  a.gd-list-rating-link,
.listing_layout_2 .meta-container .geodir_post_meta.geodir-field-price_range,
.listing_layout_2 .meta-container .geodir-field-price_range,
.listing_layout_2
  .meta-container
  .ugb-button-wrapper
  .ugb-block-content
  .ugb-button,
.listing_layout_2
  .meta-container
  .geodir-post-address-container
  .geodir_post_meta
  span,
.listing_layout_2
  .meta-container
  .geodir-post-meta-container
  .geodir-field-mobile_number,
.listing_layout_3
  .meta-container
  span.gd-list-rating-text
  a.gd-list-rating-link,
.listing_layout_3 .meta-container .geodir_post_meta.geodir-field-price_range,
.listing_layout_3 .meta-container .geodir-field-price_range,
.listing_layout_3
  .meta-container
  .ugb-button-wrapper
  .ugb-block-content
  .ugb-button,
.listing_layout_3
  .meta-container
  .geodir-post-address-container
  .geodir_post_meta
  span,
.listing_layout_3
  .meta-container
  .geodir-post-meta-container
  .geodir-field-mobile_number {
  color: #929292;
  font-weight: 500;
}

.listing_layout_2.post-meta-info {
  background: #d6d6d6;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}

.slider_image {
  margin: 0;
}

.listing_layout_2 .ugb-main-block,
.listing_layout_3 .ugb-main-block {
  margin: 0;
}

.listing_layout_2 .meta-container .geodir-field-post_category a,
.listing_layout_3 .meta-container .geodir-field-post_category a {
  background: #73a1e1;
}

.listing_layout_2 .geodir-field-address span,
.listing_layout_2 .geodir-post-meta-container .geodir-field-mobile_number,
.listing_layout_3 .geodir-field-address span,
.listing_layout_3 .geodir-post-meta-container .geodir-field-mobile_number,
.meta-container .geodir-post-address-container .geodir_post_meta span {
  font-size: 16px;
  line-height: 22px;
  color: #929292;
  font-weight: 500;
}

.wp-block-column.display_inline_block {
  display: flex;
}

.wp-block-column.display_inline_block .wp-block-ugb-button {
  margin-right: 15px;
}

.anchor_menu .wp-block-ugb-button .ugb-button-container a.ugb-button span {
  font-size: 16px;
  color: #2e2f32 !important;
  font-weight: 500;
  text-align: center;
  margin-right: 40px;
}

.post-meta-info.listing_layout_2.anchor_menu {
  padding: 30px 0;
}

.listing_layout_2 .geodir_post_meta.clear-both.geodir-field-price_range,
.listing_layout_3 .geodir_post_meta.clear-both.geodir-field-price_range {
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
}

/*Listing Layout 3*/

.gd_logo .geodir-images img {
  border: 1px solid #f1f1f1 !important;
}

.listing_layout_3 .display-inline-block .geodir-post-meta-container {
  margin-right: 2px;
}

.listing_layout_3 .geodir-field-post_title {
  margin-top: 15px;
}

.listing_layout_3 .wp-block-geodirectory-geodir-widget-post-address {
  margin: 10px 0;
}

.listing_layout_3 .share-group .share .wp-block-column {
  justify-content: flex-start;
  column-gap: 30px;
}

.listing_layout_3 .share .wp-block-column:last-child {
  text-align: right;
  float: right;
  justify-content: flex-end;
}

.listing_layout_3 .share-group span.gd-list-rating-text a.gd-list-rating-link {
  font-size: 14px;
  color: #000;
}

.listing_layout_3 .share-group {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px;
  margin-top: 30px;
}

.slider_image .swiper-button-prev {
  left: 30px;
}

.slider_image .swiper-button-next {
  right: 30px;
}

/* --------------------------------------login / register / forgot password */

.uwp_login_page
  .ugb-container.ugb-container--v2
  > .ugb-inner-block
  > .ugb-block-content
  > .ugb-container__wrapper,
.uwp_register_page
  .ugb-container.ugb-container--v2
  > .ugb-inner-block
  > .ugb-block-content
  > .ugb-container__wrapper,
.uwp_forgot_page
  .ugb-container.ugb-container--v2
  > .ugb-inner-block
  > .ugb-block-content
  > .ugb-container__wrapper {
  border: none !important;
  margin: 150px 0;
}

.uwp_login_page .login_register button.uwp_login_submit,
.uwp_forgot_page .login_register .card button.uwp_forgot_submit,
.uwp_register_page
  .login_register
  .uwp_widget_register
  button.uwp_register_submit {
  background-color: #4d7bba;
  border: #4d7bba;
  padding: 15px;
}

.uwp_login_page .login_register input.form-control,
.uwp_register_page .login_register input.form-control,
.uwp_forgot_page .login_register input.form-control {
  min-height: auto;
  padding: 25px 20px;
  height: auto;
}

.uwp_widget_social_login .bsui {
  display: none;
}

/* ---------------------NFT creators - home page--------------------- */
.nft-creators ul.product_list_widget {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
}

/* creator-card */
.nft-creators ul.product_list_widget li {
  flex: 0 0 calc(20% - 30px);
  background: #161616;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.nft-creators ul.product_list_widget li a {
  display: inline-block;
  width: auto;
  height: auto;
}

.nft-creators .product_list_widget li a:first-child {
  flex: 0 0 70px;
}

/* creator-logo */
.nft-creators ul.product_list_widget li a img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 15px;
}

/* creator-name */
.nft-creators ul.product_list_widget li .wcfm_dashboard_item_title {
  color: #d6d6d6;
  text-transform: uppercase;
  flex: 0 0 calc(100% - 90px);
}

.nft-creators ul.product_list_widget li .wcfm_dashboard_item_title:hover {
  color: var(--primary);
}

/* creator ratings / badges */
.nft-creators ul.product_list_widget li .vendor_rating,
.nft-creators ul.product_list_widget li .vendor_badges {
  display: none;
}

/* --------------------------------Product filter-------------------------------- */
.awf-active-badges-container,
.awf-preset-title {
  display: none;
}

.awf-filter-wrapper:not(:last-child) {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid;
}

.awf-filter-wrapper .awf-filter-title-container {
  margin-bottom: 0;
}

.awf-product-search-container .awf-filter {
  background-color: var(--background);
  border-radius: 15px;
  color: #d6d6d6;
}

/* Product filter title */
.awf-filter-title-container .awf-filter-title {
  color: #d6d6d6;
  font-size: 20px;
  font-weight: 600;
  font-family: "Bai Jamjuree";
}

/* dropdown icon */
.awf-filter-title-container .awf-collapse-btn {
  color: #d6d6d6;
}

/* filters options wrap */
.awf-filters-container > ul,
.awf-filter-wrapper:not(.awf-collapsed)
  .awf-filters-container.awf-style-range-slider {
  margin-top: 30px;
}

/* filter option */
.awf-filters-container > ul li {
  color: #a0a0a0;
  line-height: normal;
}

.awf-filters-container > ul li label:hover {
  color: #d6d6d6;
}

/* active filters */
.awf-active-badge {
  color: #a0a0a0;
  margin-bottom: 15px;
}

.awf-active-badge:hover {
  color: #d6d6d6;
}

/* parent filter option   */
.awf-collapsible-children .awf-parent-container:hover {
  background: none;
}

.awf-filters-container ul .awf-children-container {
  margin: 0 0 20px 20px;
}

/* range slider */
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: 1px;
  background: var(--primary);
  box-shadow: none;
  border: none;
  right: 0;
  transform: translate(50%, -50%);
}

.awf-filter-container .noUi-connects .noUi-connect {
  background: var(--primary);
}

.awf-filters-container .awf-filter-container.noUi-target {
  border: none;
}

.awf-filters-container .noUi-handle .noUi-tooltip {
  background: #2b2a2a;
  border: none;
  color: #d6d6d6;
}

.awf-filter-container .noUi-pips .noUi-marker {
  top: -2.5px;
}

/* reset filters button */
button.awf-reset-btn {
  border: none;
  color: #d6d6d6;
  background-color: #22ca7b;
  font-family: Bai Jamjuree, sans-serif;
  border-radius: 15px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.5s ease;
  padding: 10px;
  font-size: 14px;
  line-height: normal;
}
button.awf-reset-btn:focus {
  background-color: #22ca7b;
  box-shadow: none;
}

/* Woocommerce alerts */
.conveywp_body .site-wrapper .alert {
  gap: 20px;
  line-height: normal;
  padding: 10px !important;
  font-size: 14px;
}

.register-wrap .woocommerce-notices-wrapper > ul,
.login-wrap .woocommerce-notices-wrapper > ul {
  margin: 0 auto 20px 0 !important;
  max-width: 982px;
  width: 100%;
}

.conveywp_body .woocommerce-notices-wrapper > ul li {
  color: inherit;
}

.conveywp_body .alert::before {
  position: static;
  font-size: 20px;
  color: inherit;
}

/* alert icons */
/* error */
.conveywp_body .alert-danger::before {
  content: "\f071";
}

/* success */
.conveywp_body .alert-success::before {
  content: "\f058";
}

/* info */
.conveywp_body .alert-primary::before {
  content: "\f05a";
}

/* Shop page title */
header.woocommerce-products-header {
  margin-bottom: 60px;
}

h1.woocommerce-products-header__title.page-title {
  color: var(--primary);
  text-transform: uppercase;
}

/* woocommerce breadcrumbs */
.conveywp_body .woocommerce-breadcrumb {
  margin: 50px 0 10px;
}

.conveywp_body .woocommerce-breadcrumb a {
  color: #d6d6d6;
}

.conveywp_body .woocommerce-breadcrumb a:hover {
  color: var(--primary);
}

/* Woocommerce sort by dropdown */
.conveywp_body
  .woocommerce-ordering
  .select2-container--default
  .select2-selection--single,
.upcoming-products .select2-container--default .select2-selection--single,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_country_field
  .select2-selection,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_state_field
  .select2-selection,
.conveywp_body
  .site-wrapper
  .select2-container--default
  .select2-selection--single {
  height: 50px;
  background: var(--background);
  border: none;
  border-radius: 15px;
  font-size: 14px;
}

.conveywp_body
  .woocommerce-ordering
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.conveywp_body
  .upcoming-products
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.conveywp_body
  .site-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #d6d6d6;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.conveywp_body
  .woocommerce-ordering
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_country_field
  .select2-selection
  .select2-selection__arrow,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_state_field
  .select2-selection
  .select2-selection__arrow,
.conveywp_body
  .upcoming-products
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.conveywp_body
  .site-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: inherit;
  right: 10px;
}

.conveywp_body
  .woocommerce-ordering
  .select2-container--default.select2-container--open
  .select2-selection--single,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_country_field
  .select2-container--open
  .select2-selection--single,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_state_field
  .select2-container--open
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* shop page product card */
.prod_item .prod_title .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

/* Home page - Tabbed product section */
.tabbed-products .elementor-tabs-content-wrapper .elementor-tab-content > p,
.conveywp_body .tabbed-products .product_layout .read_more_btn {
  display: none;
}

/* Product card marketplace icons */
.prod_card .market_places .markets img,
.market_places .markets img {
  display: inline-block;
  width: 20px;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

.prod_card .market_places {
  display: flex;
  gap: 15px;
}

/* carousel spacing */
.product_carousel.row {
  margin: 0;
}

/* Product card title */
.product_listing_wrapper
  .product_layout
  .prod_item
  .prod_card
  .prod_title_wrap
  a:hover,
.prod_title_wrap
  .prod_title
  .wcfmmp_sold_by_store
  .wcfm_dashboard_item_title:hover {
  color: #c0c1c2;
}

/* Product List layout */
.product_list.row {
  margin: 0 -15px;
}

.product_list .prod_title_btm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product_list h3.prod_title_txt {
  margin-bottom: 20px;
}

.product_list .cont_rgt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

/* Login/register pages */
.conveywp_body .woocommerce .woocommerce-form {
  border: none;
  padding: 0;
  margin: 0;
}

.conveywp_body .woocommerce .woocommerce-form .form-row {
  padding: 0;
  margin-bottom: 30px;
  float: none;
}

.conveywp_body .woocommerce .woocommerce-form .form-row label,
.conveywp_body .lost_reset_password .woocommerce-form-row label {
  display: inline-flex;
  align-items: center;
  color: var(--body);
  line-height: normal;
  margin-bottom: 10px;
}

.conveywp_body .select_role + .select2-container {
  width: 100% !important;
}

.conveywp_body
  .woocommerce
  .woocommerce-form
  .form-row
  .woocommerce-form-login__rememberme {
  gap: 8px;
  margin-bottom: 15px;
}

.conveywp_body .woocommerce form[class^="woocommerce"] .form-row input:not([type="checkbox"]),
.conveywp_body.woocommerce-account .woocommerce .woocommerce-MyAccount-content #add_payment_method #payment .payment_box .form-row .wc-stripe-elements-field,
/* my account edit address fields */
.conveywp_body.woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper input:not(.input-checkbox),
/* comment form */
.comments-area .comment-form input,
.comments-area .comment-form textarea,
input#user_login {
  background-color: var(--background);
  height: 50px;
  color: #d6d6d6;
  font-family: "Bai Jamjuree", sans-serif;
  border-radius: 15px;
  padding: 12px 20px;
  border: none;
}

.conveywp_body .woocommerce .woocommerce-form .form-row .password-input {
  width: 100%;
}

.conveywp_body .woocommerce .woocommerce-form .woocommerce-privacy-policy-text {
  color: var(--body);
  margin-bottom: 20px;
}

.conveywp_body .woocommerce .woocommerce-form .form-row:last-of-type {
  margin-bottom: 30px;
}

.conveywp_body .login-wrap .woocommerce .woocommerce-form p:nth-last-child(3) {
  margin-bottom: 30px;
  display: block;
}

.conveywp_body
  .login-wrap
  .woocommerce
  .woocommerce-form
  p:nth-last-child(3)
  .woocommerce-button {
  float: none;
  display: block;
}

/* ---------------------------Vendor-single page--------------------------- */
.conveywp_body #wcfm_store_header .logo_area {
  box-shadow: none;
  position: static;
  background: none;
  border: 5px solid var(--body);
  width: 110px;
  height: 110px;
}

.conveywp_body .wcfmmp-single-store-holder .header_area .header_store_name {
  display: inline-flex;
  gap: 15px;
}

.conveywp_body .wcfmmp-store-page-wrap .products-wrapper p.woocommerce-info {
  width: 100%;
  padding-right: 25px;
}

.conveywp_body #wcfm_store_header .logo_area a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.conveywp_body #wcfm_store_header .logo_area a img {
  position: static;
  transform: none;
  object-fit: cover;
}

.conveywp_body #wcfm_store_header .user_reg {
  display: flex;
  align-items: center;
}

.conveywp_body #wcfm_store_header .user_reg span {
  display: inline-block;
  width: auto;
}

.conveywp_body #wcfm_store_header .user_reg .meta_label {
  margin-bottom: 0;
  color: var(--body);
}

.conveywp_body #wcfm_store_header .wcfm_store_title {
  font-weight: 600;
}

.conveywp_body #wcfmmp-store .social_area {
  width: auto;
  height: auto;
  min-height: auto;
  background: none !important;
}

.conveywp_body #wcfm_store_header .user_reg {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  flex: 0 0 100%;
}

.conveywp_body #wcfm_store_header .user_reg span {
  display: inline-block;
  width: auto;
}

.conveywp_body #wcfm_store_header .user_reg .meta_label {
  font-weight: 700;
  margin-bottom: 0;
  color: #626262;
  font-size: 15px;
}
.conveywp_body #wcfm_store_header .user_reg span {
  line-height: 10px;
  font-size: 14px;
}

.conveywp_body #wcfm_store_header .wcfm_store_title {
  font-weight: 600;
  display: flex;
  gap: 10px;
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.wcfmmp-store-page #wcfm_store_header .wcfm_store_title {
  font-weight: 600;
  display: flex;
  gap: 10px;
  flex: 0 0 100%;
  margin-bottom: 5px;
  line-height: 25px;
}

.conveywp_body #wcfm_store_header .address {
  position: static;
  padding-left: 0;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 15px;
}

.conveywp_body #wcfm_store_header .header_left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  margin-left: 0;
  padding: 0;
}

.conveywp_body #wcfmmp-store .logo_area_after {
  display: none;
}

.conveywp_body #wcfm_store_header .header_wrapper .store_info,
.conveywp_body #wcfm_store_header .header_wrapper .store_info ul {
  display: flex;
  padding-bottom: 0;
  gap: 15px;
  align-items: center;
}

.conveywp_body #wcfm_store_header .header_wrapper .store_info ul li {
  padding: 0;
}

.conveywp_body #wcfm_store_header .header_wrapper .store_info i {
  display: inline-block;
  vertical-align: unset;
  font-size: 20px;
  line-height: normal;
  transition: all 0.3s ease;
}

.conveywp_body #wcfmmp-store div.store_info_parallal span {
  margin-left: 0;
}

.conveywp_body #wcfmmp-store .address a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #494949;
  border-radius: 50%;
}

.conveywp_body #wcfmmp-store .address a:hover {
  color: #000 !important;
  background: var(--hover);
}
.conveywp_body #wcfmmp-store .address .wcfmmp_store_header_email a,
.conveywp_body #wcfmmp-store .address .wcfmmp_store_header_email a i,
.conveywp_body #wcfmmp-store .address .store_header_web a,
.conveywp_body #wcfmmp-store .address .store_header_web a i {
  color: #d6d6d6 !important;
}
.conveywp_body #wcfmmp-store .address .wcfmmp_store_header_email a:hover,
.conveywp_body #wcfmmp-store .address .wcfmmp_store_header_email a:hover i,
.conveywp_body #wcfmmp-store .address .store_header_web a:hover,
.conveywp_body #wcfmmp-store .address .store_header_web a:hover i {
  color: #000 !important;
}
#wcfmmp-store .address i {
  color: #d6d6d6 !important;
}
#wcfmmp-store .address i:hover {
  color: #000 !important;
}
.conveywp_body #wcfmmp-store .address .wcfmmp_store_header_email a:hover,
.conveywp_body #wcfmmp-store .address .store_header_web a:hover {
  color: #000 !important;
}

/* .conveywp_body #wcfmmp-store .address a i {
  color: #000 !important;
} */

/* .conveywp_body #wcfmmp-store .address a:hover i {
  color: unset !important;
} */

.conveywp_body #wcfm_store_header .header_right {
  position: static;
  align-items: end;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.conveywp_body #wcfm_store_header .header_right .bd_icon_area {
  position: static;
  margin: 0;
  display: flex;
  gap: 15px;
  width: auto;
  max-width: 100%;
}

.conveywp_body #wcfmmp-store .social_area ul {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conveywp_body #wcfm_store_header .header_wrapper * {
  float: none;
}

.conveywp_body #wcfm_store_header .header_wrapper .header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1420px;
  margin: 0 auto;
  max-width: 100%;
}

.conveywp_body #wcfm_store_header .header_right .bd_icon_area .bd_icon_box {
  margin: 0;
}

.conveywp_body #wcfm_store_header .header_right .bd_icon_area .bd_icon_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
  font-family: Bai Jamjuree, sans-serif;
  border-radius: 15px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 6px 20px;
  height: auto;
  color: #000 !important;
}
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a
  span,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a
  span:hover,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a:hover
  i,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a:hover {
  color: #000 !important;
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow {
  background-color: transparent !important;
  transition: all 0.3s ease;
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow
  span,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow
  i {
  color: var(--primary) !important;
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow:hover {
  background-color: var(--hover);
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow:hover
  i,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .follow:hover
  span {
  color: #000 !important;
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a:hover {
  border-color: var(--hover);
  background-color: var(--hover) !important;
}
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .wcfm_followings_delete {
  color: #d6d6d6 !important;
  border-color: #d6d6d6;
}
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .wcfm_followings_delete
  span,
.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  .wcfm_followings_delete
  i {
  color: #d6d6d6 !important;
}

.conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a
  span {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 600;
}

.conveywp_body #wcfmmp-store .header_right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  gap: 10px;
}

.conveywp_body #wcfmmp-store .header_right ul li {
  padding: 0;
  margin: 0;
}

.conveywp_body #wcfmmp-store #wcfm_store_header {
  background: none !important;
}

.conveywp_body #wcfmmp-store .header_wrapper {
  padding: 50px;
  background: var(--background);
  /* width: 1200px; */
  max-width: 100%;
  /* border-radius: 15px; */
  margin-bottom: 50px;
}

.conveywp_body #wcfmmp-store {
  box-shadow: none;
}
.conveywp_body
  #wcfm_store_header
  .header_wrapper
  .header_area
  .header_right-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.conveywp_body #wcfmmp-store .social_area ul li a i {
  color: #000 !important;
  position: static;
  transform: none;
  font-size: 16px;
}

.conveywp_body #wcfmmp-store .social_area ul li {
  background: none !important;
  width: auto;
  height: auto;
}

.conveywp_body #wcfmmp-store .social_area ul li a {
  display: inline-flex;
  line-height: normal;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
}

.conveywp_body #wcfmmp-store .social_area ul li a {
  display: inline-flex;
  line-height: normal;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: #000 !important;
}

.conveywp_body #wcfmmp-store .social_area ul li a:hover {
  background-color: var(--hover);
}

.conveywp_body #wcfmmp-store .report_share_icons a {
  font-size: 16px;
  color: #767575;
}

.conveywp_body #wcfmmp-store .report_share_icons a:hover {
  color: #d6d6d6;
}

.conveywp_body #wcfmmp-store .report_share_icons .icons_list {
  gap: 20px;
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_address span,
.conveywp_body #wcfmmp-store .wcfmmp_store_header_address i {
  display: none;
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_address a {
  position: relative;
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_address a::before {
  content: "\eb1c";
  font-family: "LineIcons";
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_phone a {
  font-size: 0;
  position: relative;
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_phone a::before {
  content: "\eb4b";
  font-size: 16px;
  font-family: "LineIcons";
}

.conveywp_body
  .wcfmmp-single-store-holder
  .address
  .wcfmmp_store_header_address {
  display: inline-block;
  padding-bottom: 0;
}

.conveywp_body #wcfm_store_header .social_share {
  display: none;
}

/* vendor page body */
.conveywp_body .body_area .spacer,
.conveywp_body .wcfmmp-store-page-wrap .spacer {
  display: none;
}

.conveywp_body #wcfmmp-store .right_side {
  padding: 0;
  order: 2;
}

.conveywp_body .body_area {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding-bottom: 60px;
}

.conveywp_body .prod_item span.acoplw-badge {
  display: block;
}

.conveywp_body #wcfmmp-store .body_area * {
  float: none;
}

.conveywp_body #wcfmmp-store #wcfm_store_header p {
  padding-bottom: 0;
}

.conveywp_body #wcfmmp-store .wcfmmp_store_header_phone {
  margin-right: 0 !important;
}

/* ---Sidebar--- */

.conveywp_body #wcfmmp-store .body_area .left_sidebar {
  border: none;
  background-color: transparent !important;
  padding: 0;
  order: 1;
  width: 20%;
}

/* navigation tabs */
.conveywp_body #wcfmmp-store .body_area .tab_area .tab_links {
  border: none;
  background: none;
  margin-bottom: 30px;
  float: none;
}

.conveywp_body #wcfmmp-store .body_area .tab_area .tab_links li {
  border: none;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  float: none;
  display: inline-block;
  margin-bottom: unset;
}

.conveywp_body #wcfmmp-store .tab_area .tab_links li a {
  color: var(--body) !important;
  border-radius: 15px;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0;
}

.conveywp_body #wcfmmp-store .tab_area .tab_links li a:hover {
  color: var(--primary) !important;
}
#wcfmmp-store .products-wrapper .woocommerce-result-count {
  padding: 0 0 20px 20px;
  line-height: 18px;
  margin: 0;
}

#wcfmmp-store .tab_area .tab_links li:hover a {
  color: var(--primary) !important;
}

.conveywp_body #wcfmmp-store .body_area .tab_area .tab_links li.active {
  background: none;
  border: none !important;
}
.conveywp_body #wcfmmp-store .body_area .tab_area .tab_links li {
  padding: 0 10px;
}
.conveywp_body #wcfmmp-store .body_area .tab_area .tab_links li:first-child {
  padding: 0 10px 0 0px;
}

.conveywp_body #wcfmmp-store .tab_area .tab_links li.active a {
  color: var(--primary) !important;
  background-color: transparent;
  border-bottom: 1px solid #22ca7b;
  border-radius: 0;
  padding: 0;
  padding-bottom: 20px;
}
.conveywp_body #wcfmmp-store .tab_area .tab_links_area .tab_links {
  border-bottom: 1px solid #414141;
  margin-bottom: 30px;
  margin-left: 20px;
}

.conveywp_body #wcfmmp-store .tab_area .tab_links li:after {
  display: none;
}

/* Followers tab */
.conveywp_body #wcfmmp-store table {
  width: 100%;
  border: none;
}

.conveywp_body #wcfmmp-store table tr {
  /* margin: 0 -15px; */
  display: block;
}
.conveywp_body #wcfmmp-store .tab_area .tab_links li:first-child {
  padding-left: 0;
}

.conveywp_body #wcfmmp-store table tr td {
  display: inline-block;
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}

.conveywp_body #wcfmmp-store table tr td .wcfm_vendor_follower {
  background: var(--background);
  padding: 20px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  gap: 20px;
}

.conveywp_body #wcfmmp-store table tr td .wcfm_vendor_follower img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.conveywp_body #wcfmmp-store table tr td .wcfm_vendor_follower br {
  display: none;
}

.conveywp_body #wcfmmp-store table tr td .wcfm_vendor_follower strong {
  color: #d6d6d6;
  font-size: 16px;
}

/* About tab */

.conveywp_body
  #wcfmmp-store
  .tab_area
  > div:last-child:not(#follow, #products) {
  background: var(--background);
  box-shadow: none;
  color: var(--body);
  padding: 30px;
  margin: 0;
  border-radius: 15px;
}

.conveywp_body #wcfmmp-store .wcfm_store_description,
.conveywp_body #wcfmmp-store .policies_area {
  background: none;
  box-shadow: none;
  color: var(--body);
  padding: 0;
  margin: 0;
}

.conveywp_body #wcfmmp-store .wcfm_store_description p,
.conveywp_body #wcfmmp-store .policies_area .wcfm_policies_description p,
.conveywp_body #wcfmmp-store .policies_area .wcfm_policies_description ul li {
  line-height: 1.5;
  color: var(--body);
}

/* Policies tab */
.conveywp_body #wcfmmp-store .policies_area .wcfm_policies_heading {
  color: #d6d6d6 !important;
  border: none;
  padding-bottom: 0;
}

.conveywp_body ul .awf-filter-container:last-child {
  margin-bottom: 0;
}

/* Quick edit buttons , sold by field */
.conveywp_body .wcfm_buttons,
.conveywp_body.woocommerce .wcfmmp_sold_by_container {
  display: none;
}

/* Product title - Vendor page */
.conveywp_body
  #wcfmmp-store
  .product_layout
  .prod_item
  .prod_card
  .img_wrap
  .prod_title_wrap
  .prod_title
  h2 {
  color: #d6d6d6 !important;
}

/* Product image - Vendor page */
.conveywp_body
  #wcfmmp-store
  .product_layout
  .prod_item
  .prod_card
  .img_wrap
  img {
  height: 300px;
}

/* Product card - Vendor page */
.conveywp_body .product_layout .prod_item,
.product_listing_wrapper .product_layout .prod_item {
  margin-bottom: 30px;
  padding: 0 15px;
  height: auto;
  order: 2;
}

/* Product row - Vendor page */
.conveywp_body #wcfmmp-store #products .product_layout,
.product_listing_wrapper #products .product_layout {
  margin: 30px -15px 0;
  width: 100%;
}

/* Sale badge */
.conveywp_body.woocommerce span.onsale {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
  min-width: auto;
  min-height: auto;
}

/* Shop page sidebar */
aside#sidebar {
  height: auto;
  position: static;
}

/* Shop page pagination */
.conveywp_body.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: inline-flex;
  gap: 15px;
}

.conveywp_body.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.conveywp_body.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 40px;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 15px;
  color: var(--primary);
}

.conveywp_body.woocommerce nav.woocommerce-pagination ul li a:focus,
.conveywp_body.woocommerce nav.woocommerce-pagination ul li a:hover,
.conveywp_body.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--primary);
  color: #d6d6d6;
}

/* ---------------------------- Shop page ----------------------------  */
/* container */
.conveywp_body.woocommerce-shop .content-area .container {
  width: 1450px;
  padding: 0 15px;
}

/* Shop page sidebar and content order */
.conveywp_body.woocommerce-shop .product_listing_wrapper {
  margin: 0 -15px;
  margin-bottom: 60px;
}

.conveywp_body.woocommerce-shop .product_listing_wrapper .pull-left {
  width: 80%;
  order: 2;
  padding: 0 15px;
}

.product_listing_wrapper.row .shop_sidebar,
.product_listing_wrapper.row .col-md-3 {
  order: 1;
  width: 20%;
  padding: 0 15px;
}

/* Shop page result count */
.conveywp_body.woocommerce .woocommerce-result-count {
  color: var(--body);
  margin-bottom: 0;
}

.conveywp_body .before_content {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.conveywp_body .before_content .woocommerce-ordering {
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}

/* Product filters options*/
.conveywp_body .awf-filter-container label::before {
  font-size: 16px;
  width: 16px;
  line-height: normal;
  display: block;
  height: 16px;
}

.conveywp_body
  .select2-container
  .orderby
  .select2-results
  .select2-results__options {
  max-height: max-content;
  background: var(--background);
}
.select2-results .select2-results__options {
  max-height: max-content;
  background: var(--background);
}
.select2-results__option--highlighted {
  background-color: #2c2b2bfa !important;
}

.conveywp_body .awf-filter-container label {
  gap: 5px;
  align-items: center;
}

/* Vendor page filters options */
.conveywp_body #wcfmmp-store ul li {
  padding: 0;
}

.conveywp_body #wcfmmp-store ul .awf-children-container {
  margin: 20px 0 20px 20px;
}

.conveywp_body #wcfmmp-store .awf-filters-container > ul {
  margin: 35px 0 0 30px;
  padding-bottom: 0;
}

.conveywp_body #wcfmmp-store .body_area .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.conveywp_body.woocommerce #wcfmmp-store .woocommerce-result-count {
  flex: 0 0 auto;
  padding-bottom: 0;
}

.conveywp_body #wcfmmp-store .body_area .woocommerce-ordering {
  flex: 0 0 auto;
}

/* .conveywp_body #wcfmmp-store .body_area .woocommerce-ordering .select2 {
  width: auto !important;
} */

.conveywp_body #wcfmmp-store .body_area .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}

.conveywp_body #wcfmmp-store .product_layout {
  margin-top: 20px;
}

.conveywp_body #wcfmmp-store .wcfm-clearfix {
  display: none;
}

/* Reset filters button */
.awf-reset-btn-container.awf-bottom-reset-btn-container {
  margin-top: 20px;
}

/* Custom badges */
.products .acoplw-badge-icon {
  text-transform: uppercase;
  font-weight: 500;
}

.conveywp_body .product_single_img .acoplw-badge .acoplw-badge-icon {
  width: auto !important;
  left: 25px !important;
  border-radius: 15px !important;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

/* --------------------------------- Single product --------------------------------- */
.product-single-wrapper {
  margin-bottom: 50px;
}

.single-product .image_popup {
  width: inherit;
  height: 100%;
  overflow: hidden;
}

.single-product .image_popup a {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.single-product .image_popup a img {
  height: inherit;
  width: inherit;
  border-radius: 15px;
}

.single-product .vbox-container {
  overflow-y: hidden;
}

.single-product .vbox-overlay .vbox-content img {
  height: auto !important;
  width: auto !important;
}

.single-product .vbox-close {
  font-size: 40px;
  right: 20px;
  width: auto;
  height: auto;
  line-height: normal;
}

.single-product .product_top_area > div {
  padding: 0 15px;
}

.single-product .product_top_area {
  margin: 30px -15px 60px;
}

.single-product.woocommerce .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.thumb_image_gallery .product-item .swiper-slide {
  width: 100% !important;
}

.thumb_image_gallery .product-item .swiper-slide img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.single-product .woocommerce-product-gallery__image {
  width: inherit;
}

.single-product .woocommerce-product-gallery__image a {
  width: inherit;
  height: auto;
  display: inline-block;
}

.single-product .product_image_sliders {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.single-product .product_image_sliders .product_main_slide {
  flex: 0 0 calc(70% - 10px);
}

.single-product .product_image_sliders .thumb_image_gallery {
  flex: 0 0 calc(30% - 10px);
}

/* Product title area  */
.single-product .product-summary a {
  color: var(--primary);
}

.single-product .product-summary a:hover {
  color: var(--hover);
}

.single-product .product_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* product title */
.single-product .product-summary .product_title {
  color: #d6d6d6;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Product actions */
.single-product .product_title_wrap .report_share_icons ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 20px;
  margin-bottom: 0;
}
.single-product .product_title_wrap .report_share_icons ul li {
  transition: all 0.5s ease;
}
.single-product .product_title_wrap .report_share_icons ul li:hover {
  transform: translateY(-10%);
  /* background: #86868645;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%; */
}

.single-product .product_title_wrap .report_share_icons ul li a {
  color: #d6d6d6;
  font-size: 20px;
}

.single-product .product_title_wrap .report_share_icons ul .report_icon a {
  color: #f77474;
  font-size: 24px;
}

.single-product .product_title_wrap .report_share_icons ul .fav_icon a {
  font-size: 22px;
}

.single-product .product_title_wrap .report_share_icons ul .fav_icon a {
  color: red;
}

.single-product .title_bottom_meta {
  border-bottom: 1px solid #414141;
  margin: 25px 0;
}

.conveywp_body.woocommerce .star-rating span::before,
.conveywp_body.woocommerce .star-rating::before {
  color: gold;
}

.single-product .meta_list,
.single-product .metalist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  /* gap: 24px; */
  margin: 0 -15px 30px -15px;
}

.single-product .meta_list li:not(.prod_opensea) {
  flex: 1 1 25%;
  max-width: 100%;
  line-height: normal;
  padding: 0 15px;
  margin-bottom: 30px;
}

.single-product ul li label {
  color: #d6d6d6;
  font-size: 15px;
  font-weight: 600;
  display: block;
  line-height: normal;
  margin-bottom: 15px;
}

.single-product ul li span {
  color: var(--body);
  font-size: 14px;
  font-weight: 500;
}
.single-product .prod_discord .discord_ico,
.single-product .prod_discord .tweet_ico {
  font-size: 20px;
  padding: 0 2px;
}
.single-product .metalist li {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  padding: 0 15px;
  line-height: normal;
  gap: 20px;
}

.single-product .metalist .blockchain {
  justify-content: end;
}

.single-product .metalist .market_places .markets img {
  width: 35px;
  height: 35px;
}

.single-product .metalist li label {
  margin-bottom: 0;
}

.single-product .collect_link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-product .collect_link label {
  color: #d6d6d6;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.single-product .collect_link span {
  line-height: normal;
}

.single-product
  .wcfm_custom_field_display.wcfm_custom_field_display_product-meta,
.single-product .product-summary .wcfm-clearfix,
.single-product .woocommerce-product-details__short-description,
.single-product .product-summary > br,
.single-product .product-summary .sku_wrapper {
  display: none;
}

/* product default meta */
.single-product
  .product-summary
  .wcfm_catalog_enquiry_button_wrapper
  .wcfm_catalog_enquiry {
  margin: 0 !important;
  float: none;
  border: none !important;
  background-color: var(--primary) !important;
  border-radius: 15px;
  padding: 10px;
  box-shadow: none;
  display: inline-block;
}

.single-product
  .product-summary
  .wcfm_catalog_enquiry_button_wrapper
  .wcfm_catalog_enquiry:hover {
  background-color: var(--hover) !important;
}

.single-product .product-summary .product_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-product .product-summary .wcfm_catalog_enquiry_button_wrapper {
  margin: 30px 0;
}

.single-product .product-summary .wcfmmp_sold_by_container_advanced {
  min-width: unset;
  border: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.single-product li.prod_opensea {
  line-height: normal;
  width: 100%;
  padding: 0 15px;
}

.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_label {
  margin: 0 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: unset;
  font-style: normal;
  color: #d6d6d6;
  text-transform: capitalize;
}

.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_container_left {
  margin: 0 10px 0 0;
  width: auto;
}

.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_container_right
  a {
  font-size: 16px;
  line-height: normal;
  color: var(--primary) !important;
}

.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_container_right
  a:hover {
  color: var(--hover) !important;
}

.single-product
  .product-summary
  .wcfmmp_sold_by_container_right
  .wcfmmp_sold_by_wrapper
  .wcfmmp_sold_by_store {
  font-size: unset;
}

.single-product .product-summary .product_meta .posted_in {
  color: #d6d6d6;
  font-weight: 400;
  font-size: 15px;

  gap: 15px;
  line-height: 22px;
  display: flex;
  align-items: end;
}
.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_container_left
  img {
  width: 40px;
}

.single-product .product-summary .product_meta .posted_in a {
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
}

/* Product single tabs */

.single-product
  .product-summary
  .wcfmmp_sold_by_container_advanced
  .wcfmmp_sold_by_container_right {
  line-height: normal;
}

.conveywp_body.single-product .product_bottom_area .woocommerce-tabs .wc-tabs {
  padding-left: 0;
  margin: 0 -15px 35px -15px;
  display: flex;
  flex-wrap: wrap;
}

.conveywp_body.single-product
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs::before {
  border-bottom: none;
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0 15px;
  line-height: normal;
  flex: 0 0 20%;
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li:last-child {
  margin-bottom: 0;
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li::before,
.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li::after {
  border: none;
  box-shadow: none;
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li
  a {
  padding: 12px 18px;
  color: var(--body);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li
  a:hover {
  color: #d6d6d6;
  background: var(--primary);
}

.conveywp_body.single-product
  #content
  .product_bottom_area
  .woocommerce-tabs
  .wc-tabs
  li.active
  a {
  background-color: var(--primary);
  color: #d6d6d6;
}

/* Tab contents */
.single-product.woocommerce div.product .woocommerce-tabs .panel {
  background-color: var(--background);
  padding: 30px;
  border-radius: 15px;
  color: var(--body);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
  color: #d6d6d6;
  font-weight: 700;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel p {
  color: var(--body);
  font-weight: 300;
  padding: 5px 0;
}

.single-product .woocommerce-product-details__short-description p {
  color: var(--body);
}

.single-product.woocommerce .product_bottom_area table.shop_attributes {
  margin-bottom: 0;
  border: none;
}

.single-product.woocommerce
  table.shop_attributes
  .woocommerce-product-attributes-item__label {
  color: #d6d6d6;
  font-weight: 600;
  border: none;
  padding: 0;
}

.single-product.woocommerce
  table.shop_attributes
  .woocommerce-product-attributes-item__value {
  border: none;
}

.single-product.woocommerce
  table.shop_attributes
  .woocommerce-product-attributes-item__value
  p {
  padding: 0;
}

.single-product .woocommerce-product-attributes-item {
  display: block;
}

.single-product .woocommerce-product-attributes-item:not(:last-child) {
  margin-bottom: 10px;
}

.single-product.woocommerce
  table.shop_attributes
  .woocommerce-product-attributes-item__value
  p
  a {
  font-style: normal;
  font-weight: 500;
}

.single-product .related.products > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #d6d6d6;
  margin-bottom: 55px;
}

.single-product .prod_custom_meta .metalist::before,
.single-product .prod_custom_meta .metalist::after {
  display: none;
}

.conveywp_body.woocommerce .star-rating span::before,
.conveywp_body.woocommerce .star-rating::before {
  color: gold;
}

.single-product.woocommerce
  div.product
  .woocommerce-tabs
  .panel
  .woocommerce-Reviews
  .commentlist {
  padding: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: none;
  position: static;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 0;
  border: none;
}

.single-product.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment_container {
  display: flex;
  align-items: start;
  gap: 30px;
}

.single-product.woocommerce #review_form #respond p {
  margin-bottom: 0;
}

.single-product.woocommerce #review_form #respond .stars a {
  color: #ffd700;
}

.single-product #review_form_wrapper {
  margin-top: 40px;
}

.single-product.woocommerce #review_form #respond .stars:hover a {
  color: #ffd700;
}

.single-product .comment-form-rating label {
  display: block;
}

.single-product.woocommerce #review_form #respond .stars span {
  display: inline-block;
}

.single-product.woocommerce #review_form #respond .select2 {
  width: 100% !important;
  margin-bottom: 15px;
}

.single-product.woocommerce #review_form #respond .select2 .select2-selection,
.single-product.woocommerce
  #review_form
  #respond
  .select2
  .select2-selection
  span {
  height: 50px;
  line-height: 50px;
  border-radius: 15px;
  background: black;
  border: none;
  color: var(--body);
}

.single-product.woocommerce #review_form #respond .comment-form-comment {
  margin: 20px 0;
}

.single-product.woocommerce
  #review_form
  #respond
  .comment-form-comment
  #comment {
  border-radius: 15px;
  background: black;
  overflow: hidden;
}

.single-product.woocommerce #review_form #respond .form-submit #submit {
  border-radius: 15px;
  font-size: 16px;
  padding: 15px 30px;
  background-color: var(--primary);
  color: #d6d6d6;
  font-weight: 600;
  line-height: normal;
  font-family: "Bai Jamjuree";
  transition: all 0.3s ease;
}

.single-product.woocommerce #review_form #respond .form-submit #submit:hover {
  background: var(--hover);
}

/* -------------------------Upcoming products table---------------------------- */
.conveywp_body .section-title {
  color: #d6d6d6;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
}

.conveywp_body .section-title span {
  color: var(--primary);
}

.conveywp_body .filter-wrap {
  gap: 10px;
  margin: 45px 0 50px;
  flex-wrap: wrap;
}

.conveywp_body .filter-wrap .filter-form {
  width: calc(90% - 10px);
  display: flex;
  gap: 20px;
}

.conveywp_body .filter-wrap .sort-by {
  width: 20%;
}

.conveywp_body .filter-wrap .product-search {
  width: 80%;
}

.conveywp_body .filter-wrap .product-search input {
  padding-left: 60px;
  color: #d6d6d6;
}

.conveywp_body .filter-wrap .product-search input:placeholder {
  color: var(--body);
}

.conveywp_body .filter-wrap .product-search i {
  color: var(--body);
  font-size: 19px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.conveywp_body .filter-wrap .sort-by {
  width: 20%;
}

.prod_table .product_layout {
  margin: 0;
}

.conveywp_body .products-table {
  background: var(--background);
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}

.conveywp_body .products-table .title-wrap {
  background: #131313;
  padding: 25px;
  gap: 22px;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #414141;
}

.conveywp_body .products-table .title-wrap div {
  margin-bottom: 0;
  font-weight: 600;
  color: #d6d6d6;
}

.prod_table .product_layout .table_item {
  padding: 0;
  margin: 0;
  background-color: #131313;
}

.prod_table .product_layout .table_item .product {
  padding: 25px;
}

.prod_table .product_layout .table_item .product {
  gap: 22px;
  flex-flow: row wrap;
}

.conveywp_body .products-table .title-wrap div,
.conveywp_body .products-table .prod_item .product > div {
  width: calc(10% - 10px);
}
.conveywp_body .products-table .title-wrap .proj_action,
.conveywp_body .products-table .prod_item .product .proj_action {
  width: calc(14% - 10px);
}
.conveywp_body .products-table .title-wrap .proj_date,
.conveywp_body .products-table .prod_item .product .proj_date {
  width: calc(12% - 10px);
}

.conveywp_body .products-table .title-wrap .number_row,
.conveywp_body .products-table .prod_item .product .number_row {
  width: calc(4% - 14px);
  padding-left: 5px;
}

.conveywp_body .products-table .title-wrap .project_title,
.conveywp_body .products-table .prod_item .product .project_title {
  width: calc(24% - 14px);
}

.conveywp_body .products-table .prod_item .product p,
.conveywp_body .products-table .prod_item .product span {
  color: var(--body);
  line-height: 1.3;
  display: inline-block;
  font-size: 14px;
}

.conveywp_body .products-table .prod_item .product a {
  color: var(--primary);
}

.conveywp_body .products-table .prod_item .product a:hover {
  color: var(--hover);
}

.conveywp_body .products-table .products-wrap .product p {
  display: inline-block;
  margin-bottom: 0;
  color: var(--body);
}

.conveywp_body .products-table .products-wrap .product p a:hover {
  color: var(--hover);
}

.conveywp_body .products-table .products-wrap {
  padding: 20px;
}

.conveywp_body .products-table .products-wrap .product {
  gap: 15px;
  text-align: center;
  flex-wrap: wrap;
}

.conveywp_body .products-table .products-wrap .product:not(:last-child) {
  margin-bottom: 30px;
}

.conveywp_body .products-table .prod_item .product .project_title {
  gap: 15px;
}

.conveywp_body .products-table .prod_item .product .project_title .project_img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_img
  a {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_name {
  flex: 0 0 calc(100% - 95px);
}
.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_name
  .prod_title_txt {
  font-size: 16px;
  margin: 0;
}

.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_name
  a {
  color: #d6d6d6;
  font-weight: 600;
}

.conveywp_body
  .products-table
  .prod_item
  .product
  .project_title
  .project_name
  a:hover {
  color: var(--primary);
  font-weight: 600;
}

.conveywp_body .products-table .prod_item .product .sr-no {
  color: #d6d6d6;
}

.conveywp_body .products-table .prod_item .product .proj_action a {
  padding: 8px 15px;
  background: var(--primary);
  color: #000;
  font-size: 14px;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  text-transform: uppercase;

  width: 100%;
}

.conveywp_body .products-table .prod_item .product .proj_action a:hover {
  background-color: var(--hover);
}

.conveywp_body .filter-wrap .layout_switch {
  width: 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.conveywp_body .filter-wrap .layout_switch .switch {
  background: var(--background);
  color: #d6d6d6;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conveywp_body .filter-wrap .layout_switch .switch:hover,
.conveywp_body .filter-wrap .layout_switch .switch.active {
  color: var(--primary);
}

.conveywp_body .prod_table .read_more_btn a {
  margin-top: 50px;
}

/* ---------------------------------Upcoming products list----------------------------- */
/* filters area */
.upcoming-products .product_listing_wrapper {
  margin-bottom: 0;
}

.upcoming-products .product_listing_wrapper .search_sort {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 55px;
}

.upcoming-products .product_listing_wrapper .search_sort .search_area {
  flex: 1 1 90%;
}

.upcoming-products .product_listing_wrapper .search_sort .layout_switch {
  flex: 1 1 10%;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .layout_switch
  .switcher_icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .layout_switch
  .switcher_icons
  a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: var(--background);
  border-radius: 15px;
  color: #d6d6d6;
  cursor: pointer;
  font-size: 20px;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .layout_switch
  .switcher_icons
  a:hover {
  color: var(--primary);
}

.upcoming-products .product_listing_wrapper .search_sort .search_area form {
  display: flex;
  gap: 25px;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .search_area
  form
  .search-input-wrap {
  flex: 1 1 80%;
  position: relative;
  color: var(--body);
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .search_area
  form
  .search-input-wrap
  i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .search_area
  form
  .search-input-wrap
  input {
  color: #d6d6d6;
  padding-left: 60px;
  background: var(--background);
  height: 50px;
  border-radius: 15px;
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .search_area
  form
  .search-input-wrap
  input::placeholder {
  color: var(--body);
}

.upcoming-products
  .product_listing_wrapper
  .search_sort
  .search_area
  form
  .sort-wrap {
  flex: 1 1 20%;
}

/* Products area */
.upcoming-products .product_listing_wrapper .upcoming_prod_list .row {
  margin: 0;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card {
  display: flex;
  padding: 30px;
  gap: 30px;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_thumbnail {
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 calc(25% - 15px);
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .acoplw-badge-icon {
  z-index: 22;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_thumbnail
  img {
  height: 270px;
  position: relative;
  z-index: 1;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont {
  flex: 0 0 calc(75% - 15px);
  padding: 0;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .prod_cont_top {
  display: block;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .prod_title_txt {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .upcoming_date {
  margin: 15px 0;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .upcoming_date
  #countdown_date
  span {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .prod_desc
  p {
  color: var(--body);
  font-size: 16px;
  line-height: 25px;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .meta_list
  li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .meta_list
  li
  label {
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.upcoming-products
  .product_listing_wrapper
  .upcoming_prod_list
  .row
  .prod_card
  .prod_cont
  .meta_list
  li
  span {
  line-height: normal;
  font-size: 15px;
  font-weight: 500;
  color: var(--body);
}

/* Select2 */
.upcoming-products .select2-container--default .select2-selection--single {
  height: 50px;
  background: var(--background);
  border: none;
  border-radius: 15px;
}

/* bottom opening dropdown */
.conveywp_body .select2-container--default .prod_sort.select2-dropdown--below,
.conveywp_body .select2-container--default .orderby.select2-dropdown--below,
.conveywp_body
  .select2-container--default
  .country_select.select2-dropdown--below,
.conveywp_body
  .select2-container--default
  .state_select.select2-dropdown--below,
.conveywp_body
  .site-wrapper
  ~ .select2-container--default
  .select2-dropdown.select2-dropdown--below,
.conveywp_body
  .site-wrapper
  ~ .select2-container
  span.select2-dropdown.select2-dropdown--below {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  border: none;
  padding: 0;
}

/* top opening dropdown */
.conveywp_body .select2-container--default .prod_sort.select2-dropdown--above,
.conveywp_body .select2-container--default .orderby.select2-dropdown--above,
.conveywp_body
  .select2-container--default
  .country_select.select2-dropdown--above,
.conveywp_body
  .select2-container--default
  .state_select.select2-dropdown--above,
.conveywp_body
  .site-wrapper
  ~ .select2-container--default
  .select2-dropdown.select2-dropdown--above,
.conveywp_body
  .site-wrapper
  ~ .select2-container
  span.select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  border: none;
  padding: 0;
}

.conveywp_body
  .site-wrapper
  ~ .select2-container
  span.select2-dropdown.select2-dropdown--above,
.conveywp_body
  .site-wrapper
  ~ .select2-container
  span.select2-dropdown.select2-dropdown--below {
  background-color: transparent;
}

/* top opening dropdown body */
.conveywp_body
  span.select2.select2-container.select2-container--default.select2-container--open.select2-container--above
  .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* bottom opening dropdown body*/
.conveywp_body
  span.select2.select2-container.select2-container--default.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.conveywp_body .site-wrapper ~ .select2-container span.select2-dropdown {
  border: none;
}

.conveywp_body
  .select2-container--default
  .prod_sort
  .select2-results
  > .select2-results__options
  .select2-results__option,
.conveywp_body
  .select2-container--default
  .orderby
  .select2-results
  > .select2-results__options
  .select2-results__option,
.conveywp_body
  .site-wrapper
  ~ .select2-container--default
  .select2-dropdown
  .select2-results
  > .select2-results__options
  .select2-results__option {
  padding: 8px 20px;
  font-size: 14px;
  line-height: normal;
  color: #d6d6d6;
  background: var(--background);
  margin: 5px;
  border-radius: 10px;
}

.conveywp_body
  .select2-container--default
  .prod_sort
  .select2-results
  > .select2-results__options
  .select2-results__option--highlighted,
.conveywp_body
  .select2-container--default
  .account-type
  .select2-results
  > .select2-results__options
  .select2-results__option--highlighted,
.conveywp_body
  .select2-container--default
  .orderby
  .select2-results
  > .select2-results__options
  .select2-results__option--highlighted,
.conveywp_body
  .select2-container--default
  .country_select
  .select2-results
  > .select2-results__options
  .select2-results__option--highlighted,
.conveywp_body
  .select2-container--default
  .state_select
  .select2-results
  > .select2-results__options
  .select2-results__option--highlighted,
.conveywp_body
  .select2-container--default
  .select2-dropdown
  .select2-results
  > .select2-results__options
  .site-wrapper
  ~ .select2-results__option--highlighted {
  background-color: #2c2b2bfa !important;
}

.conveywp_body
  .select2-container--default
  .prod_sort
  .select2-results
  .select2-results__option[aria-selected="true"],
.conveywp_body
  .select2-container--default
  .prod_sort
  .select2-results
  .select2-results__option[data-selected="true"],
.conveywp_body
  .select2-container--default
  .orderby
  .select2-results
  .select2-results__option[aria-selected="true"],
.conveywp_body
  .select2-container--default
  .country_select
  .select2-results
  .select2-results__option[aria-selected="true"],
.conveywp_body
  .site-wrapper
  ~ .select2-container--default
  .state_select
  .select2-results
  .select2-results__option[aria-selected="true"] {
  background-color: var(--hover);
}

.conveywp_body.wcfm-dashboard-page
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  height: auto;
  background: none;
}

.conveywp_body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-top-color: #d6d6d6;
}

.conveywp_body
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-bottom-color: #d6d6d6;
}

.conveywp_body
  .upcoming-products
  .select2-container--default
  .select2-dropdown
  .select2-results__option {
  padding: 20px;
}

.conveywp_body
  .site-wrapper
  ~ .select2-container
  .select2-search.select2-search--dropdown {
  background: var(--background);
  padding: 8px 20px;
}

.conveywp_body
  .site-wrapper
  ~ .select2-container
  .select2-search.select2-search--dropdown
  .select2-search__field {
  background: #000;
  border: none;
  padding: 0 20px;
  border-radius: 15px;
  height: 40px;
  color: #d6d6d6;
}

/* WCFM admin dashboard */
.conveywp_body #wcfm-content {
  border: none;
  height: 100%;
}

.conveywp_body.wcfm-dashboard-page #wcfm-main-contentainer {
  min-height: 100vh;
}

/* hamburger color */
.conveywp_body #wcfm-main-contentainer .wcfm_menu_toggler,
.conveywp_body #wcfm-main-contentainer .wcfm_responsive_menu_toggler {
  color: var(--primary) !important;
}

/* Hint icon */
.conveywp_body #wcfm-main-contentainer .fa-question {
  border-color: var(--primary);
  background: var(--primary);
}

.conveywp_body #wcfm-main-contentainer .fa-question:hover {
  border-color: var(--hover);
  background: var(--hover);
}

/* Input field focuse */
.conveywp_body #wcfm-main-contentainer input:focus {
  border-color: var(--primary) !important;
}

/* Homepage product categories */
.conveywp_body
  .site-content
  .categories
  .product-category
  a
  .woocommerce-loop-category__title {
  font-weight: 500;
  font-size: 18px;
}

.conveywp_body .site-content .categories .product-category {
  list-style: none;
  padding: 0;
}

.conveywp_body .site-content .categories .products {
  margin: 0;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.conveywp_body .inquiry_content_for .wcfm_store_for_inquiry img,
.conveywp_body .inquiry_content_for .wcfm_product_for_inquiry img {
  width: auto;
  margin-right: 0;
}

.conveywp_body .inquiry_content_for .wcfm_product_for_inquiry {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.conveywp_body .inquiry_content_for .wcfm_product_for_inquiry a {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.conveywp_body .inquiry_content_for .wcfm_product_for_inquiry a:hover {
  color: var(--primary);
}

.conveywp_body #wcfm-main-contentainer {
  margin-bottom: 0;
}

.conveywp_body .inquiry_content_for .wcfm_product_for_inquiry img {
  width: 100px;
  height: 100px;
}

.conveywp_body .inquiry_content_for .wcfm_store_for_inquiry img {
  display: none;
}

.conveywp_body .inquiry_content_for .wcfm_store_for_inquiry a {
  color: var(--primary);
  font-weight: 600;
  margin-top: 0;
}

.conveywp_body .inquiry_content_for .wcfm_store_for_inquiry {
  margin-top: 10px;
}

/* ------------------------------------ 404 page ------------------------------------ */
.error404 .main-header,
.error404 .site-footer {
  display: none;
}

.conveywp_body.error404 .site-content {
  padding-top: 0;
}

/* ------------------------------------ forums page ------------------------------------ */
.forum-newsletter .elementor-widget-container h5 {
  display: none;
}

.forum-newsletter .elementor-widget-container .mc4wp-form {
  background: #000;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.forum-newsletter .elementor-widget-container .mc4wp-form input[type="email"] {
  background: unset;
  padding-left: 30px;
  height: 55px;
}

.forum-newsletter .elementor-widget-container .mc4wp-form input[type="submit"] {
  transition: all 0.3s ease;
  background: var(--primary);
  border-radius: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.forum-newsletter
  .elementor-widget-container
  .mc4wp-form
  input[type="submit"]:hover {
  background-color: var(--hover);
}

/* ------------------------------------ forums page ------------------------------------ */
.contact-section .contact-img .elementor-widget-container {
  height: 100%;
}

.contact-section .contact-img img {
  height: 100%;
  object-fit: cover;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  height: 50px;
  color: #d6d6d6;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Bai Jamjuree", sans-serif;
}

.contact-section .contact-form textarea {
  height: 150px;
}

.contact-section .contact-form input[type="submit"] {
  height: auto;
  padding: 15px 30px;
  font-size: 16px;
  background: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #000;
}

.contact-section .contact-form input[type="submit"]:hover {
  background: var(--hover);
  color: initial;
}

/* ------------------------------------ FAQ page ------------------------------------ */
.faq-wrap > .elementor-widget-container {
  overflow: hidden;
}

.faq-wrap .elementor-accordion-item .elementor-tab-content.elementor-active {
  background: #000;
}

/* ------------------------------------ FAQ page ------------------------------------ */
.tnc-content p strong,
.privacy-policy-content p strong {
  color: #d6d6d6;
  font-size: 20px;
  font-weight: 600;
}

/* ------------------------------------ Enquiry form--------------------------------- */
.conveywp_body #cboxWrapper > div:first-child,
.conveywp_body #cboxWrapper > div:last-child,
.conveywp_body #cboxWrapper div #cboxMiddleLeft,
.conveywp_body #cboxWrapper div #cboxMiddleRight,
.conveywp_body #cboxWrapper div .wcfm_clearfix {
  display: none;
}

.conveywp_body #cboxWrapper div {
  float: none !important;
  width: auto;
}

.conveywp_body #cboxWrapper #cboxTopLeft,
.conveywp_body #cboxWrapper #cboxTopRight {
}

.conveywp_body #cboxWrapper #cboxContent {
  display: inline-block;
  background-color: var(--background) !important;
  margin: 0 auto;
  height: auto !important;
  width: 100% !important;
  border-radius: 15px;
}

.conveywp_body #cboxWrapper #cboxContent #cboxLoadedContent {
  box-shadow: none;
  background: var(--background) !important;
  height: auto !important;
  width: auto !important;
}

.conveywp_body #cboxWrapper #cboxContent #cboxLoadedContent table {
  border: none;
}

.conveywp_body #cboxWrapper #cboxContent #cboxLoadedContent a {
  display: inline-block;
  color: var(--primary) !important;
  margin-top: 20px;
}

.conveywp_body #cboxWrapper #cboxContent #cboxLoadedContent a:hover {
  color: var(--hover) !important;
}

.conveywp_body #cboxWrapper #cboxContent #cboxLoadedContent #enquiry_form {
  padding: 0;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  h2 {
  color: #d6d6d6;
  font-style: normal;
  font-size: 26px;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_label {
  width: 100%;
  display: block;
  font-size: 16px;
  color: var(--body);
  font-style: normal;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_input {
  width: 100% !important;
  height: 50px;
  border-radius: 15px;
  background: #000 !important;
  border: none !important;
  padding: 15px 30px;
  box-shadow: none;
  color: #d6d6d6;
  font-family: "Bai Jamjuree", sans-serif;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_label
  strong {
  font-style: normal;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_textarea {
  width: 100% !important;
  height: 130px;
  background-color: #000 !important;
  box-shadow: none;
  border: none !important;
  border-radius: 15px;
  padding: 15px 15px;
  color: #d6d6d6;
  font-family: "Bai Jamjuree", sans-serif;
  margin-top: 20px;
  margin-bottom: -16104 0px;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_button {
  float: none;
  border-radius: 15px;
  background: var(--primary);
  font-family: "Bai Jamjuree";
  text-transform: capitalize;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .wcfm_popup_button:hover {
  color: #000 !important;
}

.conveywp_body #colorbox {
  height: auto !important;
  width: 700px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.conveywp_body #colorbox #cboxWrapper {
  position: static;
  height: max-content !important;
  width: 100% !important;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .form-submit
  .wcfm_popup_button:hover {
  background-color: var(--hover);
  color: #000;
}

.conveywp_body
  #cboxWrapper
  #cboxContent
  #cboxLoadedContent
  .wcfm_popup_wrapper
  .form-submit {
  margin-bottom: 0;
}

.conveywp_body #cboxWrapper #cboxContent #cboxClose {
  background: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-indent: unset;
  font-size: 0px;
  border-radius: 50%;
}

.conveywp_body #cboxWrapper #cboxContent #cboxClose::after {
  content: "\ea63";
  font-family: "LineIcons";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  height: 100%;
  width: 100%;
  color: #d6d6d6;
  background-color: #494949;
  border-radius: 50%;
}

/* -------------------------- Hompage testimonials ---------------------------- */
.reviews .elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.reviews .elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 0;
}

.reviews .elementor-testimonial-wrapper .elementor-testimonial-name {
  margin-bottom: 20px;
}

/* ------------------------- Homepage 1 item carousel ----------------------------*/
.product_listing_wrapper
  .product-1col-carousel
  .prod_item
  .prod_card
  .img_wrap
  img {
  height: 450px;
}

.product_layout .prod_item .prod_card .prod_title {
  margin-bottom: 5px;
}

.product_layout .prod_item .prod_card .wcfmmp_sold_by_store a {
  color: #acacac;
}

/* blockchain icon */
.product_layout .prod_item .prod_card .blockchain,
.metalist .blockchain span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_layout .prod_item .prod_card .blockchain svg,
.metalist .blockchain svg {
  height: 25px;
  width: 25px;
  fill: gold;
}

/* ---------------------------Lost Password----------------------------- */
.conveywp_body .lost_reset_password .sec_title {
  color: #d6d6d6;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.conveywp_body .lost_reset_password p:nth-child(2) {
  color: var(--body);
  font-size: 15px;
  margin-bottom: 40px;
}

.conveywp_body .woocommerce-ResetPassword .form-row .woocommerce-Button {
  padding: 10px 20px;
}

.conveywp_body .woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
  background-color: var(--hover);
}

/* ---------------------------Become vendor----------------------------- */
.conveywp_body #wcfm-main-content {
  max-width: 100%;
  padding: 0;
}

/* Product categories */
.product_layout .prod_item .prod_card .cat a {
  font-size: 14px;
}

.product_layout .prod_item .prod_card .cat:not(:last-child) {
  position: relative;
}

.product_layout .prod_item .prod_card .cat:not(:last-child)::after {
  content: "|";
  margin-left: 6px;
  color: var(--body);
}

.conveywp_body
  .wcfm-membership-wrapper
  > #wcfm_membership_container
  #wcfm_membership_registration_form
  .wcfm-content
  > * {
  width: 50%;
}

/* account type dropdown */
.conveywp_body .select2-dropdown.account-type {
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  border: none;
}

.conveywp_body
  .select2-container--default
  .account-type
  .select2-results__option[aria-selected="true"] {
  background: var(--hover);
}

.conveywp_body
  .select2-container--default
  .account-type
  .select2-results__option,
.conveywp_body
  .select2-container--default
  .country_select
  .select2-results__option,
.conveywp_body
  .select2-container--default
  .state_select
  .select2-results__option {
  background: var(--background);
  color: #d6d6d6;
  padding: 8px 30px;
  line-height: normal;
}

.conveywp_body
  .wcfm-membership-wrapper
  > #wcfm_membership_container
  #wcfm_membership_registration_form
  .wcfm-content
  input.wcfm-checkbox::before {
  display: none;
}

.conveywp_body .qtip-content {
  font-size: 14px;
}

.conveywp_body .qtip-content {
  font-size: 14px;
}

.conveywp_body .wcfm-message.wcfm-error {
  padding: 10px 15px;
}

.conveywp_body .wcfm-message.wcfm-error span {
  padding-right: 10px;
}

/* Product list layout badge*/
.product-list-wrap .prod_item .prod_card .prod_status {
  position: static;
  color: var(--background);
  text-align: center;
}

.product_layout .prod_item .prod_card .img_wrap .prod_status.minted,
.product-list-wrap .prod_item .prod_card .prod_status.minted {
  background: #00ff84;
}

.product_layout .prod_item .prod_card .img_wrap .prod_status.upcoming,
.product-list-wrap .prod_item .prod_card .prod_status.upcoming {
  background: #ffd700;
}

/* Home page tabbed products  */
.conveywp_body
  .tabbed-products
  .elementor-tabs-content-wrapper
  .elementor-tab-mobile-title {
  display: none;
}

/* Shop page pagination */
.conveywp_body nav.woocommerce-pagination {
  margin-bottom: 60px;
}

/* Home page features */
.features .elementor-widget-icon-box .elementor-widget-container {
  height: 100%;
}

/* ---------------------- Login / Register / Lost password ---------------------- */
.conveywp_body .login-wrap .woocommerce form .form-row,
.conveywp_body .register-wrap .woocommerce form .form-row {
  float: none;
}

.conveywp_body .login-wrap .woocommerce form .form-row:nth-child(2) {
  margin-bottom: 15px;
}

/* ---------------------- Checkout page---------------------- */
.conveywp_body.woocommerce-checkout .site-wrapper .woocommerce {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
}

.conveywp_body .woocommerce-checkout .woocommerce-billing-fields > h3,
.conveywp_body .woocommerce-additional-fields h3 {
  font-size: 40px;
  color: #d6d6d6;
  margin-bottom: 25px;
}

.conveywp_body
  .woocommerce-checkout
  .woocommerce-billing-fields
  .form-row
  input,
.conveywp_body.woocommerce-checkout
  .checkout_coupon.woocommerce-form-coupon
  input {
  display: block;
  height: 50px;
  border-radius: 15px;
  background: var(--background);
  color: #d6d6d6;
  font-family: "Bai Jamjuree", sans-serif;
  padding: 12px 30px;
}

.conveywp_body .woocommerce .woocommerce-checkout .form-row {
  flex-direction: column;
  margin-bottom: 30px;
}

.conveywp_body
  .woocommerce-checkout
  .woocommerce-billing-fields
  .form-row
  label,
.conveywp_body .woocommerce form .form-row label {
  color: var(--body);
  line-height: normal;
  margin-bottom: 10px;
}

.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_country_field
  .select2-selection
  .select2-selection__rendered,
.conveywp_body
  .woocommerce
  .woocommerce-checkout
  #billing_state_field
  .select2-selection
  .select2-selection__rendered {
  height: inherit;
  line-height: 50px;
  padding: 0 30px;
}

.conveywp_body .woocommerce .woocommerce-checkout .form-row .select2-container {
  width: 100% !important;
}

/* coupon code form */
.conveywp_body.woocommerce-checkout .checkout_coupon p:first-child {
  color: var(--body);
  width: 100%;
}

.conveywp_body.woocommerce-checkout .checkout_coupon p {
  float: none;
  width: calc(50% - 20px);
  display: inline-block;
  padding: 0;
}

.conveywp_body.woocommerce-checkout .checkout_coupon .form-row-last {
  margin-left: 20px;
}

.conveywp_body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  border: none;
  background-color: var(--background);
  border-radius: 15px;
}

.conveywp_body.woocommerce-checkout
  .checkout_coupon.woocommerce-form-coupon
  input {
  background: #000;
}

/* order notes */
.conveywp_body .woocommerce .woocommerce-checkout .form-row.notes textarea,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table
  td
  textarea {
  background: var(--background);
  border-radius: 15px;
  padding: 12px 30px;
  height: 150px;
  color: #d6d6d6;
  font-family: "Bai Jamjuree", sans-serif;
}

.conveywp_body
  .woocommerce
  .woocommerce-checkout
  .form-row.notes
  textarea::placeholder {
  font-size: 0;
}

.conveywp_body .woocommerce table.shop_table tfoot th,
.conveywp_body .woocommerce table.shop_table tfoot td {
  border-color: #414141;
}

/* Payment method */
.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods {
  border-bottom: 1px solid #414141;
}

.conveywp_body
  .woocommerce-checkout
  .woocommerce-checkout-review-order
  #payment {
  background: var(--background);
  border-radius: 15px;
}

.conveywp_body .woocommerce-checkout h3#order_review_heading {
  font-size: 30px;
  color: #d6d6d6;
}

.conveywp_body .woocommerce table.shop_table {
  background: var(--background);
  color: var(--body);
  border-radius: 15px;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid var(--background);
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  label {
  line-height: normal;
  margin-bottom: 0;
  color: #d6d6d6;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box {
  background: #000;
  color: var(--body);
  border-radius: 15px;
  padding: 15px 30px;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box::before {
  border-bottom-color: #000;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box
  .form-row {
  padding: 0;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box
  .form-row
  label {
  margin-bottom: 10px;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box
  .form-row
  .wc-stripe-elements-field {
  border: none;
  padding: 12px 30px;
  border-radius: 15px;
  background: var(--background);
  color: #d6d6d6;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper {
  color: var(--body);
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper
  a:hover {
  color: var(--hover);
}

/* Place order button */
.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .place-order
  #place_order,
.conveywp_body.woocommerce-checkout
  .checkout_coupon.woocommerce-form-coupon
  button {
  float: none;
  background: var(--primary);
  padding: 15px 30px;
  width: auto;
  color: #000;
  position: static;
  border-radius: 15px;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .place-order
  #place_order:hover,
.conveywp_body.woocommerce-checkout
  .checkout_coupon.woocommerce-form-coupon
  button:hover {
  background: var(--hover);
  color: #000 !important;
}

/* stripe save payment */
.conveywp_body
  .woocommerce-checkout
  .form-row.woocommerce-SavedPaymentMethods-saveNew {
  flex-direction: row;
  align-items: center;
}

.conveywp_body
  .woocommerce-checkout-review-order
  #payment
  .wc_payment_methods.payment_methods.methods
  .wc_payment_method
  .payment_box
  .form-row.woocommerce-SavedPaymentMethods-saveNew
  label {
  margin-bottom: 0;
}

.conveywp_body .wcfm_menu_logo img {
  border-radius: 0;
}

/* -----------------------------------------------MY account page----------------------------------------------------------- */
.conveywp_body.woocommerce-account .entry-content {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.conveywp_body.woocommerce-account .woocommerce {
  margin: 80px -15px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation {
  padding: 0 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul {
  list-style: none;
  padding: 0 15px;
  margin-bottom: 0;
  background: var(--background);
  border-radius: 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  .is-active
  a {
  color: var(--primary);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:not(:last-child) {
  border-bottom: 1px solid #ffffff33;
}

.conveywp_body.woocommerce-account .woocommerce::before,
.conveywp_body.woocommerce-account .woocommerce::after {
  display: none;
}

.conveywp_body.woocommerce-account .woocommerce > * {
  float: none;
}

/* my account navigation */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: #d6d6d6;
  display: block;
  padding: 15px 30px;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--primary);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a::before {
  content: "\ea1e";
  font-family: "LineIcons";
  margin-right: 15px;
}

/* my account content */
.conveywp_body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  color: #d6d6d6;
  width: 70%;
  padding: 0 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  .wcfm-support-action {
  background-color: transparent;
  color: var(--primary);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-orders-table
  .wcfm-support-action:hover {
  background-color: var(--primary);
  color: #d6d6d6;
  border-color: var(--primary);
}

/* order single / order details */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  mark {
  background-color: var(--hover);
  color: #d6d6d6;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  h2,
.conveywp_body .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  section {
  margin-bottom: 30px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  address {
  background-color: var(--background);
  border: none;
  padding: 30px;
  border-radius: 15px;
}

/* order note */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table {
  width: 100%;
  border: none;
  background-color: var(--background);
  border-radius: 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table
  td,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table
  th {
  padding: 20px 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table
  td
  textarea {
  background: #000;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  .woocommerce-table
  td
  input[type="submit"] {
  background-image: none;
  border-radius: 15px;
}

/* links */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  a:not(.woocommerce-Button, .button, .wcfm-action-icon) {
  color: var(--primary);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  a:not(.woocommerce-Button, .button, .wcfm-action-icon):hover {
  color: var(--hover);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message
  .woocommerce-Button,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .button {
  padding: 12px 24px;
  font-size: 16px;
  order: 2;
  border-radius: 15px;
  background: var(--primary);
  color: #d6d6d6;
  margin-top: 20px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .button:not(:last-child) {
  margin-right: 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message::after {
  display: none;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Message::before {
  top: 50%;
  transform: translateY(-50%);
}

/* address tab content*/
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Address {
  width: 100%;
}

.conveywp_body .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  margin-bottom: 10px;
  display: inline-block;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .woocommerce-Button,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .order-again
  a {
  background-color: var(--primary);
  padding: 12px 30px;
  border-radius: 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .woocommerce-Button:hover,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .order-again
  a:hover {
  background-color: var(--hover);
}

/* tables */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .shop_table {
  border-collapse: collapse;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .shop_table
  th {
  color: #d6d6d6;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .shop_table
  td {
  color: var(--body);
  border-color: #414141;
}

.shop_table thead {
  background-color: #292929;
}

.shop_table tbody td {
  border-bottom: 1px solid #414141;
}

/* wcfm table entry action */
.shop_table .wcfm-action-icon {
  background: var(--primary);
  box-shadow: none;
  color: #d6d6d6;
}

.shop_table .wcfm-action-icon:hover {
  background-color: var(--hover);
}

/* Payment method tab content */
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_methods {
  border: none;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment {
  background: var(--background);
  border-radius: 15px;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_methods
  label {
  color: #d6d6d6;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box {
  background: #000;
  border-radius: 15px;
  margin-bottom: 0;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box::before {
  border-bottom-color: #000;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box
  p {
  color: var(--body);
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box
  .form-row,
.conveywp_body.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm.edit-account
  .form-row {
  padding: 0;
  width: 80%;
  float: none;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box
  .form-row::after,
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box
  .form-row::before {
  display: none;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .woocommerce-Button {
  float: none;
}

.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  #add_payment_method
  #payment
  .payment_box
  .form-row
  .wc-stripe-elements-field {
  padding-top: 16px;
}

/* ------------------------------------- Cart page ---------------------------------------- */
.conveywp_body.woocommerce-cart .entry-content {
  width: 1450px;
  margin: 0px auto 60px auto;
  padding: 0 15px;
}

.conveywp_body.woocommerce-cart .woocommerce {
  margin: 0 -15px;
}

/* .conveywp_body.woocommerce-cart .entry-content .woocommerce > * {
  padding: 0 15px;
} */

.conveywp_body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

/* Cart content table */
.conveywp_body.woocommerce-cart .woocommerce-cart-form {
  width: 100%;
}

.conveywp_body .shop_table th .screen-reader-text {
  position: static !important;
  width: 100%;
  display: block;
  height: 100%;
  clip-path: none;
  clip: unset;
  margin: 0;
}

/* product thumbnail inside table */
.conveywp_body .shop_table .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* remove product button */
.conveywp_body.woocommerce-cart .woocommerce .remove {
  display: inline-block;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 26px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.conveywp_body.woocommerce-cart .woocommerce .remove:hover {
  display: inline-block;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 26px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #ff2e2e;
  color: #000 !important;
}

/* Cart total table */
.conveywp_body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
}

.conveywp_body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.conveywp_body .shop_table th {
  color: #d6d6d6;
}

.conveywp_body .shop_table tr th,
.conveywp_body .shop_table tr td {
  text-align: center;
  padding: 20px 15px;
}

/* verification page */
.tot-wrap {
  padding: 60px 20px;
  text-align: center;
}

.tot-wrap .verification_wrap > div {
  margin: 30px 0;
}

.tot-wrap .verification_wrap .verified_title {
  color: #ccc;
}

.tot-wrap .verification_wrap a.view_btn {
  background: var(--primary);
  width: auto;
  padding: 14px 28px;
  border-radius: 15px;
  color: #d6d6d6;
}

.tot-wrap .verification_wrap a.view_btn:hover {
  background: var(--hover);
}

/* -----------------------------------------Thank you page----------------------------------------- */
.conveywp_body .wcfm-membership-wrapper .wc-progress-steps {
  display: none;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm_membership_thankyou_content_wrapper {
  background: var(--background);
  padding: 50px;
  border-radius: 15px;
  width: 80%;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm_membership_thankyou_content_wrapper
  .wcfm_membership_thankyou_content {
  color: #d6d6d6;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm_membership_thankyou_content_wrapper
  .wcfm-clearfix {
  display: none;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm_membership_thankyou_content_wrapper
  .wcfm_submit_button {
  background: var(--primary);
  border-radius: 15px;
  text-transform: capitalize;
  box-shadow: none;
  border: none;
  margin-left: 0;
  line-height: normal;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.conveywp_body
  #wcfm-main-contentainer
  .wcfm_membership_thankyou_content_wrapper
  .wcfm_submit_button:hover {
  color: #000;
}

/* ********************************************************************************************************************************************************************************************** */
/* Forums styling */
/* ********************************************************************************************************************************************************************************************** */
/* forums loader */
.conveywp_body #wpforo-load i {
  color: var(--primary) !important;
}

/* breadcrumb */
.conveywp_body .wpforo-forum-footer span,
.conveywp_body .wpforo-forum-footer .topictoggle {
  color: #ffd700 !important;
  fill: #ffd700 !important;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a {
  color: #000;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element,
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element:after {
  background-color: var(--background);
  color: #d6d6d6 !important;
}
.conveywp_body #wpforo #wpforo-wrap a,
.conveywp_body #wpforo #wpforo-wrap #wpforo-title,
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a span {
  color: #d6d6d6;
}
.conveywp_body #wpforo #wpforo-wrap #wpforo-title{
  font-size:28px;padding-bottom: 25px;
}
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element.active {
  background-color: var(--primary);
  color: #000 !important;
}
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element.active,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-breadcrumb
  .wpf-item-element.active:after {
  background-color: var(--primary);
  color: #000;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-breadcrumb
  .wpf-item-element.active:after {
  color: transparent;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element:after {
  color: transparent;
}

.conveywp_body #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list ul li {
  padding: 12px 20px;
  background-color: var(--background);
  border-bottom: none;
}

.conveywp_body #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-date {
  color: #b0b0b0;
}

/*  */
.conveywp_body #wpforo #wpforo-wrap a,
.conveywp_body #wpforo #wpforo-wrap #wpforo-title,
/* breadcrumb link */
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a {
  color: #fff;
}

.conveywp_body #wpforo #wpforo-wrap a:hover,
.conveywp_body #wpforo #wpforo-wrap a:visited {
  color: var(--primary) !important;
}

.conveywp_body #wpforo #wpforo-wrap a:visited:hover {
  color: var(--hover);
}

/* forums selection */
.conveywp_body #wpforo #wpforo-wrap *::selection {
  color: #d6d6d6;
  background: var(--primary);
}

.conveywp_body #wpforo #wpforo-wrap *::-moz-selection {
  color: #d6d6d6;
  background: var(--primary);
}

/* forums container */
.conveywp_body .site-wrapper #wpforo #wpforo-wrap {
  width: 100%;
  max-width: 1450px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 20px;
  margin: 0 auto;
  background-color: transparent;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-content > div > .wpforo-category,
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head {
  padding: 20px 26px;
  border: none;
  background-color: #141414;
}

/* forum last topic stats  */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-last-topics-list
  .wpforo-last-topic {
  display: flex;
  width: auto;
}

/* forum categories and category-meta */
.conveywp_body #wpforo #wpforo-wrap .wpforo-category .cat-stat-posts,
.conveywp_body #wpforo #wpforo-wrap .wpforo-category .cat-stat-answers,
.conveywp_body #wpforo #wpforo-wrap .wpforo-category .cat-stat-questions,
.conveywp_body #wpforo #wpforo-wrap .wpforo-category .cat-stat-topics,
/* threads table title */
#wpforo #wpforo-wrap.wpf-dark .wpf-threads .wpf-threads-head .wpf-head-box,
/* other forums title */
.conveywp_body #wpforo #wpforo-wrap .wpf-head-bar .wpf-forums,
/* forums stats*/
.conveywp_body #wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value,
.conveywp_body #wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label {
  color: #d6d6d6;
  font-size: 16px;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-category .cat-title .cat-name {
  padding: 0;
  font-size: 18px;
  color: #d6d6d6;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-content
  > div
  > .wpforo-category
  > div:not(.cat-title),
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-right > *,
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-left > * {
  padding: 0;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum .wpforo-forum-icon i {
  width: 70px;
  color: #000 !important;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary);
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum .wpforo-forum-icon {
  padding: 10px 0;
  width: 12%;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum {
  padding: 20px 26px;
}

/*  forum button */
.conveywp_body #wpforo #wpforo-wrap .wpf-button,
.wpf-button {
  line-height: normal;
  padding: 10px 20px !important;
  border: none;
  border-radius: 15px;
  background-color: var(--primary);
  color: #d6d6d6 !important;
  font-weight: 500;
  box-shadow: none;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-button:hover,
.wpf-button:hover {
  background-color: var(--hover);
}

.conveywp_body #wpforo #wpforo-wrap.wpf-dark .wpf-circle {
  border: none !important;
}

.conveywp_body #wpforo #wpforo-wrap.wpf-dark .wpf-circle i {
  color: #d6d6d6 !important;
}

.conveywp_body #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-info {
  width: 72%;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-last-topics-list
  .wpforo-last-topic-posts {
  color: #d6d6d6 !important;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-content a:hover {
  color: var(--primary);
}

/* forum description */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-forum-info
  .wpforo-forum-description {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  color: #b0b0b0;
}

/* forum statistics */
.conveywp_body #wpforo #wpforo-wrap div[class^="wpforo-forum-stat-"] {
  font-size: 26px;
  font-weight: 700;
  color: #d6d6d6;
}

.conveywp_body #wpforo #wpforo-wrap .widget-title,
.conveywp_body #wpforo #wpforo-wrap label.wp-block-search__label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/* sidebar search heading */
.conveywp_body #wpforo #wpforo-wrap label.wp-block-search__label {
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}

/* sidebar login/logout link */
.conveywp_body #wpforo #wpforo-wrap aside.widget_block .wp-block-loginout {
  margin: 10px 0 20px;
}

/* sidebar search button */
.conveywp_body #wpforo #wpforo-wrap button.wp-block-search__button {
  background-color: var(--primary);
  color: #d6d6d6;
  border-radius: 3px;
  background-image: none;
  border: none;
  margin-left: 0;
  width: 25%;
  border-radius: 0 15px 15px 0;
}

.conveywp_body #wpforo #wpforo-wrap button.wp-block-search__button:hover {
  background-color: var(--hover);
}

/* sidebar forum topics */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-right-sidebar
  ul:not(.wpf-widget-tags)
  li {
  padding: 15px 0 !important;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-right-sidebar
  .widget_wpforo_widget_recent_replies
  .wpforo-widget-content,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-right-sidebar
  .widget_wpforo_widget_recent_topics
  .wpforo-widget-content {
  padding-top: 0 !important;
}

/* statistics box */
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic > div {
  display: inline-flex;
  padding: 0;
  width: auto;
  margin: 5px;
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* statistics count */
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .count {
  font-size: 18px;
  font-weight: 700;
}

/* sidebar search button */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wp-block-search
  input.wp-block-search__input {
  height: 44px;
  padding: 0 20px;
  color: #d6d6d6;
  background-color: #000;
  border-radius: 15px 0 0 15px;
}

/* sidebar forum title and description */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-right-sidebar
  ul:not(.wpf-widget-tags)
  li
  .posttitle {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-right-sidebar
  ul:not(.wpf-widget-tags)
  li
  .posttext {
  font-size: 15px;
  color: #b0b0b0;
}

.conveywp_body
  #wpforo
  #wpf-widget-recent-replies
  .wpforo-list-item-right
  p.postuser,
.conveywp_body #wpf-widget-recent-replies .wpforo-list-item-right p.postuser {
  margin-top: 10px;
}

/* sidebar forum tags */
.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li a {
  border-radius: 15px 0 0 15px;
}

.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li a:hover {
  background-color: var(--primary);
}

.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li span {
  background-color: var(--primary) !important;
  border-radius: 0 15px 15px 0;
}

.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li a,
.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li span {
  border-color: var(--primary) !important;
  font-size: 15px !important;
  padding: 5px 10px !important;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
}

.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li a:hover {
  background-color: var(--primary) !important;
  color: #000 !important;
}

.conveywp_body #wpforo #wpforo-wrap ul.wpf-widget-tags li {
  border-radius: 3px;
  overflow: hidden;
}

/* forum title */
.conveywp_body #wpforo #wpforo-wrap .wpforo-forum-title {
  font-weight: 700;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum-title a {
  color: var(--primary);
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum-title a:hover {
  color: var(--hover);
}

/* higlighted statistic (answered) */

.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic > div > div {
  height: auto;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  color: #d6d6d6 !important;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpfl-3
  .wpforo-last-topic
  > div
  > .wpforo-label {
  color: #b0b0b0 !important;
}

/* forums topic list */
.conveywp_body #wpforo #wpforo-wrap .wpforo-last-topics-list {
  padding: 10px 0;
}

/* forum topic title */
.conveywp_body #wpforo #wpforo-wrap .wpforo-last-topic-title > a {
  font-weight: 500;
}

/* forum topic meta */
.conveywp_body #wpforo #wpforo-wrap .wpforo-last-topic-title > span {
  font-size: 13px;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-last-topic-title > span a {
  font-weight: 400;
}

/* forum post wrapper */
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .post-wrap {
  margin-top: 30px;
}

/* forum post voting buttons */
.conveywp_body .wpforo-post-voting .wpforo-action-buttons-wrap i:hover {
  color: var(--hover) !important;
}

.conveywp_body .wpforo-post-voting .wpforo-action-buttons-wrap i {
  transition: all 0.3s ease;
}

/* forum footer icon */

.conveywp_body .wpforo-forum-footer span,
.conveywp_body .wpforo-forum-footer .topictoggle {
  color: #ffd700 !important;
  fill: #ffd700 !important;
}

.conveywp_body .wpforo-forum .wpforo-forum-footer {
  /* line-height: 20px; */
  display: inline-flex;
  align-items: center;
}

/* .conveywp_body .wpforo-forum .wpforo-forum-footer > i::before,
.conveywp_body .wpforo-forum .wpforo-forum-footer > span {
  display: inline-block;
  line-height: 20px;
} */

.conveywp_body #wpforo #wpforo-wrap .wpforo-forum-footer > span {
  font-size: 14px;
}

/* forum post header */

.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-right span,
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-left span {
  font-weight: 700;
}

/* add comment button */
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-right span,
.conveywp_body #wpforo #wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-left span {
  font-weight: 700;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-add-comment-button .wpf-button {
  padding: 12px 30px !important;
  border-radius: 3px;
  border: none;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
  box-shadow: none;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-add-comment-button .wpf-button:hover {
  background-color: var(--hover);
}

.conveywp_body #wpforo #wpforo-wrap .wpf-add-comment-button .wpf-button span {
  font-weight: 700;
}

/* forum reply / answer form */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-main-form
  input:not([type="file"], [type="checkbox"]) {
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

/* Non-logged-in form */

/* text fields */
/* .conveywp_body #wpforo #wpforo-wrap .wpforo-table .wpf-field-wrap input:not([type="checkbox"], [type="submit"]), */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field-wrap
  input:not([type="checkbox"], [type="radio"], [type="submit"]) {
  height: 45px;
  line-height: normal;
  box-shadow: none;
  padding: 12px;
}

/* text field icon */
.conveywp_body #wpforo #wpforo-wrap .wpf-field .wpf-field-wrap .wpf-field-icon {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

/* submit button */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field.wpf-field-type-submit
  input[type="submit"]:hover,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a:hover,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-field-login
  a:hover,
.conveywp_body #wpforo #wpforo-wrap input[type="submit"]:hover {
  box-shadow: none;
  background-color: var(--hover);
}

/* login submit buttons */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a {
  width: 100%;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"]:hover {
  background-color: var(--hover);
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field.wpf-field-type-submit
  input[type="submit"],
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a,
.conveywp_body #wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login a,
.conveywp_body #wpforo #wpforo-wrap .wpforo-members-search .wpf-member-search,
.conveywp_body #wpforo #wpforo-wrap input[type="submit"],
.conveywp_body.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  form
  table
  td
  input[type="submit"],
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  a
  > input {
  font-size: 14px;
  border: none;
  padding: 12px 30px !important;
  background-color: var(--primary);
  color: #000 !important;
  border-radius: 15px;
  text-transform: uppercase;
  height: auto;
  font-weight: 600;
  display: inline-block;
  box-shadow: none;
  font-family: inherit;
  line-height: 15px;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"] {
  padding: 12px 30px !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a {
  width: 215px;
}
/* submit button icon  */
.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i {
  color: #d6d6d6;
}

/* remember me */
.conveywp_body #wpforo #wpforo-wrap .wpf-extra {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-extra > * {
  margin-right: 5px;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg {
  padding-top: 15px;
}

/* register form buttons */

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-table
  .wpf-field.wpf-field-type-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-table
  .wpf-td
  .wpf-field.wpf-field-type-submit
  > * {
  flex: 0 0 calc(50% - 10px);
  margin: 0;
  margin: 0 10px;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login {
  padding-top: 0;
}

.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-table
  .wpf-td
  .wpf-field:nth-child(even) {
  background-color: transparent;
}

/* input fields wrap */

.conveywp_body #wpforo #wpforo-wrap .wpforo-register-table .wpf-field-required,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field-type-search,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* search member form buttons */

/* button wrap */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit {
  gap: 20px;
  display: flex;
  justify-content: center;
}

/* buttons */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  > * {
  flex: 0 0 calc(50% - 33%);
  width: 100%;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  a
  > input:hover {
  background-color: var(--hover) !important;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  > input,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  > a {
  margin: 0;
}

/* topics page */

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  .wpf-htr {
  background-color: var(--accentColor);
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  .wpf-htr
  td {
  font-weight: 700;
  padding: 20px 5px;
  font-size: 15px;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  .wpf-ttr
  td,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  .wpf-ptr
  td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  td.wpf-stext {
  font-size: 16px;
  line-height: 1.5;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-content
  td.wpf-spost-forum
  a {
  font-size: 14px;
}

/* filters wrap */
.conveywp_body #wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom {
  justify-content: start;
  margin-top: 20px;
}

/* filter dropdown */
.conveywp_body #wpforo #wpforo-wrap .wpf-navi select.wpf-navi-dropdown {
  padding: 3px 5px 3px 7px !important;
  width: 50px;
  margin: 0 10px;
}

/* filter previous/next buttons */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-navi
  .wpf-navi-wrap
  a[class$="-button"] {
  height: 100%;
  border: none;
  border-radius: 3px;
  padding: 8px 16px !important;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-navi
  .wpf-navi-wrap
  a[class$="-button"]:hover {
  color: #d6d6d6;
  background-color: var(--hover);
}

.conveywp_body #wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button {
  margin-left: 10px;
}

/* bottom filters */
.conveywp_body #wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap {
  text-align: left;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpfr-posts
  + .wpf-snavi {
  margin-top: 15px;
}

/* members page */

/* members card */
.conveywp_body #wpforo #wpforo-wrap .wpforo-members .wpforo-member {
  margin: 0;
  width: calc(25% - 22.5px);
  background: var(--background);
  border-radius: 15px;
  padding: 20px;
}

.conveywp_body #wpforo #wpforo-wrap .wpforo-members {
  padding: 0;
  gap: 30px;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpf-member-avatar,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-bg {
  display: none;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-head {
  min-height: auto;
  padding: 0;
  justify-content: center;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-head
  .wpf-member-name {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary) !important;
  padding-left: 0;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpf-members-info
  .conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-reputation {
  width: 100%;
  color: var(--body);
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpf-members-info {
  padding-left: 0;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-ug {
  border: none;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpf-members-info
  > div {
  text-align: center;
  justify-content: center;
  width: 100%;
  color: var(--body);
}
.conveywp_body #wpforo #wpforo-wrap .author-rating-full {
  flex-wrap: wrap;
  padding-right: 0;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members
  .wpforo-member
  .wpforo-member-ug
  .wpf-member-title.wpfut {
  border-radius: 15px;
}
/* members card end */

/* members filter */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field.wpf-field-type-submit
  a
  > input {
  /* width: 100%; */
  margin: 0;
  background-color: var(--primary) !important;
  opacity: 1;
  border: none !important;
}

.conveywp_body .wpf-table.wpforo-members-search.wpfbg-9 {
  background-color: var(--background) !important;
  border-radius: 15px;
}

/* .conveywp_body #wpforo #wpforo-wrap.wpf-dark .wpf-td .wpf-field .wpf-field-wrap i {
  color: #000;
} */

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-icon {
  top: 50%;
}
.wpf-extra label {
  color: #d6d6d6;
}
.conveywp_body #wpforo #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap input {
  border-radius: 15px;
  background: #000;
  color: #d6d6d6;
  border-color: #414141;
  padding-left: 40px;
}

.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  input::placeholder {
  color: var(--body);
}

/* members filter end */

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-wrap
  .wpforo-members-content {
  border: none;
  background-color: transparent !important;
}

/* select as answer */

.conveywp_body #wpforo #wpforo-wrap .wpforo-action-buttons-wrap div i.fa-check {
  font-size: 20px;
  height: 40px;
  width: 40px;
  background-color: #999999;
  color: #d6d6d6;
  line-height: 40px;
  border-radius: 50%;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-action-buttons-wrap
  div.wpf-toggle-answer
  i.fa-check {
  background-color: green;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-action-buttons-wrap
  div
  i.fa-check:hover {
  color: #d6d6d6 !important;
  background-color: green;
}

.conveywp_body #wpforo #wpforo-wrap form .wpf-buttons-wrap {
  margin: 0;
}

.conveywp_body #wpforo #wpforo-wrap .wpf-post-create input[type="submit"] {
  height: 36px;
  border-radius: 10px;
}

/* subscribe to post */
.conveywp_body #wpforo #wpforo-wrap .wpf-post-create .wpf-topic-sbs label {
  padding-left: 0;
}

/* my profile */

/* profile name */

.conveywp_body #wpforo #wpforo-wrap .wpforo-profile-wrap .profile-display-name {
  color: #4b4952;
  font-weight: 700;
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-profile-wrap
  .profile-stat-data-item {
  font-weight: normal;
}

.conveywp_body #wpforo #wpforo-wrap input[type="submit"] {
  width: auto;
}

/* profile stats tab */

/* icon color */

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-profile-section
  .wpf-statbox
  .wpf-statbox-icon {
  color: var(--primary) !important;
}

/* search widget */

.conveywp_body
  #wpf-widget-search
  .wpforo-widget-content
  form
  input[type="text"] {
  padding: 20px 25px;
  width: 80% !important;
  height: 65px;
  border-radius: 3px 0 0 3px;
}

.conveywp_body
  #wpf-widget-search
  .wpforo-widget-content
  form
  input[type="submit"] {
  height: 65px;
  padding: 0;
  width: 20% !important;
  background-color: var(--primary);
  border-radius: 0 3px 3px 0;
  font-weight: 400 !important;
  font-size: 16px;
}

.conveywp_body
  #wpf-widget-search
  .wpforo-widget-content
  form
  input[type="submit"]:hover {
  background-color: var(--hover);
}

.conveywp_body #wpf-widget-search .wpforo-widget-content form {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* search widget heading */
.conveywp_body #wpf-widget-search .titl_sec h3 {
  font-size: 55px;
  font-weight: 700;
  padding: 0;
  color: #d6d6d6;
  border-bottom: none;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
}

/* header bottom widget column */
.conveywp_body .header-bottom section.widget_wpforo_widget_search {
  padding: 60px 0;
}

.conveywp_body
  .header-bottom
  .row-v2.no-center
  .col-v2.col-v2-left
  .item--inner {
  flex: 0 0 100%;
}

.conveywp_body .header-bottom .builder-header-html-item.item--html {
  width: 100%;
}

/* custom forum stats */

.conveywp_body .forum_stats_section .wpf-row.wpf-stat-data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
  padding: 30px 0 10px;
  flex-wrap: wrap;
  gap: 30px;
}

.conveywp_body .forum_stats_section .wpf-row.wpf-stat-data .wpf-stat-item {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  justify-content: center;
  position: relative;
  padding: 35px 35px 35px 100px;
  flex: 0 0 calc(20% - 30px);
}

.conveywp_body .forum_stats_section .wpf-row.wpf-stat-data .wpf-stat-item i {
  color: #d6d6d6;
  background-color: var(--accentColor);
  font-size: 23px;
  width: 70px;
  height: 70px;
  position: absolute;
  line-height: 70px;
  text-align: center;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.conveywp_body .forum_stats_section .wpf-row.wpf-stat-data .wpf-stat-item span {
  font-size: 20px;
  font-weight: 600;
}

/* default forum stats */
.conveywp_body #wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item i {
  color: var(--primary);
}

.conveywp_body #wpforo #wpforo-wrap .wpfl-1 .forum-wrap {
  border-color: #414141;
}

/* forum reply form */
.conveywp_body #wpforo #wpforo-wrap .mce-container-body {
  background: var(--background);
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field
  .wpf-field-wrap
  .mce-tinymce.mce-container.mce-panel {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background-color: black;
}

.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-post-create
  div.mce-toolbar-grp {
  padding: 10px;
  background-color: var(--background);
}

.conveywp_body .mce-container .mce-container-body .mce-edit-area {
  background: var(--background);
}

.conveywp_body
  #wpforo
  #wpforo-wrap
  .mce-container
  .mce-container-body
  .mce-statusbar
  .mce-container-body {
  padding: 10px;
}

.conveywp_body .mce-container-body .mce-resizehandle {
  position: static;
}

/* header bar */
.conveywp_body #wpforo #wpforo-wrap .wpf-head-bar,
/* forum previous posts */
.conveywp_body #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list {
  background: var(--background);
}

/*------------------------------------------- Buy package page -------------------------------------------*/
.conveywp_body #wcfm-main-contentainer .wcfm-container .product {
  border: none !important;
  width: max-content;
  margin: 0 auto;
}

.conveywp_body #wcfm-main-contentainer .wcfm-container .product .amount {
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm-container
  .product
  .subscription-details {
  font-size: 30px;
  font-weight: 600;
}

.conveywp_body
  #wcfm-main-contentainer
  .wcfm-container
  .product
  .product_type_subscription {
  position: static;
  width: auto;
  background: var(--primary);
  border-radius: 15px;
  color: #000;
  padding: 16px 30px;
  display: block;
  margin-top: 30px;
}

/* footer info icons */
.site-footer .footer_top .foot-widget .footer_widget .fa-ul > li i::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* shivangi Verification Required */
.unverified_title {
  color: white;
}

/* stripe payment form */

.ElementsApp .InputElement {
  color: white;
}

/* usermenu */
.user_icon {
  width: 40px;
  height: 40px;
  background: transparent;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #d6d6d6;
  margin-right: 15px;
  border: 1px solid #d6d6d6;
}

.announce-faq .elementor-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
}

/* drodown chevron */
/* .navbar .navbar-nav > li.dropdown::after {
  content: "\ea58";
  font-family: "LineIcons";
  font-size: 10px;
  margin-left: 10px;
  color: #d6d6d6;
} */

/* footer about text */
.footer_top .quick-info {
  font-size: 16px;
  padding-right: 50px;
}

/* subscribe note */
.site-footer
  .footer_top
  .foot-widget:nth-child(4)
  .footer_widget:nth-child(2)
  .subscribe-note {
  font-size: 16px;
  margin-bottom: 20px;
}

/* blog single page */
.single-post h3.sec_titl {
  font-size: 40px;
  font-weight: 600;
}

.blog_desc {
  margin: 20px 0;
  color: #d6d6d6;
}

.blog_desc a {
  color: var(--primary);
}

.comments-area a {
  color: var(--primary);
}

.nav-previous a {
  color: var(--primary);
}

.comments-area .main_titl {
  color: #d6d6d6;
}

.comment-metadata {
  line-height: normal;
  margin-bottom: 10px;
}

.comment-list .comment-metadata a {
  color: #7b7b7b;
  font-size: 15px;
}

form#commentform {
  margin-bottom: 50px;
}

div#respond {
  margin: 30px 0;
}

.conveywp_body .wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
}

body:not(.home) .header-top.transparent_header:not(.is_stuck) {
  border-bottom: 1px solid #414141;
}

.single-post .breadcrumb_area .container {
  max-width: 1224px;
  width: 1224px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.single-post .content-area .container {
  width: 1224px;
}

div#product_grid_layout {
  position: relative;
}

div#product_grid_layout.ajax_loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #22ca7c5f;
  z-index: 105;
}

.filter_wrap {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #414141;
}

.filter_wrap:first-child {
  padding-top: 5px;
}

.filter_wrap:last-of-type {
  border-bottom: none;
}

.btn.reset_form {
  background: #22ca7b;
  border-color: #22ca7b;
  box-shadow: none;
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 15px;
  box-shadow: none;
  font-family: Bai Jamjuree, sans-serif;
}
.btn.reset_form:focus {
  background-color: #22ca7b;
  box-shadow: none;
  color: #000;
}
.btn.reset_form:hover {
  border-color: #16e383;
  background: #16e383;
  color: #000;
  box-shadow: none;
}

section.widget {
  background: none;
  padding: 0;
  margin: 0;
}

.filter_title {
  color: #d6d6d6;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-check label {
  font-size: 14px;
  color: #a0a0a0;
  display: block;
  line-height: 1.2;
  margin: 4px 0 0 9px;
}

.form-check {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  min-height: 0;
}

.form-check:last-child label {
  margin-bottom: 0;
}

input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}
.filter_section_wrap .form-check-input[type="radio"] {
  background-color: #3c3c3c;
}
.filter_section_wrap .form-check-input[type="checkbox"] {
  background-color: #3c3c3c;
}
.filter_section_wrap .form-check-input:checked[type="radio"] {
  background-color: #22ca7b;
  border-color: #22ca7b;
  background-image: none;
}

.filter_section_wrap .form-check-input:checked[type="checkbox"] {
  background-color: #22ca7b;
  border-color: #22ca7b;
}

.filter_section_wrap .filter_wrap .form-check-input:focus {
  box-shadow: none;
}
.filter_section_wrap .filter_wrap .form-check {
  display: flex;
  align-items: center;
}

#wcfm_menu .wcfm_menu_wcfm-orders span.wcfm_sub_menu_items {
  display: none;
}

/* nft single style */
.product-summary.entry-summary .posted_in {
  display: flex;
  align-items: center;
}

/*  style for vendor profile page dikshita */
.wcfm-dashboard-page .wcfm-collapse-content {
  background-color: #000;
}
.wcfm-dashboard-page #wcfm-content #wcfm_menu {
  background: #000 !important;
  border-right: 1px solid #414141;
  height: 100vh;
}
.wcfm-dashboard-page #wcfm_menu span.wcfm_sub_menu_items {
  background: #000;
  border-right: 1px solid #414141;
}

.wcfm-dashboard-page .wcfm-tabWrap,
.wcfm-dashboard-page .wcfm-tabWrap {
  background: #000;
}
.wcfm-dashboard-page #wcfm-main-contentainer div.wcfm-content {
  background-color: #131313;
}
.wcfm-dashboard-page #wcfm-content #wcfm-main-contentainer .wcfm-collapse {
  background: #000000 !important;
}
.wcfm-dashboard-page .wcfm-tabWrap {
  box-shadow: none;
}

.wcfm-dashboard-page .page_collapsible {
  border-color: #414141;
}
.wcfm-dashboard-page
  .page_collapsible.collapse-open
  .page_collapsible_content_holder {
  font-weight: 600;
  color: #000;
}
.wcfm-dashboard-page
  .page_collapsible.collapse-open
  .page_collapsible_content_holder
  label,
.wcfm-dashboard-page .page_collapsible.collapse-open span,
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.active span.wcfmfa,
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.active span.text {
  color: #000;
}

.wcfm-dashboard-page .wcfm-collapse .wcfm-container {
  background-color: #131313;
  box-shadow: none;
}

.wcfm-dashboard-page .wcfm-container.wcfm-top-element-container h2:first-child {
  color: #d6d6d6;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0 !important;
}
.wcfm-dashboard-page .wcfm_vendor_settings_heading h2 {
  color: #d6d6d6;
}
.wcfm-dashboard-page .wcfm-page-headig .wcfm-page-heading-text {
  color: #d6d6d6;
}
.wcfm-dashboard-page #wcfm-main-contentainer input[type="text"].wcfm-text,
.wcfm-dashboard-page #wcfm-main-contentainer input[type="password"].wcfm-text {
  box-shadow: none;
  padding: 16px 20px;
}
.wcfm-dashboard-page #wcfm-main-contentainer input[type="text"],
.wcfm-dashboard-page #wcfm-main-contentainer input[type="password"] {
  background-color: #000 !important;
  border: none !important;
  border-radius: 15px;
  color: #d6d6d6;
  height: 50px;
  box-shadow: none;
  padding: 20px;
}
.wcfm-dashboard-page #wcfm-main-contentainer input[type="text"]::placeholder,
.wcfm-dashboard-page
  #wcfm-main-contentainer
  input[type="password"]::placeholder {
  color: #d6d6d6;
}
.wcfm-dashboard-page .wcfm-wp-fields-uploader {
  border: 1px solid #414141;
  border-radius: 5px;
  cursor: grab;
  cursor: pointer;
}
.wcfm-dashboard-page .wcfm-wp-fields-uploader img {
  border: none;
  filter: invert(1);
  margin: 0;
}
.wcfm-dashboard-page #wcfm-main-contentainer .select2-container,
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .select2-container
  .select2-selection {
  min-height: 50px !important;
  border-radius: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wcfm-dashboard-page .select2-container--default .select2-selection--single {
  background-color: #000;
  border: none;
  border-radius: 4px;
}
.wcfm-dashboard-page #wcfm-main-contentainer .select2-container {
  box-shadow: none;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.wcfm-dashboard-page #wcfm-main-contentainer .select2-search input {
  padding-top: 10px !important;
  padding-bottom: 3px !important;
  padding-left: 20px;
  color: #d6d6d6;
  margin-right: 20px;
  /* border-radius: 15px !important; */
}
.wcfm-dashboard-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
}
.wcfm-dashboard-page .select2-search.select2-search--dropdown {
  display: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer textarea.wcfm-textarea {
  border-radius: 15px;
  background-color: #000 !important;
  box-shadow: none;
  border: none !important;
  color: #d6d6d6;
  padding-left: 20px;
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfmmp_profile_complete_help {
  margin-bottom: 0px !important;
  margin-top: 5px;
}
.wcfm-dashboard-page
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: #2b2a2a;
  color: #d6d6d6;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 14px;
}
.wcfm-dashboard-page .select2-results__option {
  font-size: 14px;
  border-radius: 5px;
  color: #d6d6d6;
}

.wcfm-dashboard-page .select2-dropdown {
  border: none;
}
.wcfm-dashboard-page
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  background: #000;
  margin-top: -10px;
}
.wcfm-dashboard-page .mce-container * {
  background: #131313;
  color: #d6d6d6;
}
.wcfm-dashboard-page .wp-editor-container {
  border-color: #414141;
}
.wcfm-dashboard-page .mce-content-body.shop_description.post-type-page {
  background-color: #000;
  color: #d6d6d6;
}
.wcfm-dashboard-page #wcfm-main-contentainer .wp-media-buttons .insert-media {
  padding: 5px !important;
  min-height: 35px;
  background: #131313;
  color: #22ca7b;
  border-color: #22ca7b;
  border-radius: 10px;
  padding: 5px 15px !important;
  margin-bottom: 15px;
}
.wcfm-dashboard-page .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-radius: 0;
  direction: ltr;
  background: #d6d6d6;

  border: 1px solid #414141;
  box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .wp-media-buttons
  .insert-media:hover {
  background-color: #22ca7b;
  color: #000;
}
.wcfm-dashboard-page #wcfm-main-contentainer input[type="number"].wcfm-text {
  background-color: #000 !important;
  box-shadow: none;
  border: none !important;
}
#wcfm-main-contentainer input[type="number"] {
  background-color: #000 !important;
  box-shadow: none;
  border: none !important;
  padding: 16px !important;
  border-radius: 15px !important;
  color: #d6d6d6;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm-checkbox,
.wcfm-dashboard-page #wcfm-main-contentainer input[type="checkbox"],
.wcfm-dashboard-page
  .wcfm-dashboard-page
  #wcfm-main-contentainer
  input[type="checkbox"] {
  border: none !important;
  border-radius: 5px !important;
  background: #000 !important;
  box-shadow: none !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm-checkbox:checked,
.wcfm-dashboard-page
  #wcfm-main-contentainer
  input:checked[type="checkbox"]:focus,
.wcfm-dashboard-page
  .wcfm-dashboard-page
  #wcfm-main-contentainer
  input:checked[type="checkbox"] {
  border-color: none !important;
  color: #d6d6d6 !important;
  background-color: #22ca7b !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer select.wcfm-select {
  border-radius: 15px;
  padding: 14px 15px;
}

.wcfm-dashboard-page
  .wcfm-container.wcfm-top-element-container
  .wcfm_products_menus
  .wcfm_products_menu_item
  a {
  color: #d6d6d6;
  font-size: 15px;
}
.wcfm-dashboard-page
  .wcfm-container.wcfm-top-element-container
  .wcfm_products_menus
  .wcfm_products_menu_item
  a.active {
  color: var(--primary);
}
.wcfm-dashboard-page .wcfm_products_limit_label {
  margin-top: 6px;
}
.wcfm-dashboard-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: var(--primary);
  border: none;
}
.wcfm-dashboard-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background: var(--hover);
  border: none;
}
.wcfm-dashboard-page input.wcfm-checkbox:checked:before {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #d6d6d6;
  font-weight: 900;
  margin-top: 0;
  line-height: 20px !important;
  font-size: 10px;
}
/* progress bar */
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .ui-progressbar
  .ui-progressbar-value {
  margin: 0px;
  border: none !important;
  background: #22ca7b !important;
  color: #d6d6d6;
}
.wcfm-dashboard-page .ui-widget-content {
  border: none !important;
  background: none;
  color: #222;
  background-color: #414141 !important;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .wcfmmp_profile_complete_progress_label {
  position: absolute;
  left: 50%;
  top: 3px;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  color: #000;
}
.wcfm-dashboard-page .wcfm_form_simple_submit_wrapper {
  background-color: #131313;
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm-collapse {
  background-color: #000;
  padding: 0;
}
.wcfm-dashboard-page .wcfm_form_simple_submit_wrapper input[type="submit"] {
  color: #000;
}
.wcfm-dashboard-page #wcfm-main-contentainer div.wcfm-content h2 {
  color: #d6d6d6;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button {
  color: #000 !important;
  border-radius: 15px !important;
  padding: 15px 45px !important;
  background-color: #414141;
  color: #d6d6d6 !important;
}

#wcfm-main-contentainer input.wcfm_submit_button:hover {
  color: #000 !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button:hover {
  color: #000 !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard {
  color: #d6d6d6 !important;
  text-transform: uppercase;
  border-radius: 15px;
  border-radius: 15px;
  padding: 10px 15px;
  font-weight: 600;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard {
  background-color: #414141;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  a.add_new_wcfm_ele_dashboard:hover
  span {
  color: #000 !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard {
  box-shadow: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer select {
  background-color: #000 !important;
  box-shadow: none !important;
  border: none !important;
  color: #d6d6d6;
}

.wcfm-dashboard-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #d6d6d6 !important;
  display: flex;
  align-items: baseline;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .dataTables_wrapper
  .select2-container,
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .dataTables_wrapper
  .select2-container
  .select2-selection {
  box-shadow: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer select:focus {
  border-color: var(--hover) !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_bulk_edit,
.wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_bulk_delete {
  margin: 1px 0px 0px 10px !important;
  padding: 10px 20px !important;
  vertical-align: top;
  font-size: 13px;
  color: #000;
  border-radius: 10px !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_bulk_edit:hover,
.wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_bulk_delete:hover {
  color: #000 !important;
  background-color: var(--hover);
}
.wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_bulk_delete:hover {
  background-color: transparent;
  color: #ff000069 !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_bulk_delete {
  color: red;
  background-color: transparent;
  font-size: 22px;
  padding: 5px 10px !important;
}
.wcfm-dashboard-page #wcfm-main-contentainer table thead th,
.wcfm-dashboard-page
  #wcfm-main-contentainer
  table.dataTable.display
  tbody
  tr.odd
  td {
  background-color: #131313;
}
.wcfm-dashboard-page table.dataTable.display tbody td {
  border: none !important;
}
.wcfm-dashboard-page .dataTable.display tbody td,
.wcfm-dashboard-page #wcfm-main-contentainer table thead td,
.wcfm-dashboard-page #wcfm-main-contentainer table thead th,
.wcfm-dashboard-page #wcfm-main-contentainer table tfoot td,
.wcfm-dashboard-page #wcfm-main-contentainer table tfoot th {
  border-color: #414141 !important;
  background-color: #131313;
  color: #d6d6d6;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .dataTables_wrapper
  .dataTables_filter
  label {
  font-size: 0;
  margin-top: -23px;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .dataTables_wrapper
  .dataTables_filter
  input {
  width: 250px;
  height: 35px;
  margin-top: 4px;
  background-color: #000 !important;
  border: 1px solid #414141 !important;
  display: inherit;
  padding: 8px 10px;
  box-shadow: none;
  color: #d6d6d6;
}
.wcfm-dashboard-page .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 8px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;

  background: #000;
  align-items: center;
  display: flex;
}
.conveywp_body.wcfm-dashboard-page #wcfm-main-contentainer {
  min-height: 100vh;
  background: #000;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  .dataTables_wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.wcfm-dashboard-page #wcfm-main-contentainer .select2-search input {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 35px !important;
  padding-right: 30px;
}
.wcfm-dashboard-page
  .wcfm_products_filter_wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 2px;
  width: 20px;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_bulk_mark_delete {
  margin: 0px 0px 0px 10px !important;
  padding: 10px 15px !important;
  vertical-align: top;
  border-radius: 10px !important;
  font-size: 14px;
  border: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer table tbody td {
  background-color: #131313;
  color: #d6d6d6;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.upload_button {
  color: #000;
  font-size: 12px;
  padding: 5px;
  float: none;
  margin-bottom: 12px;
  border-bottom: 0;
  margin-right: 10px;
  border: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.upload_button:hover {
  color: #000 !important;
  background-color: var(--hover);
}
.wcfm-dashboard-page .order-status {
  font-size: 14px;
  background-color: #a79f20;
  color: #000;
}
.wcfm-dashboard-page #wcfm-main-contentainer table tbody td.order-actions a {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #414141;
  color: #d6d6d6;
  font-weight: 500;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  table
  tbody
  td.order-actions
  a:hover {
  background-color: var(--hover);
  color: #000;
}
.wcfm-dashboard-page .media-modal-content {
  background-color: #000;
}
.wcfm-dashboard-page .media-router button.media-menu-item {
  color: #d6d6d6 !important;
  text-transform: uppercase;
}
.wcfm-dashboard-page .wp-core-ui .attachment.details:focus,
.wcfm-dashboard-page .wp-core-ui .attachment:focus,
.wcfm-dashboard-page .wp-core-ui .selected.attachment:focus {
  box-shadow: inset 0 0 2px 3px #000000, inset 0 0 0 7px #22ca7b;
  outline: 2px solid #22ca7b;
  outline-offset: -6px;
}
.wcfm-dashboard-page .wp-core-ui .attachment.details {
  box-shadow: inset 0 0 0 3px #000, inset 0 0 0 7px #22ca7b;
}
.wcfm-dashboard-page .wp-core-ui .attachment.details .check {
  background-color: #22ca7b;
  box-shadow: 0 0 0 1px #22ca7b, 0 0 0 2px #22ca7b;
}
.wcfm-dashboard-page .media-router button.media-menu-item.active,
.wcfm-dashboard-page .media-toolbar,
.wcfm-dashboard-page .attachment-filters {
  text-transform: uppercase;
  background-color: #000;
}
.wcfm-dashboard-page .attachments-browser .media-toolbar {
  background-color: #131313;
}
.wcfm-dashboard-page .media-router button.media-menu-item:focus {
  border-color: #141414;
  box-shadow: none;
}
.wcfm-dashboard-page .media-router button.media-menu-item:focus {
  border-color: #141414;
  box-shadow: none;
}
.wcfm-dashboard-page .attachments-browser .media-toolbar {
  right: 300px;
  height: 75px;
}
.wcfm-dashboard-page .media-attachments-filter-heading,
.wcfm-dashboard-page .media-search-input-label,
.wcfm-dashboard-page .upload-message {
  color: #d6d6d6 !important;
}
.wcfm-dashboard-page .media-frame-content {
  background-color: #131313;
}
.wcfm-dashboard-page .media-frame select.attachment-filters:last-of-type {
  color: #d6d6d6;
}
.wcfm-dashboard-page .media-frame select:focus {
  border-color: var(--hover);
}
.wcfm-dashboard-page .wp-core-ui .button {
  color: #d6d6d6;
  background-color: #000;
  border-color: #414141;
}
.wcfm-dashboard-page .wp-core-ui .button:hover {
  color: var(--hover);
  background-color: #000;
  border-color: var(--hover);
}
.wcfm-dashboard-page .media-sidebar {
  background-color: #131313;
  border-color: #414141;
  color: #d6d6d6;
}
.wcfm-dashboard-page .media-sidebar h2,
.wcfm-dashboard-page .attachment-info > div,
.wcfm-dashboard-page .attachment-info .filename {
  color: #d6d6d6;
}
.wcfm-dashboard-page .attachment-info {
  border-color: #414141;
}
.wcfm-dashboard-page .attachment-details .setting .name,
.wcfm-dashboard-page .attachment-details .setting .value,
.wcfm-dashboard-page .attachment-details .setting span,
.wcfm-dashboard-page .compat-item label span,
.wcfm-dashboard-page .media-sidebar .checkbox-label-inline,
.wcfm-dashboard-page .media-sidebar .setting .name,
.wcfm-dashboard-page .media-sidebar .setting .value,
.wcfm-dashboard-page .media-sidebar .setting span {
  color: #d6d6d6;
}
.wcfm-dashboard-page .attachment-details .setting input[type="text"],
.wcfm-dashboard-page .attachment-details .setting textarea,
.wcfm-dashboard-page .media-sidebar .setting textarea,
.wcfm-dashboard-page .media-frame select {
  background-color: #000;
  border-radius: 15px;
  border: none;
  color: #d6d6d6;
  padding: 5px 20px;
}
.wcfm-dashboard-page .media-frame select {
  padding: 10px;
}
.wcfm-dashboard-page .media-frame select:focus {
  border: none;
  box-shadow: none;
}
.wcfm-dashboard-page .media-frame a {
  border-bottom: none;
  color: var(--primary);
}
.wcfm-dashboard-page .media-frame a:hover {
  border-bottom: none;
  color: var(--primary);
}
.wcfm-dashboard-page .alt-text textarea,
.wcfm-dashboard-page .attachment-details .alt-text textarea,
.wcfm-dashboard-page .compat-item .alt-text textarea,
.wcfm-dashboard-page .media-sidebar .alt-text textarea {
  height: 50px;
  background: #000;
  border: none;
  border-radius: 15px;
}
.wcfm-dashboard-page .wcfm-image-media-modal .attachment-info .edit-attachment {
  color: var(--primary);
}

.wcfm-dashboard-page input.search {
  background-color: #000;
  box-shadow: none;
  border-color: #414141;
  color: #d6d6d6;
}
.wcfm-dashboard-page .media-frame input[type="search"] {
  background-color: #000;
  box-shadow: none;
  border-color: #414141;
  color: #d6d6d6;
}
.wcfm-dashboard-page .media-frame input[type="search"]:focus {
  border-color: #414141;
  box-shadow: none;
}
.wcfm-dashboard-page #wcfm-main-contentainer #wcfm_add_order_note {
  float: right;
  margin-top: 0px;
  margin-left: 10px;
  background: #414141 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 12px 40px !important;
  text-transform: uppercase;
  border-radius: 10px;
}
.wcfm-dashboard-page #wcfm-main-contentainer #wcfm_add_order_note:hover {
  background-color: var(--hover);
  color: #000;
}
.wcfm-dashboard-page .media-frame-toolbar .media-toolbar,
.wcfm-dashboard-page .media-frame-content {
  border-color: #414141;
}
.wcfm-dashboard-page .wp-core-ui .button-primary:disabled,
.wcfm-dashboard-page .wp-core-ui .button-primary[disabled] {
  background-color: var(--primary) !important;
  color: #000 !important;
  border-radius: 15px;
  font-size: 14px;
  padding: 5px 20px;
  border: none !important ;
  text-transform: uppercase;
}

.wcfm-dashboard-page .media-modal-close:active,
.wcfm-dashboard-page .media-modal-close:hover {
  color: var(--hover);
}
/* dashboard  with data*/
.wcfm-dashboard-page #wcfm-main-contentainer input.remove_button {
  background-color: #000;
  font-size: 10px;
  height: 25px;
  width: 25px;
  line-height: 20px;
  border: none;
  color: #d6d6d6;
}

.wcfm-dashboard-page #wcfm-main-contentainer input.remove_button:hover,
.wcfm-dashboard-page #wcfm-main-contentainer input.remove_button:focus {
  background-color: var(--hover);
  font-size: 10px;

  color: #000 !important;
}
.wcfm-dashboard-page #wcfm-products_wrapper span.product-status-publish {
  background-color: #a79f23;
  color: #000;
  font-weight: 600;
}
.wcfm-dashboard-page span.view_count {
  color: var(--primary);
}
/* .wcfm-dashboard-page #wcfm-main-contentainer table thead th, .wcfm-dashboard-page #wcfm-main-contentainer table.dataTable.display tbody td a img {
  background-color: #131313;
  width: 100px;
  height: 100px;
  border-radius: 10px;
} */
.wcfm-dashboard-page .sorting[class="fa-eye"] {
  padding-right: 20px;
}
.wcfm-dashboard-page .wcfm-action-icon {
  box-shadow: none;
  background-color: #000;
  color: #d6d6d6;
}
.wcfm-dashboard-page .wcfm-action-icon:hover {
  box-shadow: none;
  color: #000;
}
.wcfm-dashboard-page .wcfm-action-icon.wcfm_product_delete:hover,
.wcfm-dashboard-page .wcfm_media_dalete.wcfm-action-icon:hover,
.wcfm-dashboard-page .wcfm_followers_delete.wcfm-action-icon:hover {
  background-color: red;
  color: #000;
}
.wcfm-dashboard-page .wcfm-action-icon.wcfm_product_delete,
.wcfm-dashboard-page .wcfm_media_dalete.wcfm-action-icon,
.wcfm-dashboard-page .wcfm_followers_delete.wcfm-action-icon {
  color: red;
}
/* .wcfm-dashboard-page .store_address p.wcfm_title, .wcfm_setting_indent_block p.wcfm_title {
  margin-left: 0;
} */
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #414141;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d6d6d6;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/*cart    */
.wcfm-dashboard-page
  .conveywp_body
  #wcfm-main-contentainer
  .wcfm-container
  .subscription_purchase,
.wcfm-dashboard-page
  .conveywp_body
  #wcfm-main-contentainer
  .wcfm-container
  .product
  .subscription-details {
  color: #414141;
}
.woocommerce-cart.wpf-auth .woocommerce table.shop_table td {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}
.woocommerce-cart.wpf-auth .woocommerce table.cart td.actions .input-text,
.woocommerce-cart.wpf-auth
  .woocommerce-page
  #content
  table.cart
  td.actions
  .input-text,
.woocommerce-cart.wpf-auth .woocommerce-page table.cart td.actions .input-text {
  border: none;
  color: #d6d6d6;
  min-width: 150px;
  min-width: 250px;
  background-color: #000;
  padding: 10px 15px;
  border-radius: 10px;
  margin-right: 10px;
}
.woocommerce-cart.wpf-auth .woocommerce .cart .button {
  background-color: #414141;
  color: #d6d6d6;
  border: none;
  border-radius: 10px;
  opacity: 1;
  font-size: 14px;
  padding: 12px 15px;
  text-transform: uppercase;
}
.woocommerce-cart.wpf-auth .woocommerce .cart .button:hover {
  background-color: var(--hover);
  color: #000 !important;
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-color: #414141;
}
.LinkButton,
.woocommerce a.button.alt {
  background-color: var(--primary);
  border: 0;
  cursor: pointer;
  color: #000;
  border-radius: 15px;
  transition: background-color 0.15s ease;
  font-size: 18px;
}
.LinkButton:hover,
.woocommerce a.button.alt:hover {
  background-color: var(--hover);
  color: #000;
}
/* .woocommerce-cart .conveywp_body .alert-danger, .woocommerce-info.alert.alert-info {
  color: #22ca7b;
  background-color: #292929;
  border-color: #292929;
} */
.woocommerce-cart .conveywp_body .alert-danger,
.woocommerce-info.alert.alert-info svg {
  display: none;
}
/* .subscription-status-active */
.wcfm-dashboard-page .subscription-status-active {
  background-color: var(--primary);
  color: #000;
}
.wcfm-dashboard-page .subscription-status {
  background-color: var(--primary);
  color: #000;
  margin-top: 13px;
}
.wcfm-dashboard-page #wcfm-main-contentainer #wcfm_modify_subscription_status {
  background-color: #414141;
  color: #d6d6d6;
  border-radius: 10px;
}
.wcfm-dashboard-page
  #wcfm-main-contentainer
  #wcfm_modify_subscription_status:hover {
  background-color: var(--primary);
  color: #000 !important;
}
.wcfm-dashboard-page .subscription-orderno {
  padding: 2px 4px;
  color: #d6d6d6;
  border-radius: 2px;
  font-size: 12px;
  line-height: 10px;
  background-color: var(--primary);
  color: #000;
  margin-bottom: 15px;
}
.wcfm-dashboard-page #orders_details_general_expander a,
.wcfm-dashboard-page #subscriptions_details_subscription_expander td a {
  color: var(--primary) !important;
}
.wcfm-dashboard-page #orders_details_general_expander a.view:hover {
  color: #000 !important;
}

.wcfm-dashboard-page .wcfm_subscription_status_update_wrapper {
  margin-bottom: 10px;
}
.wcfm-dashboard-page .wcs-date-input {
  font-size: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  background: #414141;
  width: 1em;
  height: 1em;
  margin-top: 9px;
  vertical-align: top;
  /* background-color: #d6d6d6; */
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
  border-radius: 50%;
  min-width: 1em;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input:checked[type="radio"],
.woocommerce-checkout
  .form-row
  .woocommerce-form__label
  input:checked[type="checkbox"] {
  background-color: var(--primary);
}
.woocommerce table.shop_table tfoot th {
  border-color: #414141;
}
.woocommerce-checkout
  .form-row
  .woocommerce-form__label
  input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 9px;
  background: #414141;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 9px;
  print-color-adjust: exact;
  border-radius: 5px;
}
.woocommerce-invalid #terms {
  outline: none;
  outline-offset: 2px;
}

.ElementsApp button.LinkButton {
  background-color: var(--primary) !important;
  color: #000 !important;
}
.ElementsApp button.LinkButton:hover {
  background-color: var(--hover) !important;
  color: #000 !important;
}
.woocommerce a.button.wc-backward {
  background-color: #414141;
  color: #d6d6d6;
  padding: 14px 20px;
  border-radius: 10px;
}
.woocommerce a.button.wc-backward:hover {
  background-color: var(--hover);
  color: #000;
}

/* vendor single page */
.wcfmmp-store-page.tax-dc_vendor_shop #wcfm_store_header .wcfm_store_title {
  font-weight: 600;
  display: flex;
  gap: 10px;
  flex: 0 0 100%;
  margin-bottom: 5px;
  line-height: 25px;
}
.wcfmmp-store-page #wcfmmp-store .address a:hover {
  color: #000 !important;
}
#wcfm_store_header .header_right .bd_icon_area .bd_icon_box a:hover,
.wcfmmp-store-page.tax-dc_vendor_shop
  .conveywp_body
  #wcfm_store_header
  .header_right
  .bd_icon_area
  .bd_icon_box
  a
  span:hover {
  color: #000 !important;
}
/* .wcfmmp-store-page #wcfmmp-store .social_area ul li a:hover i {
  color: #000!important;
  position: static;
  transform: none;
  font-size: 16px;
} */
.wcfmmp-store-page #wcfmmp-store .report_share_icons .icons_list li {
  transition: all 0.5s ease;
}
.wcfmmp-store-page #wcfmmp-store .report_share_icons .icons_list li:hover {
  transform: translateY(-10%);
}
.wcfmmp-store-page #wcfmmp-store .body_area .tab_area .tab_links li {
  background-color: transparent;
}
/* privacy styling  */
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  color: #000 !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  text-transform: uppercase;
  font-weight: 600 !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
  opacity: 0.8;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: var(--hover) !important;
  opacity: 1;
}
.cmplz-cookiebanner .cmplz-body .cmplz-categories .cmplz-category {
  background-color: #131313;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 20px;
}
span.cmplz-icon.cmplz-open svg {
  fill: #d6d6d6;
  padding-top: -11px;
  padding: 4px 15px 0px;
  top: -3px;
  position: absolute;
}
.cmplz-cookiebanner
  .cmplz-body
  .cmplz-categories
  .cmplz-category[open]
  .cmplz-icon.cmplz-open {
  transform: rotate(180deg);
  padding-right: 40px;
}
.cmplz-cookiebanner
  .cmplz-body
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-always-active {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
}
.cmplz-cookiebanner .cmplz-close:hover {
  text-decoration: none;
  line-height: 10px;
  color: var(--primary) !important;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-close {
  line-height: 10px !important;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox:checked
  .cmplz-label:focus {
  box-shadow: none;
  outline: none;
}

.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label::before {
  background-color: #d6d6d6 !important;
}

.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  .cmplz-label::after {
  background-color: #646464 !important;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:checked
  + label::before {
  background: var(--primary) !important;
}

/* .cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:checked
  + label::after {
  background: var(--inputborder) !important;
} */
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:focus
  + .cmplz-label:before {
  box-shadow: none !important;
}
#wpforo #wpforo-wrap.wpf-dark .wpf-button {
  color: #000 !important;
}
#wpforo #wpforo-wrap .wpf-button-outlined:hover {
  box-shadow: 1px 1px 4px #ff812d78;
  background-color: #141414;
}
.wpforo-register-wrap,
.wpf-profile-body {
  background-color: #131313;
}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content {
  background-color: #131313;
}
.wpfbg-9 {
  background-color: #131313 !important;
}
#wpforo #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-login-content > h3,
#wpforo
  #wpforo-wrap.wpf-dark
  .wpforo-register-wrap
  .wpforo-register-content
  > h3 {
  color: #bcbcbc;
  margin-bottom: 5px;
}
.conveywp_body #wpforo #wpforo-wrap #wpforo-title {
  /* margin-left: 19px; */
  padding-left: 15px;
  padding-top: 25px;
  color: #fff;
}
#wpforo #wpforo-wrap .wpf-field .wpf-field-required-icon {
  cursor: default;
  align-items: center;
  display: flex;
}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content {
  border-top: var(--primary) 1px solid;
  border-bottom: #414141 1px solid;
}
/* input:checked[type="radio"],
input:checked[type="checkbox"] {
  background-color: var(--primary);
}
.woocommerce table.shop_table tfoot th {
  border-color: var(--inputborder);
} */
/* input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 9px;
  background: var(--inputborder);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 9px;
  print-color-adjust: exact;
  border-radius: 5px;
}
#wpforo #wpforo-wrap .wpforo-legal-checkbox input {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  align-items: center;
}
#wpforo #wpforo-wrap .wpforo-legal-checkbox input[type="checkbox"]{
  background-color: #000;
}
#wpforo #wpforo-wrap .wpforo-legal-checkbox input:checked[type="checkbox"]{
  background-color:var(--primary);
}
#wpforo #wpforo-wrap label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  gap: 5px;
} */

#wpforo #wpforo-wrap .wpforo-legal-checkbox wpflegal-privacy .wpflink {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpf-field .wpf-label {
  font-size: 15px;
  white-space: nowrap;
  display: flex !important;
  color: #d6d6d6 !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-table
  .wpf-td
  .wpf-field.wpf-field-type-submit
  > * {
  flex: 0 0 calc(50% - 350px);
  margin: 0;
  margin: 0 10px;
}
.conveywp_body #wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login a {
  color: #22ca7b !important;
  background: transparent;
  outline: 1px solid #22ca7b;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-field-login:hover
  a,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-field-login:hover
  a
  i::before {
  color: #000 !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-field-login
  a:hover {
  color: #000 !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field.wpf-field-type-submit
  input[type="submit"]:hover,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a:hover,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-field-login
  a:hover,
.conveywp_body #wpforo #wpforo-wrap input[type="submit"]:hover {
  box-shadow: none;
  background-color: var(--hover);
  opacity: 1;
  color: #000 !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-field.wpf-field-type-submit
  input[type="submit"] {
  border: 1px solid var(--primary);
}
#wpforo #wpforo-wrap .wpf-item-element a span {
  display: inline;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
.conveywp_body #wpf-widget-recent-replies .wpforo-list-item-right p.postuser a {
  color: #d6d6d6 !important;
}
.conveywp_body
  #wpf-widget-recent-replies
  .wpforo-list-item-right
  p.postuser
  a:hover {
  color: var(--hover) !important;
}
#wpforo #wpforo-wrap label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
  color: #d6d6d6;
}
#wpforo #wpforo-wrap.wpf-dark select {
  color: #d6d6d6;
  background-color: #000;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-head
  .wpforo-profile-back
  a {
  color: #000 !important;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-menu
  .wpf-profile-menu:hover {
  background: #131313 !important;
  color: #d6d6d6 !important;
  /* border-bottom: 2px solid  #727272 !important; */
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu:hover {
  color: var(--hover);
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user {
  border: 1px solid #d6d6d6 !important;
  color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-joined {
  color: #d6d6d6 !important;
  margin-right: 15px !important;
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user:hover {
  background-color: transparent !important;
  opacity: 0.7;
  /* color: #000 !important; */
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-menu
  .wpf-profile-menu.wpforo-active {
  color: #22ca7b !important;
  border-color: #22ca7b !important;
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu {
  border-right: none !important;
  border-bottom: 2px solid #727272;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-menu
  .wpf-profile-menu:hover {
  border-color: var(--hover) !important;
  color: var(--hover) !important;
}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user svg {
  fill: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-body {
  padding: 0 15px 10px;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-head-panel
  .wpforo-profile-head-data
  .wpf-profile-details {
  background-color: #f2f2f2 !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-head-panel
  .wpforo-profile-head-data
  .wpf-profile-details
  .wpfp-name {
  color: #000 !important;
}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-title {
  font-size: 13px;
  color: #d6d6d6 !important ;
}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-stat-wrap {
  margin-left: 15px;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-home
  .wpf-field.wpf-field-name-html_soc_net {
  margin-left: 15px;
}
input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
input[type="radio"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  padding: 3px 7px !important;
  margin-right: 5px !important;
}

.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  input[type="radio"]:checked {
  background-color: #00ff84;
  color: red;
}
input[type="checkbox"]:checked {
  color: red;
  background-color: #00ff84;
  position: relative;
}
input[type="checkbox"]:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  top: 50%;
  color: #000;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 14px;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#wpforo #wpforo-wrap .wpforo-subscriptions input[type="checkbox"] {
  padding: 8px !important;
  margin-left: 8px;
  border-radius: 5px;
}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar li {
  border-bottom: medium none;
  font-size: 13px;

  display: flex;
  align-items: center;
}
#wpforo #wpforo-wrap.wpf-dark .wpforo-profile .wpforo-user-actions {
  margin: 10px 10px;
}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk div {
  border-bottom: 1px dotted #999999;
  display: inline-flex !important;
  align-items: center !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile-account
  .wpf-field-type-avatar
  input[type="url"] {
  padding: 15px !important;
  margin: 0 0 0 15px;
  width: 50%;
}
input.wpf-custom-avatar::placeholder {
  padding-top: 25px;
}
#wpforo #wpforo-wrap form input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  border-radius: 5px;
  height: 18px;
}
#wpforo #wpforo-wrap .wpf-extra-fields .wpf-main-fields {
  display: flex;
  align-items: center;
}
input {
  border: none !important;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-user {
  width: 220px;
  text-align: left;
  padding: 0 5px 0 10px;
  color: #d6d6d6;
}
input.wpf-tags {
  background-color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 10px 25px !important;
}
#wpforo #wpforo-wrap.wpf-dark input[type="text"] {
  color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpforo-forum {
  display: flex !important;
  align-items: center !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-head-panel
  .wpf-edit-cover
  ul.wpf-edit-cover-options
  li {
  opacity: 0.8;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  white-space: nowrap;
  padding: 7px 15px;
  color: #000;
  background: #ffffff;
  /* border-radius: 5px; */
}
/* topic style */
#wpforo #wpforo-wrap .wpforo-post-content span {
  display: inline;
  font-weight: normal;
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined,
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-rating-full,
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title,
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts,
#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
  float: left;
  padding: 20px 1px 10px;
  text-align: center;
  width: 195px;
  width: 200px;
  margin-right: 20px;
  er-radius: 0 0 5px 5px;
  position: relative;
}
#wpforo
  #wpforo-wrap
  .wpfl-1
  .wpforo-post
  .wpforo-action-buttons-wrap
  .wpf-action {
  background: #414141;
  color: #d6d6d6;
  padding: 5px 15px;
  border-radius: 10px;
}

#wpforo
  #wpforo-wrap
  .wpfl-1
  .wpforo-post
  .wpforo-action-buttons-wrap
  .wpf-action.wpforo-reply:hover,
#wpforo
  #wpforo-wrap
  .wpfl-1
  .wpforo-post
  .wpforo-action-buttons-wrap
  .wpf-action.wpforo-quote:hover,
#wpforo
  #wpforo-wrap
  .wpfl-1
  .wpforo-post
  .wpforo-action-buttons-wrap
  .wpf-action.not_reg_user:hover {
  background-color: var(--hover);
  color: #000;
}
#wpforo #wpforo-wrap .wpf-sb .wpf-sb-buttons i {
  color: #d6d6d6;
}
a.wpforo-share-button.wpf-tw i,
a.wpforo-share-button.wpf-wapp i {
  color: #d6d6d6 !important;
}
.wpf-tooltip::after {
  background: #414141 !important;
  text-align: center;
  color: #d6d6d6 !important;
  padding: 5px 5px !important;
  font-size: 14px !important;
}
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title {
  border-right: 1px solid #414141;
}
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title span,
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title i::before {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpf-tags a {
  background: #414141 !important;
  color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpf-tags a::after {
  background-color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpf-tags a:before {
  border-color: transparent #414141 transparent transparent !important;
}
/* .conveywp_body #wpforo #wpforo-wrap .wpforo-content tag a:hover, #wpforo #wpforo-wrap .wpf-tags a:before {
  color: #000000  !important; 
  background-color: var(--hover) !important;
} */
[wpf-tooltip]::after {
  content: attr(wpf-tooltip);
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) translateY(-100%);
  background: #414141 !important;
  text-align: center;
  color: #d6d6d6 !important;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.5;
  min-width: 6vw;
  border-width: 0;
  border-radius: 10px !important;
  pointer-events: none;
  z-index: 99;
  opacity: 0;
  text-transform: none;
  font-weight: normal;
}
#wpforo #wpforo-wrap .wpf-form-wrapper .wpf-reply-form-title {
  color: #fff;
}
.wpf-field-required .wpf-label-wrap {
  display: flex !important;
  gap: 5px;
  align-items: center;
  /* padding: 0  0            10px 15px !important; */
  padding-left: 10px !important;
}
#wpforo #wpforo-wrap.wpf-dark input[type="text"],
#wpforo #wpforo-wrap.wpf-dark input[type="search"],
#wpforo #wpforo-wrap.wpf-dark input[type="email"],
#wpforo #wpforo-wrap.wpf-dark input[type="date"],
#wpforo #wpforo-wrap.wpf-dark input[type="number"],
#wpforo #wpforo-wrap.wpf-dark input[type="url"],
#wpforo #wpforo-wrap.wpf-dark input[type="tel"],
#wpforo #wpforo-wrap.wpf-dark input[type="password"],
#wpforo #wpforo-wrap.wpf-dark input[type="email"],
#wpforo #wpforo-wrap.wpf-dark textarea,
#wpforo #wpforo-wrap.wpf-dark select {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none;
  box-shadow: none;
  /* padding: 10px 15px !important; */
  border-radius: 10px;
}
.wpf-tags-text span {
  color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpforo-revisions-wrap * {
  border-color: #22ca7b !important;
  color: #d6d6d6;
  opacity: 1 !important;
}
#wpforo #wpforo-wrap .wpforo-revisions-wrap *:hover {
  color: var(--hover);
}
#wpforo #wpforo-wrap .post-wrap .wpforo-post .wpf-left {
  width: 200px !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-post-head
  .wpf-post-head-top
  .wpf-post-info
  .wpf-post-info-forum {
  color: #d6d6d6;
}
.wpf-post-info svg {
  fill: #fff !important;
}
.conveywp_body #wpforo #wpforo-wrap .wpforo-content a:hover svg {
  fill: var(--hover);
}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat span {
  color: #d6d6d6 !important;
}
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic:hover {
  box-shadow: none !important;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons {
  border-top: 1px solid #414141 !important;
  padding: 10px 0 0;
}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li svg {
  height: 28px;
  fill: #22ca7b !important;
  height: 18px;
  margin-right: 7px;
}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-search-label {
  color: #d6d6d6 !important;
}

#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-top .wpf-activity-title {
  font-size: 15px;
  color: #d6d6d6;
}
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a span {
  color: #000 !important;
}
.conveywp_body #wpforo #wpforo-wrap div[class^="wpforo-forum-stat-"] {
  font-size: 30px;
  font-weight: 700;
  color: #22ca7b;
}
#wpforo
  #wpforo-wrap
  .wpf-activity-data
  .wpf-activity-bottom
  .wpf-activity-flabel,
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-stat {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpf-activity-icon .wpf-activity-tlabel {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-icon svg,
#wpforo #wpforo-wrap .wpf-activity-icon svg,
#wpforo #wpforo-wrap .wpf-activity-icon svg {
  fill: var(--hover) !important;
}
#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-title a,
#wpforo #wpforo-wrap .wpfa-topic .wpf-activity-title a {
  color: var(--primary) !important;
}
#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-title a:hover,
#wpforo #wpforo-wrap .wpfa-topic .wpf-activity-title a:hover {
  color: var(--hover) !important;
}
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum:hover {
  box-shadow: none !important;
}
/* #wpforo #wpforo-wrap a:link {
  text-decoration: none;
  color: var(--primary) !important;
}
#wpforo #wpforo-wrap a:link:hover{
  text-decoration: none;
  color: var(--hover) !important;
}*/
/* #wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-user a {
  color: #22ca7b !important;
} */
#wpforo
  #wpforo-wrap
  .wpforo-post-head
  .wpf-topic-more-info
  .wpf-tmi-overview
  li
  .wpf-tmi-item
  a {
  color: var(--primary) !important;
}
#wpforo #wpforo-wrap.wpf-dark .wpf-popover .wpf-popover-content {
  background-color: #414141;
  box-shadow: none;
}
#wpforo #wpforo-wrap .author-name a,
.wpf-post-info a {
  color: var(--primary) !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
  font-size: 15px;
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-date {
  color: #d6d6d6;
}
#wpforo
  #wpforo-wrap
  .wpforo-post-head
  .wpf-topic-more-info
  .wpf-tmi-overview
  li
  .wpf-tmi-item
  span {
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpforo-members-search .wpf-field input.wpf-member-search {
  border: 1px solid var(--primary) !important;
  background-color: transparent !important;
  color: var(--primary) !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field
  input.wpf-member-search:hover {
  background-color: var(--primary) !important;
}
.conveywp_body #wpforo #wpforo-wrap .wpforo-members-search .wpf-member-search,
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-members-search
  .wpf-field
  input[type="submit"] {
  color: var(--primary) !important;
}
#wpforo #wpforo-wrap .widget-title,
.wpforo-widget-wrap .widget-title {
  border-bottom: 1px solid #414141 !important;
}
#wpforo
  #wpforo-wrap.wpf-dark
  .wpforo-recent-wrap
  .wpforo-recent-content
  .wpf-ttr {
  background-color: #131313 !important;
}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content {
  border-bottom: #414141 1px solid !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-recent-wrap
  .wpforo-recent-content
  td.wpf-stext {
  padding-right: 15px;
}
.main-header .header-top .container .row nav ul li .dropdown-menu li a:hover {
  background-color: #22ca7b;
  color: #000 !important;
}
.main-header .header-top .container .row nav .navbar-nav > li li.active a {
  color: #000 !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-profile
  .wpforo-profile-head-bottom
  .wpfp-reputation {
  border-right: none;
  line-height: 30px;
  color: #d6d6d6;
}
#wpforo #wpforo-wrap .wpforo-forum-description p {
  font-size: 15px !important;
  padding: 0 0 5px 0;
  line-height: 25px;
  margin: 0;
  color: #d6d6d6;
}
/* login */
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"] {
  display: inline;
}
.conveywp_body #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg {
  display: inline;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  input[type="submit"],
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a {
  width: 216px;
  padding: 15px !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  .wpf-extra
  input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0;
  vertical-align: top;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  padding: 10px 10px;
  border-radius: 5px;
}
.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  .wpf-extra
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  top: 50%;
  color: #000;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 14px;
}
.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  .wpf-extra
  input[type="checkbox"]:checked {
  color: red;
  background-color: #00ff84;
  position: relative;
}
.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  .wpf-extra {
  display: flex;
  align-items: center;
}
.conveywp_body
  #wpforo
  #wpforo-wrap.wpf-dark
  .wpf-field
  .wpf-field-wrap
  .wpf-extra
  .wpf-forgot-pass {
  color: var(--primary);
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a {
  background: transparent;
  color: #16e383 !important;
  outline: 1px solid #16e383;
  margin-left: 15px;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a
  i {
  color: #16e383 !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a:hover {
  background: var(--hover);
  color: #000 !important;
  outline: 1px solid #16e383;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a:hover
  i {
  color: #000 !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-register-wrap
  .wpf-td
  .wpf-field.wpf-field-type-submit
  input[type="submit"] {
  width: 60%;
  padding: 13px 20px !important;
  margin: 0;
  font-size: 14px;
}
ul.wpf_ac_results {
  display: none;
}
.conveywp_body #wpforo #wpforo-wrap a,
.conveywp_body #wpforo #wpforo-wrap #wpforo-title,
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a,
.conveywp_body #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-item-element a span {
  color: #fff !important;
}
#wpforo
  #wpforo-wrap
  .wpforo-search-wrap
  .wpf-search-bar
  .wpf-toggle-wrap
  .wpf-toggle
  .wpf-toggle-button {
  cursor: pointer;
  color: #fff;
}
.wpf-search-bar input.wpfs {
  padding: 10px 15px !important;
}
textarea.select2-search__field {
  height: 100% !important;
  width: 100% !important;
}
.conveywp_body
  #wpforo
  #wpforo-wrap
  .wpf-breadcrumb
  .wpf-item-element.active
  a
  span {
  color: #000 !important;
}
#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div.cat-stat-posts,
#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div.cat-stat-topics {
  color: #d6d6d6 !important;
}
span.wpf-post-date {
  color: #d6d6d6 !important;
}
.header-top.transparent_header:not(.is_stuck) {
  position: absolute;
  background-color: #000;
  border-bottom: 1px solid #414141;
}
.conveywp_body #wpforo #wpforo-wrap .wpforo-content .wpf-tags-medium a:hover {
  color: #f9fffc !important;
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  ul {
  list-style: none;
  padding-left: 0;
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  ul
  li {
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  ul
  li:hover
  a {
  color: #000;
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  ul
  li
  a {
  display: block;
  padding-left: 15px;
  font-size: 14px;
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  li
  a:hover {
  background-color: var(--hover);
  color: #000;
}
.users_menu_dropdown ul.account_menu > li > a {
  padding: 13px 15px;
}
ul.account_menu > li > a {
  color: #6a06c5;
  padding-left: 15px;
}
ul.account_menu > li > a:hover {
  color: #6a06c5;
  padding-left: 15px;
}
.main-header
  .header-top
  .container
  .row
  .header_usermenu
  .users_menu_dropdown
  .account_menu
  li
  a:hover {
  background-color: var(--hover);
  color: #000 !important;
}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons {
  padding: 0 0 0 0px;
  opacity: 0.8;
}
#wpforo #wpforo-wrap .wpforo-recent-wrap select {
  padding: 11px 14px 11px 14px !important;
  font-size: 13px;
}
#wpforo
  #wpforo-wrap
  .wpforo-post-head
  .wpf-post-head-top
  .wpf-post-info
  .wpf-post-info-forum {
  color: #fff !important;
  font-size: 15px;
}
#wpforo #wpforo-wrap #wpforo-title {
  font-size: 28px;
  line-height: 26px;
  padding: 2px 0 15px 0;
  margin: 1px 0 25px 0;
  font-weight: normal;
  font-weight: 600;
}
p.neutral {
  background-color: #131313 !important;
  color: #d6d6d6 !important;
}
#wpf-msg-box p.neutral {
  color: #d6d6d6 !important;
  background-color: #131313 !important;
}
.neutral a {
  color: #fff !important;
}
.neutral a:hover {
  color: var(--primary) !important;
}
body.wpf-dark #wpf-msg-box p.neutral a:hover,
body.wpf-dark #wpf-msg-box a:active {
  color: var(--primary) !important;
}
/* dialog box style */
body.wpf-dark #wpforo-dialog-extra-wrap #wpforo-dialog {
  background-color: #131313 !important;
  color: #d6d6d6 !important;
}
.wpforo-copy-url-wrap .wpforo-copy-url-label {
  border: none !important;
}
.wpforo-copy-url-wrap .wpforo-copy-url {
  background-color: #000 !important;
  color: #d6d6d6;
  border-radius: 10px !important;
}
.wpforo-copy-url-wrap .wpforo-copy-input-body {
  background-color: #000 !important;
  border: none !important;
  border-radius: 10px !important;
}
.wpforo-copy-url-wrap .wpforo-copy-url-label {
  background-color: #000 !important;
}
#wpforo-dialog #wpforo-dialog-header #wpforo-dialog-close:hover {
  color: var(--primary);
}
 @media screen and (max-width: 1400px){
  .conveywp_body
  #wpforo
  #wpforo-wrap
  .wpforo-login-wrap
  .wpf-field
  .wpf-field-wrap
  .wpf-field-reg
  a {
    background: transparent;
    color: #16e383 !important;
    outline: 1px solid #16e383;
    margin-left: 0px;
    margin-top: 15px;
}
 }

@media screen and (max-width: 1200px) {
  .wpforo-forum {
    display: flex;
    gap: 20px;
  }
  .conveywp_body #wpforo #wpforo-wrap .wpforo-forum .wpforo-forum-icon {
    padding: 10px 0 10px 10px;
  }
  .conveywp_body #wpforo #wpforo-wrap .wpforo-members .wpforo-member {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #wpforo #wpforo-wrap .wpforo-content {
    width: 100% !important;
    float: left;
  }

  #wpforo #wpforo-wrap .wpforo-right-sidebar {
    width: 100% !important;
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .wpforo-forum {
    display: flex;
    gap: 35px;
  }
  #wpforo #wpforo-wrap .wpfl-1 .author-rating-full {
    text-align: center;
  }
  #wpforo #wpforo-wrap .wpforo-post .wpforo-post-content{padding-right: 0;}
}
@media screen and (max-width: 650px) {
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
    background: #131313;
    border-top: #22ca7b 2px solid;
    width: 100% !important;
  }
  #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
  #wpforo
    #wpforo-wrap
    .wpfl-1
    .wpforo-post
    .wpf-right
    .wpforo-post-content-top {
    text-align: left !important;
  }#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top {
    text-align: right;
    padding: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}.conveywp_body
#wpforo
#wpforo-wrap
.wpforo-login-wrap
.wpf-field
.wpf-field-wrap
input[type="submit"], .conveywp_body
#wpforo
#wpforo-wrap
.wpforo-login-wrap
.wpf-field
.wpf-field-wrap
.wpf-field-reg
a {
  width: 190px;
  padding: 15px !important;
}
}
@media screen and (max-width: 400px) {
  .conveywp_body #wpforo #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap .wpf-extra{display: block !important;}
}
