@charset "UTF-8";
/*
Theme Name: Matebook
Theme URI: https://velikorodnov.com/wordpress
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: Thanks for purchase <strong>MateBook - Social Network WordPress Theme</strong> - Based on PeepSo WordPress plugin. PeepSo is a super-light, free, social network plugin for WordPress that allows you to quickly and effortlessly add a social network or an online community, similar to Facebook right inside your WordPress site.
Version: 1.3
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: matebook
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/
/*------------------------------------------------------------------
[Master Stylesheet]

Project:	    Matebook
Last change:	23/02/2021 [initial release]
Assigned to:	mad_velikorodnov
Primary use:

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #bee6fd

a (standard): #333

/*------------------------------------------------------------------
[Typography]

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
}

em {
  font-style: italic;
}

embed, iframe, object {
  max-width: 100%;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

html, body {
  height: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  border-style: solid;
  border-color: #f1f2f4;
  margin-bottom: 28px;
  margin-top: 28px;
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  padding: 0;
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button {
  -webkit-appearance: button;
  /* 2 */
  font-family: inherit;
  outline: none;
  background-color: transparent;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}

a {
  color: #2a2e33;
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  clear: both;
}

/**
 * Basic typography style for copy text
 */
.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  font-size: 14px;
}

body {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Mulish";
  color: #41484f;
  background-color: #f1f2f4;
  overflow-x: hidden;
}

::selection {
  background-color: #1e1e1e;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
  color: #2a2e33;
  font-weight: 600;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 38px;
  line-height: 42px;
}

h2 {
  font-size: 28px;
  line-height: 35px;
}

h3 {
  font-size: 26px;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 21px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

address {
  margin-bottom: 1rem;
}

p {
  line-height: 2rem;
}
p:not(:last-child) {
  margin-bottom: 14px;
}

table td,
table th {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  margin: 0 0 2rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-width: 2px;
  border-style: solid;
  border-color: #f1f2f4;
  background-color: #fff;
  width: 100%;
  color: #41484f;
}
table tbody,
table thead,
table tfoot,
table tr,
table th,
table td {
  border-color: inherit;
}
table tr {
  transition-property: background-color;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-width: 0;
  border-style: solid;
}
table tr > th,
table tr > td {
  padding: 14px 21px;
  text-align: left;
  font-weight: 400;
  line-height: 21px;
  border-top: 2px solid #f1f2f4;
  border-right: 2px solid #f1f2f4;
}
table tr th {
  font-size: 14px;
  font-weight: 400;
  color: #41484f;
}
table tr td {
  color: #41484f;
}
table tr:hover {
  background-color: #f9f9f9;
}
table thead tr th {
  font-weight: 700;
  color: #2a2e33;
}
table tbody > tr > td:last-child,
table tfoot > tr > td:last-child {
  border-right: none;
}

.table-condensed {
  width: auto;
}

span.highlight {
  background-color: #1e1e1e;
  color: #fff;
}

dl:not(:last-child) {
  margin-bottom: 1.5em;
}

th {
  text-align: left;
}

dt, dd {
  padding: 4px 0;
}

dt {
  font-weight: 700;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-bottom: 21px;
  list-style-position: inside;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 21px;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

mark {
  color: #fff;
  background-color: #333;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

blockquote {
  background-color: #ebf7fe;
  padding: 21px 28px;
  font-weight: 600;
  font-style: italic;
  color: #2a2e33;
  font-size: 16px;
  line-height: 28px;
  border-radius: 7px;
}
blockquote:not(:last-child) {
  margin-bottom: 21px;
}
blockquote p {
  line-height: 28px;
}

pre {
  clear: both;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  padding: 2em;
  line-height: 2em;
  font-size: 0.75em;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  margin-bottom: 2rem;
  position: relative;
  left: 0;
  text-transform: none;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  background-size: 100% 4em;
  transition: all ease-in-out 0.5s;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

embed {
  vertical-align: top;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft,
img.alignleft {
  margin-right: 28px;
}

.wp-caption.alignright,
img.alignright {
  margin-left: 28px;
  margin-top: 28px;
}

img.alignleft,
img.alignright {
  margin-bottom: 28px;
}

.bypostauthor {
  text-transform: uppercase;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

img.wp-post-image {
  margin: 0 auto;
}

img[class*=align] {
  max-width: 100%;
  clear: both;
}

.widget img,
.wp-caption {
  max-width: 100%;
}

.sticky {
  font-weight: 400;
}

.wp-caption {
  margin-bottom: 28px;
}
.wp-caption .wp-caption-text {
  margin-top: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #75828f;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
}

.hidden {
  display: none;
}

.wp-caption-text,
.gallery-caption {
  font-size: 85%;
  font-weight: lighter;
  line-height: 21px;
  margin-top: 7px;
}

/* Animations
   ========================================================================== */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse {
  border: none;
  box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(0, 1, 255, 0.7);
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(0, 1, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(0, 1, 255, 0);
  }
}
@-webkit-keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(2px);
  }
}
@-webkit-keyframes bounceleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes pulseicon {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes pulseicon {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/* Basic styles for grid
   ========================================================================== */
.container {
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    height: auto;
    max-width: 1580px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 993px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.d-flex {
  display: flex;
  margin-right: -14px;
  margin-left: -14px;
}

.flex-row {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-row {
    flex-direction: column;
  }
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row.row-theme-space {
  flex-wrap: nowrap;
  margin-right: -28px;
  margin-left: -28px;
}
.row.row-theme-space:before, .row.row-theme-space:after {
  display: table;
  content: " ";
}
.row.row-theme-space:after {
  clear: both;
}
@media (max-width: 1279.98px) {
  .row.row-theme-space {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .row.row-theme-space {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 992.98px) {
  .site-footer .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 14px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

@media (max-width: 575.98px) {
  .col-xs-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-2 {
  width: 16.6666666667%;
}

@media (max-width: 575.98px) {
  .col-xs-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-3 {
  width: 25%;
}

@media (max-width: 575.98px) {
  .col-xs-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-4 {
  width: 33.3333333333%;
}

@media (max-width: 575.98px) {
  .col-xs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-5 {
  width: 41.6666666667%;
}

@media (max-width: 575.98px) {
  .col-xs-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-6 {
  width: 50%;
}

@media (max-width: 575.98px) {
  .col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-7 {
  width: 58.3333333333%;
}

@media (max-width: 575.98px) {
  .col-xs-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-8 {
  width: 66.6666666667%;
}

@media (max-width: 575.98px) {
  .col-xs-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-9 {
  width: 75%;
}

@media (max-width: 575.98px) {
  .col-xs-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-10 {
  width: 83.3333333333%;
}

@media (max-width: 575.98px) {
  .col-xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-11 {
  width: 91.6666666667%;
}

@media (max-width: 575.98px) {
  .col-xs-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-12 {
  width: 100%;
}

@media (max-width: 575.98px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-0 {
    right: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-3 {
    right: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-6 {
    right: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-9 {
    right: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-0 {
    left: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-3 {
    left: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-6 {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-9 {
    left: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 575.98px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-0 {
    right: auto;
  }
}
@media (min-width: 992px) {
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-3 {
    right: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-6 {
    right: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 75%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-12 {
    right: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-push-0 {
    left: auto;
  }
}
@media (min-width: 992px) {
  .col-md-push-1 {
    left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-push-2 {
    left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-push-3 {
    left: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-push-4 {
    left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-push-5 {
    left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-push-6 {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-push-7 {
    left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-push-8 {
    left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-push-9 {
    left: 75%;
  }
}
@media (min-width: 992px) {
  .col-md-push-10 {
    left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-push-11 {
    left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 575.98px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-0 {
    right: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-3 {
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-6 {
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-9 {
    right: 75%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-12 {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-0 {
    left: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-3 {
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-6 {
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-9 {
    left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Basic styles for layout
   ========================================================================== */
.wrapper-container {
  position: relative;
  transition: all 0.5s ease;
}

body.page:not(.plg-peepso):not(.woocommerce-page) .site-content {
  padding: 28px;
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
}
@media (max-width: 575px) {
  body.page:not(.plg-peepso):not(.woocommerce-page) .site-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.post--page:not(:last-child) {
  margin-bottom: 21px;
}

.site-main {
  --container: 1580px;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 42px 14px 56px 14px;
}
@media (max-width: 992px) {
  .site-main {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .site-main {
    padding-top: 56px;
    padding-bottom: 70px;
  }
}
@media (min-width: 320px) {
  body.woocommerce-page .site-main {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.site-main .site-content {
  width: 100%;
  z-index: 1;
  grid-area: content;
  order: 1;
}
@media (max-width: 992px) {
  .site-main .site-content {
    margin-bottom: 28px;
  }
}
@media (max-width: 992px) {
  .site-main .site-sidebar {
    margin-bottom: 28px;
  }
}
.site-main .site-sidebar.sidebar--left {
  grid-area: sidebar-left;
  order: 2;
}
@media (max-width: 992px) {
  .site-main .site-sidebar.sidebar--left {
    width: 100%;
  }
}
.site-main .site-sidebar.sidebar--right {
  grid-area: sidebar-right;
  order: 3;
}
@media (max-width: 992px) {
  .site-main .site-sidebar.sidebar--right {
    width: 100%;
  }
}
.site-main.no-sidebar {
  max-width: 960px;
}
@media (min-width: 993px) {
  .site-main.both {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "sidebar-left content sidebar-right";
  }
  .site-main.both.has-sidebar--left:not(.has-sidebar--right) {
    grid-template-columns: calc(30% - 14px) calc(70% - 14px);
    grid-template-areas: "sidebar-left content";
  }
  .site-main.both.has-sidebar--right:not(.has-sidebar--left) {
    grid-template-columns: calc(70% - 14px) calc(30% - 14px);
    grid-template-areas: "content sidebar-right";
  }
}
@media (min-width: 1200px) {
  .site-main.both {
    grid-template-columns: calc(25% - 18px) calc(50% - 20px) calc(25% - 18px);
  }
  .site-main.both.has-sidebar--left:not(.has-sidebar--right) {
    grid-template-columns: calc(25% - 14px) calc(75% - 14px);
    grid-template-areas: "sidebar-left content";
  }
  .site-main.both.has-sidebar--right:not(.has-sidebar--left) {
    grid-template-columns: calc(75% - 14px) calc(25% - 14px);
    grid-template-areas: "content sidebar-right";
  }
}
.site-main .entry-content:after {
  clear: both;
}
.site-main .entry-content:after, .site-main .entry-content:before {
  content: "";
  display: table;
  width: 100%;
}
.site-main .entry-content > p:last-child img {
  margin-bottom: 0;
}

/* Section
   ========================================================================== */
.page-title-holder {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 56px 0 0;
}

.title-holder:not(:last-child) {
  margin-bottom: 21px;
}

.section-title-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 28px;
  border-radius: 7px 7px 0 0;
  background-color: #fff;
}
@media (max-width: 575px) {
  .section-title-holder {
    padding: 21px;
  }
}
.section-title-holder:not(:last-child) {
  border-bottom: 2px solid #f1f2f4;
}
.section-title-holder.with-elem {
  padding-top: 14px;
  padding-bottom: 14px;
}
.section-title-holder h5 {
  margin-bottom: 0;
  color: #2a2e33;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

/* Preloader
   ========================================================================== */
.mad-preloader-circle,
.mad-preloader {
  position: fixed;
  width: 260vw;
  height: 260vw;
  margin-left: -130vw;
  margin-top: -130vw;
  background-color: #fff;
  z-index: 50;
  border-radius: 50%;
  transition-property: transform;
  transition-delay: 0ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
  transition-timing-function: linear;
}

.mad-preloader {
  left: 50%;
  top: 50%;
}

.mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
  transform: scale3d(0, 0, 0);
}

.mad-preloader-circle--appearing {
  transform: scale3d(1, 1, 1);
}

/* Basic styles for navigation
   ========================================================================== */
.site-header .main-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
}
.site-header .main-navigation li {
  list-style: none;
}
.site-header .main-navigation > ul {
  display: flex;
  justify-content: center;
}
.site-header .main-navigation > ul > li {
  position: relative;
  white-space: nowrap;
}
.site-header .main-navigation > ul > li > .sub-menu {
  border-radius: 0 0 7px 7px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .site-header .main-navigation > ul > li:not(:last-child) {
    font-size: 28px;
  }
}
.site-header .main-navigation > ul > li > a {
  position: relative;
  display: block;
  padding: 28px 21px;
  font-family: "Mulish", serif;
  font-size: 16px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .main-navigation > ul > li > a {
    padding: 14px;
    font-size: 13px;
  }
}
.site-header .main-navigation > ul > li:hover > a, .site-header .main-navigation > ul > li.current-menu-item > a, .site-header .main-navigation > ul > li.current-menu-ancestor > a, .site-header .main-navigation > ul > li.current-menu-parent > a, .site-header .main-navigation > ul > li.current_page_item > a, .site-header .main-navigation > ul > li.current_page_parent > a, .site-header .main-navigation > ul > li.current_page_ancestor > a {
  background-color: #2c3136;
}
.site-header .main-navigation > ul > li.menu-item-has-children > a:after, .site-header .main-navigation > ul > li.page_item_has_children > a:after {
  content: "keyboard_arrow_down";
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Material Icons";
}
.site-header .main-navigation .sub-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 155px;
  opacity: 0;
  pointer-events: none;
  border-radius: 7px;
  background-color: #fff;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0 30px 0 rgba(15, 27, 56, 0.1);
  transition-property: transform, opacity, visibility;
  transform: scale3d(0.9, 0.9, 0.9);
}
.site-header .main-navigation .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 21px;
  right: auto;
  border-bottom: solid 9px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.site-header .main-navigation .sub-menu.menu-reverse {
  left: 21px;
  right: auto;
}
.site-header .main-navigation .sub-menu li {
  position: relative;
}
.site-header .main-navigation .sub-menu li a {
  display: block;
  padding: 7px 21px;
  font-size: 13px;
  color: #2186c4;
  letter-spacing: 0.3px;
  line-height: 21px;
  white-space: nowrap;
  text-align: left;
}
.site-header .main-navigation .sub-menu li:hover > a, .site-header .main-navigation .sub-menu li.current-menu-item > a, .site-header .main-navigation .sub-menu li.current-menu-parent > a, .site-header .main-navigation .sub-menu li.current-menu-ancestor > a, .site-header .main-navigation .sub-menu li.current_page_item > a, .site-header .main-navigation .sub-menu li.current_page_parent > a, .site-header .main-navigation .sub-menu li.current_page_ancestor > a {
  background-color: #2186c3;
  color: #fff;
}
.site-header .main-navigation .sub-menu li:hover.menu-item-has-children:before, .site-header .main-navigation .sub-menu li:hover.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current-menu-item.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current-menu-item.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current-menu-parent.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current-menu-parent.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current-menu-ancestor.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current-menu-ancestor.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current_page_item.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current_page_item.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current_page_parent.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current_page_parent.page_item_has_children:before, .site-header .main-navigation .sub-menu li.current_page_ancestor.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.current_page_ancestor.page_item_has_children:before {
  color: #fff;
}
.site-header .main-navigation .sub-menu li.menu-item-has-children > a, .site-header .main-navigation .sub-menu li.page_item_has_children > a {
  padding-right: 2.5rem;
}
.site-header .main-navigation .sub-menu li.menu-item-has-children:before, .site-header .main-navigation .sub-menu li.page_item_has_children:before {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  vertical-align: middle;
  color: #363c42;
  content: "keyboard_arrow_right";
}
.site-header .main-navigation .sub-menu .sub-menu {
  left: calc(100% + 3px);
  right: 0;
  top: 0;
  margin-top: -11px;
}
.site-header .main-navigation .sub-menu .sub-menu:before {
  display: none;
}
.site-header .main-navigation .sub-menu .sub-menu:after {
  height: 100%;
  bottom: auto;
  width: 3px;
  left: 0;
}
.site-header .main-navigation li:hover > .sub-menu {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Basic styles for responsive navigation
   ========================================================================== */
.animate-outToRight .menu__item {
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.animate-outToLeft .menu__item {
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.animate-inFromLeft .menu__item {
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.animate-inFromRight .menu__item {
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

.mad-nav-panel {
  position: fixed;
  display: none;
  left: 0;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s;
  background-color: #363c42;
}
@media (max-width: 993px) {
  .mad-nav-panel {
    display: block;
  }
}
.admin-bar .mad-nav-panel {
  top: 3.2857142857rem;
}
.mad-nav-panel.menu--open {
  transform: translate3d(0, 0, 0);
}
.mad-nav-panel .menu__breadcrumbs {
  line-height: 1;
  position: relative;
  padding: 1rem 3rem 1rem 1.7142857143rem;
}
.mad-nav-panel .menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bee6fd;
  font-size: 0.7857142857rem;
  line-height: 1rem;
}
.mad-nav-panel .menu__breadcrumbs a:not(:last-child)::after {
  font-family: "Linearicons";
  content: "";
  display: inline-block;
  padding: 0 0.5em;
  color: #45464e;
  line-height: 1rem;
}
.mad-nav-panel .mobile-menu-wrap {
  position: absolute;
  top: 3rem;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.mad-nav-panel .mobile-menu-wrap .menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mad-nav-panel .mobile-menu-wrap .menu__level:focus {
  outline: none;
}
.mad-nav-panel .mobile-menu-wrap .menu__level.menu__level--current {
  visibility: visible;
}
.mad-nav-panel .mobile-menu-wrap .menu__level[class^=animate-], .mad-nav-panel .mobile-menu-wrap .menu__level[class*=" animate-"] {
  visibility: visible;
}
.mad-nav-panel .mobile-menu-wrap .menu__level .menu__item {
  display: block;
  width: calc(100% - 50px);
}
.mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current-menu-item .menu__link, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current-menu-ancestor .menu__link, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current-menu-parent .menu__link, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current_page_item .menu__link, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current_page_parent .menu__link, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.current_page_ancestor .menu__link {
  color: #2186c4;
}
.mad-nav-panel .mobile-menu-wrap .menu__level .menu__item .menu__link {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 16px 50px 16px 24px;
  color: #bdbdbd;
  transition: color 0.1s;
}
.mad-nav-panel .mobile-menu-wrap .menu__level .menu__item .menu__link:hover, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item .menu__link:focus, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item .menu__link[data-submenu]:hover::after, .mad-nav-panel .mobile-menu-wrap .menu__level .menu__item .menu__link[data-submenu]:focus::after {
  color: #2186c4;
}
.mad-nav-panel .mobile-menu-wrap .menu__level .menu__item.menu-item-has-children .menu__link::after {
  position: absolute;
  right: 24px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  content: "more_horiz";
  font-size: 21px;
  color: #bdbdbd;
}
.mad-nav-panel .menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0.8571428571rem;
  right: 3.9285714286rem;
  margin: 0;
  cursor: pointer;
  color: #bdbdbd;
  border: none;
  background: none;
}
.mad-nav-panel .menu__back:hover, .mad-nav-panel .menu__back:focus {
  color: #fff;
  outline: none;
}
.mad-nav-panel .menu__back.menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}
.mad-nav-panel .menu__back .icon:before {
  font-size: 1.5rem;
  background-color: transparent;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  content: "keyboard_backspace";
}
.mad-nav-panel .advanced-menu-hide {
  position: absolute;
  top: 0.6428571429rem;
  right: 1.4285714286rem;
  color: #bdbdbd;
}
.mad-nav-panel .advanced-menu-hide:before {
  font-size: 1.5rem;
  background-color: transparent;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  content: "close";
}
.mad-nav-panel .advanced-menu-hide:hover, .mad-nav-panel .advanced-menu-hide:focus {
  color: #fff;
  outline: none;
}

/* Basic styles for header
   ========================================================================== */
.site-header {
  position: relative;
  z-index: 25;
}
.site-header .mad-header-section--sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  background-color: #363c42;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .mad-header-section--sticky {
    padding-top: 21px;
  }
}
@media (max-width: 575px) {
  .site-header .mad-header-section--sticky {
    padding: 7px 14px;
  }
}
.site-header .mad-header-section--sticky.mad-header-section--sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.admin-bar .mad-header-section--sticky.mad-header-section--sticked {
  top: 32px;
}

@media (max-width: 575px) {
  .logged-in.plg-peepso .site-header-inner {
    flex-direction: column;
  }
}
.site-header-inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header-inner.has-not-search .site-header-item-nav {
    margin-top: 21px;
  }
}
.site-header-inner > .site-header-items {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .site-header-inner > .site-header-items.site-header-items-big {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .site-header-inner > .site-header-items {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) and (max-width: 2000px) {
  .site-header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.site-header-items {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .site-header-items.site-header-item-logo {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header-items.site-header-item-logo {
    margin-right: 14px;
  }
}
.site-header-items.site-header-item-nav {
  flex-grow: 2;
}
@media (max-width: 992px) {
  .site-header-items.site-header-item-nav {
    display: none;
  }
}
@media (min-width: 1280px) {
  .site-header-items.site-header-item-cart {
    margin-left: 28px;
  }
}
.site-header-items .site-header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.site-header-items .site-header-item .site-logo img {
  max-width: none;
}
.site-header-items .site-header-item .site-nav-buttons {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 7px;
}
.site-header-items .site-header-item .site-nav-buttons button {
  margin: 0 12px;
  line-height: 21px;
  color: #fff;
}
.site-header-items .site-header-item .site-nav-buttons button:last-child {
  margin-right: 0;
}
.site-header-items .site-header-item .site-nav-button,
.site-header-items .site-header-item .site-search-btn {
  color: #fff;
  transition: all 0.5s ease;
  font-size: 28px;
}
.site-header-items .site-header-item .site-nav-button:before,
.site-header-items .site-header-item .site-search-btn:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
}
.site-header-items .site-header-item .site-nav-button:hover,
.site-header-items .site-header-item .site-search-btn:hover {
  color: #2186c4;
}
.site-header-items .site-header-item .site-nav-button {
  display: none;
}
.site-header-items .site-header-item .site-nav-button:before {
  content: "menu";
}
@media (max-width: 992px) {
  .site-header-items .site-header-item .site-nav-button {
    display: block;
  }
}
.site-header-items .site-header-item .site-search-btn:before {
  content: "search";
}
@media (min-width: 992px) {
  .site-header-items .site-header-item .site-search-btn {
    display: none;
  }
}
.site-header-items .site-header__search {
  width: 100%;
}
@media (min-width: 993px) {
  .site-header-items .site-header__search .site-close-search-form {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-header-items .site-header__search {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 105;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .site-header-items .site-header__search.opened {
    opacity: 1;
    visibility: visible;
  }
  .site-header-items .site-header__search .site-header__search-bar {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .site-header-items .site-header__search .site-close-search-form {
    position: absolute;
    right: 14px;
    top: 56px;
    display: inline-block;
    color: #ccc;
    z-index: 99;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .site-header-items .site-header__search .site-close-search-form:before {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-size: 30px;
    font-style: normal;
    vertical-align: middle;
    content: "close";
  }
  .site-header-items .site-header__search .search-form {
    width: 80%;
    margin: 0 auto;
  }
}
.site-header-items.site-header-items-big {
  flex-grow: 2;
  justify-content: center;
}
@media (min-width: 576px) {
  .site-header-items:first-child {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .site-header-items:last-child {
    margin-right: -14px;
  }
}
.site-header-items .widget {
  margin-bottom: 0;
}
.site-header-items .widget:not(:last-child) {
  margin-bottom: 0;
}
.site-header-items .site-title {
  color: #fff;
}
.site-header-items .site-title:not(:last-child) {
  margin-bottom: 7px;
}
.site-header-items .site-title a {
  color: inherit;
}

.site-header__cart-wrapper {
  padding: 32px 14px;
  transition: all 0.25s ease;
  cursor: pointer;
  line-height: 21px;
}
@media (max-width: 575px) {
  .site-header__cart-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 320px) {
  .site-header__cart-wrapper {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.site-header__cart-wrapper:hover {
  background-color: #2c3136;
}

.site-header__cart-toggle {
  position: relative;
  display: block;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  line-height: 21px;
}
.site-header__cart-toggle i {
  vertical-align: middle;
  line-height: inherit;
}
.site-header__cart-toggle .woo-cart-count {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -8px;
  right: -6px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #f75411;
  border-radius: 50%;
  text-align: center;
}
.site-header__cart-toggle .woo-cart-count.counter-hidden {
  opacity: 0 !important;
}

/* Basic styles for footer
   ========================================================================== */
.site-footer {
  background-color: #262a2e;
  color: #b9babd;
}
.site-footer .site-footer-inner {
  padding: 70px 0 28px;
}
.site-footer .widget-title {
  margin-bottom: 28px;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
}
.site-footer .copyright-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  background-color: #262a2e;
  color: #b9babd;
}
@media (max-width: 576px) {
  .site-footer .copyright-section {
    padding: 14px;
  }
}
@media (max-width: 320px) {
  .site-footer .copyright-section {
    flex-direction: column;
  }
}
.site-footer .copyright-section a {
  color: #fff;
}
@media (max-width: 992px) {
  .site-footer .d-flex [class*=col-]:not(:last-child) {
    margin-bottom: 42px;
  }
}
.site-footer.no-has-theme-plugin .flex-row {
  flex-flow: wrap;
}
.site-footer.no-has-theme-plugin .flex-row .widget {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 25%;
}
@media (min-width: 575px) and (max-width: 768px) {
  .site-footer.no-has-theme-plugin .flex-row .widget {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .site-footer.no-has-theme-plugin .flex-row .widget {
    width: 100%;
  }
}

/* Basic styles for forms
   ========================================================================== */
/* Inputs & Textarea */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=url],
input[type=tel],
textarea,
select {
  padding: 10px 21px;
  border-width: 2px;
  border-style: solid;
  border-color: #e3e6e9;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  border-radius: 21px;
  color: #75828f;
  font-family: inherit;
  background-color: #f9f9f9;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #2186c3;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder {
  color: #75828f;
  opacity: 1;
}

textarea {
  min-height: 140px;
}

input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

select {
  background-image: url("assets/images/select-arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  select {
    background-image: url("assets/images/select-arrow@2x.png");
    background-size: contain;
    background-position: 100% center;
  }
}

textarea {
  display: block;
  height: initial;
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
}

input:not([type=submit]):focus,
textarea:focus,
select:focus {
  -moz-appearance: none;
  appearance: none;
  outline: 0 none transparent;
}

.post-password-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .post-password-form p:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .post-password-form p:last-child input[type=password] {
    margin-top: 7px;
    margin-bottom: 14px;
    width: 100%;
  }
}
.post-password-form input[name=post_password] {
  margin-left: 7px;
  margin-right: 7px;
  width: auto;
}
.post-password-form label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.post-password-form input[type=submit] {
  display: inline-block;
  padding: 11px 21px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 21px;
  background-color: #e1e2e3;
  color: #2a2e33;
  white-space: nowrap;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
}
.post-password-form input[type=submit]:hover {
  background-color: #54595e;
  color: #fff;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
}

button {
  cursor: pointer;
}

/* Label & Legend */
label,
legend {
  display: block;
  margin-bottom: 7px;
  color: #41484f;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

label[for] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Checkbox & Radio */
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  min-height: 28px;
  color: #41484f;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #e3e6e9;
  border-radius: 10px;
  background: #f9f9f9;
  content: "";
}
input[type=radio] + label::after,
input[type=checkbox] + label::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 7px;
  background-color: #2a2e33;
  display: none;
  content: "";
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  display: block;
  background-color: #2a2e33;
}

.gallery[class*=gallery-columns] {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.gallery[class*=gallery-columns] > .gallery-item {
  padding: 1rem 1rem 0;
  text-align: center;
}

.gallery.gallery-size-full .gallery-item {
  display: none;
}
.gallery.gallery-size-full .gallery-item:first-child {
  display: block;
}
.gallery.gallery-columns-1:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-2:not(.gallery-size-full) .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-6:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-9:not(.gallery-size-full) .gallery-item {
  width: 33.3333333%;
}
.gallery.gallery-columns-4:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-5:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-7:not(.gallery-size-full) .gallery-item, .gallery.gallery-columns-8:not(.gallery-size-full) .gallery-item {
  width: 25%;
}

.wp-block-search:not(:last-child) {
  margin-bottom: 14px;
}
.wp-block-search .wp-block-search__input {
  border-width: 2px;
  border-style: solid;
  border-color: #e3e6e9;
}
.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
}

.wp-block-tag-cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.wp-block-tag-cloud .tag-cloud-link {
  color: #2a2e33;
  background-color: #e3e6e9;
  padding: 7px 14px;
  margin: 0.25rem;
  font-size: 13px !important;
  border-radius: 14px;
  line-height: 14px;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: white;
  background-color: #2186c3;
}

.wp-block-media-text:not(:last-child) {
  margin-bottom: 14px;
}

.wp-block-columns + .wp-block-media-text {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 21px 28px;
}
.wp-block-group:not(:last-child) {
  margin-bottom: 14px;
}

.wp-block-audio:not(:last-child) {
  margin-bottom: 14px;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 5rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 1rem 2rem 0 0;
}

.entry-content > *.alignleft,
.entry-excerpt > *.alignleft,
.entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
  max-width: calc(5 * (100vw / 12));
  margin-right: 2rem;
}

.entry-content > *.alignright,
.entry-excerpt > *.alignright,
.entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignright {
  max-width: calc(5 * (100vw / 12));
  margin-left: 2rem;
}

@media (min-width: 1200px) {
  .entry-content > *.alignleft,
.entry-excerpt > *.alignleft,
.entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: calc(3 * (100vw / 12));
    margin-right: calc(2 * 1rem);
  }

  .entry-content > *.alignright,
.entry-excerpt > *.alignright,
.entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignright {
    max-width: calc(3 * (100vw / 12));
    margin-left: calc(2 * 1rem);
  }

  .site-main.both.has-sidebar--right .entry-content > *.alignleft,
.site-main.both.has-sidebar--right .entry-excerpt > *.alignleft,
.site-main.both.has-sidebar--right .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.site-main.both.has-sidebar--right .entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignleft, .site-main.both.has-sidebar--left .entry-content > *.alignleft,
.site-main.both.has-sidebar--left .entry-excerpt > *.alignleft,
.site-main.both.has-sidebar--left .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.site-main.both.has-sidebar--left .entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: calc(2 * (100vw / 12));
  }
  .site-main.both.has-sidebar--right .entry-content > *.alignright,
.site-main.both.has-sidebar--right .entry-excerpt > *.alignright,
.site-main.both.has-sidebar--right .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.site-main.both.has-sidebar--right .entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignright, .site-main.both.has-sidebar--left .entry-content > *.alignright,
.site-main.both.has-sidebar--left .entry-excerpt > *.alignright,
.site-main.both.has-sidebar--left .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.site-main.both.has-sidebar--left .entry-excerpt > .wp-block-group > .wp-block-group__inner-container > *.alignright {
    max-width: calc(2 * (100vw / 12));
  }
}
.wp-block-gallery:not(:last-child) {
  margin-bottom: 14px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 7px 14px;
  text-align: center;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-block-image:not(:last-child) {
  margin-bottom: 21px;
}
.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
  color: #666;
}
.wp-block-image.alignleft {
  margin: 2rem 2rem 2rem 0;
}
.wp-block-image.alignright {
  margin: 2rem 0 2rem 2rem;
}
.wp-block-image .alignleft {
  margin: 2rem 2rem 2rem 0;
}
.wp-block-image .alignright {
  margin: 2rem 0 2rem 2rem;
}

@media (max-width: 320px) {
  .wp-block-embed-facebook span {
    width: auto !important;
  }
}

@media (max-width: 320px) {
  .wp-block-embed-instagram iframe {
    width: auto !important;
    min-width: initial !important;
  }
}

.wp-block-embed figcaption {
  font-size: 13px;
  text-align: center;
  color: #666;
}

.blocks-gallery-caption {
  font-size: 0.9285714286rem;
  text-align: center;
  color: #666;
}

.wp-block-preformatted,
.wp-block-code {
  margin-bottom: 28px;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  font-size: 0.75em;
  color: inherit;
  padding: 28px;
  border: none;
  border-radius: 0;
}

.wp-block-archives:not(:last-child) {
  margin-bottom: 14px;
}

section.wp-block-cover-image > h2 {
  font-size: 3rem;
}

.wp-block-cover .has-text-align-center {
  margin-top: 0;
}

.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
  color: #fff;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text {
  padding: 28px;
  font-size: 2.5rem;
  line-height: 1.4;
}
.wp-block-cover.alignleft .wp-block-cover-text,
.wp-block-cover.alignleft .wp-block-cover-image-text, .wp-block-cover.alignright .wp-block-cover-text,
.wp-block-cover.alignright .wp-block-cover-image-text,
.wp-block-cover-image.alignleft .wp-block-cover-text,
.wp-block-cover-image.alignleft .wp-block-cover-image-text,
.wp-block-cover-image.alignright .wp-block-cover-text,
.wp-block-cover-image.alignright .wp-block-cover-image-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.wp-block-cover:not(:last-child),
.wp-block-cover-image:not(:last-child) {
  margin-bottom: 28px;
}

.wp-block-pullquote {
  padding: 35px 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  color: #fff;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 21px;
}
.wp-block-pullquote p {
  font-size: inherit;
}
.wp-block-pullquote p:not(:last-child) {
  margin-bottom: 14px;
}

.wp-block-separator {
  margin-top: 35px;
  margin-bottom: 35px;
  clear: both;
}

.wp-block-button {
  margin-bottom: 28px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.has-small-font-size {
  font-size: 14px;
}

.has-text-align-center {
  margin-top: 35px;
}

.has-large-font-size {
  line-height: 3rem;
}
.has-large-font-size:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .has-large-font-size:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .has-large-font-size {
    font-size: 22px;
    line-height: 28px;
  }
}

.wp-block-categories:not(:last-child) {
  margin-bottom: 14px;
}

.wp-block-latest-posts li,
.wp-block-archives-list li,
.wp-block-categories-list li {
  list-style: none;
}
.wp-block-latest-posts li:not(:last-child),
.wp-block-archives-list li:not(:last-child),
.wp-block-categories-list li:not(:last-child) {
  margin-bottom: 14px;
}
.wp-block-latest-posts li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a {
  border-bottom: 1px solid transparent;
}
.wp-block-latest-posts li a:hover,
.wp-block-archives-list li a:hover,
.wp-block-categories-list li a:hover {
  border-bottom-color: inherit;
}
.wp-block-latest-posts li ul.children,
.wp-block-archives-list li ul.children,
.wp-block-categories-list li ul.children {
  margin-top: 1rem;
}

.entry-excerpt > .wp-block-quote,
.entry-content > .wp-block-quote {
  margin-top: 21px;
}
.entry-excerpt > p[style="font-size:46px"],
.entry-content > p[style="font-size:46px"] {
  line-height: 3.5rem;
}
.entry-excerpt > p[style="font-size:46px"]:not(:last-child),
.entry-content > p[style="font-size:46px"]:not(:last-child) {
  margin-bottom: 28px;
}

.wp-block-quote p {
  margin-bottom: 14px;
}
.wp-block-quote cite {
  color: #2186c4;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.wp-block-quote cite em {
  font-style: inherit;
  font-weight: inherit;
  font-size: 14px;
  line-height: inherit;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  max-width: 100%;
  margin: 0 0 1.5rem;
  padding: 21px 28px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}
.wp-block-quote br {
  display: none;
}

.wp-block-column {
  margin-bottom: 0;
}

.wp-block-latest-comments__comment {
  line-height: inherit;
}

/* Widgets: General
   ========================================================================== */
.widget:not(:last-child) {
  margin-bottom: 28px;
}
.widget ul {
  margin-bottom: 0;
}
.widget li {
  list-style: none;
}

.site-sidebar .widget {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  border-radius: 7px;
}
.site-sidebar .widget .widget-title {
  margin-bottom: 0;
  border-bottom: 2px solid #f1f2f4;
  padding: 21px 28px;
  font-size: 18px;
  line-height: 21px;
}
.site-sidebar .textwidget {
  padding: 28px;
}
.site-sidebar .calendar_wrap {
  padding: 28px;
}

.logged-in .site-sidebar #text-3.widget.widget_text {
  display: none;
}

/* Widget: Calendar
 ================================================= */
.calendar_wrap {
  position: relative;
  overflow: hidden;
}
.calendar_wrap table {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7142857143rem;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: transparent;
  border: none;
}
.calendar_wrap table caption {
  position: relative;
  font-size: 1.1428571429rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e7e8e9;
}
.calendar_wrap table thead {
  background-color: #f0edea;
}
.calendar_wrap table th, .calendar_wrap table td {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-color: #e7e8e9;
  border-width: 1px;
  border-style: solid;
}
.calendar_wrap table tr #today {
  background-color: #2186c4;
  color: #fff;
}
.calendar_wrap table tr #today a {
  color: #fff;
}
.calendar_wrap table th {
  font-weight: 500;
  font-size: 1rem;
}
.calendar_wrap table tbody > tr > td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e7e8e9;
}
.calendar_wrap table tfoot td {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.calendar_wrap table tfoot #prev,
.calendar_wrap table tfoot #next {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.calendar_wrap table tfoot #prev a,
.calendar_wrap table tfoot #next a {
  color: #bee6fd;
}
.calendar_wrap table tfoot #prev {
  text-align: left;
}
.calendar_wrap table tfoot #next {
  text-align: right;
}
.calendar_wrap .wp-calendar-nav {
  display: flex;
  padding: 4px 0;
  font-size: 1rem;
  justify-content: space-between;
  align-items: center;
}

.site-footer .calendar_wrap table th,
.site-footer .calendar_wrap table td,
.site-footer .calendar_wrap table caption {
  background-color: #fff;
}
.site-footer .calendar_wrap .wp-calendar-nav a {
  color: #fff;
}
.site-footer .wp-caption .wp-caption-text {
  color: #fafafa;
}

/* Widgets
 ======================================================= */
/* Widget: Rss
 ================================================= */
.widget_rss .rss-date {
  letter-spacing: 0.3px;
  font-size: 12px;
  display: block;
}
.widget_rss .rsswidget {
  font-size: 16px;
  font-weight: 700;
}
.widget_rss li:not(:last-child) {
  margin-bottom: 14px;
}

/* Widget: Tag Cloud
 ================================================= */
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 576px) {
  .widget_tag_cloud .tagcloud {
    margin-left: 0;
    margin-right: 0;
  }
}
.widget_tag_cloud .tagcloud a {
  padding: 7px 14px;
  margin: 0.25rem;
  color: #2a2e33;
  background-color: #e3e6e9;
  font-size: 14px !important;
  line-height: 14px;
  border-radius: 14px;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #2186c3;
  color: #fff;
}

/* Widget: Text
 ================================================= */
.widget_text .textwidget img {
  margin-bottom: 1rem;
}

/* Widget: Meta
 ================================================= */
.widget_meta ul {
  margin-left: 0;
}

/* Sidebar Widgets
 ============================================================== */
.site-sidebar > li {
  list-style: none;
}
.site-sidebar > li .widgettitle {
  margin-bottom: 0;
  border-bottom: 1px solid #e7e8e9;
  padding: 21px 28px;
  font-size: 18px;
  line-height: 21px;
}
.site-sidebar .widget_meta ul,
.site-sidebar .widget_links ul,
.site-sidebar .widget_archive ul,
.site-sidebar .widget_recent_entries ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-sidebar .widget_meta li,
.site-sidebar .widget_links li,
.site-sidebar .widget_archive li,
.site-sidebar .widget_recent_entries li {
  display: flex;
  flex-flow: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 11px 28px;
  line-height: 21px;
}
.site-sidebar .widget_meta li a,
.site-sidebar .widget_links li a,
.site-sidebar .widget_archive li a,
.site-sidebar .widget_recent_entries li a {
  color: #2186c4;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.site-sidebar .widget_meta li:hover,
.site-sidebar .widget_links li:hover,
.site-sidebar .widget_archive li:hover,
.site-sidebar .widget_recent_entries li:hover {
  background-color: #2186c4;
  color: #fff;
}
.site-sidebar .widget_meta li:hover a,
.site-sidebar .widget_links li:hover a,
.site-sidebar .widget_archive li:hover a,
.site-sidebar .widget_recent_entries li:hover a {
  color: #fff;
}
.site-sidebar .widget_archive {
  padding: 28px;
}
.site-sidebar .widget_archive > ul {
  margin: -28px;
}
.site-sidebar .widget_archive .widget-title {
  margin-left: -28px;
  margin-right: -28px;
  margin-top: -28px;
  margin-bottom: 28px;
}
.site-sidebar .widget_categories > form {
  padding: 28px;
}
.site-sidebar .widget_categories > form > label {
  display: none;
}
.site-sidebar .widget_categories ul {
  margin-left: 0;
}
.site-sidebar .widget_categories ul li {
  padding: 7px 28px;
}
.site-sidebar .widget_categories ul li a {
  line-height: 21px;
  color: #2186c4;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.site-sidebar .widget_categories ul ul.children > li {
  padding-left: 14px;
  padding-right: 14px;
}
.site-sidebar .widget_categories ul ul.children > li:last-child {
  padding-bottom: 0;
}
.site-sidebar .widget_categories > ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-sidebar .widget_categories > ul > li:hover {
  background-color: #2186c4;
  color: #fff;
}
.site-sidebar .widget_categories > ul > li:hover a {
  color: #fff;
}
.site-sidebar .widget_categories > ul ul {
  margin-top: 0.5rem;
}
.site-sidebar .widget_rss > ul {
  padding: 28px;
}
.site-sidebar .widget_rss .rsswidget {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.site-sidebar .widget_rss .rsswidget:hover {
  border-bottom-color: inherit;
}
.site-sidebar .widget_pages ul {
  margin-left: 0;
}
.site-sidebar .widget_pages ul li {
  padding: 7px 28px;
}
.site-sidebar .widget_pages ul li a {
  line-height: 21px;
  color: #2186c4;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.site-sidebar .widget_pages ul ul.children > li {
  padding-left: 14px;
  padding-right: 14px;
}
.site-sidebar .widget_pages ul ul.children > li:last-child {
  padding-bottom: 0;
}
.site-sidebar .widget_pages > ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-sidebar .widget_pages > ul > li:hover {
  background-color: #2186c4;
  color: #fff;
}
.site-sidebar .widget_pages > ul > li:hover a {
  color: #fff;
}
.site-sidebar .widget_pages > ul ul {
  margin-top: 0.5rem;
}
.site-sidebar .widget_nav_menu > div {
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-sidebar .widget_nav_menu > div .menu > li:hover {
  background-color: #2186c4;
  color: #fff;
}
.site-sidebar .widget_nav_menu > div .menu > li:hover a {
  color: #fff;
}
.site-sidebar .widget_nav_menu > div .menu ul {
  margin-top: 0.5rem;
}
.site-sidebar .widget_nav_menu li > ul {
  margin-left: 14px;
}
.site-sidebar .widget_nav_menu ul li {
  padding: 7px 28px;
}
.site-sidebar .widget_nav_menu ul li a {
  line-height: 21px;
  color: #2186c4;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.site-sidebar .widget_nav_menu ul ul.sub-menu > li {
  padding-left: 0;
  padding-right: 0;
}
.site-sidebar .widget_nav_menu ul ul.sub-menu > li:last-child {
  padding-bottom: 0;
}
.site-sidebar .widget_nav_menu ul ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu > li {
  padding-left: 0;
}
.site-sidebar .widget_search {
  padding-bottom: 1px;
  padding-top: 1px;
}
.site-sidebar .widget_search .search-form {
  margin: 28px;
}
.site-sidebar .widget_tag_cloud .tagcloud {
  padding: 28px;
}
.site-sidebar .widget_recent_comments > ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-sidebar .widget_recent_comments ul li {
  padding: 11px 28px;
  line-height: 21px;
}
.site-sidebar .widget_recent_comments ul li a {
  color: #2186c4;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.site-sidebar .widget_recent_comments ul li:hover {
  background-color: #2186c4;
  color: #fff;
}
.site-sidebar .widget_recent_comments ul li:hover a {
  color: #fff;
}
.site-sidebar .widget_text .textwidget {
  padding: 28px;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}

/* Footer Widgets
 =============================================================== */
.site-footer .widget_meta li,
.site-footer .widget_links li,
.site-footer .widget_archive li,
.site-footer .widget_recent_entries li {
  display: flex;
  flex-flow: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 21px;
}
.site-footer .widget_meta li:not(:last-child),
.site-footer .widget_links li:not(:last-child),
.site-footer .widget_archive li:not(:last-child),
.site-footer .widget_recent_entries li:not(:last-child) {
  margin-bottom: 21px;
}
.site-footer .widget_meta li a,
.site-footer .widget_links li a,
.site-footer .widget_archive li a,
.site-footer .widget_recent_entries li a {
  color: #bee6fd;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .widget_meta li a:hover,
.site-footer .widget_links li a:hover,
.site-footer .widget_archive li a:hover,
.site-footer .widget_recent_entries li a:hover {
  text-decoration: underline;
}
.site-footer .widget_pages li,
.site-footer .widget_categories li,
.site-footer .widget_nav_menu li,
.site-footer .widget_recent_comments li {
  line-height: 21px;
}
.site-footer .widget_pages li:not(:last-child),
.site-footer .widget_categories li:not(:last-child),
.site-footer .widget_nav_menu li:not(:last-child),
.site-footer .widget_recent_comments li:not(:last-child) {
  margin-bottom: 21px;
}
.site-footer .widget_pages li a,
.site-footer .widget_categories li a,
.site-footer .widget_nav_menu li a,
.site-footer .widget_recent_comments li a {
  color: #bee6fd;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.site-footer .widget_pages li a:hover,
.site-footer .widget_categories li a:hover,
.site-footer .widget_nav_menu li a:hover,
.site-footer .widget_recent_comments li a:hover {
  border-bottom-color: inherit;
}
.site-footer .widget_pages ul ul,
.site-footer .widget_categories ul ul,
.site-footer .widget_nav_menu ul ul,
.site-footer .widget_recent_comments ul ul {
  margin-top: 21px;
}
.site-footer .widget_rss .rsswidget {
  color: #bee6fd;
  border-bottom: 1px solid transparent;
}
.site-footer .widget_rss .rsswidget:hover {
  border-bottom-color: inherit;
}

/* Basic styles for carousel
   ========================================================================== */
.products-holder .owl-carousel .owl-controls .owl-dots {
  margin-top: 3.5rem;
}

/* Navigation
 ================================================= */
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #2a2e33;
  font-weight: 400;
  font-size: 42px;
  transition: all 0.45s ease;
}
.owl-nav > .owl-prev {
  left: -6px;
}
.owl-nav > .owl-next {
  right: -6px;
}
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
  display: block;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
}
.owl-nav .owl-prev::before {
  content: "chevron_left";
}
.owl-nav .owl-next:before {
  content: "chevron_right";
}

/* Dots
 ================================================= */
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 3rem;
  line-height: 1rem;
  text-align: center;
}
.owl-dots .owl-dot {
  display: block;
  opacity: 1;
  margin: 0 0.2142857143rem;
  width: 1.5714285714rem;
  height: 0.2857142857rem;
  background-color: #dfd9d2;
  cursor: pointer;
  transition: width 0.35s ease;
}
.owl-dots .owl-dot.active {
  width: 3rem;
  background-color: #bee6fd;
}
.owl-dots .owl-dot:hover {
  background-color: #bee6fd;
}

.owl-dots__bottom--light .owl-dots {
  z-index: 2;
  margin-top: 2rem;
  width: 100%;
}
.owl-dots__bottom--light .owl-dots .owl-dot {
  background-color: #dfd9d2;
}
.owl-dots__bottom--light .owl-dots .owl-dot.active {
  background-color: #fff;
}

.material-icons,
.material-icons-outlined {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Loader
 ========================================================================== */
.loader {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  opacity: 1 !important;
}
.loader.hide {
  animation: 1200ms ease-in-out slideInFromLeft;
}
.loader.show {
  display: block !important;
  animation: 1200ms ease-in-out slideInFromRight;
}

@keyframes slideInFromLeft {
  0% {
    transform: skew(-20deg) translateX(0%);
  }
  80% {
    transform: skew(0) translateX(80%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: skew(-20deg) translateX(-100%);
  }
  80% {
    transform: skew(0) translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* Back To Top Button
 ========================================================================== */
.mad-back-to-top {
  width: 56px;
  height: 56px;
  padding: 0;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  z-index: 103;
  right: 3%;
  top: 60%;
  color: #2a2e33;
  background-color: #e3e6e9;
}
.mad-back-to-top:hover {
  background-color: #41484f;
  color: #fff;
}
.mad-back-to-top .icon {
  font-size: 2rem;
  line-height: 3.5rem;
}

@-webkit-keyframes visibleIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    right: 2.8571428571rem;
  }
}
@keyframes visibleIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    right: 2.8571428571rem;
  }
}
@-webkit-keyframes visibleOut {
  from {
    opacity: 1;
    right: 40px;
  }
  to {
    opacity: 0;
    right: 60px;
  }
}
@keyframes visibleOut {
  from {
    opacity: 1;
    right: 40px;
  }
  to {
    opacity: 0;
    right: 60px;
  }
}
/* Search Form
 ========================================================================== */
.widget .search-form,
.search-form-template .search-form,
.site-header__search-bar .search-form {
  position: relative;
}
.widget .search-form .search-input,
.search-form-template .search-form .search-input,
.site-header__search-bar .search-form .search-input {
  padding-left: 49px;
}
.opened .widget .search-form .search-input,
.opened .search-form-template .search-form .search-input,
.opened .site-header__search-bar .search-form .search-input {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 27px;
  font-size: 16px;
}
.widget .search-form .search-button,
.search-form-template .search-form .search-button,
.site-header__search-bar .search-form .search-button {
  position: absolute;
  left: 21px;
  top: 50%;
  line-height: 2;
  transform: translateY(-50%);
  font-size: 0;
}

.site-header__search-bar .search-input {
  color: #b9babd;
  font-size: 16px;
  border: 2px solid #41484f;
  background-color: #2c3136;
  padding-top: 9px;
  padding-bottom: 9px;
}
.site-header__search-bar .search-input::placeholder {
  color: #b9babd;
}
.site-header__search-bar .search-button {
  height: 100%;
  color: #fff;
}
.site-header__search-bar .search-button i {
  line-height: 1;
  vertical-align: middle;
}

.search-form-template {
  padding: 28px;
  border-radius: 7px;
  background-color: #fff;
  border: 2px solid #f0f1f3;
}
.search-form-template:not(:last-child) {
  margin-bottom: 28px;
}

/* Custom Select
 ========================================================================== */
.mad-custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.mad-custom-select.size-2 .mad-selected-option {
  font-size: 13px;
}
.mad-custom-select .mad-selected-option {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 2px solid #f0f1f3;
  width: 100%;
  padding: 6px 21px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 21px;
  color: #75828f;
  background-color: #fafafa;
  cursor: pointer;
  user-select: none;
}
.mad-custom-select .mad-selected-option:after, .mad-custom-select .mad-selected-option:before {
  position: absolute;
  right: 1rem;
  line-height: inherit;
  font-family: "Material Icons";
  font-size: 1.25rem;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, opacity, visibility;
}
.mad-custom-select .mad-selected-option:after {
  content: "keyboard_arrow_down";
}
.mad-custom-select .mad-selected-option:before {
  content: "keyboard_arrow_up";
  opacity: 0;
  visibility: hidden;
  line-height: inherit;
  transform: scale3d(0, 0, 0);
}
.mad-custom-select .mad-options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: initial;
  color: #75828f;
  background-color: #fafafa;
  padding-bottom: 14px;
  border: 2px solid #f0f1f3;
  margin-top: -21px;
  padding-top: 21px;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale3d(0.9, 0.9, 0.9);
}
.mad-custom-select .mad-options-list > li a {
  display: block;
  padding: 7px 21px 0 21px;
  cursor: pointer;
  color: #75828f;
  font-size: 13px;
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-custom-select .mad-options-list > li:hover a {
  color: #2a2e33;
}
.mad-custom-select.mad-opened .mad-selected-option:after {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0, 0, 0);
}
.mad-custom-select.mad-opened .mad-selected-option:before {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}
.mad-custom-select.mad-opened .mad-options-list {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

.pre-opt {
  font-size: 1rem;
}

/* Icons
 ========================================================================== */
[class^=icon-]:before,
[class*=icon-]:before {
  width: auto;
  margin: 0;
  padding: 0;
}

/* 404
 ========================================================================== */
body.error404 .wrapper-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
body.error404 #content {
  flex: 1 0 auto;
}
body.error404 .page-404-section {
  margin: 28px auto 55px;
  padding: 0 14px;
  max-width: 720px;
  text-align: center;
}
@media (max-width: 767px) {
  body.error404 .page-404-section {
    margin-top: 42px;
  }
}
body.error404 .page-404-section .page-404-content h1 {
  margin-bottom: 0;
  color: #f75411;
  font-size: 350px;
  font-weight: 600;
  line-height: 0.9;
}
@media (max-width: 767px) {
  body.error404 .page-404-section .page-404-content h1 {
    margin-bottom: 14px;
    font-size: 150px;
  }
}
body.error404 .page-404-section .page-404-content h5 {
  color: #f75411;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
body.error404 .page-404-section .page-404-content h5:not(:last-child) {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  body.error404 .page-404-section .page-404-content h5:not(:last-child) {
    margin-bottom: 28px;
  }
}
body.error404 .page-404-section .page-404-content p {
  margin-bottom: 21px;
  font-size: 14px;
  color: #41484f;
}
body.error404 .page-404-section .page-404-content p a {
  margin: 0 5px;
  color: #41484f;
}
body.error404 .page-404-section .page-404-content:not(:last-child) {
  margin-bottom: 14px;
}
body.error404 .page-404-section .searchform-line {
  display: flex;
}
body.error404 .page-404-section .searchform-line .searchform-btn {
  display: inline-block;
  margin-left: 7px;
  background-color: #f75411;
  color: #fff;
  padding: 7px 28px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 21px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
body.error404 .page-404-section .searchform-line .searchform-btn:hover {
  background-color: #41484f;
}

/* Pagination
 ========================================================================== */
.navigation.post-navigation .screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  padding: 7px 42px;
  line-height: 21px;
  border-radius: 17px;
  background-color: #2186c4;
  color: #fff;
}
@media (max-width: 320px) {
  .navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
    padding: 7px 28px;
  }
}
.navigation.post-navigation .nav-links .nav-previous a:before, .navigation.post-navigation .nav-links .nav-previous a:after,
.navigation.post-navigation .nav-links .nav-next a:before,
.navigation.post-navigation .nav-links .nav-next a:after {
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
}
.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {
  background-color: #7ecefc;
  color: #2a2e33;
}
.navigation.post-navigation .nav-links .nav-previous a:before {
  margin-right: 7px;
  content: "arrow_back";
}
.navigation.post-navigation .nav-links .nav-next a:after {
  margin-left: 7px;
  content: "arrow_forward";
}

.navigation.pagination {
  text-align: center;
}
.navigation.pagination .screen-reader-text {
  display: none;
}

.page-numbers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.page-numbers li {
  margin: 0 0.25rem;
  list-style: none;
}
.page-numbers li a,
.page-numbers li span {
  display: block;
  color: #fff;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  background-color: #2186c4;
  transition-property: all;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-numbers li .current {
  background-color: #7ecefc;
  color: #2a2e33;
}
.page-numbers li a.prev, .page-numbers li a.next {
  font-size: 0;
}
.page-numbers li a.prev:before, .page-numbers li a.next:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.page-numbers li a.prev:before {
  content: "arrow_back";
}
.page-numbers li a.next:before {
  content: "arrow_forward";
}
.page-numbers li a:hover {
  background-color: #7ecefc;
  color: #2a2e33;
}

.page-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.page-links:not(:last-child) {
  margin-bottom: 21px;
}
.page-links .post-page-numbers {
  margin: 0 0.25rem;
  list-style: none;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 17px;
  background-color: #2186c4;
  transition-property: all;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  background-color: #7ecefc;
  color: #2a2e33;
}
.page-links .screen-reader-text {
  display: none;
}
.page-links:last-child {
  margin-bottom: 28px;
}

.page-nav {
  text-align: center;
}
.page-nav .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.page-nav .pagination li {
  margin: 0 0.25rem;
  list-style: none;
}
.page-nav .pagination li a {
  display: block;
  color: #fff;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  background-color: #2186c4;
  transition-property: all;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-nav .pagination li a:hover {
  background-color: #7ecefc;
  color: #2a2e33;
}
.page-nav .pagination li a.prev-page, .page-nav .pagination li a.next-page {
  font-size: 0;
}
.page-nav .pagination li a.prev-page span, .page-nav .pagination li a.next-page span {
  display: none;
}
.page-nav .pagination li a.prev-page:before, .page-nav .pagination li a.next-page:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.page-nav .pagination li a.prev-page:before {
  content: "arrow_back";
}
.page-nav .pagination li a.next-page:before {
  content: "arrow_forward";
}
.page-nav .pagination li.active a {
  background-color: #7ecefc;
  color: #2a2e33;
}

.tag-wrap {
  display: flex;
  color: #75828f;
}
.tag-wrap .tagcloud {
  color: #2186c4;
}
.tag-wrap .tagcloud:before {
  margin-right: 7px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  color: #75828f;
  content: "local_offer";
}
.tag-wrap .tagcloud a {
  font-size: 14px;
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.tag-wrap .tagcloud a:hover {
  border-bottom-color: #2186c4;
}

/* Blog Feed
   ========================================================================== */
@media (min-width: 576px) {
  .entry-holder .entry-box {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
    border-radius: 7px;
  }
}
.entry-holder .entry-box:not(:last-child) {
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .entry-holder.col1 .entry-box .grid-item {
    width: 100%;
  }
  .entry-holder.col1 .entry-box .thumbnail-attachment {
    margin-left: auto;
    margin-right: auto;
  }
  .entry-holder.col2 .entry-box .grid-item {
    width: 50%;
  }
  .entry-holder.col3 .entry-box .grid-item {
    width: 33.3333333%;
  }
}
.entry-holder .grid-item {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 28px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .entry-holder .grid-item {
    padding: 14px;
  }
}
@media (min-width: 576px) {
  .entry-holder .grid-item:first-child {
    border-radius: 7px 7px 0 0;
  }
  .entry-holder .grid-item:last-child {
    border-radius: 0 0 7px 7px;
  }
  .entry-holder .grid-item:only-child {
    border-radius: 7px;
  }
}
.entry-holder .grid-item:not(:last-child) {
  border-bottom: 2px solid #f1f2f4;
}
.entry-holder .thumbnail-attachment img {
  border-radius: 7px;
}
.entry-holder .thumbnail-attachment:not(:last-child) {
  margin-bottom: 21px;
}
.entry-holder .entry-title {
  font-size: 22px;
  font-weight: 600;
  word-break: break-all;
}
.entry-holder .entry-title:not(:last-child) {
  margin-bottom: 7px;
}
.entry-holder .entry-title .sticky-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.entry-holder .entry-title .sticky-label span {
  position: absolute;
  right: -35px;
  top: 21px;
  background-color: #f75411;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 14px;
  padding: 7px 42px;
  font-family: inherit;
  transform: rotate(45deg);
}
.entry-holder .entry-title a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.entry-holder .entry-title a:hover {
  border-bottom-color: inherit;
}

.entry-excerpt:after, .entry-excerpt:before {
  clear: both;
  content: "";
  display: table;
}
.entry-excerpt > *:last-child {
  margin-bottom: 0;
}
.entry-excerpt:not(:last-child) {
  margin-bottom: 14px;
}

.entry-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 21px;
  font-size: 14px;
}
.entry-foot .more-link:only-child {
  text-align: right;
}
.entry-foot a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.entry-foot a:hover {
  border-bottom-color: #2186c4;
}

.entry-single .entry-meta:not(:last-child) {
  margin-bottom: 18px;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.entry-meta:not(:last-child) {
  margin-bottom: 14px;
}
.entry-meta .meta-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #75828f;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.33px;
  text-align: left;
}
.entry-meta .meta-item:before {
  margin-right: 7px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1;
}
.entry-meta .meta-item.meta-date:before {
  content: "calendar_today";
}
.entry-meta .meta-item.meta-author:before {
  content: "person";
  font-size: 16px;
}
.entry-meta .meta-item.meta-category {
  color: #2186c4;
}
.entry-meta .meta-item.meta-category:before {
  content: "folder";
  font-size: 15px;
  color: #75828f;
}
.entry-meta .meta-item a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
  vertical-align: middle;
}
.entry-meta .meta-item a:hover {
  border-bottom-color: #2186c4;
}
.entry-meta .meta-item:not(:last-child) {
  margin-right: 14px;
}

/* Single Post
 ========================================================================== */
.responsive-iframe {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.2%;
}
.responsive-iframe:not(:last-child) {
  margin-bottom: 14px;
}
.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.entry-content > h1:not(:last-child),
.entry-content > h2:not(:last-child),
.entry-content > h3:not(:last-child),
.entry-content > h4:not(:last-child),
.entry-content > h5:not(:last-child),
.entry-content > h6:not(:last-child) {
  margin-bottom: 14px;
}
.entry-content:not(:last-child) {
  margin-bottom: 28px;
}
.entry-content ul:last-child, .entry-content ol:last-child {
  margin-bottom: 0;
}

.entry-single {
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
}
.entry-single:not(:last-child) {
  margin-bottom: 28px;
}
.entry-single .entry-content {
  margin-bottom: 0;
  padding-bottom: 28px;
}
.entry-single .entry-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 28px;
  border-bottom: 2px solid #f1f2f4;
}
.entry-single .entry-section-title h5 {
  line-height: 21px;
}
.entry-single .entry-featured-image {
  margin-bottom: 21px;
}
.entry-single .entry-featured-image img {
  overflow: hidden;
  border-radius: 7px;
}
.entry-single .entry-body .entry-main-content {
  padding: 28px 28px 0 28px;
}
@media (max-width: 575px) {
  .entry-single .entry-body .entry-main-content {
    padding: 14px 14px 0 14px;
  }
}
.entry-single .entry-body:only-child .tag-wrap {
  border-bottom: none;
}
.entry-single .entry-body .entry-title {
  font-size: 24px;
  line-height: 35px;
  word-break: break-all;
}
.entry-single .entry-body .entry-title:not(:last-child) {
  margin-bottom: 7px;
}
.entry-single .author-bio-section {
  margin-left: -28px;
  margin-right: -28px;
  padding: 21px 28px;
  border-top: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
}
.entry-single .author-bio-section .author-name {
  margin-bottom: 21px;
}
.entry-single .author-bio-section .author-body {
  display: flex;
  margin-bottom: 14px;
}
.entry-single .author-bio-section .author-avatar {
  margin-right: 21px;
}
.entry-single .author-bio-section .author-links {
  text-transform: capitalize;
}
.entry-single .author-bio-section .author-links a {
  color: #2186c4;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.entry-single .author-bio-section .author-links a:hover {
  border-bottom-color: inherit;
}
.entry-single .entry-cat-links {
  padding: 14px 28px;
  border-top: 2px solid #f1f2f4;
  border-bottom: 2px solid #f1f2f4;
  color: #75828f;
}
.entry-single .entry-cat-links a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.entry-single .entry-cat-links a:hover {
  border-bottom-color: #2186c4;
}
.entry-single .tag-wrap {
  padding: 20px 28px;
  border-top: 2px solid #f1f2f4;
}
.entry-single .tag-wrap .tagcloud {
  margin-left: 4px;
}
.entry-single .entry-comments {
  padding: 28px;
  border-top: 2px solid #f1f2f4;
}
.entry-single .entry-comments .comment-respond {
  border-top: 2px solid #f1f2f4;
  padding: 28px 28px 0 28px;
  margin-left: -28px;
  margin-right: -28px;
}
.entry-single .entry-comments .comment-respond:only-child {
  padding-top: 0;
  border-top: none;
}

/* Comments
 ================================================= */
.entry-comments #comments > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.entry-comments #comments:not(:last-child) {
  margin-bottom: 14px;
}
.entry-comments ol.comments-list {
  margin-bottom: 0;
}
.entry-comments ol.comments-list li.comment {
  list-style: none;
}
.entry-comments ol.comments-list li.comment > article {
  position: relative;
  padding: 14px 0 14px;
  overflow: hidden;
}
.entry-comments ol.comments-list li.comment .gravatar {
  float: left;
  width: 56px;
  margin-right: 21px;
  overflow: hidden;
  border-radius: 50%;
}
.entry-comments ol.comments-list li.comment .comment-body {
  overflow: hidden;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta:not(:last-child) {
  margin-bottom: 7px;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-author {
  margin-bottom: 0;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-info {
  color: #75828f;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.14px;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-info .entry-meta .entry-date {
  display: block;
  margin-right: 10px;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-info .entry-meta .entry-date:after {
  margin-left: 10px;
  content: "|";
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-info .entry-meta .comment-reply-link {
  display: inline-block;
  letter-spacing: 0.14px;
  color: #2186c4;
}
.entry-comments ol.comments-list li.comment .comment-body .comment-meta .comment-info .entry-meta .comment-reply-link:not(:last-child) {
  margin-right: 7px;
}
.entry-comments ol.comments-list li.comment .comment-body .entry-meta {
  display: flex;
  font-size: 11px;
  color: #75828f;
}
.entry-comments ol.comments-list li.comment ul.children {
  margin-left: 0;
  overflow: hidden;
}
.entry-comments ol.comments-list li.comment ul.children li.comment {
  position: relative;
  padding-left: 112px;
}
@media (max-width: 1200px) {
  .entry-comments ol.comments-list li.comment ul.children li.comment {
    padding-left: 56px;
  }
}
@media (max-width: 575px) {
  .entry-comments ol.comments-list li.comment ul.children li.comment {
    padding-left: 7px;
  }
}
.entry-comments ol.comments-list li.comment ul.children li.comment:before {
  content: "";
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ede9e5;
  width: 37px;
  height: 10091px;
  position: absolute;
  left: 42px;
  top: -10030px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .entry-comments ol.comments-list li.comment ul.children li.comment:before {
    display: none;
  }
}
.entry-comments ol.comments-list .comment-respond {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Comment Form
 ================================================= */
.comment-form .comment-notes {
  margin-bottom: 7px;
  font-weight: 400;
}
.comment-form .comment-form-author:not(:last-of-type),
.comment-form .comment-form-email:not(:last-of-type),
.comment-form .comment-form-url:not(:last-of-type),
.comment-form .comment-form-comment:not(:last-of-type) {
  margin-bottom: 21px;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label,
.comment-form .comment-form-comment label {
  display: none;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form .form-submit input[type=submit] {
  padding: 7px 28px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  transition: all 0.5s ease;
  cursor: pointer;
  letter-spacing: 0.35px;
  border-radius: 17px;
  background-color: #f75411;
}
.comment-form .form-submit input[type=submit]:hover {
  background-color: #41484f;
}

.comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

/* Related Posts
 ================================================= */
.entry-related-posts:not(:last-child) {
  margin-bottom: 70px;
}
.entry-related-posts > h3.related-title {
  margin-bottom: 35px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

/* Not Found
 ================================================= */
.search-no-results .wrapper-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.search-no-results .wrapper-container .no-results.not-found {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}

.no-results.not-found {
  margin: 31px auto 56px;
  max-width: 642px;
  padding: 0 14px;
}
.no-results.not-found .page-header {
  text-align: center;
}
.no-results.not-found .page-header .material-icons-outlined {
  color: #f75411;
  font-size: 200px;
}
@media (max-width: 575px) {
  .no-results.not-found .page-header .material-icons-outlined {
    font-size: 150px;
  }
}
.no-results.not-found .page-header .page-title {
  margin-top: -21px;
  color: #f75411;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .no-results.not-found .page-header .page-title {
    font-size: 25px;
  }
}
.no-results.not-found .page-header:not(:last-child) {
  margin-bottom: 42px;
}
.no-results.not-found .page-content {
  text-align: center;
}
.no-results.not-found .page-content p {
  margin-bottom: 21px;
}
.no-results.not-found .page-content .search-form {
  display: flex;
}
.no-results.not-found .page-content .search-form .search-input {
  padding: 8px 21px;
  line-height: 21px;
}
.no-results.not-found .page-content .search-form .search-button {
  display: inline-block;
  margin-left: 7px;
  padding: 11px 28px;
  background-color: #f75411;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  border-radius: 21px;
  white-space: nowrap;
  cursor: pointer;
}
.no-results.not-found .page-content .search-form .search-button i {
  display: none;
}
.no-results.not-found .page-content .search-form .search-button:hover {
  background-color: #54595e;
  color: #fff;
}

/* General
 ========================================================================== */
.plg-peepso .woocommerce-error,
.plg-peepso .woocommerce-info,
.plg-peepso .woocommerce-message {
  --PS-COLOR--TEXT--LIGHT: color;
  --PS-COLOR--APP: bg;
}
.plg-peepso #add_payment_method #payment div.payment_box,
.plg-peepso .woocommerce-cart #payment div.payment_box,
.plg-peepso .woocommerce-checkout #payment div.payment_box {
  --PS-COLOR--TEXT--LIGHT: inherit;
  --PS-COLOR--APP--GRAY: transparent;
}
.plg-peepso .woocommerce #respond input#submit,
.plg-peepso .woocommerce a.button,
.plg-peepso .woocommerce button.button,
.plg-peepso .woocommerce input.button {
  --PS-COLOR--APP--LIGHTGRAY: #f75411;
  --PS-COLOR--TEXT--LIGHT: #fff;
}
.plg-peepso .woocommerce #respond input#submit:hover,
.plg-peepso .woocommerce a.button:hover,
.plg-peepso .woocommerce button.button:hover,
.plg-peepso .woocommerce input.button:hover {
  --PS-COLOR--TEXT: #fff;
  --PS-COLOR--APP--GRAY: #41484f;
}
.plg-peepso .woocommerce a.button.alt {
  --PS-COLOR--PRIMARY: #f75411;
  --PS-COLOR--TEXT--INVERT: #fff;
}
.plg-peepso .woocommerce a.button.alt:hover {
  --PS-COLOR--TEXT--INVERT: #fff;
  --PS-COLOR--PRIMARY--DARK: #41484f;
}
.plg-peepso.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
}

.woocommerce-cart .wrapper-container {
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.woocommerce-cart .wrapper-container .site-content {
  flex: 1 0 auto;
}

/* Buttons
 ================================================= */
.added_to_cart,
.add_to_cart_button,
.product_type_simple,
.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wishlist_table .add_to_cart.button,
.peepso .woocommerce .button,
.peepso .button.woocommerce-button,
.peepso .button.woocommerce-Button {
  display: inline-block;
  padding: 7px 21px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 17px;
  background-color: #f75411;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.33px;
  text-align: center;
  white-space: nowrap;
}
.added_to_cart:hover,
.add_to_cart_button:hover,
.product_type_simple:hover,
.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wishlist_table .add_to_cart.button:hover,
.peepso .woocommerce .button:hover,
.peepso .button.woocommerce-button:hover,
.peepso .button.woocommerce-Button:hover {
  background-color: #41484f;
}

.peepso .woocommerce .button,
.peepso .button.woocommerce-button,
.peepso .button.woocommerce-Button {
  padding: 7px 21px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  border-radius: 17px !important;
}
.peepso .woocommerce .button:hover,
.peepso .button.woocommerce-button:hover,
.peepso .button.woocommerce-Button:hover {
  padding: 7px 21px !important;
  background-color: #41484f !important;
}

.woocommerce button.button.single_add_to_cart_button {
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 17px;
}

/* Price
 ================================================= */
.pricing-area {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.pricing-area .price {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #f75411;
  transition: all 0.45s ease;
}
.pricing-area .price ins {
  text-decoration: none;
}
.pricing-area .price del {
  margin-right: 3px;
  color: #f75411;
  opacity: 0.7;
  text-decoration: line-through;
}

.product:hover .pricing-area .price:not(:only-child) {
  opacity: 0;
  visibility: hidden;
}

/* Notices
 ========================================================================== */
.woocommerce-notices-wrapper:not(:last-child) {
  margin-bottom: 28px;
}
.woocommerce-notices-wrapper:not(:last-child):empty {
  margin-bottom: 0;
}

.woocommerce-products-header + .woocommerce-notices-wrapper:not(:last-child) {
  margin-bottom: 0;
}

.plg-peepso .woocommerce-error,
.plg-peepso .woocommerce-info,
.plg-peepso .woocommerce-message,
.plg-peepso .woocommerce .woocommerce-error,
.plg-peepso .woocommerce .woocommerce-info,
.plg-peepso .woocommerce .woocommerce-message {
  padding: 14px 28px;
  border-radius: 7px;
  background-color: #dff0f9;
  color: #2186c4;
  list-style: none;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.12px;
}
@media (max-width: 575px) {
  .plg-peepso .woocommerce-error,
.plg-peepso .woocommerce-info,
.plg-peepso .woocommerce-message,
.plg-peepso .woocommerce .woocommerce-error,
.plg-peepso .woocommerce .woocommerce-info,
.plg-peepso .woocommerce .woocommerce-message {
    display: flex;
    flex-direction: column;
  }
  .plg-peepso .woocommerce-error .button,
.plg-peepso .woocommerce-info .button,
.plg-peepso .woocommerce-message .button,
.plg-peepso .woocommerce .woocommerce-error .button,
.plg-peepso .woocommerce .woocommerce-info .button,
.plg-peepso .woocommerce .woocommerce-message .button {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.plg-peepso .woocommerce-error .button,
.plg-peepso .woocommerce-info .button,
.plg-peepso .woocommerce-message .button,
.plg-peepso .woocommerce .woocommerce-error .button,
.plg-peepso .woocommerce .woocommerce-info .button,
.plg-peepso .woocommerce .woocommerce-message .button {
  margin-right: 7px;
}
.plg-peepso .woocommerce-message[role=alert] {
  background-color: #dff0f9;
}
.plg-peepso .woocommerce-error[role=alert] {
  background-color: #ffd1ca;
  color: #eb4244;
}

/* Tables
 ========================================================================== */
.shop-attributes tr:first-child > th {
  width: 35%;
}

.woocommerce-checkout .shop_table,
.woocommerce-cart-form .shop_table,
.cart-collaterals .shop_table {
  border: none;
}

.shop_table,
.shop_attributes {
  margin-bottom: 0;
}
.shop_table tr:last-child > td,
.shop_attributes tr:last-child > td {
  border-bottom: 2px solid #f1f2f4;
}
.shop_table tr,
.shop_attributes tr {
  transition: background 0.4s ease;
}

.shop_table td.product-name {
  font-size: 16px;
  font-weight: 700;
}
.shop_table td.product-name dl.variation dt, .shop_table td.product-name dl.variation dd {
  display: inline-block;
}
.shop_table th {
  font-weight: 700;
}
.shop_table tr.order-total th,
.shop_table tr.order-total td {
  font-weight: 700;
  color: #f75411;
}
.shop_table tr:last-child > th {
  border-bottom: 2px solid #f1f2f4;
}

.shop_attributes tr:last-child > th {
  border-bottom: 2px solid #f1f2f4;
}
.shop_attributes td p {
  margin-bottom: 0;
}

.woocommerce-LostPassword.lost_password a {
  border-bottom: 1px solid transparent;
}
.woocommerce-LostPassword.lost_password a:hover {
  border-bottom-color: inherit;
}

/* Archive Products
 ========================================================================== */
/* Products Header
 ================================================= */
.woocommerce-products-header {
  position: relative;
  z-index: 5;
  padding: 14px 28px;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
}
.woocommerce-products-header:not(:last-child) {
  border-bottom: 2px solid #f1f2f4;
}
.woocommerce-products-header .product-sort-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-products-header .product-sort-section .woocommerce-result-count {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  color: #75828f;
}
@media (max-width: 480px) {
  .woocommerce-products-header .product-sort-section .woocommerce-result-count {
    margin-bottom: 7px;
  }
}
.woocommerce-products-header .product-sort-section .mad-custom-select {
  max-width: 160px;
}

/* Products
 ================================================= */
.products:not(.related):not(.upsells) {
  display: flex;
  flex-wrap: wrap;
}
.products:not(.related):not(.upsells).columns-1 .product {
  width: 100%;
}
.products:not(.related):not(.upsells).columns-2 .product {
  width: 50%;
}
@media (max-width: 575px) {
  .products:not(.related):not(.upsells).columns-2 .product {
    width: 100%;
  }
}
.products:not(.related):not(.upsells).columns-3 .product {
  width: 33.333333%;
}
@media (max-width: 1200px) {
  .site-main.both.has-sidebar--left.has-sidebar--right .products:not(.related):not(.upsells).columns-3 .product {
    width: 50%;
  }
}
@media (max-width: 993px) {
  .products:not(.related):not(.upsells).columns-3 .product {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products:not(.related):not(.upsells).columns-3 .product {
    width: 100%;
  }
}
.products:not(.related):not(.upsells).columns-4 .product {
  width: 25%;
}
@media (max-width: 1200px) {
  .site-main.both.has-sidebar--left.has-sidebar--right .products:not(.related):not(.upsells).columns-4 .product {
    width: 50%;
  }
}
@media (max-width: 993px) {
  .products:not(.related):not(.upsells).columns-4 .product {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products:not(.related):not(.upsells).columns-4 .product {
    width: 100%;
  }
}
.products:not(.related):not(.upsells).columns-5 .product {
  width: 20%;
}
@media (max-width: 1200px) {
  .site-main.both.has-sidebar--left.has-sidebar--right .products:not(.related):not(.upsells).columns-5 .product {
    width: 50%;
  }
}
@media (max-width: 993px) {
  .products:not(.related):not(.upsells).columns-5 .product {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products:not(.related):not(.upsells).columns-5 .product {
    width: 100%;
  }
}

.products-holder {
  border-radius: 7px;
}
.products-holder .products {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}
.products-holder .products:not(:last-child) {
  margin-bottom: 28px;
}
.products-holder .owl-carousel.loaded {
  display: grid;
  grid-gap: 28px;
}
.products-holder .owl-carousel.loaded[data-max-items="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.products-holder .owl-carousel.loaded[data-max-items="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.products-holder .owl-carousel.loaded[data-max-items="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.product .product-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  margin-right: -2px;
  padding: 28px 28px 29px 28px;
  height: calc(100% + 2px);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #f1f2f4;
}
.product .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  transition: opacity 0.45s ease;
}
.product .product-inner .product-description {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 21px 0;
  text-align: center;
}
.product .product-inner .product-description .product-name,
.product .product-inner .product-description .pricing-area {
  flex: 1 0 auto;
}
.product .product-inner .product-description .product-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.product .product-inner .product-description .product-name a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.product .product-inner .product-description .product-name a:hover {
  border-bottom-color: inherit;
}
.product .product-inner .product-description .product-name:not(:last-child) {
  margin-bottom: 14px;
}
.product .product-inner > .button {
  align-self: center;
}
.product span.onsale,
.product span.new-badge {
  position: absolute;
  top: 5px;
  left: -36px;
  padding: 0 42px;
  background-color: #41484f;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #fff;
  z-index: 3;
  transform: rotate(-30deg);
}
.product span.onsale {
  background-color: #41484f;
}
.product span.new-badge + span.onsale {
  top: 60px;
}
.product .product-image {
  text-align: center;
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.product .product-image .added_to_cart,
.product .product-image .add_to_cart_button,
.product .product-image .product_type_simple,
.product .product-image .product_type_grouped,
.product .product-image .product_type_external,
.product .product-image .product_type_variable {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

/* Single Product
 ========================================================================== */
.product.single {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  height: auto;
  padding: 0;
}
.product.single:not(:last-child) {
  margin-bottom: 28px;
}
.product.single .woocommerce-single-product {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  padding: 28px 28px 0 28px;
}
@media (max-width: 993px) {
  .product.single .woocommerce-single-product {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product.single .woocommerce-single-product .product-images {
  position: relative;
  overflow: hidden;
}
.product.single .woocommerce-single-product:not(:last-child) {
  margin-bottom: 32px;
}

/* Variations
 ================================================= */
table.variations {
  margin-bottom: 0;
  max-width: 80%;
  border: none;
}
@media (max-width: 575px) {
  table.variations {
    max-width: 100%;
  }
}
table.variations select {
  padding-right: 56px;
}
table.variations tbody tr > td {
  border: none;
  padding: 7px 0;
}
table.variations tbody tr > td.label {
  width: 90px;
}
@media (max-width: 480px) {
  table.variations tbody tr > td.label {
    width: 60px;
  }
}
table.variations tbody tr > td label {
  color: #666;
}
table.variations tbody tr:hover {
  background-color: transparent;
}
table.variations tbody tr:last-child td {
  padding-bottom: 0;
}
table.variations .reset_variations {
  font-size: 14px;
}

.single_variation_wrap .woocommerce-variation:not(:last-child) {
  margin-bottom: 21px;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-description:not(:last-child) {
  margin-bottom: 14px;
}
.single_variation_wrap .variations_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart .quantity.hidden {
  display: block;
  border: none;
}

/* Product Gallery
 ================================================= */
.woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 7px;
}

.product-gallery-wrap {
  overflow: hidden;
  border-radius: 7px;
}
.product-gallery-wrap:not(:last-child) {
  margin-bottom: 7px;
}

.woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce-product-gallery__trigger img {
  display: none;
}

/* Flex Controls
 ================================================= */
.flex-control-nav {
  margin-bottom: 0;
}
.flex-control-nav .owl-stage-outer {
  padding-bottom: 0;
}
.flex-control-nav.owl-carousel li {
  display: none;
}
.flex-control-nav.owl-carousel li:first-child {
  display: block;
}
.flex-control-nav.owl-carousel .owl-item li {
  cursor: pointer;
}
.flex-control-nav.owl-carousel .owl-item li img {
  border-radius: 7px;
  transition: all 0.45s ease;
  opacity: 0.5;
  display: block;
}
.flex-control-nav.owl-carousel .owl-item li img:hover, .flex-control-nav.owl-carousel .owl-item li img.flex-active {
  opacity: 1;
}
.flex-control-nav:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  list-style: none;
}
.flex-control-nav:not(.owl-carousel) li img {
  transition: all 0.45s ease;
  display: block;
  border-radius: 7px;
  opacity: 0.5;
}
.flex-control-nav:not(.owl-carousel) li img.flex-active {
  opacity: 1;
}

/* Summary
 ================================================= */
.summary.entry-summary .product_title {
  margin-bottom: 0;
  color: #2a2e33;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}
.summary.entry-summary .product_title:not(:last-child) {
  margin-bottom: 14px;
}
.summary.entry-summary .price {
  display: block;
  color: #f75411;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}
.summary.entry-summary .price:not(:last-child) {
  margin-bottom: 28px;
}
.summary.entry-summary .price ins {
  text-decoration: none;
}
.summary.entry-summary .price del {
  opacity: 0.7;
  color: #f75411;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: line-through;
}
.summary.entry-summary .single_variation_wrap .price:not(:last-child) {
  margin-bottom: 21px;
}
.summary.entry-summary .woocommerce-product-details__short-description {
  color: #41484f;
}
.summary.entry-summary .woocommerce-product-details__short-description:not(:last-child) {
  margin-bottom: 28px;
}
.summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

/* Stock
 ================================================= */
.stock.out-of-stock {
  color: #ff0000;
}

/* Product Rating
 ================================================= */
@font-face {
  font-family: star;
  src: url(assets/fonts/woocommerce/star.eot);
  src: url(assets/fonts/woocommerce/star.eot?#iefix) format("embedded-opentype"), url(assets/fonts/woocommerce/star.woff) format("woff"), url(assets/fonts/woocommerce/star.ttf) format("truetype"), url(assets/fonts/woocommerce/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(assets/fonts/woocommerce/WooCommerce.eot);
  src: url(assets/fonts/woocommerce/WooCommerce.eot?#iefix) format("embedded-opentype"), url(assets/fonts/woocommerce/WooCommerce.woff) format("woff"), url(assets/fonts/woocommerce/WooCommerce.ttf) format("truetype"), url(assets/fonts/woocommerce/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce-product-rating:not(:last-child) {
  margin-bottom: 14px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 1em;
  line-height: 1;
  width: 105px;
  vertical-align: middle;
  font-size: 18px;
  font-family: WooCommerce;
}
.star-rating:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #f75411;
  float: left;
  content: "";
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #f75411;
}
.star-rating span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.product .pricing-area {
  justify-content: center;
}
.product .pricing-area .star-rating {
  position: absolute;
  top: 1px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  width: 85px;
  transform: translateX(-60%);
  transition: all 0.45s ease;
}

.product:hover .pricing-area .star-rating {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.woocommerce-review-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 21px;
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.woocommerce-review-link:hover {
  border-bottom-color: inherit;
}

/* Stars
 ================================================= */
.comment-form-rating:not(:last-child) {
  margin-bottom: 21px;
}
.comment-form-rating p.stars span {
  width: 105px;
  height: 28px;
  position: relative;
  display: block;
  float: none;
}
.comment-form-rating p.stars a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  margin-right: 0;
  text-indent: -9999px;
  border-bottom: 0 !important;
  outline: 0;
}
.comment-form-rating p.stars a.star-1 {
  width: 1.5em;
  z-index: 10;
}
.comment-form-rating p.stars a.star-2 {
  width: 3em;
  z-index: 9;
}
.comment-form-rating p.stars a.star-3 {
  width: 4.5em;
  z-index: 8;
}
.comment-form-rating p.stars a.star-4 {
  width: 6em;
  z-index: 7;
}
.comment-form-rating p.stars a.star-5 {
  width: 7.5em;
  z-index: 6;
}
.comment-form-rating p.stars a.star-1:after, .comment-form-rating p.stars a.star-2:after, .comment-form-rating p.stars a.star-3:after, .comment-form-rating p.stars a.star-4:after, .comment-form-rating p.stars a.star-5:after {
  font-family: "Linearicons";
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #c7cacd;
}
.comment-form-rating p.stars a.star-1:after, .comment-form-rating p.stars a.star-2:after, .comment-form-rating p.stars a.star-3:after, .comment-form-rating p.stars a.star-4:after {
  content: "";
}
.comment-form-rating p.stars a.star-1.active:after, .comment-form-rating p.stars a.star-1:hover:after {
  content: "";
  color: #f75411;
}
.comment-form-rating p.stars a.star-2.active:after, .comment-form-rating p.stars a.star-2:hover:after {
  content: "";
  color: #f75411;
}
.comment-form-rating p.stars a.star-2.active:after, .comment-form-rating p.stars a.star-2:hover:after {
  content: "";
  color: #f75411;
}
.comment-form-rating p.stars a.star-3.active:after, .comment-form-rating p.stars a.star-3:hover:after {
  content: "";
  color: #f75411;
}
.comment-form-rating p.stars a.star-4.active:after, .comment-form-rating p.stars a.star-4:hover:after {
  content: "";
  color: #f75411;
}
.comment-form-rating p.stars a.star-5:after {
  content: "";
}
.comment-form-rating p.stars a.star-5.active:after, .comment-form-rating p.stars a.star-5:hover:after {
  content: "";
  color: #f75411;
}

/* Quantity
 ================================================= */
.quantity {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 18px;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
}
.quantity input[type=text] {
  padding-right: 25px;
  height: 31px;
  border: none;
  color: #75828f;
  font-size: 13px;
  line-height: 21px;
}
@media (max-width: 476px) {
  .quantity input[type=text] {
    padding-left: 14px;
  }
}
.quantity button {
  position: absolute;
  right: 15px;
  color: #333;
  font-size: 18px;
  line-height: 1;
}
.quantity .qty-minus,
.quantity .qty-plus {
  height: 50%;
}
.quantity .qty-plus {
  top: 0;
}
.quantity .qty-minus {
  bottom: 2px;
}

.product-type-variable form.cart {
  display: block;
}

@media (max-width: 1200px) {
  .site-main.has-sidebar--right form.cart.grouped_form tr > td, .site-main.has-sidebar--left form.cart.grouped_form tr > td {
    padding: 14px;
  }
  .site-main.has-sidebar--right form.cart.grouped_form tr > td .quantity button, .site-main.has-sidebar--left form.cart.grouped_form tr > td .quantity button {
    right: 7px;
  }
}
form.cart {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 21px;
}
form.cart:not(.variations_form) tr > td {
  vertical-align: middle;
}
form.cart label {
  margin-bottom: 0;
  line-height: 21px;
}
form.cart tr > th,
form.cart tr > td {
  padding: 14px 28px;
}
form.cart .quantity {
  margin-right: 14px;
}
@media (max-width: 480px) {
  form.cart .quantity {
    margin-right: 7px;
  }
}
form.cart .group_table .quantity {
  margin-right: 0;
}

/* Product Meta
 ================================================= */
.product_meta {
  color: #75828f;
  line-height: 21px;
  font-size: 13px;
}
.product_meta > span:not(:last-child) {
  margin-bottom: 7px;
}
.product_meta span {
  display: block;
}
.product_meta span span {
  display: inline-block;
  color: #41484f;
}
.product_meta span a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.product_meta span a:hover {
  border-bottom-color: inherit;
}

/* Share Wrap
 ================================================= */
.product .share-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.product .share-wrap .share-title {
  margin-right: 14px;
  color: #7e7e7e;
}
.product .share-wrap ul.social-icons {
  justify-content: flex-start;
}

/* Tabs
 ================================================= */
.wc-tabs-wrapper .wc-tabs {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  border-top: 2px solid #f1f2f4;
  border-bottom: 2px solid #f1f2f4;
}
@media (max-width: 575px) {
  .wc-tabs-wrapper .wc-tabs {
    padding-top: 21px;
    flex-direction: column;
    border-bottom: none;
  }
}
.wc-tabs-wrapper .wc-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f1f2f4;
  left: 0;
  z-index: -1;
}
.wc-tabs-wrapper .wc-tabs li {
  position: relative;
  width: auto;
  padding-bottom: 0;
  flex-grow: inherit;
  border-right: 2px solid #f1f2f4;
}
@media (max-width: 575px) {
  .wc-tabs-wrapper .wc-tabs li {
    border-right: none;
  }
}
.wc-tabs-wrapper .wc-tabs li a {
  padding: 14px 28px;
  color: #2186c4;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: block;
  font-weight: 600;
  font-family: "Poppins";
}
@media (min-width: 767px) and (max-width: 1200px) {
  .wc-tabs-wrapper .wc-tabs li a {
    padding: 14px;
    font-size: 14px;
  }
}
@media (max-width: 766px) {
  .wc-tabs-wrapper .wc-tabs li a {
    padding: 7px 28px;
  }
}
.wc-tabs-wrapper .wc-tabs li.active {
  background-color: #fff;
}
.wc-tabs-wrapper .wc-tabs li.active:after {
  position: absolute;
  left: 0;
  top: auto;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
}
.wc-tabs-wrapper .wc-tabs li.active a {
  color: #2a2e33;
}
@media (max-width: 992px) {
  .wc-tabs-wrapper .wc-tabs li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .wc-tabs-wrapper .wc-tabs li {
    width: 100%;
  }
  .wc-tabs-wrapper .wc-tabs li a {
    text-align: left;
  }
}
.wc-tabs-wrapper .woocommerce-Tabs-panel {
  margin-bottom: 0;
  padding: 21px 28px 28px 28px;
  color: #41484f;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  display: none;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
  padding: 28px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--shipping p {
  margin-top: 7px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--shipping p:not(:last-child) {
  margin-bottom: 0;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--shipping hr {
  display: none;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews h2, .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller h2, .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--geolocation h2 {
  color: #2a2e33;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel p:last-of-type {
  margin-bottom: 0;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled {
  max-width: 50%;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled b {
  font-weight: 500;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li span {
  transition: all 0.4s ease;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address {
  display: flex;
  flex-wrap: wrap;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name span, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name span, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address span {
  flex: 1;
  padding: 14px 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #e7e8e9;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name span a, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name span a, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address span a {
  color: #f75411;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name span:first-child, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name span:first-child, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address span:first-child {
  border-left: 1px solid #e7e8e9;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name span:not(.details), .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name span:not(.details), .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address span:not(.details) {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-name span.details, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.seller-name span.details, .wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.store-address span.details {
  color: #666;
  font-size: 16px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.clearfix {
  display: flex;
  flex-wrap: wrap;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.clearfix .seller-rating,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.clearfix .text {
  flex: 1;
  padding: 14px 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #e7e8e9;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.clearfix .seller-rating {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li.clearfix .text {
  color: #666;
  font-size: 16px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li:last-child > span.seller-rating:first-child {
  border-left: 1px solid #e7e8e9;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li:last-child > span.seller-rating,
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li:last-child > span.text {
  border-bottom: 1px solid #e7e8e9;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul.list-unstyled li:hover > span {
  background-color: #f8f7f5;
}

.woocommerce-Reviews #comments:not(:last-child) {
  margin-bottom: 14px;
}
.woocommerce-Reviews #comments .commentlist {
  margin-bottom: 28px;
  list-style: none;
}
.woocommerce-Reviews #comments .commentlist li {
  margin-left: -28px;
  margin-right: -28px;
  padding-left: 28px;
  padding-right: 28px;
  border-bottom: 2px solid #f1f2f4;
}
.woocommerce-Reviews #comments .commentlist li:first-child .comment_container {
  padding-top: 0;
}
.woocommerce-Reviews #comments .comment_container {
  position: relative;
  padding: 28px 0 21px;
  overflow: hidden;
}
.woocommerce-Reviews #comments .avatar {
  float: left;
  max-width: 56px;
  margin-right: 21px;
  overflow: hidden;
  border-radius: 50%;
}
.woocommerce-Reviews #comments .comment-text {
  position: relative;
  overflow: hidden;
}
.woocommerce-Reviews #comments .comment-text .star-rating {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 16px;
  width: 85px;
}
.woocommerce-Reviews #comments .meta {
  text-transform: none;
}
.woocommerce-Reviews #comments .meta .woocommerce-review__author {
  display: block;
  color: #2186c4;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.woocommerce-Reviews #comments .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce-Reviews #comments .meta .woocommerce-review__published-date {
  color: #75828f;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.28px;
}
.woocommerce-Reviews #comments .description {
  text-transform: none;
}
.woocommerce-Reviews .clear {
  display: none;
}
.woocommerce-Reviews .comment-reply-title {
  display: block;
  margin-bottom: 7px;
  font-family: "Poppins";
  color: #2a2e33;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

/* Upsells Products
 ================================================= */
section.upsells {
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
  overflow: hidden;
}
section.upsells:not(:last-child) {
  margin-bottom: 28px;
}
section.upsells .products {
  margin-right: -1px;
  margin-bottom: -1px;
  border-left: none;
}
section.upsells h2 {
  margin-bottom: 0;
  padding: 21px 28px;
  color: #2a2e33;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
  border-bottom: 2px solid #f1f2f4;
}

/* Related Products
 ================================================= */
section.related {
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
  overflow: hidden;
}
section.related:not(:last-child) {
  margin-bottom: 28px;
}
section.related .products {
  margin-right: -1px;
  margin-bottom: -1px;
  border-left: none;
}
section.related h2 {
  margin-bottom: 0;
  padding: 21px 28px;
  color: #2a2e33;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-transform: capitalize;
  border-bottom: 2px solid #f1f2f4;
}

/* Pagination
 ================================================= */
.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 0 0.25rem;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: block;
  color: #fff;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 17px;
  background-color: #2186c4;
  transition-property: all;
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span:hover {
  background-color: #7ecefc;
  color: #2a2e33;
}
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next {
  font-size: 0;
}
.woocommerce-pagination ul.page-numbers li a.prev:before,
.woocommerce-pagination ul.page-numbers li a.next:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.woocommerce-pagination ul.page-numbers li a.prev:before {
  content: "arrow_back";
}
.woocommerce-pagination ul.page-numbers li a.next:before {
  content: "arrow_forward";
}
.woocommerce-pagination ul.page-numbers li .current {
  background-color: #7ecefc;
  color: #2a2e33;
}

/* Widgets
 ========================================================================== */
.widget_price_filter form,
.widget_product_tag_cloud .tagcloud,
.woocommerce-widget-layered-nav-dropdown {
  padding: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .widget_price_filter form,
.widget_product_tag_cloud .tagcloud,
.woocommerce-widget-layered-nav-dropdown {
    padding: 14px;
  }
}

/* Widget: Layered Nav
 ================================================= */
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select2-container:not(:last-child) {
  margin-bottom: 14px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
  display: inline-block;
  padding: 7px 21px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 17px;
  background-color: #f75411;
  font-weight: 400;
  position: relative;
  color: #fff;
  letter-spacing: 0.65px;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  transition: all 0.5s ease;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
  background-color: #41484f;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  padding-top: 14px;
  padding-bottom: 14px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
  display: flex;
  flex-flow: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 11px 28px;
  line-height: 21px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
  color: #2186c4;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:hover {
  background-color: #f9f9f9;
}

/* Widget: Tags
 ================================================= */
.widget_product_tag_cloud .tagcloud {
  justify-content: flex-start;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
  line-height: inherit;
}
.widget_product_tag_cloud .tagcloud a {
  padding: 7px 14px;
  margin: 0.25rem;
  background-color: #bee6fd;
  border-radius: 14px;
  color: #2a2e33;
  font-size: 14px !important;
}
.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #7ecefc;
}

/* Widget: Search
 ================================================= */
.woocommerce-product-search {
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 28px;
}
.woocommerce-product-search .screen-reader-text {
  display: none;
}
.woocommerce-product-search .search-field {
  width: calc(100% - 49px);
}
.woocommerce-product-search button[type=submit] {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: #f75411;
  font-size: 0;
}
.woocommerce-product-search button[type=submit]:hover {
  background-color: #41484f;
}
.woocommerce-product-search button[type=submit]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  color: #fff;
  vertical-align: middle;
  line-height: inherit;
  content: "search";
}

/* Widget: Filter by Price
 ================================================= */
.price_slider_wrapper .price_slider.ui-slider {
  position: relative;
  height: 13px;
  margin-top: 0;
  border: 1px solid #dfd9d2;
  background-color: #fff;
}
.price_slider_wrapper .price_slider.ui-slider:not(:last-child) {
  margin-bottom: 23px;
}
.price_slider_wrapper .price_slider.ui-slider .ui-slider-range {
  position: absolute;
  top: 3px;
  bottom: 0;
  height: 5px;
  background-color: #82bbc9;
}
.price_slider_wrapper .price_slider.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: inline-block;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-color: #386f7c;
  margin-left: -3px;
  transition: none;
  border-radius: 50%;
}
.price_slider_wrapper .price_slider.ui-slider .ui-slider-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
.price_slider_wrapper .price_slider.ui-slider .ui-slider-handle:last-child {
  margin-left: -20px;
}
.price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.price_slider_wrapper .price_slider_amount .button {
  position: relative;
  display: inline-block;
  padding: 0.25rem 21px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.65px;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  z-index: 1;
  background-color: #82bbc9;
  transition: all 0.5s ease;
}
.price_slider_wrapper .price_slider_amount .button:hover {
  background-color: #72a4b0;
}
.price_slider_wrapper .price_slider_amount .price_label {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.14px;
}
.price_slider_wrapper .price_slider_amount .clear {
  display: none;
}

/* Widget: Recent Reviews
 ================================================= */
.widget_top_rated_products .product_list_widget {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Widget: Recent Reviews
 ================================================= */
.widget_recent_reviews .product_list_widget {
  padding-top: 14px;
  padding-bottom: 14px;
}
.widget_recent_reviews .product_list_widget .product-image .product-title {
  display: none;
}
.widget_recent_reviews .product_list_widget .product-description {
  display: flex;
  flex-direction: column;
}

/* Widget: Product List
 ================================================= */
.widget.widget_products .product_list_widget {
  padding-top: 14px;
  padding-bottom: 14px;
}

.product_list_widget li {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  padding: 14px 28px;
  transition: all 0.25s ease;
}
.product_list_widget li:hover {
  background-color: #f9f9f9;
}
.product_list_widget .product-image {
  max-width: 70px;
  margin-right: 20px;
  margin-bottom: 0;
}
.product_list_widget .product-image a {
  display: block;
}
.product_list_widget .product-description .product-name:not(:last-child) {
  margin-bottom: 7px;
}
.product_list_widget .product-description .pricing-area {
  align-items: flex-start;
  flex-direction: column;
}
.product_list_widget .product-description .pricing-area .price {
  font-size: 14px;
}
.product_list_widget .product-description .pricing-area .price:not(:last-child) {
  margin-bottom: 7px;
}
.product_list_widget .product-description .pricing-area .star-rating {
  width: 70px;
  font-size: 13px;
  line-height: 14px;
}
.product_list_widget .product-description .star-rating {
  font-size: 13px;
}
.product_list_widget .product-description .star-rating:not(:last-child) {
  margin-bottom: 7px;
}
.product_list_widget .product-description .reviewer {
  font-size: 12px;
}

/* Widget: Mailpoet
 ================================================= */
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_paragraph {
  font-size: 14px;
  line-height: 21px !important;
  font-weight: 300;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_paragraph:not(:last-of-type) {
  margin-bottom: 14px;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_paragraph:first-of-type {
  margin-bottom: 28px;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_text {
  width: 100% !important;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_validate_success,
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_validate_error {
  position: relative;
  padding: 28px;
  border-width: 1px;
  border-style: solid;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_validate_success {
  border-color: #31b209;
  color: #31b209;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_validate_error {
  border-color: #eb0b0b;
  color: #eb0b0b;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_submit {
  display: block;
  padding: 7px 28px;
  width: 100%;
  font-size: 14px;
  line-height: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  background-color: #0001ff;
  color: #fff;
  letter-spacing: 0.42px;
  text-align: center;
  cursor: pointer;
}
.sidebar.matebook-shop-widget-area .widget.widget_mailpoet_form .mailpoet_submit:hover {
  background-color: #333;
  color: #fff;
}

/* Widget: Product Categories
 ================================================= */
.widget_product_categories {
  padding-left: 28px;
  padding-right: 28px;
}
.widget_product_categories .widget-title {
  margin-left: -28px;
  margin-right: -28px;
}
.widget_product_categories > ul {
  margin-left: -28px;
  margin-right: -28px;
}
.widget_product_categories .select2-container {
  margin-top: 28px;
  margin-bottom: 28px;
}
.widget_product_categories .product-categories {
  padding-top: 14px;
  padding-bottom: 14px;
}
.widget_product_categories .product-categories li {
  display: flex;
  flex-flow: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 11px 28px;
  line-height: 21px;
}
.widget_product_categories .product-categories li a {
  color: #2186c4;
  line-height: inherit;
  letter-spacing: 0.35px;
  font-size: 14px;
  font-weight: 400;
}
.widget_product_categories .product-categories li:hover {
  background-color: #f9f9f9;
}

/* Cart
 ========================================================================== */
/* Cart Collaterals
 ================================================= */
.cross-sells,
.cart_totals {
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.cross-sells:not(:last-child),
.cart_totals:not(:last-child) {
  margin-bottom: 28px;
}
.cross-sells .products,
.cart_totals .products {
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.cross-sells h2,
.cart_totals h2 {
  margin-bottom: 0;
  padding: 21px 28px;
  color: #2a2e33;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 21px;
  border-bottom: 2px solid #f1f2f4;
}

.cart_totals h2 {
  border-bottom: none;
}
.cart_totals .wc-proceed-to-checkout {
  padding: 14px 28px;
  text-align: right;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 14px;
  border-radius: 21px;
  padding: 11px 28px;
}

/* Shipping
 ================================================= */
.woocommerce-shipping-methods {
  margin-bottom: 0;
  list-style: none;
}
.woocommerce-shipping-methods:not(:last-child) {
  margin-bottom: 14px;
}
.woocommerce-shipping-methods li:not(:last-child) {
  margin-bottom: 14px;
}

.woocommerce-shipping-destination:not(:last-child) {
  margin-bottom: 7px;
}

.shipping-calculator-form {
  margin-top: 14px;
  margin-bottom: 7px;
}
.shipping-calculator-form .form-row:not(:last-child) {
  margin-bottom: 14px;
}
.shipping-calculator-form .form-row .input-text {
  background-color: #fff;
}
.shipping-calculator-form > p:last-of-type {
  margin-bottom: 0;
}
.shipping-calculator-form .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
}

/* Checkout
 ================================================= */
.woo-checkout {
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.woo-checkout .woo-before-form {
  padding: 28px 28px 0 28px;
  background-color: #fff;
}
.woo-checkout form.woocommerce-checkout {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}

.col2-set {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .col2-set {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce .u-column1.col-1,
.woocommerce .u-column2.col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-address-fields__field-wrapper:not(:last-child) {
  margin-bottom: 28px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  column-gap: 28px;
  row-gap: 21px;
}
@media (max-width: 575px) {
  .woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 0;
  grid-column: span 2;
}
@media (min-width: 481px) {
  .woocommerce-billing-fields__field-wrapper .form-row.col6,
.woocommerce-shipping-fields__field-wrapper .form-row.col6,
.woocommerce-additional-fields__field-wrapper .form-row.col6 {
    grid-column: span 1;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row span.optional,
.woocommerce-shipping-fields__field-wrapper .form-row span.optional,
.woocommerce-additional-fields__field-wrapper .form-row span.optional {
  display: none;
}

.woocommerce-form {
  display: grid;
  column-gap: 28px;
  row-gap: 21px;
}
.woocommerce-form p {
  margin-bottom: 0;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}

.form-row small {
  font-size: 14px;
  font-style: italic;
}
.form-row abbr.required {
  color: #999;
  text-decoration: none;
}
.form-row .pull-right {
  font-size: 14px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #41484f;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #2186c4;
}

.woocommerce-form-coupon {
  position: relative;
}
.woocommerce-form-coupon p:not(:last-child) {
  margin-bottom: 21px;
}
.woocommerce-form-coupon button.button {
  margin-left: 7px;
  padding: 8px 28px;
  font-size: 14px;
  line-height: 21px;
}
.woocommerce-form-coupon .coupon-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce-form-coupon .coupon-wrapper .input-text {
  max-width: 60%;
  font-size: 13px;
  padding: 7px 21px;
  line-height: 19px;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  padding: 14px 28px 0 28px;
}
.woocommerce-checkout .col2-set {
  margin-bottom: 28px;
  padding: 28px;
  border-bottom: 2px solid #f1f2f4;
}

#order_review_heading {
  padding-left: 28px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout h3 {
  color: #41484f;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
.woocommerce-billing-fields h3 label,
.woocommerce-shipping-fields h3 label,
.woocommerce-checkout h3 label {
  margin-bottom: 0;
  font-weight: 600;
  color: #41484f;
}

.woocommerce-shipping-fields:not(:last-child) {
  margin-bottom: 21px;
}

.payment_methods {
  list-style: none;
}
.payment_methods li:not(:last-child) {
  margin-bottom: 14px;
}
.payment_methods li > label {
  color: #41484f;
  font-weight: 700;
}
.payment_methods li > label img {
  display: block;
}
.payment_methods li > label .about_paypal {
  color: #2186c4;
  font-size: 13px;
  font-weight: 400;
}
.payment_methods .payment_box {
  padding-left: 42px;
}

.woocommerce-checkout-payment {
  padding: 28px;
}
.woocommerce-checkout-payment button.button {
  padding: 10px 28px;
  border-radius: 21px;
  font-weight: 600;
}

/* Select2
 ================================================= */
.select2-container .select2-dropdown {
  background-color: #fafafa;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid #e3e6e9;
  border-radius: 21px;
  color: #75828f;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 21px 21px;
  margin-top: -2px;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 21px 21px 0 0;
  margin-top: 2px;
}
.select2-container .select2-dropdown .select2-search--dropdown {
  padding-left: 21px;
  padding-right: 21px;
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
}
.select2-container .select2-dropdown .select2-results__option {
  display: block;
  padding: 3px 21px;
  cursor: pointer;
  color: #75828f;
  font-size: 13px;
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.select2-container .select2-selection--single {
  margin: 0;
  height: 42px;
}
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f1f2f4;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  color: #2a2e33;
}
.select2-container.select2-container--default .select2-selection--single {
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  color: #75828f;
  font-size: 14px;
  border-radius: 21px;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
  text-align: left;
  height: auto;
  margin: 0;
  padding: 6px 0;
  line-height: 21px;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 21px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  text-align: center;
  width: 30px;
  height: 100%;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  font-size: 20px;
  content: "expand_more";
  line-height: inherit;
  color: #75828f;
  transition-property: transform, opacity, visibility;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default .select2-selection--multiple {
  padding: 6px 21px;
  color: #75828f;
  font-size: 14px;
  border-radius: 21px;
  border: 1px solid #e7e8e9;
  line-height: 21px;
  min-height: inherit;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  padding: 7px 14px;
  margin: 0.25rem;
  background-color: #bee6fd;
  border-radius: 14px;
  color: #2a2e33;
  font-size: 14px;
  border: none;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice:hover {
  background-color: #7ecefc;
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  line-height: 14px;
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul {
  padding-left: 14px;
}

.woocommerce-page #dokan-geolocation-locations-map {
  margin-bottom: 28px;
}
.woocommerce-page .dokan-geolocation-location-filters {
  margin-bottom: 42px;
}
.woocommerce-page .dokan-geolocation-location-filters input,
.woocommerce-page .dokan-geolocation-location-filters select {
  border-width: 0 0 2px 0 !important;
  border-style: solid !important;
  border-bottom-color: #333 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: auto !important;
  border-radius: 0 !important;
  line-height: 28px !important;
  padding: 6px 0 5px 0;
  color: #666;
  display: block;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.woocommerce-page .dokan-geolocation-location-filters select {
  width: auto !important;
}
.woocommerce-page .dokan-geolocation-location-filters .range-slider-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.woocommerce-page .dokan-geolocation-location-filters .range-slider-container .dokan-range-slider-value {
  width: 142px !important;
  color: #666;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 21px !important;
}
.woocommerce-page .dokan-geolocation-location-filters .range-slider-container .dokan-range-slider {
  -webkit-appearance: none !important;
  width: calc(100% - 142px) !important;
  height: 7px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #ececec !important;
  outline: none;
  opacity: 1 !important;
  transition: opacity 0.2s;
}
.woocommerce-page .dokan-geolocation-location-filters .range-slider-container input[type=range]:focus {
  outline: none;
}
.woocommerce-page .dokan-geolocation-location-filters .range-slider-container input[type=range]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #bd7f71;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}

/* Terms
 ================================================= */
.woocommerce-privacy-policy-text:not(:last-child) {
  margin-bottom: 28px;
}

.woocommerce-terms-and-conditions-wrapper:not(:last-child) {
  margin-bottom: 35px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover {
  border-bottom-color: inherit;
}

/* Woocommerce Info
 ================================================= */
.woocommerce-info {
  color: #666;
}
.woocommerce-info .button {
  margin-right: 14px;
}
.woocommerce-info a {
  border-bottom: 1px solid transparent;
}
.woocommerce-info a:hover {
  border-bottom-color: inherit;
}

/* Shop Table
 ================================================= */
.cart-form {
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.cart-form:not(:last-child) {
  margin-bottom: 28px;
}
.cart-form .section-title-holder {
  border-bottom: none;
}
.cart-form .woocommerce-cart-form {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
  overflow: hidden;
}

.shop-table.shop_table tr th {
  padding-left: 14px;
  padding-right: 14px;
}
.shop-table.shop_table tr th.product-name {
  width: 300px;
  padding-left: 91px;
}
@media (min-width: 992px) {
  .shop-table.shop_table tr td.product-name {
    position: relative;
    padding-left: 6.5rem;
  }
}
.shop-table.shop_table tr > td {
  padding: 28px 14px;
  vertical-align: top;
}
.shop-table.shop_table tr > th,
.shop-table.shop_table tr > td {
  border-right: none;
}
.shop-table.shop_table tr:last-child td {
  border-bottom: none;
}
.shop-table.shop_table tr:last-child td:first-child {
  border-right: none;
}
.shop-table.shop_table tr td.product-name a.remove {
  position: absolute;
  display: inline-block;
  left: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #e3e6e9;
  text-align: center;
  border-radius: 50%;
}
.shop-table.shop_table tr td.product-name a.remove:before {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: #2a2e33;
  content: "delete";
}
.shop-table.shop_table tr td.product-name .product-image-holder {
  display: flex;
}
.shop-table.shop_table tr td.product-name .product-image {
  margin-right: 14px;
  max-width: 56px;
  border-radius: 0;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 993px) {
  .shop-table.shop_table tr td.product-name .product-image {
    display: inline-block;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .shop-table.shop_table tr td.product-name .product-image {
    margin-bottom: 0;
  }
}
.shop-table.shop_table tr td.product-name .product-title {
  display: block;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .shop-table.shop_table tr td.product-name .product-title {
    font-size: 14px;
  }
}
.shop-table.shop_table tr td.product-name .product-title a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.shop-table.shop_table tr td.product-name .product-title a:hover {
  border-bottom-color: inherit;
}
.shop-table.shop_table tr td.product-name .variation {
  margin-top: 7px;
  font-size: 14px;
}
.shop-table.shop_table tr td.product-name .variation dt, .shop-table.shop_table tr td.product-name .variation dd {
  display: inline-block;
  padding: 0;
}
.shop-table.shop_table tr td[colspan] {
  padding: 14px 28px;
}
.shop-table.shop_table tr td[colspan] .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .shop-table.shop_table tr td[colspan] .actions {
    flex-direction: column;
  }
  .shop-table.shop_table tr td[colspan] .actions .coupon:not(:last-child) {
    margin-bottom: 14px;
  }
}
.shop-table.shop_table tr td[colspan] .actions .coupon {
  margin-right: 7px;
}
.shop-table.shop_table tr td[colspan] .actions .coupon .coupon-wrapper {
  display: flex;
  align-items: center;
}
.shop-table.shop_table tr td[colspan] .actions .coupon .coupon-wrapper .input-text {
  padding: 6px 21px;
  line-height: 21px;
  color: #75828f;
  font-size: 13px;
  max-width: 218px;
}
.shop-table.shop_table tr td[colspan] .actions .coupon .coupon-wrapper .input-text::placeholder {
  color: #75828f;
}
.shop-table.shop_table tr td[colspan] .actions .coupon .coupon-wrapper .button {
  margin-left: 7px;
}
.shop-table.shop_table tr td[colspan] .actions .button {
  padding: 8px 28px;
  font-size: 14px;
  border-radius: 17px;
  line-height: 21px;
}
.woocommerce .shop-table.shop_table tr td[colspan] .actions .button {
  padding: 7px 28px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 993px) {
  .shop_table.shop-table thead,
.shop_table.shop-table tbody,
.shop_table.shop-table thead,
.shop_table.shop-table tfoot,
.shop_table.shop-table th,
.shop_table.shop-table tr,
.shop_table.shop-table td {
    display: block;
  }
  .shop_table.shop-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .shop_table.shop-table tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop_table.shop-table tr td {
    border-right: none;
    position: relative;
    padding-left: 52%;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
  }
  .shop_table.shop-table tr td:not(.product-name) {
    padding-left: 52%;
  }
  .shop_table.shop-table tr td:not(.product-name):before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 45%;
    content: attr(data-title);
    text-transform: uppercase;
    color: #262621;
    padding-right: 10px;
    transform: translateY(-50%);
  }
  .shop_table.shop-table tr td[colspan] {
    width: 100%;
    text-align: center;
    padding-left: 28px;
  }
  .shop_table.shop-table tr td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1200px) {
  .shop_table.woocommerce-orders-table thead,
.shop_table.woocommerce-orders-table tbody,
.shop_table.woocommerce-orders-table thead,
.shop_table.woocommerce-orders-table tfoot,
.shop_table.woocommerce-orders-table th,
.shop_table.woocommerce-orders-table tr,
.shop_table.woocommerce-orders-table td {
    display: block;
  }
  .shop_table.woocommerce-orders-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .shop_table.woocommerce-orders-table tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop_table.woocommerce-orders-table tr td {
    border-right: none;
    position: relative;
    padding-left: 52%;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
  }
  .shop_table.woocommerce-orders-table tr td:not(.product-name) {
    padding-left: 52%;
  }
  .shop_table.woocommerce-orders-table tr td:not(.product-name):before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 45%;
    content: attr(data-title);
    text-transform: uppercase;
    color: #262621;
    padding-right: 10px;
    transform: translateY(-50%);
  }
  .shop_table.woocommerce-orders-table tr td[colspan] {
    width: 100%;
    text-align: center;
    padding-left: 28px;
  }
  .shop_table.woocommerce-orders-table tr td:first-child {
    border-top: none;
  }
  .shop_table.woocommerce-orders-table tr td:last-child {
    border-bottom: none;
  }
  .shop_table.woocommerce-orders-table tr:last-child td[colspan]:last-child, .shop_table.woocommerce-orders-table tr:last-child td:not(:first-child) {
    border-top: none;
  }
}
/* My Account
 ================================================= */
.woocommerce-MyAccount-navigation {
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e3e6e9;
  border-radius: 7px 7px 0 0;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    border-bottom: none;
  }
}
@media (max-width: 993px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    border-bottom: none;
  }
}
@media (max-width: 993px) {
  .woocommerce-MyAccount-navigation ul li {
    width: 50%;
    margin-top: -1px;
  }
}
.woocommerce-MyAccount-navigation ul li:not(:first-child) {
  margin-left: -1px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  border-right: 2px solid #e3e6e9;
}
@media (max-width: 993px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 14px 21px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1280px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 14px;
    font-size: 14px;
    line-height: 21px;
  }
}
.woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 7px 0 0 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #f75411;
  border-color: #f75411;
  color: #fff;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 28px;
}

.site-main.both .ps-page-profile .woocommerce-MyAccount-content {
  border: none;
}
@media (min-width: 1200px) {
  .site-main.both .woocommerce-MyAccount-content .woocommerce-orders-table tr > th {
    padding: 0.5rem 1rem;
  }
  .site-main.both .woocommerce-MyAccount-content .woocommerce-orders-table tr > td {
    padding: 0.5rem 1rem;
  }
}

.woocommerce-order {
  padding: 28px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.woocommerce-order .woocommerce-table {
  margin-bottom: 28px;
}
.woocommerce-order .woocommerce-table thead > tr > td:first-child,
.woocommerce-order .woocommerce-table thead > tr > th:first-child,
.woocommerce-order .woocommerce-table tbody > tr > td:first-child,
.woocommerce-order .woocommerce-table tbody > tr > th:first-child,
.woocommerce-order .woocommerce-table tfoot > tr > td:first-child,
.woocommerce-order .woocommerce-table tfoot > tr > th:first-child {
  border-left: 2px solid #f1f2f4;
}
.woocommerce-order .woocommerce-table thead > tr > td:last-child,
.woocommerce-order .woocommerce-table thead > tr > th:last-child,
.woocommerce-order .woocommerce-table tbody > tr > td:last-child,
.woocommerce-order .woocommerce-table tbody > tr > th:last-child,
.woocommerce-order .woocommerce-table tfoot > tr > td:last-child,
.woocommerce-order .woocommerce-table tfoot > tr > th:last-child {
  border-right: 2px solid #f1f2f4;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details thead > tr > td:first-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details thead > tr > th:first-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tbody > tr > td:first-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tbody > tr > th:first-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot > tr > td:first-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot > tr > th:first-child {
  border-left: none;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details thead > tr > td:last-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details thead > tr > th:last-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tbody > tr > td:last-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tbody > tr > th:last-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot > tr > td:last-child,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot > tr > th:last-child {
  border-right: none;
}
.woocommerce-order .woocommerce-order-details__title:not(:last-child) {
  margin-bottom: 28px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}

.woocommerce-checkout .woocommerce-order .col2-set {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-order address {
  margin-bottom: 0;
}

.woocommerce-order-details .woo-order-details {
  border-width: 2px;
  border-style: solid;
  border-color: #f1f2f4;
  border-radius: 7px;
  overflow: hidden;
}
.woocommerce-order-details .woo-order-details .woocommerce-table thead > tr > th {
  border-top: none;
}
.woocommerce-order-details .woo-order-details .woocommerce-table thead > tr > th:last-child {
  border-right: none;
}
.woocommerce-order-details .woo-order-details .woocommerce-table tfoot > tr:last-child > td,
.woocommerce-order-details .woo-order-details .woocommerce-table tfoot > tr:last-child > th {
  border-bottom: none;
}
.woocommerce-order-details .woocommerce-table {
  border: none;
}
.woocommerce-order-details:not(:last-child) {
  margin-bottom: 21px;
}

.woocommerce-MyAccount-content {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
  padding: 28px;
  line-height: 21px;
}
.woocommerce-MyAccount-content p {
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.woocommerce-MyAccount-content .edit {
  margin-bottom: 21px;
  display: inline-block;
  font-size: 13px;
  padding: 4px 21px;
  text-align: center;
  border-radius: 21px;
  background-color: #e3e6e9;
  letter-spacing: 0.33px;
}
.woocommerce-MyAccount-content .edit:before {
  margin-right: 7px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
  line-height: inherit;
  display: inline-block;
  content: "add_circle_outline";
}
.woocommerce-MyAccount-content .edit:hover {
  background-color: #54595e;
  color: #fff;
}
.woocommerce-MyAccount-content address {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #75828f;
}

.woocommerce-Address-title.title h3 {
  font-size: 20px;
  line-height: 28px;
}

.woocommerce-Address address {
  font-style: normal;
}

/* Mini Cart
================================================= */
.site-header__cart-wrapper {
  position: relative;
}
.site-header__cart-wrapper.active .shopping-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.shopping-cart {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  min-width: 21.875rem;
  opacity: 0;
  z-index: 101;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  transform: scale3d(0.9, 0.9, 0.9);
}
@media (max-width: 480px) {
  .shopping-cart {
    left: auto;
    right: 0;
    width: 100%;
  }
  .shopping-cart:before {
    display: none;
  }
}
.shopping-cart .woocommerce-mini-cart__empty-message {
  padding: 21px;
  color: #2a2e33;
}

.woocommerce-mini-cart {
  margin-bottom: 0;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  margin: 0;
  padding: 21px;
  line-height: 0;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item:not(:last-child) {
  border-bottom: 2px solid #f1f2f4;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-image {
  padding: 0;
  margin-right: 0;
  max-width: 42px;
  border-radius: 7px;
  overflow: hidden;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description {
  padding-left: 14px;
  padding-right: 14px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .product-title {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .product-title a {
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .product-title a:hover {
  border-bottom-color: inherit;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .variation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .variation dt {
  margin-right: 7px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .variation dt, .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .variation dd {
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .quantity {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #41484f;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.28px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  right: 20px;
  top: 2rem;
  font-size: 1.125rem;
  color: #2a2e33;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  content: "close";
}

.woocommerce-mini-cart__total {
  padding: 14px 21px;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #f1f2f4;
  background-color: #f9f9f9;
  color: #41484f;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}
.woocommerce-mini-cart__total strong {
  color: #41484f;
}
.woocommerce-mini-cart__total .amount {
  color: #f75411;
}

.woocommerce .woocommerce-mini-cart__buttons,
.woocommerce-mini-cart__buttons {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 21px;
}
.woocommerce .woocommerce-mini-cart__buttons .button,
.woocommerce-mini-cart__buttons .button {
  position: relative;
  display: inline-block;
  transition: all 0.5s ease;
  color: #2a2e33;
  font-size: 13px;
  padding: 7px 28px;
  border-radius: 14px;
  line-height: 14px;
  background-color: #e3e6e9;
}
.woocommerce .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout),
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
  background-color: #e3e6e9;
  color: #2a2e33;
  margin-right: 7px;
}
.woocommerce .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
  background-color: #54595e;
  color: #fff;
}
.woocommerce .woocommerce-mini-cart__buttons .button.wc-forward.checkout,
.woocommerce-mini-cart__buttons .button.wc-forward.checkout {
  background-color: #f75411;
  color: #fff;
}
.woocommerce .woocommerce-mini-cart__buttons .button.wc-forward.checkout:hover,
.woocommerce-mini-cart__buttons .button.wc-forward.checkout:hover {
  background-color: #54595e;
  color: #fff;
}

/* Shortcode: Product Categories
   ========================================================================== */
.cat-products-widget {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 575px) {
  .cat-products-widget {
    grid-template-columns: none;
  }
}
.cat-products-widget .cat-item {
  position: relative;
  overflow: hidden;
  grid-row: span 1;
  grid-column: span 1;
}
.cat-products-widget .cat-item:hover {
  background-color: rgba(189, 127, 113, 0.5);
}
.cat-products-widget .cat-item a {
  display: block;
}
.cat-products-widget .cat-item .cat-item-attachment {
  position: relative;
  overflow: hidden;
}
.cat-products-widget .cat-item .cat-item-attachment:after {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 2px solid #fff;
  opacity: 0.6;
  transition: all 0.5s ease;
  content: "";
}
.cat-products-widget .cat-item .cat-item-attachment:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.45s ease;
  background-image: linear-gradient(to bottom, rgba(189, 127, 113, 0.1) 0%, rgba(189, 127, 113, 0.4) 100%);
  opacity: 0;
  content: "";
}
.cat-products-widget .cat-item .cat-item-attachment img {
  display: block;
}
.cat-products-widget .cat-item .cat-item-title {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: 28px;
  background-color: #fff;
  text-align: center;
  padding: 21px 28px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.cat-products-widget .cat-item .cat-item-title a {
  border-bottom: 1px solid transparent;
}
.cat-products-widget .cat-item .cat-item-title a:hover {
  border-bottom-color: inherit;
}
.cat-products-widget .cat-item:hover .cat-item-attachment:before {
  opacity: 1;
}
.cat-products-widget.template-1 .cat-item {
  grid-column: span 2;
}
@media (max-width: 993px) {
  .cat-products-widget.template-1 .cat-item {
    grid-column: span 3;
  }
}
.cat-products-widget.template-1 .cat-item.item0 {
  grid-column: span 3;
}
.cat-products-widget.template-1 .cat-item.item1 {
  grid-column: span 3;
}
.cat-products-widget.template-2 .cat-item {
  grid-column: span 2;
}

/* Shortcode: Reviews
   ========================================================================== */
.woocommerce-form-track-order > .clear {
  display: none;
}

/* General
   ============================================================ */
form.adverts-form input[type=text],
form.adverts-form input[type=password],
form.adverts-form input[type=email],
form.adverts-form input[type=url],
form.adverts-form input[type=date],
form.adverts-form input[type=month],
form.adverts-form input[type=time],
form.adverts-form input[type=datetime],
form.adverts-form input[type=datetime-local],
form.adverts-form input[type=week],
form.adverts-form input[type=number],
form.adverts-form input[type=search],
form.adverts-form input[type=tel],
form.adverts-form input[type=color],
form.adverts-form select,
form.adverts-form textarea {
  padding: 10px 21px;
  display: block;
  width: 100%;
}
form.adverts-form input[type=text]:focus,
form.adverts-form input[type=password]:focus,
form.adverts-form input[type=email]:focus,
form.adverts-form input[type=url]:focus,
form.adverts-form input[type=date]:focus,
form.adverts-form input[type=month]:focus,
form.adverts-form input[type=time]:focus,
form.adverts-form input[type=datetime]:focus,
form.adverts-form input[type=datetime-local]:focus,
form.adverts-form input[type=week]:focus,
form.adverts-form input[type=number]:focus,
form.adverts-form input[type=search]:focus,
form.adverts-form input[type=tel]:focus,
form.adverts-form input[type=color]:focus,
form.adverts-form select:focus,
form.adverts-form textarea:focus {
  border-color: #2186c3;
}
form.adverts-form.adverts-form-aligned .wp-editor-wrap .wp-editor-container {
  box-shadow: none;
  border-width: 2px;
  border-color: #f1f2f4;
  border-radius: 7px;
  overflow: hidden;
}

.adverts-multiselect-options {
  border-width: 2px;
  border-color: #f1f2f4;
}

div.wpadverts-slide .wpadverts-slide-img.wpadverts-slide-img-square,
div.wpadverts-slide .wpadverts-slide-img.wpadverts-slide-img-landscape,
div.wpadverts-slide .wpadverts-slide-img.wpadverts-slide-img-portrait {
  object-fit: cover;
}

div.wpadverts-slides {
  margin: 0;
}

div.adverts-single-author-avatar img.avatar {
  border: none;
  border-radius: 50%;
}

.peepso .adverts-single-holder {
  border-radius: 7px;
  background-color: #fff;
  padding: 28px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.peepso div.adverts-single-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px 0;
}
.peepso div.adverts-single-box .adverts-single-author {
  float: none;
}
.peepso div.adverts-single-box .adverts-single-author .adverts-single-author-avatar {
  margin: 0 21px 0 0;
}
.peepso div.adverts-single-box .adverts-single-author .adverts-single-author-avatar img {
  border-radius: 50%;
  border: none;
}
.peepso div.adverts-single-box .adverts-single-author .adverts-single-author-name {
  color: #75828f;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.peepso div.adverts-single-box .adverts-single-author .adverts-single-author-name strong {
  color: #2186c4;
}
.peepso div.adverts-single-box .adverts-single-price {
  text-align: inherit;
  float: none;
  height: auto;
  margin: 0;
}
.peepso div.adverts-single-box .adverts-single-price .adverts-price-box {
  background-color: transparent;
  text-align: right;
  padding: 0;
  color: #f75411;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 480px) {
  div.adverts-single-author {
    margin-bottom: 21px;
  }

  div.adverts-single-price {
    float: none;
    margin: 0;
    height: auto;
    text-align: left;
  }
}
div.adverts-single-author-name {
  line-height: 21px;
  color: #75828f;
  font-size: 12px;
}
div.adverts-single-author-name strong {
  color: #2186c4;
}

span.adverts-price-box {
  background-color: #f75411;
  border-radius: 7px;
}

div.adverts-grid.adverts-grid-closed-top {
  margin-left: -28px;
  margin-right: -28px;
  border-top: 2px solid #f1f2f4;
}
div.adverts-grid .advert-item {
  border-width: 1px;
  border-style: solid;
  border-color: #e7e8e9;
  padding: 14px;
  margin-top: -1px;
}
div.adverts-grid .advert-item:first-child {
  border-radius: 7px 7px 0 0;
}
div.adverts-grid .advert-item:last-child {
  border-radius: 0 0 7px 7px;
}
div.adverts-grid .adverts-manage-actions-left {
  float: none;
}
div.adverts-grid .adverts-manage-action:not(.adverts-manage-delete-confirm),
div.adverts-grid a.adverts-manage-action:not(.adverts-manage-delete-confirm) {
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  border: none;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  margin-top: 0;
  border-radius: 50%;
  background-color: #e3e6e9;
  color: #2a2e33;
}
div.adverts-grid .adverts-manage-action:not(.adverts-manage-delete-confirm):hover,
div.adverts-grid a.adverts-manage-action:not(.adverts-manage-delete-confirm):hover {
  background-color: #54595e;
  color: #fff;
}
div.adverts-grid .adverts-manage-actions-wrap [class^=adverts-icon-]:before,
div.adverts-grid .adverts-manage-actions-wrap [class*=" adverts-icon-"]:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
  vertical-align: middle;
}
div.adverts-grid .adverts-manage-actions-wrap .adverts-icon-eye:before {
  content: "remove_red_eye";
}
div.adverts-grid .adverts-manage-actions-wrap .adverts-icon-pencil-squared:before {
  content: "edit";
}
div.adverts-grid .adverts-manage-actions-wrap .adverts-icon-trash-1:before {
  content: "delete";
}
div.adverts-grid .adverts-manage-info {
  float: none;
}
div.adverts-grid .adverts-manage-info .adverts-manage-price {
  color: #f75411;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
div.adverts-grid .adverts-manage-link h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 7px;
}
div.adverts-grid .adverts-manage-link h3 .advert-link-wraps {
  font-size: inherit;
  color: #2186c4;
  border-bottom: 1px solid transparent;
}
div.adverts-grid .adverts-manage-link h3 .advert-link-wraps:hover {
  border-bottom-color: inherit;
}
div.adverts-grid .advert-item-col-1 {
  float: none;
  display: flex;
  padding: 28px;
}
div.adverts-grid .advert-item-col-1 .advert-img {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  max-width: 160px;
  margin-top: 0;
  margin-right: 21px;
  background: transparent;
}
div.adverts-grid .advert-item-col-1 .advert-post-title {
  margin-left: 0;
  padding: 7px 0 7px 0;
}
div.adverts-grid .advert-item-col-1 .advert-published {
  margin-left: 0;
}
div.adverts-grid.adverts-grid-with-icons .adverts-grid-col {
  line-height: 21px;
}
div.adverts-grid .adverts-grid-row {
  padding: 16px 28px;
  border-bottom: 2px solid #f1f2f4;
}
div.adverts-grid .adverts-grid-row > div {
  padding: 0 0.75em 0 0;
}
div.adverts-grid .adverts-grid-row a {
  color: #2186c4;
}
div.adverts-grid .adverts-round-icon {
  background: transparent !important;
  color: #2a2e33;
  border-radius: 0;
  width: auto !important;
  height: auto !important;
  line-height: 21px !important;
  left: 0;
  text-align: left;
  top: 0;
  font-size: 17px;
  cursor: default !important;
  vertical-align: middle;
}
div.adverts-grid .adverts-round-icon.adverts-icon-tags:before {
  content: "local_offer";
}
div.adverts-grid .adverts-round-icon.adverts-icon-location:before {
  content: "location_on";
}
div.adverts-grid .adverts-round-icon:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
  content: "more_vert";
}
div.adverts-grid .adverts-row-title {
  color: #75828f;
}

.entry.single.classified .entry-single .entry-body .entry-title:not(:last-child) {
  margin-bottom: 14px;
}

div.adverts-content {
  margin: 21px 0;
}

div.adverts-single-actions .adverts-button .adverts-icon-down-open:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: inherit;
  width: auto;
  margin: 0;
  vertical-align: middle;
  content: "expand_more";
}

.ps-page-wpadverts .adverts-flexbox {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}

div .adverts-cancel-unload,
div input[type=submit].adverts-button,
div .adverts-button,
div .adverts-upload-actions a.button {
  height: auto;
  position: relative;
  display: inline-block;
  background-color: #e1e2e3;
  color: #2a2e33 !important;
  padding: 7px 21px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 21px;
  border-radius: 17px;
  border: none !important;
  font-family: inherit;
  white-space: nowrap;
  box-shadow: none !important;
  cursor: pointer;
}
div a.adverts-button:visited,
div .adverts-upload-actions a.button:visited {
  text-decoration: none;
  background-color: #e1e2e3;
  color: #2a2e33 !important;
  border: none !important;
}
div .adverts-cancel-unload:hover,
div a.adverts-button:hover,
div .adverts-upload-actions a.button:hover {
  background-color: #54595e !important;
  color: #fff !important;
}

div.adverts-contact-box {
  margin: 14px 0;
  padding: 21px;
  border: 2px solid #e7e8e9;
  background-color: #f5f6f6;
  display: none;
  border-radius: 7px;
}
.entry-content div.adverts-contact-box {
  margin: 28px 0 0;
}
div.adverts-contact-box [class^=adverts-icon-] {
  margin-right: 5px;
}
div.adverts-contact-box [class^=adverts-icon-]:before {
  font-size: inherit;
}

div.adverts-options {
  margin: 0;
  padding: 28px;
  border-radius: 7px 7px 0 0;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #f1f2f4;
}
div.adverts-options .adverts-options-right {
  padding: 0 !important;
  float: none;
}

.adverts-search-form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.adverts-search-form .adverts-search {
  display: flex;
  margin: 0 -0.25rem;
  padding: 0;
  flex-wrap: nowrap;
  width: calc(100% - 42px);
}
.adverts-search-form .adverts-search .advert-input {
  width: 50%;
  margin: 0;
  padding: 0 0.25rem;
  display: block;
  float: none;
}
.adverts-search-form .adverts-search .advert-input.advert-input-type-half.advert-input {
  width: 50%;
  margin: 0;
  padding: 0 0.25rem;
}
.adverts-search-form .adverts-search .advert-input.advert-input-type-half.advert-input-type-half-right {
  width: 50%;
  margin: 0;
  padding: 0 0.25rem;
}
.adverts-search-form .adverts-search .advert-input input[type=text] {
  width: 100%;
  margin: 0;
  display: block;
  padding: 10px 21px;
  border-width: 2px;
  border-style: solid;
  border-color: #e3e6e9;
  font-size: 14px;
  line-height: 20px;
  border-radius: 21px;
  color: #75828f;
  font-family: inherit;
  background-color: #fafafa;
}
.adverts-search-form .adverts-search .advert-input input[type=text]:focus {
  border-color: #2186c3;
}
.adverts-search-form .adverts-options-right {
  position: absolute;
  right: 0;
  top: 0;
}
.adverts-search-form .adverts-options-right .adverts-form-submit {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: #f75411;
  color: #fff;
}
.adverts-search-form .adverts-options-right .adverts-form-submit:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  vertical-align: middle;
  line-height: inherit;
  content: "search";
}
.adverts-search-form .adverts-options-right .adverts-form-submit:hover {
  background-color: #54595e;
  color: #fff;
}

@media (max-width: 760px) and (min-width: 0px) {
  body .adverts-options-right {
    width: auto;
  }
}
.adverts-cont .adverts-options {
  border-radius: 0;
  background-color: #fff;
}
.adverts-cont div.adverts-list {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.adverts-cont .adverts-list-empty {
  padding: 28px;
}

div.adverts-list {
  display: flex;
  flex-wrap: wrap;
}
div.adverts-list .advert-item {
  position: relative;
  z-index: 3;
  margin: 0;
  height: auto;
  padding: 0;
  border: none;
  float: none;
  background: none;
}
div.adverts-list .advert-item.advert-item-col-2 {
  width: 50%;
}
div.adverts-list .advert-item .advert-item-inner {
  padding: 28px;
}
div.adverts-list .advert-item:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 2px solid #f1f2f4;
  border-bottom: 2px solid #f1f2f4;
  content: "";
}
div.adverts-list .advert-item .advert-img {
  margin-bottom: 14px;
}
div.adverts-list .advert-item .advert-img > img {
  border-radius: 7px !important;
}
div.adverts-list .advert-item .advert-post-title {
  padding: 0;
  margin-bottom: 7px;
}
div.adverts-list .advert-item .advert-post-title span.advert-link {
  height: auto !important;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 575px) {
  div.adverts-list .advert-item .advert-post-title span.advert-link {
    font-size: 16px;
    line-height: 21px;
  }
}
div.adverts-list .advert-item .advert-post-title span.advert-link .advert-link-text {
  color: #2186c4;
  font-size: inherit;
  font-weight: inherit;
}
div.adverts-list .advert-item .advert-published {
  position: relative;
  padding: 0;
  color: #75828f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.3px;
}
div.adverts-list .advert-item .advert-published .advert-date {
  line-height: inherit;
  padding: 0;
  display: inline-block;
}
div.adverts-list .advert-item .advert-published .advert-price {
  right: 0;
  top: -3px;
  bottom: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  color: #f75411;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  background-color: transparent;
}
@media (max-width: 480px) {
  div.adverts-list .advert-item .advert-published .advert-price {
    position: relative;
    text-align: left;
    margin-top: 14px;
  }
}

div.adverts-gallery {
  width: 100%;
  height: 140px;
  padding: 0 0 21px 0;
  opacity: 1;
  z-index: 0;
  font-weight: bold;
  border-radius: 21px;
  border: 2px solid #e3e6e9;
  background-color: #fafafa;
}
div.adverts-gallery > p {
  margin: 28px 0 21px;
  color: #75828f;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
div.adverts-gallery > p:last-of-type {
  margin-top: 0;
  margin-bottom: 35px;
}
div.adverts-gallery .adverts-button {
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 14px;
}

form.adverts-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
form.adverts-form.adverts-form-aligned {
  border-radius: 7px;
  background-color: #fff;
}
form.adverts-form.adverts-form-aligned .adverts-control-group {
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-name-_item_information {
  padding-top: 49px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-name-_item_information .adverts-field-header > p {
  display: none;
}
form.adverts-form.adverts-form-aligned .adverts-control-group:last-child {
  padding-bottom: 28px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.wpadverts-file-browser-image-actions {
  padding-bottom: 28px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group label {
  float: none;
  color: #41484f;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > label {
  display: inline-block;
  margin-bottom: 14px;
  vertical-align: middle;
  width: 100%;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div {
  width: 100%;
  float: none;
  padding: 0;
  line-height: 21px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-multiselect-holder {
  width: 100%;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  border-bottom: 2px solid #f1f2f4;
  padding: 0 28px 21px 28px;
  margin-top: 0;
  margin-left: -28px;
  margin-right: -28px;
}
@media (max-width: 765px) {
  form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header {
    flex-direction: column;
    align-items: flex-start;
  }
  form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header .adverts-field-header-title {
    margin-bottom: 7px;
  }
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header > .adverts-field-header-title {
  display: inline-block;
  width: 100%;
  color: #2a2e33;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header > p {
  display: flex;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header > p .adverts-button {
  display: inline-block;
}
form.adverts-form.adverts-form-aligned .adverts-control-group > div.adverts-field-header > p .adverts-button:not(:first-child) {
  margin-left: 7px;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions {
  margin: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: none;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions .adverts-button,
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions input[type=submit] {
  border-radius: 21px;
  background-color: #f75411;
  padding: 14px 28px;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 14px;
  cursor: pointer;
  border-bottom: none !important;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions .adverts-button.adverts-plupload-browse-button,
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions input[type=submit].adverts-plupload-browse-button {
  padding: 11px 28px;
  background-color: #e3e6e9;
  color: #2a2e33 !important;
}
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions .adverts-button.adverts-plupload-browse-button:hover,
form.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-actions input[type=submit].adverts-plupload-browse-button:hover {
  color: #fff !important;
}

.peepso .adverts-button {
  border-bottom: none !important;
}
.peepso .adverts-manage-delete-confirm {
  position: absolute;
  padding: 0;
  right: 21px;
  bottom: auto;
  height: auto;
  border: none;
}
.peepso .adverts-flexbox {
  margin: 0;
  padding: 14px;
}
.peepso .adverts-flexbox-icon {
  color: #383c41;
  font-size: 50px;
  transition: all 0.25s ease;
}
.peepso .adverts-flexbox-item {
  padding: 14px;
  box-shadow: none;
  background-color: transparent;
  float: none;
}
@media (max-width: 575px) {
  .peepso .adverts-flexbox-item {
    padding: 0;
  }
}
.peepso .adverts-flexbox-item:hover .adverts-flexbox-wrap {
  background-color: #2186c3;
}
.peepso .adverts-flexbox-item:hover .adverts-flexbox-icon,
.peepso .adverts-flexbox-item:hover .adverts-flexbox-title {
  color: #fff;
}
.peepso .adverts-flexbox-wrap {
  padding: 35px 28px;
  background-color: #f9f9f9;
  border-radius: 7px;
  transition: all 0.25s ease;
}
@media (max-width: 575px) {
  .peepso .adverts-flexbox-wrap {
    padding: 14px 7px;
  }
}
.peepso .adverts-flexbox-wrap .adverts-icon-folder:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 75px;
  line-height: inherit;
  vertical-align: middle;
  content: "folder";
}
.peepso .adverts-flexbox-wrap .adverts-flexbox-title {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #2186c4;
  transition: all 0.25s ease;
}
@media (max-width: 575px) {
  .peepso .adverts-flexbox-wrap .adverts-flexbox-title {
    font-size: 14px;
  }
}
.peepso .adverts-flexbox-columns-4 {
  width: 33.33333333%;
  margin: 0;
}
.peepso div.adverts-flash-info.adverts-flash-messages {
  color: inherit;
  border-radius: 7px;
  border: 1px solid #a0c9e2;
  background-color: #dff0f9;
  padding: 13px 28px;
  margin: 0 0 14px 0;
  line-height: 14px;
}
.peepso div.adverts-flash-info.adverts-flash-messages .adverts-flash-message-icon {
  display: none;
}
.peepso div.adverts-flash-info.adverts-flash-messages .adverts-flash-message-text {
  font-size: 12px;
  line-height: inherit;
  padding: 0;
  color: #2186c4;
}
.peepso div.adverts-flash-info.adverts-flash-messages .adverts-flash-message-text.adverts-flash-padding {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.wpadverts-swipe {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.wpadverts-slide-with-shadow {
  border-radius: 7px;
}

/* General
   ========================================================================== */
.peepso {
  min-height: inherit;
}
.peepso h1, .peepso h2, .peepso h3, .peepso h4, .peepso h5, .peepso h6 {
  font-family: "Poppins";
}
.peepso h1 a, .peepso h2 a, .peepso h3 a, .peepso h4 a, .peepso h5 a, .peepso h6 a {
  font-family: "Poppins";
}
.peepso .material-icons-outlined {
  font-family: "Material Icons Outlined";
}

.peepso .woocommerce form .form-row textarea,
.ps-list-info-content-form textarea,
.ps-textarea {
  display: inline-block;
  width: 100%;
  padding: 11px 21px;
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
  color: #75828f;
  font-size: 1rem;
  line-height: 1.5rem;
}

.peepso .woocommerce form .form-row textarea:focus,
.ps-list-info-content-form textarea:focus,
.ps-textarea:focus {
  border-color: #2186c4;
}

.ps-tag {
  padding-right: 5px;
}

.ps-tagging-textarea,
.ps-tagging-beautifier {
  font-size: 14px !important;
  line-height: 21px !important;
}

.ps-tagging-beautifier {
  font-size: 14px !important;
  line-height: 28px !important;
  font-family: inherit;
  font-weight: normal;
}

.ps-tagging-beautifier {
  top: 7px;
  left: 21px;
}

.ps-hovercard small,
.ps-dialog small,
.ps-lightbox small,
.peepso small {
  font-size: 12px;
}

.ps-widget--wsl-dropdown,
.ps-fieldbubble,
.ps-dialog,
.ps-popover,
.ps-postbox-photo-action,
.ps-postbox-photo-item-add span,
.ps-postbox-photo-item .img-wrapper,
.ps-dropdown__menu,
.ps-chat-window-dropdown,
.ps-vip__dropdown {
  box-shadow: 0 0 30px 0 rgba(15, 27, 56, 0.1);
}

.peepso .select2-container--default .select2-selection--single,
.peepso .woocommerce form .form-row textarea,
.peepso .woocommerce table.shop_table,
.ps-widget--wsl-dropdown, .peepso .button,
.peepso .woocommerce .button,
.peepso input[type=submit].button,
.peepso .button.woocommerce-button,
.peepso .button.woocommerce-Button,
.peepso .usp-pro .usp-submit,
.ps-btn, .ps-dropdown__menu,
.ps-textarea, .peepso #coupon_code,
.peepso .woocommerce form .form-row input.input-text,
.peepso .usp-pro .usp-input,
.ps-form--classifieds .ps-form__field > select,
.ps-form--classifieds .ps-form__field > input,
.ps-form--classifieds .ps-form__field .adverts-multiselect-input,
.ps-list-info-content-form select,
.ps-list-info-content-form input[type=text],
.ps-list-info-content-form input[type=email],
.ps-list-info-content-form input[type=password],
.ps-list-info-content-form input[type=button],
.ps-list-info-content-form input[type=submit],
.ps-input, .ps-select, input[type=text].ps-input,
input[type=email].ps-input, input[type=password].ps-input {
  -webkit-border-radius: 21px !important;
  -moz-border-radius: 21px !important;
  border-radius: 21px !important;
}

/* Inputs
   ============================================== */
.peepso .ps-input--sm,
.plg-peepso .ps-input--sm,
.ps-lightbox .ps-input--sm,
.ps-landing .ps-input--sm,
.ps-chat__wrapper .ps-input--sm,
.ps-modal__wrapper .ps-input--sm,
.psw-profile .ps-input--sm,
.gc-widget .ps-input--sm,
.widget .ps-input--sm,
.ps-widget__wrapper--external .ps-input--sm {
  --font-size: 100%;
  --line-height: inherit;
  --input-padd: 9px 21px;
}

.peepso .ps-input.ps-input--select:read-only,
.plg-peepso .ps-input.ps-input--select:read-only,
.ps-lightbox .ps-input.ps-input--select:read-only,
.ps-landing .ps-input.ps-input--select:read-only,
.ps-chat__wrapper .ps-input.ps-input--select:read-only,
.ps-modal__wrapper .ps-input.ps-input--select:read-only,
.psw-profile .ps-input.ps-input--select:read-only,
.gc-widget .ps-input.ps-input--select:read-only,
.widget .ps-input.ps-input--select:read-only,
.ps-widget__wrapper--external .ps-input.ps-input--select:read-only {
  background-color: #f9f9f9;
  box-shadow: none;
}

.peepso .ps-input.ps-input--select:read-only:hover,
.plg-peepso .ps-input.ps-input--select:read-only:hover,
.ps-lightbox .ps-input.ps-input--select:read-only:hover,
.ps-landing .ps-input.ps-input--select:read-only:hover,
.ps-chat__wrapper .ps-input.ps-input--select:read-only:hover,
.ps-modal__wrapper .ps-input.ps-input--select:read-only:hover,
.psw-profile .ps-input.ps-input--select:read-only:hover,
.gc-widget .ps-input.ps-input--select:read-only:hover,
.widget .ps-input.ps-input--select:read-only:hover,
.ps-widget__wrapper--external .ps-input.ps-input--select:read-only:hover {
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
}

.peepso .ps-input.ps-input--select:read-only:focus,
.plg-peepso .ps-input.ps-input--select:read-only:focus,
.ps-lightbox .ps-input.ps-input--select:read-only:focus,
.ps-landing .ps-input.ps-input--select:read-only:focus,
.ps-chat__wrapper .ps-input.ps-input--select:read-only:focus,
.ps-modal__wrapper .ps-input.ps-input--select:read-only:focus,
.psw-profile .ps-input.ps-input--select:read-only:focus,
.gc-widget .ps-input.ps-input--select:read-only:focus,
.widget .ps-input.ps-input--select:read-only:focus,
.ps-widget__wrapper--external .ps-input.ps-input--select:read-only:focus {
  border: 2px solid #2186c4;
  background-color: #fff;
  box-shadow: none;
}

.peepso #coupon_code,
.peepso .woocommerce form .form-row input.input-text,
.peepso .usp-pro .usp-input,
.ps-form--classifieds .ps-form__field > select,
.ps-form--classifieds .ps-form__field > input,
.ps-form--classifieds .ps-form__field .adverts-multiselect-input,
.ps-input,
.ps-select,
.peepso .ps-input,
.peepso .ps-select,
input[type=text].ps-input,
input[type=email].ps-input,
input[type=password].ps-input,
.ps-textarea {
  padding: 9px 21px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  color: #75828f;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
  box-shadow: none !important;
  border-radius: 21px !important;
}

.peepso .ps-input--count,
.plg-peepso .ps-input--count,
.ps-lightbox .ps-input--count,
.ps-landing .ps-input--count,
.ps-chat__wrapper .ps-input--count,
.ps-modal__wrapper .ps-input--count,
.psw-profile .ps-input--count,
.gc-widget .ps-input--count,
.widget .ps-input--count,
.ps-widget__wrapper--external .ps-input--count {
  padding-left: 28px;
}

.ps-select option {
  font-family: "Mulish";
}

.ps-input--small {
  padding: 7px 21px !important;
}

.ps-list-info-content-form select,
.ps-list-info-content-form input[type=text],
.ps-list-info-content-form input[type=email],
.ps-list-info-content-form input[type=password],
.ps-list-info-content-form input[type=button],
.ps-list-info-content-form input[type=submit] {
  padding: 10px 21px;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  color: #75828f;
  font-size: 14px;
  line-height: 21px;
  border-width: 2px;
  border-radius: 21px !important;
  background-color: #fafafa;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}

.ps-select {
  background-image: url("assets/images/select-arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .ps-select {
    background-image: url("assets/images/select-arrow@2x.png");
    background-size: contain;
    background-position: 100% center;
  }
}

.ps-list-info-content-form select {
  background-image: url("assets/images/select-arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .ps-list-info-content-form select {
    background-image: url("assets/images/select-arrow@2x.png");
    background-size: contain;
    background-position: 100% center;
  }
}

.ps-post__call-to-action {
  border-top-width: 2px;
  border-top-color: #f1f2f4;
  line-height: 21px;
}
.ps-post__call-to-action i {
  border-right-width: 2px;
  border-right-color: #f1f2f4;
}

.ps-comments__reply-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ps-comments__reply-actions .ps-btn {
  --font-size: 0;
  --line-height: 0;
  --PADD: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  box-shadow: none;
}
.ps-comments__reply-actions .ps-btn:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  vertical-align: middle;
}
.ps-comments__reply-actions .ps-btn.ps-button-cancel {
  background-color: #e3e6e9;
}
.ps-comments__reply-actions .ps-btn.ps-button-cancel:before {
  content: "cancel";
}
.ps-comments__reply-actions .ps-btn.ps-button-cancel:hover {
  background-color: #54595e;
  color: #fff;
}
.ps-comments__reply-actions .ps-btn.ps-button-action {
  background-color: #f75411;
  color: #fff;
}
.ps-comments__reply-actions .ps-btn.ps-button-action:before {
  content: "send";
}
.ps-comments__reply-actions .ps-btn.ps-button-action:hover {
  background-color: #41484f;
}

.ps-postbox__type.active {
  box-shadow: none;
}

.ps-postbox--edit .ps-postbox__action {
  margin-right: 28px;
}

.ps-modal__wrapper .ps-postbox__action {
  margin-right: 0;
}
.ps-modal__wrapper .ps-postbox .ps-postbox__footer {
  border-top: none;
}
.ps-modal__wrapper .ps-postbox__actions .ps-postbox__action.ps-button-cancel {
  width: auto;
  height: auto;
}
.ps-modal__wrapper .ps-postbox__actions .ps-postbox__action.ps-button-cancel .gcis {
  display: none;
}

.ps-postbox__actions {
  display: flex;
  align-items: center;
}
@media (min-width: 61.25em) {
  .ps-postbox__actions {
    padding-right: 12px;
  }
}
.ps-postbox__actions .ps-postbox__action {
  margin-left: 7px;
  border-radius: 14px;
  line-height: 14px;
  font-size: 13px;
  height: auto;
  box-shadow: none;
}
@media (max-width: 61.24em) {
  .ps-postbox__actions .ps-postbox__action {
    --PADD: 7px;
    margin: 7px;
    height: auto;
  }
  .ps-postbox__actions .ps-postbox__action:first-child {
    margin-left: 7px;
  }
}
.ps-postbox__actions .ps-postbox__action.ps-button-cancel {
  --padd: 0;
  --bg: #e3e6e9;
  text-align: center;
  width: 28px;
  height: 28px;
}
.ps-postbox__actions .ps-postbox__action.ps-button-cancel .gcis.gci-times:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  vertical-align: middle;
  content: "cancel";
}
.ps-postbox__actions .ps-postbox__action.ps-button-cancel:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-postbox__actions .ps-postbox__action.ps-button-action {
  background-color: #f75411 !important;
  color: #fff !important;
}
.ps-postbox__actions .ps-postbox__action.ps-button-action:hover {
  background-color: #54595e !important;
  color: #fff !important;
}

.ps-page--activity-post .ps-postbox .ps-postbox-status {
  padding: 9px 7px;
}
.ps-page--activity-post .ps-postbox .ps-postbox__input {
  border: none;
}

.ps-postbox-textarea {
  background-color: transparent;
  outline: none;
  border: none;
  color: #75828f;
}
.ps-postbox-textarea::placeholder {
  color: #75828f;
}
.ps-postbox-textarea:focus {
  color: #75828f;
}

.ps-poll__form .ps-poll__option {
  display: flex;
}
.ps-poll__form .ps-poll__option > .ps-btn {
  display: block;
  width: 52px;
  line-height: 37px;
  text-align: center;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden;
}
.ps-poll__form .ps-poll__option > .ps-btn > [class^=ps-icon-] {
  line-height: inherit !important;
}
.ps-poll__form .ps-poll__option > .ps-input {
  margin-left: 7px;
  margin-right: 7px;
}
.ps-poll__form .ps-poll__option:not(:last-child) {
  margin-bottom: 28px;
}

.ps-postbox__groups-item-header {
  --PADD--SM: 0;
}

.ps-postbox__groups > .ps-input {
  border-bottom: none !important;
}
.ps-postbox__groups > .ps-input:focus {
  border-bottom: none !important;
}

.ps-postbox__schedule-form .ps-postbox__schedule-label {
  --PADD--SM: 7px;
  margin-right: 5px;
}
.ps-postbox__schedule-form .ps-postbox__schedule-date {
  flex-wrap: nowrap;
  align-items: center;
}
.ps-postbox__schedule-form .ps-postbox__schedule-time {
  flex-wrap: nowrap;
  align-items: center;
}

.peepso input[type=radio] + label,
.peepso input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  min-height: 28px;
  color: #41484f;
}
@media (max-width: 480px) {
  .peepso input[type=radio] + label,
.peepso input[type=checkbox] + label {
    line-height: 21px;
  }
}
.peepso input[type=radio] + label::before,
.peepso input[type=checkbox] + label::before {
  content: "";
  border: 2px solid #e3e6e9;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 10px;
  position: absolute;
  background: #f9f9f9;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
.peepso input[type=radio] + label::after,
.peepso input[type=checkbox] + label::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 7px;
  background-color: #2a2e33;
  display: none;
}
.peepso input[type=radio]:checked + label::after,
.peepso input[type=checkbox]:checked + label::after {
  display: block;
  background-color: #2a2e33;
}
.peepso .woocommerce h2,
.peepso .woocommerce h3,
.peepso .woocommerce-MyAccount-content h2 {
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  font-size: 14px !important;
  color: #41484f;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 61.25em) {
  .ps-checkbox__grid {
    --PADD: 7px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ps-checkbox__label:before {
  box-shadow: none;
}

.ps-checkbox__input:checked + .ps-checkbox__label:before {
  color: inherit;
  background-color: #f9f9f9;
  box-shadow: none;
}

.ps-checkbox--switch .ps-checkbox__input:checked + .ps-checkbox__label:after {
  left: 6px;
  transform: translateY(0%) translateX(0);
  border: none;
}
.ps-checkbox--switch .ps-checkbox__input:checked + .ps-checkbox__label:before {
  background-color: #f9f9f9;
}
.ps-checkbox--switch .ps-checkbox__input:checked + .ps-checkbox__label:before {
  background-color: #f9f9f9;
}

/* Checkboxes
   ============================================== */
.ps-widget--login [type=checkbox] + label,
.ps-widget--profile [type=checkbox] + label,
.ps-dialog [type=checkbox] + label,
.peepso [type=checkbox] + label,
.ps-widget--login [type=radio] + label,
.ps-widget--profile [type=radio] + label,
.ps-dialog [type=radio] + label,
.peepso [type=radio] + label {
  display: inline-block;
  margin: 0;
  padding-left: 3rem;
}

.ps-widget--login [type=checkbox] + label:before,
.ps-widget--profile [type=checkbox] + label:before,
.ps-dialog [type=checkbox] + label:before,
.peepso [type=checkbox] + label:before,
.ps-widget--login [type=radio] + label:before,
.ps-widget--profile [type=radio] + label:before,
.ps-dialog [type=radio] + label:before,
.peepso [type=radio] + label:before {
  position: absolute;
  z-index: 0;
  display: block;
  left: 0;
  top: 0;
  transform: translateY(0);
  content: "";
  border: 2px solid #e3e6e9;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: #fafafa;
}

.ps-widget--login [type=checkbox] + label:after,
.ps-widget--profile [type=checkbox] + label:after,
.ps-dialog [type=checkbox] + label:after,
.peepso [type=checkbox] + label:after,
.ps-widget--login [type=radio] + label:after,
.ps-widget--profile [type=radio] + label:after,
.ps-dialog [type=radio] + label:after,
.peepso [type=radio] + label:after {
  position: absolute;
  top: 14px;
  left: 6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 7px;
  background-color: #2a2e33;
  display: none;
}

.ps-widget--login [type=checkbox]:checked + label:after,
.ps-widget--profile [type=checkbox]:checked + label:after,
.ps-dialog [type=checkbox]:checked + label:after,
.peepso [type=checkbox]:checked + label:after,
.ps-widget--login [type=radio]:checked + label:after,
.ps-widget--profile [type=radio]:checked + label:after,
.ps-dialog [type=radio]:checked + label:after,
.peepso [type=radio]:checked + label:after {
  display: block;
  background-color: #2a2e33;
}

/* Buttons
   ============================================== */
.ps-hovercard button,
.ps-dialog button,
.ps-lightbox button,
.peepso button,
.ps-hovercard input,
.ps-dialog input,
.ps-lightbox input,
.peepso input,
.ps-hovercard select,
.ps-dialog select,
.ps-lightbox select,
.peepso select,
.ps-hovercard textarea,
.ps-dialog textarea,
.ps-lightbox textarea,
.peepso textarea {
  vertical-align: middle;
}

.ps-btn {
  --PADD: 7px;
  --PADD--MD: 21px;
  --font-size: 14px;
  --line-height: 21px;
  --bg: #e3e6e9;
  --color: #2a2e33;
  --bg--hover: #2186c4;
  --color--hover: #fff;
  --radius: 14px;
  --border: none;
  margin: 0;
  font-weight: normal;
  box-shadow: none;
  white-space: nowrap;
}

.ps-btn--xs {
  --PADD--SM: 7px;
  --PADD: 14px;
}

.peepso #coude:focus,
.peepso .woocommerce form .form-row input.input-text:focus,
.peepso .usp-pro .usp-input:focus,
.ps-form--classifieds .ps-form__field > select:focus,
.ps-form--classifieds .ps-form__field > input:focus,
.ps-form--classifieds .ps-form__field .adverts-multiselect-input:focus,
.ps-list-info-content-form select:focus,
.ps-list-info-content-form input[type=text]:focus,
.ps-list-info-content-form input[type=email]:focus,
.ps-list-info-content-form input[type=password]:focus,
.ps-list-info-content-form input[type=button]:focus,
.ps-list-info-content-form input[type=submit]:focus,
.ps-input:focus,
.ps-select:focus,
input[type=text].ps-input:focus,
input[type=email].ps-input:focus,
input[type=password].ps-input:focus {
  color: #75828f;
  background-color: #fff;
  border-color: #2186c4;
}

.peepso .ps-input,
.plg-peepso .ps-input,
.ps-lightbox .ps-input,
.ps-landing .ps-input,
.ps-chat__wrapper .ps-input,
.ps-modal__wrapper .ps-input,
.psw-profile .ps-input,
.gc-widget .ps-input,
.widget .ps-input,
.ps-widget__wrapper--external .ps-input {
  --font-size: 14px;
  --line-height: 22px;
  --height: auto;
  --input-padd: 9px 21px;
  --radius: 21px;
  --PS-COLOR--TEXT: #75828f;
  --PS-COLOR--APP: #f9f9f9;
  border: 2px solid #e3e6e9;
  box-shadow: none;
}
.peepso .ps-input:hover,
.plg-peepso .ps-input:hover,
.ps-lightbox .ps-input:hover,
.ps-landing .ps-input:hover,
.ps-chat__wrapper .ps-input:hover,
.ps-modal__wrapper .ps-input:hover,
.psw-profile .ps-input:hover,
.gc-widget .ps-input:hover,
.widget .ps-input:hover,
.ps-widget__wrapper--external .ps-input:hover {
  background-color: #f9f9f9;
  border-width: 2px;
  border-style: solid;
  border-color: #e3e6e9;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.peepso .ps-input:focus,
.plg-peepso .ps-input:focus,
.ps-lightbox .ps-input:focus,
.ps-landing .ps-input:focus,
.ps-chat__wrapper .ps-input:focus,
.ps-modal__wrapper .ps-input:focus,
.psw-profile .ps-input:focus,
.gc-widget .ps-input:focus,
.widget .ps-input:focus,
.ps-widget__wrapper--external .ps-input:focus {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #2186c4;
  color: #75828f !important;
}

.ps-theme-btn--app {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #e3e6e9;
  padding: 0;
  text-align: center;
}
.ps-theme-btn--app:not(:last-child) {
  margin-right: 7px;
}
.ps-theme-btn--app i {
  transition: all 0.25s ease;
}
.ps-theme-btn--app .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: inherit;
  vertical-align: middle;
}
.ps-theme-btn--app .gcis.gci-th-large:before {
  content: "view_module";
}
.ps-theme-btn--app .gcis.gci-th-list:before {
  content: "view_list";
}
.ps-theme-btn--app .gcis.gci-th:before {
  content: "border_all";
}
.ps-theme-btn--app.ps-btn--active, .ps-theme-btn--app:hover {
  background-color: #41484f;
}
.ps-theme-btn--app.ps-btn--active i, .ps-theme-btn--app:hover i {
  color: #fff;
}

.ps-form--classifieds .ps-form__field > select:focus,
.ps-list-info-content-form select:focus,
.ps-select:focus {
  background-position: 98% center;
}

.ps-btn > [class^=ps-icon-] {
  margin-right: 3px;
  line-height: 1;
}
.ps-btn.ps-postbox__action .gcis {
  margin-right: 0;
}
.ps-btn .gcis {
  min-width: 22px;
}
.ps-btn .gcis.gci-ban:before, .ps-btn .gcis.gci-user-plus:before, .ps-btn .gcis.gci-check-circle:before, .ps-btn .gcis.gci-bell:before, .ps-btn .gcis.gci-times:before, .ps-btn .gcis.gci-angle-left:before, .ps-btn .gcis.gci-angle-right:before, .ps-btn .gcis.gci-globe-americas:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
  vertical-align: middle;
}
.ps-btn .gcis.gci-ban:before {
  content: "block";
}
.ps-btn .gcis.gci-user-plus:before {
  content: "person_add";
}
.ps-btn .gcis.gci-check-circle:before {
  content: "check_circle";
}
.ps-btn .gcis.gci-bell:before {
  content: "notifications";
}
.ps-btn .gcis.gci-times:before {
  content: "cancel";
}
.ps-btn .gcis.gci-angle-left:before {
  content: "west";
}
.ps-btn .gcis.gci-angle-right:before {
  content: "east";
}
.ps-btn .gcis.gci-globe-americas:before {
  content: "public";
}
.ps-btn > [class^=ps-icon-] {
  margin-right: 0;
}
.ps-btn:hover, .ps-btn:focus, .ps-btn.active {
  --color--hover: #fff;
  --bg--hover: #2186c4;
}

.ps-posts__empty {
  --PADD: 14px;
  --PADD--MD: 28px;
  --bg: #dff0f9;
  --color: #2186c4;
  --BORDER-RADIUS--MD: 7px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 28px;
  color: var(--color);
  background-color: var(--bg);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  box-shadow: none;
  letter-spacing: 0.12px;
}

.ps-posts__action {
  display: flex;
  justify-content: center;
}
.ps-posts__action .ps-btn--action {
  padding: 7px 42px !important;
  width: auto;
  color: #fff !important;
  background-color: #2186c4 !important;
}
.ps-posts__action .ps-btn--action i {
  display: none !important;
}
.ps-posts__action .ps-btn--action:hover {
  background-color: #7ecefc !important;
  color: #191c1f !important;
}

.peepso .ps-btn.ps-btn-small.ps-btn-full.ps-btn-primary {
  display: block;
  padding: 7px 42px !important;
  width: auto;
  margin: 0 auto;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.35px;
  border-radius: 17px !important;
  background-color: #2186c4 !important;
  text-transform: capitalize;
}
.peepso .ps-btn.ps-btn-small.ps-btn-full.ps-btn-primary:hover {
  padding: 7px 42px !important;
  background: #7ecefc !important;
  color: #2a2e33 !important;
}

.ps-popover-error {
  padding: 21px;
}

.peepso .button:disabled,
.peepso input[type=submit].button:disabled,
.peepso .usp-pro .usp-submit:disabled,
.ps-btn:disabled {
  padding: 7px 28px !important;
  background-color: #f75411 !important;
  border: none !important;
  color: #fff !important;
  cursor: not-allowed;
  border-radius: 17px !important;
  opacity: 0.6;
}

.ps-btn-danger {
  padding: 7px 28px !important;
  color: #2a2e33 !important;
  background: #e3e6e9 !important;
  border-radius: 17px !important;
}

.ps-btn-danger:hover,
.ps-btn-danger:focus,
.ps-btn-danger:active,
.ps-btn-danger.active {
  padding: 7px 28px !important;
  background: #54595e !important;
}

/* Theme Buttons */
.ps-theme-btn {
  display: inline-block;
  background-color: #e3e6e9;
  color: #2a2e33;
  padding: 7px 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  border-radius: 21px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.25s ease;
}
.ps-theme-btn:hover {
  background-color: #54595e;
  color: #fff;
}
.ps-theme-btn:hover .gcis {
  color: #fff;
}
.ps-theme-btn.ps-theme-btn-primary {
  background-color: #f75411;
  color: #fff;
}
.ps-theme-btn.ps-theme-btn-primary:hover {
  background-color: #41484f !important;
}
.ps-theme-btn.ps-btn-join {
  background-color: #f75411 !important;
  color: #fff;
}
.ps-theme-btn.ps-btn-join:hover {
  background-color: #41484f !important;
}
.ps-theme-btn.ps-btn-login {
  padding: 10px 28px !important;
  color: #fff !important;
  background-color: #f75411 !important;
}
.ps-theme-btn.ps-btn-login:hover {
  background-color: #41484f !important;
}
.ps-theme-btn.ps-theme-btn-small {
  padding: 7px 21px;
  font-size: 13px;
  line-height: 14px;
}
.ps-theme-btn.ps-theme-btn-medium {
  padding: 7px 28px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.35px;
}
.ps-theme-btn.ps-theme-btn-medium [class^=material-icons] {
  font-size: 16px;
}
.ps-theme-btn.ps-theme-btn-big {
  padding: 11px 28px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.35px;
}
.ps-theme-btn.ps-theme-btn-large {
  padding: 14px 35px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.ps-theme-btn.border17 {
  border-radius: 17px;
}
.ps-theme-btn.border21 {
  border-radius: 21px;
}
.ps-theme-btn.border25 {
  border-radius: 25px;
}
.ps-theme-btn.ps-theme-btn-narrow {
  padding: 7px 14px;
}
.ps-theme-btn.ps-theme-btn-action {
  font-weight: 600;
}
.ps-theme-btn.ps-theme-btn-action [class^=material-icons] {
  font-size: 16px;
}
.ps-theme-btn.ps-button-action {
  color: #fff !important;
  background-color: #f75411 !important;
}
.ps-theme-btn.ps-button-action:hover {
  background-color: #41484f !important;
}
.ps-theme-btn [class^=material-icons] {
  margin-right: 5px;
  vertical-align: middle;
}
.ps-theme-btn.ps-tip:after {
  white-space: normal;
}
.ps-theme-btn [class^=ps-icon]:before {
  line-height: 1;
  vertical-align: middle;
}
.ps-theme-btn .gcis,
.ps-theme-btn .gcib,
.ps-theme-btn [class^=ps-icon] {
  margin-right: 5px;
}
.ps-theme-btn .gcis:before,
.ps-theme-btn .gcib:before,
.ps-theme-btn [class^=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: inherit;
}
.ps-theme-btn .gcis.ps-icon-plus:before,
.ps-theme-btn .gcib.ps-icon-plus:before,
.ps-theme-btn [class^=ps-icon].ps-icon-plus:before {
  content: "add_circle_outline";
}
.ps-theme-btn .gcis.ps-icon-pencil:before,
.ps-theme-btn .gcib.ps-icon-pencil:before,
.ps-theme-btn [class^=ps-icon].ps-icon-pencil:before {
  content: "edit";
}
.ps-theme-btn .gcis.ps-icon-globe:before,
.ps-theme-btn .gcib.ps-icon-globe:before,
.ps-theme-btn [class^=ps-icon].ps-icon-globe:before {
  content: "public";
}
.ps-theme-btn .gcis.ps-icon-lock:before,
.ps-theme-btn .gcib.ps-icon-lock:before,
.ps-theme-btn [class^=ps-icon].ps-icon-lock:before {
  content: "lock";
}
.ps-theme-btn .gcis.ps-icon-shield:before,
.ps-theme-btn .gcib.ps-icon-shield:before,
.ps-theme-btn [class^=ps-icon].ps-icon-shield:before {
  content: "policy";
}
.ps-theme-btn .gcis.ps-icon-angle-left:before,
.ps-theme-btn .gcib.ps-icon-angle-left:before,
.ps-theme-btn [class^=ps-icon].ps-icon-angle-left:before {
  content: "keyboard_arrow_left";
}
.ps-theme-btn .gcis.gci-globe-americas:before,
.ps-theme-btn .gcib.gci-globe-americas:before,
.ps-theme-btn [class^=ps-icon].gci-globe-americas:before {
  content: "public";
}
.ps-theme-btn .gcis.gci-check:before,
.ps-theme-btn .gcib.gci-check:before,
.ps-theme-btn [class^=ps-icon].gci-check:before {
  content: "check";
}

.ps-profile__edit {
  box-shadow: none;
}

.ps-profile-privacy--disabled {
  background-color: #e1e2e3;
  color: #2a2e33;
  padding: 6px 21px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 14px;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  opacity: 0.5;
  cursor: not-allowed;
}
.ps-profile-privacy--disabled [class^=ps-icon] {
  margin-right: 7px;
  line-height: 1;
}
.ps-profile-privacy--disabled [class^=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  vertical-align: middle;
}
.ps-profile-privacy--disabled [class^=ps-icon].ps-icon-globe:before {
  content: "public";
}

/* Userbar
   ========================================================================== */
.ps-dropdown--userbar {
  margin-left: 14px;
}
.ps-dropdown--userbar > a {
  display: block;
  padding: 32px 16px;
}
@media (max-width: 575px) {
  .ps-dropdown--userbar > a {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.ps-dropdown--userbar .ps-dropdown__toggle {
  line-height: 21px;
}
.ps-dropdown--userbar.active > a {
  background-color: #2c3136;
}
.ps-dropdown--userbar.active .ps-icon-angle-down:before {
  content: "keyboard_arrow_up";
}
.ps-dropdown--userbar .ps-icon-angle-down:before {
  right: 0;
  font-family: "Material Icons";
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  content: "keyboard_arrow_down";
  vertical-align: middle;
}
.ps-dropdown--userbar .ps-dropdown__menu > a {
  padding: 7px 21px;
  line-height: 21px;
  color: #2186c4;
}
.ps-dropdown--userbar .ps-dropdown__menu > a:hover, .ps-dropdown--userbar .ps-dropdown__menu > a:focus, .ps-dropdown--userbar .ps-dropdown__menu > a.active {
  background-color: #2186c4;
  color: #fff;
}
.ps-dropdown--userbar .ps-dropdown__menu > a .gcis,
.ps-dropdown--userbar .ps-dropdown__menu > a .gcib,
.ps-dropdown--userbar .ps-dropdown__menu > a [class*=ps-icon-] {
  margin-right: 4px;
  transition-duration: 0s;
}

.mad-widget--userbar {
  display: flex;
  align-items: center;
}
.mad-widget--userbar .ps-dropdown .ps-dropdown__menu {
  right: 0;
  left: auto;
  border-radius: 0 0 7px 7px !important;
}
@media (max-width: 575px) {
  .mad-widget--userbar .ps-dropdown .ps-dropdown__menu {
    left: 0;
    right: auto;
  }
}
.mad-widget--userbar .ps-dropdown--userbar:hover > a {
  background-color: #2c3136;
}
.mad-widget--userbar .mad-widget--userbar__avatar {
  margin-right: 21px;
  max-width: 56px;
}
.mad-widget--userbar .mad-widget--userbar__avatar .mad-avatar img {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.mad-widget--userbar .mad-widget--userbar__name .mad-user-name {
  font-size: 16px;
  color: #fff;
}
.mad-widget--userbar .ps-notif {
  --gap: 0;
}
.mad-widget--userbar .ps-notif .ps-popover {
  right: 0;
}
@media (min-width: 576px) {
  .mad-widget--userbar .ps-notif .ps-popover {
    top: 100% !important;
    left: auto !important;
  }
}
.mad-widget--userbar .ps-notif > a {
  position: relative;
  margin: 0;
  padding: 29px 14px;
  cursor: pointer;
  color: #fff;
  transition: all 0.25s ease;
}
@media (max-width: 575px) {
  .mad-widget--userbar .ps-notif > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 320px) {
  .mad-widget--userbar .ps-notif > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.mad-widget--userbar .ps-notif > a:hover {
  background-color: #2c3136;
}
.mad-widget--userbar .ps-notif > a .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  vertical-align: middle;
}
.mad-widget--userbar .ps-notif > a .gci-user-friends:before {
  content: "person_add";
}
.mad-widget--userbar .ps-notif > a .gci-bell:before {
  content: "notifications_none";
}
.mad-widget--userbar .ps-notif > a .gci-envelope:before {
  content: "mail";
}
.mad-widget--userbar .ps-notif > a .ps-notification__meta [class^=ps-icon-]:before {
  font-size: 14px;
}
.mad-widget--userbar .ps-notif > a > a i {
  color: #fff;
}
.mad-widget--userbar .mad-widget--userbar__logout {
  margin-left: 12px;
}
.mad-widget--userbar .mad-widget--userbar__logout [class^=ps-icon]:before {
  font-size: 22px;
}
.mad-widget--userbar .mad-widget--userbar__logout a {
  color: #fff;
}
.mad-widget--userbar .ps-notif__bubble {
  top: 27px;
}
@media (max-width: 575px) {
  .mad-widget--userbar .ps-notif__bubble {
    top: 9px;
  }
}

.ps-notif.ps-notif--general .ps-notif__box .ps-notif__box-footer {
  margin: 0 -0.25rem;
}
.ps-notif.ps-notif--general .ps-notif__box .ps-notif__box-footer > a:last-child {
  margin-right: 0.25rem;
}

/* Activity
   ========================================================================== */
.ps-theme-page__actions:not(:last-child) {
  margin-bottom: 28px;
}

/* Toolbar
   ============================================== */
.ps-toolbar {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  border-radius: 7px;
}
.ps-toolbar:not(:last-child) {
  margin-bottom: 28px;
}

@media only screen and (max-width: 480px) {
  .ps-dropdown__menu--toolbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ps-toolbar__submenu {
  padding: 10px 0;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  line-height: 21px;
  border: none;
  color: #75828f;
  border-radius: 0 0 7px 7px;
}
.ps-toolbar__submenu > a,
.ps-toolbar__submenu > span > a {
  padding: 7px 21px;
  color: #75828f;
  font-size: 13px;
  line-height: 21px;
  border-bottom: none !important;
}
.ps-toolbar__submenu > span {
  border-bottom: none !important;
}
.ps-toolbar__submenu::after, .ps-toolbar__submenu::before {
  display: none;
}
.ps-toolbar__submenu span i {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  opacity: 1;
  line-height: 1;
}
.ps-toolbar__submenu span .ps-avatar {
  margin-right: 9px;
  vertical-align: -4px;
  height: inherit;
}

.ps-toolbar__menu,
.ps-toolbar__notifications {
  align-items: center;
  flex-grow: 1;
}
.ps-toolbar__menu > span,
.ps-toolbar__notifications > span {
  flex-grow: 1;
  border-right: 2px solid #f1f2f4;
}
.ps-toolbar__menu > span > a,
.ps-toolbar__notifications > span > a {
  padding: 11px 17px;
  font-size: 14px;
  color: #2186c4;
}
.ps-toolbar__menu > span > a:hover,
.ps-toolbar__notifications > span > a:hover {
  background-color: #2186c4;
  color: #fff;
}
.ps-toolbar__menu .ps-bubble__wrapper,
.ps-toolbar__notifications .ps-bubble__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-toolbar__menu .ps-bubble__wrapper .ps-avatar,
.ps-toolbar__notifications .ps-bubble__wrapper .ps-avatar {
  margin-top: 1px;
  margin-right: 7px;
  height: auto;
  max-width: 19px;
}
.ps-toolbar__menu [class*=ps-icon]:before,
.ps-toolbar__notifications [class*=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: inherit;
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-menu:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-menu:before {
  content: "menu";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-eye:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-eye:before {
  content: "remove_red_eye";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-home:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-home:before {
  content: "home";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-users:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-users:before {
  content: "supervisor_account";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-bullhorn:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-bullhorn:before {
  content: "ballot";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-group:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-group:before {
  content: "group_work";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-globe:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-globe:before {
  content: "public";
}
.ps-toolbar__menu [class*=ps-icon].ps-icon-caret-down:before,
.ps-toolbar__notifications [class*=ps-icon].ps-icon-caret-down:before {
  content: "keyboard_arrow_down";
}

.ps-toolbar__notifications .ps-dropdown.active .ps-dropdown__toggle {
  background-color: #2186c4;
  color: #fff;
}
.ps-toolbar__notifications .ps-dropdown.active .ps-icon-caret-down:before {
  content: "keyboard_arrow_up";
}
.ps-toolbar__notifications .ps-icon-eye:before {
  font-size: 14px;
}

.ps-toolbar__menu [class*=ps-icon] {
  margin-right: 5px;
}
.ps-toolbar__menu > span:first-child [class*=ps-icon] {
  margin-right: 0;
}
.ps-toolbar__menu > span:first-child > a {
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 7px 0 0 7px;
}

.ps-toolbar__notifications > span:first-child {
  border-left: 2px solid #f1f2f4;
}
.ps-toolbar__notifications > span:last-child > a {
  border-radius: 0 7px 7px 0;
}
.ps-toolbar__notifications > span .ps-dropdown__menu {
  border-radius: 0 0 7px 7px !important;
}
.ps-toolbar__notifications > span.ps-dropdown > a, .ps-toolbar__notifications > span.friends-notification > a, .ps-toolbar__notifications > span.dropdown-notification > a {
  padding-left: 14px;
  padding-right: 14px;
}

/* Postbox
   ============================================== */
.ps-js-activity-edit .ps-postbox {
  box-shadow: none;
  border: 2px solid #e3e6e9;
}

.ps-postbox {
  --PADD--MD: 0;
  --BOX-SHADOW--HARD: none;
  --c-ps-postbox-bg: #fff;
  --radius: 7px;
}
.ps-postbox:not(:last-child) {
  margin-bottom: 28px;
}
.ps-postbox.ps-conversation__postbox {
  padding: 28px;
  border-top: 2px solid #f1f2f4;
}
.ps-postbox.ps-conversation__postbox .ps-postbox__inner {
  border-radius: 21px;
  background-color: #f9f9f9;
  border: 2px solid #e3e6e9;
}
.ps-postbox.ps-conversation__postbox .ps-postbox-tab {
  border-color: #e3e6e9;
}
.ps-postbox .ps-postbox-content {
  border: none;
}
.ps-postbox .ps-postbox-tab {
  background-color: transparent;
  border-top: 2px solid #f1f2f4;
}
.ps-postbox .ps-postbox-tab .ps-tooltip > i[class^=ps-icon] {
  text-align: center;
}
.ps-postbox .ps-postbox-tab .gcis,
.ps-postbox .ps-postbox-tab .gcib,
.ps-postbox .ps-postbox-tab .gcir {
  min-width: 22px;
}
.ps-postbox .ps-postbox-tab .gcis:before,
.ps-postbox .ps-postbox-tab .gcib:before,
.ps-postbox .ps-postbox-tab .gcir:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  vertical-align: middle;
}
.ps-postbox .ps-postbox-tab .gcis.gci-pen:before,
.ps-postbox .ps-postbox-tab .gcib.gci-pen:before,
.ps-postbox .ps-postbox-tab .gcir.gci-pen:before {
  content: "create";
}
.ps-postbox .ps-postbox-tab .gcis.gci-camera:before,
.ps-postbox .ps-postbox-tab .gcib.gci-camera:before,
.ps-postbox .ps-postbox-tab .gcir.gci-camera:before {
  content: "photo_camera";
}
.ps-postbox .ps-postbox-tab .gcis.gci-music:before,
.ps-postbox .ps-postbox-tab .gcib.gci-music:before,
.ps-postbox .ps-postbox-tab .gcir.gci-music:before {
  content: "library_music";
}
.ps-postbox .ps-postbox-tab .gcis.gci-youtube:before,
.ps-postbox .ps-postbox-tab .gcib.gci-youtube:before,
.ps-postbox .ps-postbox-tab .gcir.gci-youtube:before {
  content: "video_library";
}
.ps-postbox .ps-postbox-tab .gcis.gci-list:before,
.ps-postbox .ps-postbox-tab .gcib.gci-list:before,
.ps-postbox .ps-postbox-tab .gcir.gci-list:before {
  content: "poll";
}
.ps-postbox .ps-postbox-tab .gcis.gci-globe-americas:before,
.ps-postbox .ps-postbox-tab .gcib.gci-globe-americas:before,
.ps-postbox .ps-postbox-tab .gcir.gci-globe-americas:before {
  content: "public";
}
.ps-postbox .ps-postbox-tab .gcis.gci-user-friends:before,
.ps-postbox .ps-postbox-tab .gcib.gci-user-friends:before,
.ps-postbox .ps-postbox-tab .gcir.gci-user-friends:before {
  content: "person_add";
}
.ps-postbox .ps-postbox-tab .gcis.gci-clock:before,
.ps-postbox .ps-postbox-tab .gcib.gci-clock:before,
.ps-postbox .ps-postbox-tab .gcir.gci-clock:before {
  content: "watch";
}
.ps-postbox .ps-postbox-tab .gcis.gci-users:before,
.ps-postbox .ps-postbox-tab .gcib.gci-users:before,
.ps-postbox .ps-postbox-tab .gcir.gci-users:before {
  content: "people";
}
.ps-postbox .ps-postbox-tab .gcis.gci-user:before,
.ps-postbox .ps-postbox-tab .gcib.gci-user:before,
.ps-postbox .ps-postbox-tab .gcir.gci-user:before {
  content: "account_circle";
}
.ps-postbox .ps-postbox-tab .gcis.gci-grin:before,
.ps-postbox .ps-postbox-tab .gcib.gci-grin:before,
.ps-postbox .ps-postbox-tab .gcir.gci-grin:before {
  content: "emoji_emotions";
}
.ps-postbox .ps-postbox-tab .gcis.gci-lock:before,
.ps-postbox .ps-postbox-tab .gcib.gci-lock:before,
.ps-postbox .ps-postbox-tab .gcir.gci-lock:before {
  content: "lock";
}
.ps-postbox .ps-postbox-tab span {
  vertical-align: middle;
}
.ps-postbox .ps-postbox-charcount {
  top: 1px;
  right: 1px;
  background-color: #f5f6f6;
  color: #2a2e33;
  font-size: 8px;
  font-weight: 600;
  border-radius: 5px;
}

.ps-postbox__menu-item-link {
  --text-color--light: #75828f;
}
.ps-postbox__menu-item-link:hover {
  --text-color: #41484f;
  box-shadow: none;
}

.ps-postbox__menu-item a {
  padding: 7px 21px;
  font-size: 12px;
  line-height: 21px;
  border: none;
}
.ps-postbox__menu-item a.ps-postbox__menu-item-link {
  padding: 13px 7px;
  box-shadow: none;
  line-height: 14px;
}
.ps-postbox__menu-item .ps-postbox__menu-item-link:hover {
  background-color: #f9f9f9;
}
.ps-postbox__menu-item .ps-postbox__menu-item-link:hover > i {
  --icon-color: #41484f;
}
.ps-postbox__menu-item.ps-postbox__menu-item--type {
  margin-right: 0;
}
.ps-postbox__menu-item.ps-postbox__menu-item--type .ps-tooltip {
  border-radius: 0 0 0 7px;
}

.ps-postbox__menu-item--type .ps-postbox__menu-item-link:hover {
  box-shadow: none;
}
.ps-postbox__menu-item--type .ps-postbox__menu-item-link > i {
  --PADD--SM: 0;
  --icon-color: #75828f;
}

div.ps-postbox__privacy div.ps-dropdown__menu,
div.ps-postbox__menu-item--type div.ps-dropdown__menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.ps-postbox__privacy div.ps-dropdown__menu > a,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a {
  --PADD: 7px;
  --PADD--MD: 21px;
  border: none;
}
div.ps-postbox__privacy div.ps-dropdown__menu > a:hover, div.ps-postbox__privacy div.ps-dropdown__menu > a:focus, div.ps-postbox__privacy div.ps-dropdown__menu > a.active,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a:hover,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a:focus,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a.active {
  --bg--hover: #e8f3f9;
}
div.ps-postbox__privacy div.ps-dropdown__menu > a:hover i, div.ps-postbox__privacy div.ps-dropdown__menu > a:focus i, div.ps-postbox__privacy div.ps-dropdown__menu > a.active i,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a:hover i,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a:focus i,
div.ps-postbox__menu-item--type div.ps-dropdown__menu > a.active i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}
div.ps-postbox__privacy div.ps-dropdown__menu i,
div.ps-postbox__menu-item--type div.ps-dropdown__menu i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}

.ps-postbox__menu-item--privacy .ps-postbox__menu-item-label {
  font-size: 100%;
}

.ps-postbox__footer {
  padding: 0;
}

.ps-postbox-tab > .ps-postbox__menu {
  align-items: center;
}
.ps-postbox-tab > .ps-postbox__menu .ps-dropdown__menu:before {
  display: none;
}
.ps-postbox-tab > .ps-postbox__menu > .ps-postbox__menu-item > a:hover,
.ps-postbox-tab > .ps-postbox__menu > .ps-postbox__menu-item > a:focus {
  background-color: #f9f9f9;
}
.ps-postbox-tab > .ps-postbox__menu > .ps-postbox__menu-item > .interaction-icon-wrapper > a:hover,
.ps-postbox-tab > .ps-postbox__menu > .ps-postbox__menu-item > .interaction-icon-wrapper > a:focus {
  background-color: #f9f9f9;
}
.ps-postbox-tab > .ps-postbox__menu > .ps-postbox__menu-item > .interaction-icon-wrapper > a {
  padding: 13px 7px;
  font-size: 12px;
  line-height: inherit;
}

.ps-members-item-buttons .ps-dropdown__menu,
.ps-dropdown-focus .ps-dropdown__menu,
.ps-members-item-options .ps-dropdown__menu {
  right: 0;
  top: calc(100% + 14px);
}

.ps-dropdown__menu {
  position: absolute;
  top: 100%;
  right: auto;
  left: 0;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  color: #75828f;
  background-color: #fff;
  width: var(--width);
  border-radius: 7px !important;
}
.ps-dropdown__menu > a {
  --PS-COLOR--TEXT: #2186c4;
  display: block;
  border: none;
  padding: 7px 21px;
  font-size: 13px;
  line-height: 14px;
}
.ps-dropdown__menu > a:hover, .ps-dropdown__menu > a:focus, .ps-dropdown__menu > a.active {
  background-color: #f9f9f9;
  color: #41484f;
}
.ps-dropdown__menu > a i {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  opacity: 1;
  line-height: 1;
}
.ps-dropdown__menu .gcis,
.ps-dropdown__menu .gcib,
.ps-dropdown__menu [class*=ps-icon-] {
  vertical-align: middle;
  transition: all 0.25s ease;
}
.ps-dropdown__menu .gcis:before,
.ps-dropdown__menu .gcib:before,
.ps-dropdown__menu [class*=ps-icon-]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  font-size: 14px;
  letter-spacing: normal;
}
.ps-dropdown__menu .gcis.gci-home:before,
.ps-dropdown__menu .gcib.gci-home:before,
.ps-dropdown__menu [class*=ps-icon-].gci-home:before {
  content: "home";
}
.ps-dropdown__menu .gcis.gci-user:before,
.ps-dropdown__menu .gcib.gci-user:before,
.ps-dropdown__menu [class*=ps-icon-].gci-user:before {
  content: "account_circle";
}
.ps-dropdown__menu .gcis.gci-user-friends:before,
.ps-dropdown__menu .gcib.gci-user-friends:before,
.ps-dropdown__menu [class*=ps-icon-].gci-user-friends:before {
  content: "group";
}
.ps-dropdown__menu .gcis.gci-camera:before,
.ps-dropdown__menu .gcib.gci-camera:before,
.ps-dropdown__menu [class*=ps-icon-].gci-camera:before {
  content: "photo_library";
}
.ps-dropdown__menu .gcis.gci-youtube:before,
.ps-dropdown__menu .gcib.gci-youtube:before,
.ps-dropdown__menu [class*=ps-icon-].gci-youtube:before {
  content: "video_library";
}
.ps-dropdown__menu .gcis.gci-users:before,
.ps-dropdown__menu .gcib.gci-users:before,
.ps-dropdown__menu [class*=ps-icon-].gci-users:before {
  content: "group_work";
}
.ps-dropdown__menu .gcis.gci-newspaper:before,
.ps-dropdown__menu .gcib.gci-newspaper:before,
.ps-dropdown__menu [class*=ps-icon-].gci-newspaper:before {
  content: "library_books";
}
.ps-dropdown__menu .gcis.gci-credit-card:before,
.ps-dropdown__menu .gcib.gci-credit-card:before,
.ps-dropdown__menu [class*=ps-icon-].gci-credit-card:before {
  content: "library_books";
}
.ps-dropdown__menu .gcis.gci-bullhorn:before,
.ps-dropdown__menu .gcib.gci-bullhorn:before,
.ps-dropdown__menu [class*=ps-icon-].gci-bullhorn:before {
  content: "ballot";
}
.ps-dropdown__menu .gcis.gci-check-circle:before,
.ps-dropdown__menu .gcib.gci-check-circle:before,
.ps-dropdown__menu [class*=ps-icon-].gci-check-circle:before {
  content: "remove_red_eye";
}
.ps-dropdown__menu .gcis.gci-clock:before,
.ps-dropdown__menu .gcib.gci-clock:before,
.ps-dropdown__menu [class*=ps-icon-].gci-clock:before {
  content: "access_time";
}
.ps-dropdown__menu .gcis.gci-globe-americas:before,
.ps-dropdown__menu .gcib.gci-globe-americas:before,
.ps-dropdown__menu [class*=ps-icon-].gci-globe-americas:before {
  content: "public";
}
.ps-dropdown__menu .gcis.gci-lock:before,
.ps-dropdown__menu .gcib.gci-lock:before,
.ps-dropdown__menu [class*=ps-icon-].gci-lock:before {
  content: "lock";
}
.ps-dropdown__menu .gcis.gci-shield-alt:before,
.ps-dropdown__menu .gcib.gci-shield-alt:before,
.ps-dropdown__menu [class*=ps-icon-].gci-shield-alt:before {
  content: "security";
}
.ps-dropdown__menu .gcis.gci-user-edit:before,
.ps-dropdown__menu .gcib.gci-user-edit:before,
.ps-dropdown__menu [class*=ps-icon-].gci-user-edit:before {
  content: "settings";
}
.ps-dropdown__menu .gcis.ps-icon-edit:before,
.ps-dropdown__menu .gcib.ps-icon-edit:before,
.ps-dropdown__menu [class*=ps-icon-].ps-icon-edit:before {
  content: "settings";
}
.ps-dropdown__menu.ps-dropdown__menu--toolbar > a:hover, .ps-dropdown__menu.ps-dropdown__menu--toolbar > a:focus, .ps-dropdown__menu.ps-dropdown__menu--toolbar > a.active {
  background-color: #2186c4;
  color: #fff;
}
@media (min-width: 576px) {
  .ps-dropdown__menu.ps-postbox__schedule {
    width: 410px;
  }
}
@media (min-width: 576px) {
  .ps-dropdown__menu.ps-postbox__groups-options {
    width: 300px;
  }
}

.ps-dropdown--menu .ps-dropdown__menu > a {
  --PADD: 7px;
  --PADD--MD: 21px;
  border: none;
}
.ps-dropdown--menu .ps-dropdown__menu > a:hover, .ps-dropdown--menu .ps-dropdown__menu > a:focus, .ps-dropdown--menu .ps-dropdown__menu > a.active {
  --bg--hover: #e8f3f9;
}
.ps-dropdown--menu .ps-dropdown__menu > a i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
  min-width: 22px;
}
.ps-dropdown--menu .ps-dropdown__menu > a i:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}
.ps-dropdown--menu .ps-dropdown__menu > a i.remove:before {
  content: "block";
}
.ps-dropdown--menu .ps-dropdown__menu > a i.warning-sign:before {
  content: "warning";
}
.ps-dropdown--menu .ps-dropdown__menu > a i.minus-sign:before {
  content: "remove_circle_outline";
}
.ps-dropdown--left .ps-dropdown__menu {
  right: 28px;
}

.ps-post__options-menu .ps-dropdown__menu {
  --PADD: 10px;
  --BOX-SHADOW--MD: 0 0 21px rgba(54, 60, 66, 0.07);
}
.ps-post__options-menu .ps-dropdown__menu > a {
  --PS-COLOR--TEXT: #2186c4;
  display: block;
  padding: 7px 21px;
  font-size: 13px;
  border: none;
}
.ps-post__options-menu .ps-dropdown__menu > a:focus, .ps-post__options-menu .ps-dropdown__menu > a:hover, .ps-post__options-menu .ps-dropdown__menu > a.active {
  --PS-COLOR--APP--GRAY: #e8f3f9;
  --bg--hover: #e8f3f9;
  --text-color-light: #2186c4;
}
.ps-post__options-menu .ps-dropdown__menu > a i {
  min-width: 22px;
}
.ps-post__options-menu i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}
.ps-post__options-menu .ps-dropdown__toggle {
  color: #2186c4;
}
.ps-post__options-menu .gcis:before,
.ps-post__options-menu .gcir:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}
.ps-post__options-menu .gcis.gci-ellipsis-h:before,
.ps-post__options-menu .gcir.gci-ellipsis-h:before {
  content: "more_vert";
}
.ps-post__options-menu .gcis.gci-edit:before,
.ps-post__options-menu .gcir.gci-edit:before {
  content: "edit";
}
.ps-post__options-menu .gcis.gci-trash:before,
.ps-post__options-menu .gcir.gci-trash:before {
  content: "delete";
}
.ps-post__options-menu .gcis.gci-sort-amount-up:before,
.ps-post__options-menu .gcir.gci-sort-amount-up:before {
  content: "vertical_align_top";
}
.ps-post__options-menu .gcis.gci-sort-amount-down-alt:before,
.ps-post__options-menu .gcir.gci-sort-amount-down-alt:before {
  content: "vertical_align_bottom";
}
.ps-post__options-menu .gcis.gci-info-circle:before,
.ps-post__options-menu .gcir.gci-info-circle:before {
  content: "account_circle";
}
.ps-post__options-menu .gcis.gci-calendar-alt:before,
.ps-post__options-menu .gcir.gci-calendar-alt:before {
  content: "calendar_today";
}
.ps-post__options-menu .gcis.gci-exclamation-triangle:before,
.ps-post__options-menu .gcir.gci-exclamation-triangle:before {
  content: "report";
}
.ps-post__options-menu .gcis.gci-share-square:before,
.ps-post__options-menu .gcir.gci-share-square:before {
  content: "reply";
}

.peepso .ps-dropdown__group-title {
  --PADD--MD: 28px;
  color: #41484f;
  font-weight: 400;
}

.ps-dropdown__group-desc {
  --PADD: 0;
  --PS-LINE-HEIGHT: 21px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  font-size: 12px;
}
.ps-dropdown__group-desc br {
  display: none;
}

/* Filters
	============================================== */
.ps-stream__filters {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
}
.ps-stream__filters:not(:last-child) {
  margin-bottom: 28px;
}
.ps-stream__filters .ps-dropdown--stream-filter:first-of-type .ps-dropdown__menu {
  border-radius: 7px 0 0 0 !important;
}
.ps-stream__filters .ps-dropdown--stream-filter:first-of-type .ps-dropdown__menu .ps-dropdown__group:first-child {
  border-radius: 7px 0 0 0;
}
.ps-stream__filters .ps-dropdown--stream-filter:last-of-type .ps-dropdown__menu {
  border-radius: 0 7px 0 0 !important;
}
.ps-stream__filters .ps-dropdown {
  display: flex;
}
@media (max-width: 320px) {
  .ps-stream__filters .ps-dropdown {
    width: 50%;
  }
  .ps-stream__filters .ps-dropdown:nth-child(2n-1) {
    border-right: 2px solid #f1f2f4;
    border-bottom: 2px solid #f1f2f4;
  }
}
.ps-stream__filters .ps-dropdown.ps-mod-grow {
  flex-grow: 2;
}
.ps-stream__filters .ps-dropdown[data-id=peepso_search] {
  flex-grow: 1;
}
.ps-stream__filters .ps-dropdown[data-id=peepso_search_hashtag] {
  flex-grow: 1;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn {
  padding: 12px 14px;
  color: #2186c4;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  width: 100%;
  transition: all 0.25s ease;
}
@media (max-width: 400px) {
  .ps-stream__filters .ps-dropdown > .ps-mod-btn {
    padding: 12px 10px;
    font-size: 12px;
  }
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn:hover {
  background-color: #2186c4;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn:hover i,
.ps-stream__filters .ps-dropdown > .ps-mod-btn:hover span {
  color: #fff;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn i,
.ps-stream__filters .ps-dropdown > .ps-mod-btn span {
  position: relative;
  z-index: 3;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn span {
  vertical-align: middle;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn [class^=ps-icon]:before {
  line-height: inherit;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .material-icons-outlined {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .ps-icon-search:before {
  content: "search";
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .ps-icon-remove:before {
  content: "block";
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .gci-users:before {
  content: "remove_red_eye";
  margin-right: 3px;
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .ps-icon-hashtag:before {
  content: "#";
}
.ps-stream__filters .ps-dropdown > .ps-mod-btn .ps-icon-hashtag:before {
  font-weight: 700;
  font-size: 16px;
  font-family: inherit;
}
@media (min-width: 321px) {
  .ps-stream__filters .ps-dropdown:not(:last-child) {
    border-right: 2px solid #f1f2f4;
  }
}
.ps-stream__filters .ps-dropdown:first-of-type .ps-mod-btn {
  border-radius: 7px 0 0 7px !important;
}
.ps-stream__filters .ps-dropdown:first-of-type .ps-mod-btn:after {
  border-radius: 7px 0 0 7px;
}
.ps-stream__filters .ps-dropdown:last-of-type .ps-mod-btn {
  border-radius: 0 7px 7px 0 !important;
}
.ps-stream__filters .ps-dropdown:last-of-type .ps-mod-btn:after {
  border-radius: 0 7px 7px 0;
}
.ps-stream__filters .ps-dropdown .ps-dropdown__menu {
  padding-top: 0;
  padding-bottom: 0;
}

.ps-dropdown__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ps-dropdown--stream-filter {
  position: relative;
  padding: 0;
}
.ps-dropdown--stream-filter .ps-dropdown__menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 260px;
  border-radius: 0 0 7px 7px !important;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  transition-delay: 0ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform, opacity, visibility;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__inner {
  position: relative;
  padding-right: 7px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__inner > span {
  display: block;
  margin-bottom: 7px;
  color: #41484f;
  font-size: 13px;
  line-height: 14px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__inner > [class^=ps-icon-] {
  position: absolute;
  top: 0;
  left: -23px;
  float: none;
  line-height: 1;
  color: #41484f;
}
.ps-dropdown--stream-filter .ps-dropdown__menu > .ps-dropdown__group {
  display: block;
  position: relative;
  padding: 21px 49px 21px 42px;
  border: none;
}
.ps-dropdown--stream-filter .ps-dropdown__menu > .ps-dropdown__group .ps-checkbox {
  position: absolute;
  right: -25px;
  width: 21px;
  height: 21px;
  top: 0;
  margin: 0;
}
.ps-dropdown--stream-filter .ps-dropdown__menu > .ps-dropdown__group .ps-checkbox > label:before {
  left: 0;
}
.ps-dropdown--stream-filter .ps-dropdown__menu > .ps-dropdown__group .ps-dropdown__group-desc {
  color: #75828f;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu > .ps-dropdown__group:not(:last-of-type) {
  border-bottom: 2px solid #f1f2f4 !important;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__actions {
  padding: 14px 21px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__actions:last-of-type {
  border-top: 2px solid #f1f2f4;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__actions [class^=ps-icon-] {
  margin-right: 5px;
  color: #2a2e33;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__actions [class^=ps-icon-]:before {
  content: "#";
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__actions input[type=text].ps-input {
  font-size: 13px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__desc {
  position: relative;
  border-top: none;
  padding: 21px 35px 21px 35px;
  color: #3f82e6;
  font-size: 11px;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__desc [class^=ps-icon-] {
  position: absolute;
  left: -21px;
  top: 0;
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__desc [class^=ps-icon-]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
  content: "error";
}
.ps-dropdown--stream-filter .ps-dropdown__menu .ps-dropdown__desc .ps-dropdown__desc-inner {
  position: relative;
}
.ps-dropdown--stream-filter[data-id=peepso_stream_filter_show_my_posts] .ps-dropdown__menu .ps-dropdown__inner > span {
  margin-bottom: 0;
}
.ps-dropdown--stream-filter[data-id=peepso_stream_filter_show_my_posts] .ps-dropdown__menu > .ps-dropdown__group {
  padding: 21px 49px 21px 21px;
}
.ps-dropdown--stream-filter[data-id=peepso_stream_filter_show_my_posts] .ps-dropdown__menu > .ps-dropdown__group .ps-checkbox {
  top: 50%;
  transform: translateY(-50%);
}
.ps-dropdown--stream-filter[data-id=peepso_search] .ps-dropdown__menu {
  min-width: 230px;
  left: auto;
}
.ps-dropdown--stream-filter[data-id=peepso_search] .ps-dropdown__menu .ps-dropdown__inner > span {
  margin-bottom: 0;
}
.ps-dropdown--stream-filter[data-id=peepso_search] .ps-dropdown__menu > .ps-dropdown__group {
  padding: 21px 49px 21px 21px;
}
.ps-dropdown--stream-filter[data-id=peepso_search] .ps-dropdown__menu > .ps-dropdown__group .ps-checkbox {
  top: 50%;
  transform: translateY(-50%);
}
.ps-dropdown--stream-filter[data-id=peepso_search] .ps-dropdown__menu > .ps-dropdown__actions:first-of-type {
  padding: 21px;
  border-bottom: 2px solid #f1f2f4;
  border-top: none;
}
.ps-dropdown--stream-filter[data-id=peepso_search_hashtag] .ps-dropdown__menu {
  min-width: 230px;
  left: auto;
}
.ps-dropdown--stream-filter[data-id=peepso_search_hashtag] .ps-dropdown__menu > .ps-dropdown__actions:first-of-type {
  padding: 21px;
  border-bottom: 2px solid #f1f2f4;
  border-top: none;
}

/* Stream
	============================================== */
.ps-stream {
  background-color: #fff;
  border: none;
  border-radius: 7px;
}
@media (min-width: 576px) {
  .ps-stream {
    box-shadow: 0 0 21px rgba(54, 60, 66, 0.04);
  }
}
.ps-stream:not(:last-child) {
  margin-bottom: 28px;
}

.ps-stream-attachment:not(:last-child) {
  margin-bottom: 14px;
}

.logged-in .ps-post__attachments {
  padding-bottom: 28px;
}

.ps-stream-attachments {
  padding: 0 28px 28px 28px;
}
.ps-stream-attachments .ps-media-photos img {
  border-radius: 7px;
}

.ps-lightbox .ps-post__actions .ps-post__actions-inner {
  border-bottom: 2px solid #f1f2f4;
}
.ps-lightbox .ps-lightbox-wrapper {
  border-radius: 7px;
  overflow: hidden;
}
@media (min-width: 481px) {
  .ps-lightbox .ps-lightbox-arrow-next {
    right: 50px;
  }
  .ps-lightbox .ps-lightbox-data {
    width: 395px;
  }
}
.ps-lightbox .ps-stream-actions .ps-stream-status-action {
  flex-wrap: wrap;
}
.ps-lightbox .ps-stream-actions .ps-stream-status-action {
  flex-grow: 1;
}
.ps-lightbox .ps-lightbox-close {
  --size: 23px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  font-size: 0;
  right: 7px;
  top: 9px;
  box-shadow: none;
}
.ps-lightbox .ps-lightbox-close:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: var(--size);
  letter-spacing: normal;
  content: "close";
}
.ps-lightbox .ps-lightbox-close:hover {
  --PS-COLOR--TEXT: #2c3136;
}

@media (min-width: 481px) {
  .ps-avatar-stream {
    width: 70px;
  }
}
.ps-avatar-stream img {
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 481px) {
  .ps-avatar-stream img {
    max-width: 70px;
    max-height: 70px;
  }
}

.ps-stream-container:not(:last-child) {
  margin-bottom: 28px;
}

.ps-js-activity-edit:not(:last-child) {
  margin-bottom: 14px;
}

.ps-post__content {
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  line-height: 2rem;
  font-size: 14px;
  color: #41484f;
}

.ps-post__gallery--single > a {
  --PS-COLOR--APP--GRAY: transparent;
}
.ps-post__gallery--single > a img {
  width: 100%;
  object-fit: contain;
}

.ps-media-thumbnail,
.ps-media-iframe {
  overflow: hidden;
  border-radius: 7px;
}
.ps-media-thumbnail:not(:last-child),
.ps-media-iframe:not(:last-child) {
  margin-bottom: 14px;
}

.ps-media--video .ps-media__body {
  border-bottom: none;
}

.ps-media-body {
  padding: 0;
  background: transparent;
}
.ps-media-body .ps-media-title {
  color: #41484f;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.ps-media-body .ps-media-title small {
  color: #75828f;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.28px;
}
.ps-media-body .ps-media-desc {
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.ps-stream-meta {
  padding-left: 21px;
  line-height: 21px;
  color: #41484f;
}
.ps-stream-meta .reset-gap i {
  margin-left: 7px;
  margin-right: 3px;
}
.ps-stream-meta span > a {
  vertical-align: middle;
}
.ps-stream-meta .ps-post__time span {
  font-size: 11px;
  color: #75828f;
}
.ps-stream-meta .ps-post__time span.ps-tooltip {
  margin-left: 4px;
}
.ps-stream-meta .ps-post__privacy {
  margin-left: 3px;
  margin-right: 3px;
}

.ps-post__edited {
  --PADD: 0;
  --PADD--SM: 3px;
  --text-color-light: #75828f;
}
.ps-post__edited:before {
  display: none;
}

.ps-media-title,
.ps-tag__link {
  font-family: "Poppins";
}

.ps-comment__author .ps-tag__link:first-of-type {
  font-weight: 600;
  color: #2186c4;
}

.ps-post__title {
  font-size: 16px;
}
.ps-post__title:not(:last-child) {
  margin-bottom: 7px;
}
.ps-post__title .ps-tag__link:first-of-type {
  font-weight: 600;
  color: #2186c4;
}
.ps-post__title .ps-stream-user {
  margin-right: 5px;
  color: #2186c4;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid transparent !important;
}
.ps-post__title .ps-stream-user:hover {
  border-bottom-color: inherit !important;
}
.ps-post__title .ps-icon-caret-right {
  display: none;
}
.ps-post__title .ps-post__subtitle a {
  color: #2186c4;
}

.ps-stream-hashtag {
  color: #2186c4;
}

.ps-posts:not(:last-child) {
  margin-bottom: 28px;
}

.ps-post {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  color: #41484f;
}
.ps-post:last-child {
  margin-bottom: 0;
}
.ps-post.ps-post--pinned {
  position: relative;
}
.ps-post.ps-post--pinned:before {
  display: none;
}
.ps-post.ps-post--pinned .ps-post--pinned-hold {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.ps-post.ps-post--pinned .ps-post--pinned-tag {
  position: absolute;
  top: 7px;
  right: -42px;
  left: auto;
  transform: rotate(45deg);
}
.ps-post.ps-post--pinned .ps-post--pinned-tag:before {
  text-align: center;
  background-color: #f75411;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 14px;
  padding: 7px 42px;
  font-weight: 600;
  border-bottom: none;
  content: attr(ps-data-pinned);
}

.ps-post__header {
  padding: 28px;
}

.ps-post__options {
  position: absolute;
  top: 38px;
  right: 21px;
}

.ps-post--pinned .ps-post__header {
  padding-top: 28px;
}
.ps-post--pinned .ps-post__options {
  right: 28px;
  top: 37px;
}

.ps-post__meta {
  --PADD: 21px;
  --PADD--XL: 28px;
  line-height: 21px;
  font-size: 14px;
  color: #41484f;
}

.ps-post__info {
  margin-top: 0;
  font-size: 100%;
}
.ps-post__info a {
  font-size: 11px;
  color: #75828f;
}
.ps-post__info .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-post__info .gcis.gci-edit:before {
  content: "edit";
}
.ps-post__info .gcis.gci-globe-americas:before {
  content: "public";
}
.ps-post__info .gcis.gci-user-friends:before {
  content: "person_add";
}
.ps-post__info .gcis.gci-user:before {
  content: "account_circle";
}
.ps-post__info .gcis.gci-link:before {
  content: "link";
}
.ps-post__info .gcis.gci-lock:before {
  content: "lock";
}

.ps-postbox__input-wrapper {
  padding: 0;
}
.ps-postbox__input-wrapper .ps-postbox__input {
  border: none;
}

.ps-postbox .ps-postbox__input.ps-postbox-textarea:hover, .ps-postbox .ps-postbox__input.ps-postbox-textarea:focus {
  border: none;
}

.ps-postbox__input-beautifier {
  --text-padd: 7px;
  --text: #fff;
  --BORDER-RADIUS--SM: 7px;
  --PS-BEAUTIFIER-LINE-HEIGHT: 14px;
  --PS-BEAUTIFIER-FONT-SIZE: 14px;
  --PS-COLOR--PRIMARY--LIGHT: #2186c4;
}
.ps-postbox__input-beautifier .ps-tag {
  padding: 4px 5px;
  box-shadow: none;
}

.ps-postbox__input-beautifier .ps-tag,
.ps-postbox__input-beautifier,
.ps-postbox__input,
.ps-postbox__status-addons,
.ps-postbox__status-mirror {
  --PS-BEAUTIFIER-FONT-SIZE: inherit;
  --PS-BEAUTIFIER-LINE-HEIGHT: inherit;
}

.ps-comment__info a {
  color: #75828f;
}

.ps-comment-edit {
  margin-bottom: 0;
}
.ps-comment-edit .ps-textarea-wrapper {
  margin-top: 14px;
  margin-bottom: 14px;
}

.ps-comment-more {
  padding: 11px 28px;
  font-size: 13px;
  line-height: 21px;
  color: #2186c4;
  background-color: #fff;
}
.ps-comment-more .gcir {
  margin-right: 5px;
}
.ps-comment-more .gcir.gci-comments:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
  content: "comment";
}

.ps-comment__actions-dropdown {
  right: 22px;
  top: 46px;
}
.ps-comment__actions-dropdown .ps-dropdown__menu {
  width: 200px;
}
.ps-comment__actions-dropdown .ps-dropdown__menu > a {
  --PADD: 7px;
  --PADD--MD: 21px;
  border: none;
}
.ps-comment__actions-dropdown .ps-dropdown__menu > a:hover, .ps-comment__actions-dropdown .ps-dropdown__menu > a:focus, .ps-comment__actions-dropdown .ps-dropdown__menu > a.active {
  --bg--hover: #e8f3f9;
}
.ps-comment__actions-dropdown .ps-dropdown__menu > a i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
  min-width: 22px;
}
.ps-comment__actions-dropdown .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  letter-spacing: normal;
  content: "group";
}
.ps-comment__actions-dropdown .gcis.gci-edit:before {
  content: "edit";
}
.ps-comment__actions-dropdown .gcis.gci-trash:before {
  content: "delete";
}
.ps-comment__actions-dropdown .gcis.gci-ellipsis-h:before {
  content: "more_vert";
}
.ps-comment__actions-dropdown > a {
  color: #2186c4;
}

.ps-comment__body {
  padding-left: 21px;
}

.ps-comment__meta {
  margin-top: 0;
  font-size: 11px;
  color: #75828f;
}

.ps-comment__copy {
  right: -7px;
  color: inherit;
}

.ps-comment__action {
  color: #2186c4;
}

.ps-comment__action--like.liked i {
  font-weight: 400;
}

.ps-comments__reply {
  padding: 21px 28px;
  border-top: none;
  border-top: 2px solid #f1f2f4;
}

.ps-comments--nested .ps-comment {
  padding-left: 10%;
  border-top: 2px solid #f1f2f4;
}
.ps-comments--nested .ps-comments__reply {
  --PADD: 14px;
  --PS-COLOR--APP--DARKGRAY: transparent;
  padding-right: 28px;
  padding-top: 0;
}
.ps-comments--nested .ps-comments__reply .ps-comments__reply-actions .ps-btn {
  --PADD: 0;
}
.ps-comments--nested .ps-comments__reply .ps-comments__reply-actions .ps-btn:first-child {
  --PADD--SM: 0;
}
.ps-comments--nested .ps-giphy {
  padding-right: 28px;
}
.ps-comments--nested .ps-giphy:not(:last-child) {
  margin-bottom: 14px;
}

.ps-comments__reply-actions .ps-btn:last-child {
  margin-left: 7px;
}

.ps-comments__input:hover {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  box-shadow: none;
}

.ps-comments__input.ps-textarea {
  min-height: 36px;
  height: 42px !important;
}
.ps-comments__input.ps-textarea:hover {
  border: 2px solid #e3e6e9;
}
.ps-comments__input.ps-textarea:focus {
  background-color: #f9f9f9;
  border: 2px solid #2186c4;
  box-shadow: none;
}

.ps-comments__input-actions {
  right: 21px;
}

.ps-comments__input-action {
  --PADD: 7px;
}
.ps-comments__input-action:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  color: #2186c4;
  letter-spacing: normal;
}
.ps-comments__input-action.gci-camera:before {
  content: "camera_alt";
}
.ps-comments__input-action.gci-giphy:before {
  background-color: #2186c4;
  color: #fff;
  line-height: inherit;
  content: "gif";
}

.ps-comment-item {
  padding: 28px;
  border-top: 2px solid #f1f2f4;
  color: #41484f;
  background-color: #fff;
}
.ps-comment-item .ps-avatar-comment img {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 481px) {
  .ps-comment-item .ps-comment-body {
    padding-left: 21px;
  }
}

.ps-comment-time {
  color: #75828f;
}
@media (max-width: 480px) {
  .ps-comment-time {
    flex-direction: column;
  }
}
.ps-comment-time small {
  font-size: 11px;
}
.ps-comment-time small a {
  vertical-align: middle;
  color: #75828f;
}

.ps-comment-message {
  margin-bottom: 14px;
}
.ps-comment-message a {
  font-weight: 600;
  color: #2186c4;
}

.ps-comment__actions {
  display: flex;
  padding-left: 0;
  vertical-align: middle;
  font-size: 11px;
}
@media (min-width: 767px) {
  .ps-comment__actions {
    margin-left: 14px;
  }
}
@media (max-width: 61.24em) {
  .ps-comment__actions .ps-comment__action--like:not(.actaction-like) {
    width: auto;
  }
}
.ps-comment__actions .gcir,
.ps-comment__actions .gcis {
  margin-right: 5px;
}
.ps-comment__actions .gcir:before,
.ps-comment__actions .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-comment__actions .gcir.gci-thumbs-up:before,
.ps-comment__actions .gcis.gci-thumbs-up:before {
  content: "thumb_up_alt";
}
.ps-comment__actions .gcir.gci-comment-dots:before,
.ps-comment__actions .gcis.gci-comment-dots:before {
  content: "reply";
}
.ps-comment__actions .gcir.gci-link:before,
.ps-comment__actions .gcis.gci-link:before {
  content: "link";
}

@media (min-width: 481px) {
  .ps-comment.ps-comment-nested {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    background: #fff;
  }
  .ps-comment.ps-comment-nested .ps-comment-reply {
    padding-left: 60px;
  }
}
.ps-comment-reply {
  --nested-gap: 10%;
  --PADD: 7px;
  padding: 21px 28px;
  border-top: none;
}
.ps-comment-reply .ps-avatar img {
  overflow: hidden;
  border-radius: 50%;
  max-width: 42px;
}

.ps-comments__list {
  border-top: 2px solid #f1f2f4;
  background-color: transparent;
}

.ps-comments__input-wrapper .ps-postbox__input-beautifier {
  --PADD: 7px;
  --PS-BEAUTIFIER-FONT-SIZE: 15px;
  top: 3px;
  left: 3px;
  padding-right: 70px;
}

.ps-reactions__likes-list-item .ps-reaction__like {
  --PADD--MD: 21px;
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}

div.ps-reactions__likes--open {
  left: 0;
  right: 0;
  padding-right: 0 !important;
  box-shadow: none;
}

.ps-reactions__likes-close {
  right: 14px;
  color: inherit;
  border: none;
  box-shadow: none;
}

.ps-reaction {
  height: auto;
}

.ps-reaction__like {
  --size: 14px;
  filter: inherit;
}

.ps-reactions__likes > a {
  --PADD--SM: 7px;
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}

.ps-post__actions .ps-post__actions-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: inherit;
  border-top: 2px solid #f1f2f4;
}
.ps-post__actions .ps-post__actions-inner .ps-reactions__likes {
  order: 1;
  padding: 14px;
  font-size: 100%;
  border-radius: 0;
  border: none;
}
.ps-post__actions .ps-post__actions-inner .ps-reactions__likes:not(.ps-reactions__likes--hide):not(.ps-reactions__likes--open) {
  border-right: 2px solid #f1f2f4;
}
.ps-post__actions .ps-post__actions-inner .ps-reactions__likes > a {
  color: inherit;
}
.ps-post__actions .ps-post__actions-inner .ps-reactions__likes:before, .ps-post__actions .ps-post__actions-inner .ps-reactions__likes:after {
  display: none;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action {
  flex-grow: 1;
  padding: 13px 14px;
  opacity: 1;
  margin-right: 0;
  color: #2186c4;
  font-size: 13px;
  font-weight: 400;
  background-image: none;
  text-align: center;
  line-height: 14px;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action:not(.ps-reactions__dropdown):not(.ps-reactions__likes--hide) {
  display: flex;
  justify-content: center;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action:not(:last-child):not(.ps-reactions__likes) {
  border-right: 2px solid #f1f2f4;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action > i {
  --PADD--SM: 7px;
  margin-left: 0;
  color: #2186c4;
  line-height: inherit;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action .gcis.gci-share-alt:before {
  content: "share";
}
.ps-post__actions .ps-post__actions-inner .ps-post__action .gcis.gci-times:before {
  content: "cancel";
}
body.logged-in .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:only-of-type {
  border-radius: 0 0 7px 7px;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction:hover, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reactions__likes:hover, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:hover {
  background-color: #2186c4 !important;
  color: #fff;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction:hover i.gci-times, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reactions__likes:hover i.gci-times, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:hover i.gci-times {
  color: #2a2e33;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction:hover span, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction:hover a, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction:hover i, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reactions__likes:hover span, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reactions__likes:hover a, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reactions__likes:hover i, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:hover span, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:hover a, .ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--share:hover i {
  color: #fff;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action span {
  font-size: 13px;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-post__action--reaction {
  margin-right: 0 !important;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reaction-emoticon-0 {
  background-image: none;
}
.ps-post__actions .ps-post__actions-inner .ps-post__action.ps-reaction-emoticon-0:before {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  display: block;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  content: "thumb_up_alt";
}

.ps-reaction-option .ps-icon-remove:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  vertical-align: middle;
  content: "close";
}

.ps-reactions-details-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ps-reactions-details-item .ps-reactions-count-icon {
  height: auto;
}

.ps-stream-status {
  padding: 12px 28px;
  border-top: 2px solid #f1f2f4;
  background-color: #fff;
  font-size: 11px;
  color: #2186c4;
  line-height: 14px;
}

/* Widgets
   ========================================================================== */
.site-sidebar .widget .ps-widget__body--external {
  padding: 28px 28px 21px 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-sidebar .widget .ps-widget__body--external {
    padding: 14px 14px 7px 14px;
  }
}
.site-sidebar .widget .ps-widget__body--external:not(:last-child) {
  padding-bottom: 7px;
}
.site-sidebar .widget .ps-widget__footer--external {
  margin-top: 0;
  padding: 0 28px 28px 28px;
}
.site-sidebar .widget .ps-widget__footer--external a {
  color: #2186c4;
  font-size: 13px;
  font-weight: 400;
}

/* Profile
   ============================================== */
@media (min-width: 481px) {
  .ps-form__row--group .ps-form__field,
.ps-form__row--inline .ps-form__field {
    padding-right: 0;
  }
}
.ps-avatar--group,
.ps-avatar-focus img,
.ps-avatar-comment img,
.ps-avatar-stream img,
.ps-avatar img {
  border: none;
}

.ps-avatar img {
  border: none;
  box-shadow: none;
  background-color: #fff;
}

.ps-notif__bubble {
  --PADD--SM: -2px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  padding: 0 6px;
  background-color: #f75411;
  border-radius: 50%;
  line-height: 18px;
}

.ps-bubble--widget {
  top: -9px;
  right: -8px;
  line-height: 17px;
}

.ps-form {
  margin-bottom: 0;
}
.ps-form .ps-form__container .ps-form__row {
  margin-bottom: 0;
  padding: 0;
}
.ps-form .ps-form__container .ps-form__row.submitel {
  padding-top: 14px;
  padding-bottom: 28px;
}
.ps-form .ps-form__container .ps-form__row .ps-form .ps-form__row {
  padding-left: 0;
}
.ps-form .ps-form__container .ps-form__row .ps-form .ps-form__container .submitel {
  padding-top: 0;
}
.ps-form .ps-form__container > .ps-form + .ps-form__row {
  margin-bottom: 14px;
  padding-top: 14px;
  padding-bottom: 21px;
  border-bottom: 2px solid #f1f2f4;
}
.ps-form .ps-form__container > .ps-form + .ps-form__row .ps-form__field {
  font-size: 13px;
  color: #41484f;
}
.ps-form .ps-form__label {
  margin-bottom: 14px;
  line-height: 14px;
}
.ps-form.ps-form--login {
  padding: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ps-form.ps-form--login {
    padding: 14px;
  }
}
.ps-form.ps-form--login .ps-form__container .ps-form__row {
  padding: 0;
}
.ps-form.ps-form--login .ps-form__container .ps-form__row:not(:last-child) {
  margin-bottom: 14px;
}
.ps-form.ps-form--login .ps-form__container .ps-form__row.ps-remember-me {
  margin-bottom: 28px;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field .ps-input {
  padding-right: 35px !important;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field .ps-input__prepend {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  max-height: inherit;
  padding: 0;
  line-height: inherit;
  color: #75828f;
  background-color: transparent;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field .ps-input__prepend [class^=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
  color: #bfc1c3;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field .ps-input__prepend [class^=ps-icon].ps-icon-user:before {
  content: "person";
}
.ps-form.ps-form--login .ps-form__container .ps-form__field .ps-input__prepend [class^=ps-icon].ps-icon-lock:before {
  content: "lock";
}
.ps-form.ps-form--login .ps-form__container .ps-form__field.ps-form__field--submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media (max-width: 575px) {
  .ps-form.ps-form--login .ps-form__container .ps-form__field.ps-form__field--submit .ps-form__field {
    display: flex;
    flex-direction: column;
  }
}
.ps-form.ps-form--login .ps-form__container .ps-form__field.ps-form__field--submit .ps-form__field-section.ps-form__field-links {
  text-align: right;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field.ps-form__field--submit .ps-form__field-section .ps-form__row:not(:last-child) {
  margin-bottom: 0;
}
.ps-form.ps-form--login .ps-form__container .ps-form__field.ps-form__field--submit .ps-link {
  margin-right: 0;
  margin-left: 10px;
  color: #2186c4;
  font-size: 13px;
  line-height: 21px;
}

div.ps-progress-bar {
  margin-bottom: 35px;
  background-color: #f5f6f6;
  border-radius: 2px;
}
div.ps-progress-bar > span {
  border-radius: 2px;
  background: #f75411;
}

.ps-widget--profile__cover-image {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}

.ps-notif__toggle {
  position: relative;
}

.ps-widget--profile .ps-progress-bar {
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 35px;
}
.ps-widget--profile .ps-widget--profile__cover {
  border: none;
  min-height: 120px;
  border-radius: 7px 7px 0 0;
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-wrapper {
  padding: 0;
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif {
  bottom: 0;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 14px 7px 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%, rgba(0, 0, 0, 0.1) 100%);
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif__box {
  border-radius: 7px;
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .ps-notif__toggle {
  padding: 2px 10px;
  color: #fff;
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .gcis.gci-user-friends:before {
  content: "person_add";
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .gcis.gci-bell:before {
  content: "notifications_none";
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .gcis.gci-envelope:before {
  content: "mail";
}
.ps-widget--profile .ps-widget--profile__cover .ps-widget--profile__cover-notif .ps-notif .ps-notification__meta [class^=ps-icon-]:before {
  font-size: 14px;
}
.ps-widget--profile .ps-widget--profile__cover-header {
  margin: -28px 28px 28px 28px;
  min-height: inherit;
}
.ps-widget--profile .ps-widget--profile__cover-header .ps-widget--profile__cover-avatar {
  --small: 70px;
  --width: 70px;
  width: var(--width);
  min-width: var(--width);
}
.ps-widget--profile .ps-widget--profile__cover-header .ps-widget--profile__cover-avatar .ps-avatar--widget {
  --small: 70px;
  --width: 70px;
  padding: 7px;
  border-radius: var(--radius);
  background-color: #fff;
}
.ps-widget--profile .ps-widget--profile__cover-header .ps-widget--profile__cover-details {
  padding-left: 14px;
  text-shadow: none;
  color: #2a2e33;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 21px;
}
.ps-widget--profile .ps-progress-status {
  margin-top: 14px;
  margin-bottom: 7px;
  margin-left: 28px;
  margin-right: 28px;
}
.ps-widget--profile .ps-progress-status a {
  color: #75828f;
  font-size: 13px;
  font-weight: 600;
}
.ps-widget--profile .ps-widget--profile__title {
  margin: 14px 28px;
  color: #75828f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.ps-widget--profile .ps-widget--profile__menu {
  padding-bottom: 14px;
}
.ps-widget--profile .ps-widget--profile__menu:not(:last-of-type) {
  margin-bottom: 14px;
}
.ps-widget--profile .ps-widget--profile__menu a {
  position: relative;
  color: #2186c4;
  padding: 11px 28px 11px 58px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.35px;
}
.ps-widget--profile .ps-widget--profile__menu a:hover {
  background-color: #2186c4;
  color: #fff;
}
.ps-widget--profile .ps-widget--profile__menu a .gcis,
.ps-widget--profile .ps-widget--profile__menu a .gcib {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  line-height: 1rem;
}
.ps-widget--profile .ps-widget--profile__menu a .gcis:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-home:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-home:before {
  content: "home";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-user:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-user:before {
  content: "account_circle";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-newspaper:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-newspaper:before {
  content: "library_books";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-user-friends:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-user-friends:before {
  content: "group";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-camera:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-camera:before {
  content: "photo_library";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-youtube:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-youtube:before {
  content: "video_library";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-users:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-users:before {
  content: "group_work";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-bullhorn:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-bullhorn:before {
  content: "ballot";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-credit-card:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-credit-card:before {
  content: "library_books";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-cog:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-cog:before {
  content: "settings";
}
.ps-widget--profile .ps-widget--profile__menu a .gcis.gci-power-off:before,
.ps-widget--profile .ps-widget--profile__menu a .gcib.gci-power-off:before {
  content: "meeting_room";
}

.ps-hovercard,
.ps-commentbox__addons {
  box-shadow: 0 0 30px 0 rgba(15, 27, 56, 0.1);
}

.ps-hovercard {
  border-radius: 7px;
}
.ps-hovercard .ps-avatar--hovercard img {
  padding: 7px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}
.ps-hovercard .ps-avatar--hovercard > img {
  border: none !important;
}
.ps-hovercard .ps-hovercard__top {
  display: flex;
  align-items: flex-end;
  margin-top: -28px;
  padding: 7px 21px;
}
.ps-hovercard .ps-hovercard__footer {
  border-top: 2px solid #eff0f2;
  font-size: 100%;
}
.ps-hovercard .ps-hovercard__name {
  padding-bottom: 7px;
  color: #2a2e33;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 600;
  text-shadow: none;
}
.ps-hovercard .ps-hovercard__count {
  --PADD: 7px;
  --PADD--SM: 7px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  border-color: #eff0f2;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.ps-hovercard .ps-hovercard__count > i {
  --PS-COLOR--TEXT--LIGHTEN: #75828f;
  vertical-align: middle;
}
.ps-hovercard .ps-hovercard__count [class*=ps-icon-]:before {
  margin-right: 3px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  font-size: 14px;
  letter-spacing: normal;
}
.ps-hovercard .ps-hovercard__count [class*=ps-icon-].ps-icon-eye:before {
  content: "remove_red_eye";
}
.ps-hovercard .ps-hovercard__count [class*=ps-icon-].ps-icon-thumbs-up:before {
  content: "thumb_up";
}
.ps-hovercard .ps-hovercard__actions {
  --PADD: 7px;
  --PADD--SM: 7px;
  --PS-COLOR--TEXT: #2186c4;
  --DIVIDER--LIGHT: #eff0f2;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border-left-width: 2px;
}

.ps-hovercard__count--views {
  --DIVIDER--LIGHT: #eff0f2;
  border-right-width: 2px;
}

/* Popover & Notifications
   ============================================== */
.ps-notification {
  border-bottom: 2px solid #f1f2f4;
  transition: all 0.25s ease;
}
.ps-notification:hover {
  background-color: #f9f9f9;
}

.ps-notification--unread {
  background-color: #f2faff;
}

.ps-messages-item .ps-avatar-comment,
.ps-notification-item .ps-avatar-comment {
  width: 42px;
}
.ps-messages-item .ps-avatar-comment img,
.ps-notification-item .ps-avatar-comment img {
  max-width: 42px;
  max-height: 42px;
}

.ps-messages-title {
  line-height: 14px;
  font-size: 13px;
}
.ps-messages-title a {
  color: #2186c4;
}

.ps-popover-actions .ps-btn {
  padding: 4px 14px !important;
  border-radius: 14px !important;
  background-color: #e3e6e9 !important;
  color: #2a2e33 !important;
  font-size: 13px;
}
.ps-popover-actions .ps-btn.ps-button-cancel:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-popover-actions .ps-btn.ps-button-action {
  background-color: #f75411 !important;
  color: #fff !important;
}
.ps-popover-actions .ps-btn:hover {
  padding: 4px 14px !important;
}

.ps-notification__wrapper .ps-comment-item {
  padding: 21px;
  border-top: none;
  border-bottom: 2px solid #f1f2f4;
  transition: all 0.25s ease;
}
.ps-notification__wrapper .ps-comment-item:hover {
  background-color: #f9f9f9;
}

div.ps-popover {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  overflow: visible;
  width: 400px;
  color: #41484f;
}
@media (max-width: 575px) {
  div.ps-popover {
    left: 14px !important;
    right: 14px !important;
    width: 350px;
  }
}

.site-header div.ps-popover:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 18px;
  border-bottom: solid 9px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
@media (max-width: 575px) {
  .site-header div.ps-popover:after {
    display: none;
  }
}

.ps-widget--profile .friends-notification div.ps-popover {
  top: calc(100% + 3px) !important;
}
.ps-widget--profile .friends-notification div.ps-popover:after {
  right: 29px;
}
.ps-widget--profile .psnotification-toggle div.ps-popover {
  top: calc(100% + 3px) !important;
}
.ps-widget--profile .psnotification-toggle div.ps-popover:after {
  right: 29px;
}
.ps-widget--profile .dropdown-notification div.ps-popover {
  top: calc(100% + 3px) !important;
}
.ps-widget--profile .dropdown-notification div.ps-popover:after {
  right: 15px;
}

.ps-notifs__error {
  font-size: 14px;
  color: #75828f;
}
.ps-notifs__error:last-child {
  padding-top: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ps-notif__box-title {
  padding: 7px 21px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins";
  color: #2a2e33;
}

.ps-notif__box-actions {
  padding: 7px 21px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Mulish";
  color: #2a2e33;
}

.ps-notif__box-header {
  font-size: 100%;
  border-bottom: 2px solid #f1f2f4;
}
.ps-notif__box-header .ps-notif__box-actions a {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}

.ps-notif__box {
  font-size: 14px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  color: #41484f;
}
.ps-notif__box .ps-notif__box-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 21px;
  font-size: 100%;
  margin: 0;
}
.ps-notif__box .ps-notif__box-footer > a {
  display: block;
  margin: 0 0.25rem;
  padding: 7px 28px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 14px;
  border: none;
  box-shadow: none;
  background-color: #e3e6e9;
  color: #2a2e33 !important;
}
.ps-notif__box .ps-notif__box-footer > a:hover, .ps-notif__box .ps-notif__box-footer > a:focus {
  background-color: #41484f;
  color: #fff !important;
}

.ps-avatar--notification {
  max-width: 42px;
}

.ps-notification__link {
  padding: 21px;
}

.ps-notification__avatar {
  --PADD: 0;
  min-width: inherit;
}

.ps-notification__body {
  padding: 0 0 0 14px;
  color: inherit;
}

.ps-notification__desc {
  margin-bottom: 7px;
  line-height: 21px;
  font-size: 100%;
  color: #41484f;
}
.ps-notification__desc strong {
  color: #2186c4;
}

.ps-notification__meta {
  margin-top: 0;
  color: #75828f;
  font-size: 11px;
  line-height: 14px;
}

.ps-notification small {
  font-size: 11px;
}

/* Profile Focus
   ============================================== */
.ps-avatar--group,
.ps-avatar-focus img,
.ps-avatar-comment img,
.ps-avatar-stream img,
.ps-avatar img {
  padding: 0;
}

@media (min-width: 481px) {
  .profile-page--full .ps-focus__cover-image {
    border-radius: 0;
  }
  .profile-page--full .ps-avatar-focus {
    width: 160px;
  }
}
.ps-avatar-focus img {
  padding: 7px;
  background-color: #fff;
}

.ps-avatar-change {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-avatar-change a {
  color: rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 61.25em) {
  .profile-page--full .ps-avatar-focus > img {
    width: 160px !important;
    max-width: 160px !important;
  }
}
.ps-focus {
  --radius: 0;
  --PADD--MD: 0;
  --BOX-SHADOW--HARD: none;
  --height--mobile: 65%;
}

.ps-avatar--focus {
  position: relative;
  left: 0;
  bottom: 0;
  border: 7px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}

.ps-focus__info {
  padding: 0 0 0 28px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 61.24em) {
  .ps-focus__info {
    padding-left: 0;
  }
}
.ps-focus__info .ps-focus__title {
  --PADD: 0;
  text-align: left;
  font-size: 100%;
}
.ps-focus__info .ps-focus__details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (max-width: 575px) {
  .ps-focus__info .ps-focus__details {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ps-focus__info .ps-focus__details:not(:last-child) {
    margin-bottom: 7px;
  }
}
.ps-focus__info .ps-focus__details .ps-focus__detail {
  font-size: 12px;
}
.ps-focus__info .ps-focus__details .ps-focus__detail .gcis {
  --color: #2a2e33;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  line-height: inherit;
  vertical-align: middle;
}
.ps-focus__info .ps-focus__details .ps-focus__detail .gcis:before {
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
}
.ps-focus__info .ps-focus__details .ps-focus__detail .gcis.gci-user-friends:before {
  content: "group";
}
.ps-focus__info .ps-focus__details .ps-focus__detail .gcis.gci-eye:before {
  content: "remove_red_eye";
}
.ps-focus__info .ps-focus__details .ps-focus__detail .gcis.gci-share-alt:before {
  content: "share";
}
.ps-focus__info .ps-focus__details > a,
.ps-focus__info .ps-focus__details > span {
  margin-right: 10px;
  margin-left: 7px;
  color: #fff;
  font-size: 12px;
}
.ps-focus__info .ps-focus__details > a i,
.ps-focus__info .ps-focus__details > span i {
  margin-right: 7px;
  color: #fff;
}
.ps-focus__info .ps-focus__like {
  position: relative;
  top: 0;
  right: 0;
  line-height: inherit;
  text-align: left;
}
.ps-focus__info .ps-focus__like span {
  display: inline-block;
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ps-focus__info .ps-focus__name {
  display: inline-block;
  text-shadow: none;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}

.ps-focus__cover {
  --radius: 0;
  z-index: 5;
}
@media (max-width: 575px) {
  .ps-focus__cover:before {
    padding-top: 0;
  }
}
@media (min-width: 61.25em) {
  .ps-focus__cover:before {
    --height: 22%;
    --c-ps-profile-avatar-size: 100px;
  }
}

.ps-focus__cover-inner {
  position: relative;
  display: flex;
  padding: 0;
  background: none;
}
@media (max-width: 575px) {
  .ps-focus__cover-inner {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.ps-focus__reposition {
  position: absolute;
  z-index: 20;
  top: auto;
  bottom: 21px;
  right: 42px;
}

.ps-focus__reposition-actions a:first-child {
  margin-right: 4px;
}

.ps-member__action--unfriend:before {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
  content: "person";
}
.ps-member__action--unfriend:hover:before {
  content: "person_remove";
}

.ps-focus__actions .ps-member__action {
  text-shadow: none;
  margin: 0;
  margin-left: 7px;
  padding: 7px 21px;
  border-radius: 21px;
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.33px;
  white-space: nowrap;
  line-height: 21px;
}
.ps-focus__actions .ps-member__action span {
  vertical-align: middle;
}
.ps-focus__actions .ps-member__action:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-focus__mobile-actions {
  --PADD--MD: 0;
}
@media (max-width: 575px) {
  .ps-focus__mobile-actions {
    margin-bottom: 7px;
  }
}
@media (max-width: 61.24em) {
  .ps-focus__mobile-actions {
    justify-content: flex-start;
  }
  .ps-focus__mobile-actions > * {
    flex-grow: 0;
  }
}
.ps-focus__mobile-actions .ps-focus__cover-action {
  --radius: 14px;
  --bg: #e3e6e9;
  --color: #2a2e33;
  --padd: 7px 21px;
  --PADD--SM: 0;
  --PADD: 7px;
  --PADD--MD: 21px;
  --PS-FONT-SIZE: 13px;
  --font-size: 100%;
  --line-height: 14px;
  --PS-LINE-HEIGHT: 14px;
  --PS-COLOR--APP--GRAY: #e3e6e9;
  --PS-COLOR: #2a2e33;
  --PS-COLOR--TEXT: #2a2e33;
  --PS-COLOR--APP--DARKGRAY: #54595e;
  --BORDER-RADIUS--MD: 14px;
  --DIVIDER--LIGHTEN: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.33px;
  white-space: nowrap;
}
.ps-focus__mobile-actions .ps-focus__cover-action:hover, .ps-focus__mobile-actions .ps-focus__cover-action:focus, .ps-focus__mobile-actions .ps-focus__cover-action .active {
  --color--hover: #fff;
  --bg--hover: #54595e;
}
.ps-focus__mobile-actions .ps-focus__cover-action .gcis {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 3px;
}
.ps-focus__mobile-actions .ps-focus__cover-action .gcis:before {
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
}
.ps-focus__mobile-actions .ps-focus__cover-action .gcis.gci-user-edit:before {
  content: "edit";
}
.ps-focus__mobile-actions .ps-focus__cover-action .gcis.gci-ellipsis-h {
  margin-right: 0;
}
.ps-focus__mobile-actions .ps-focus__cover-action .gcis.gci-ellipsis-h:before {
  content: "more_vert";
}

.ps-focus__cover-actions {
  font-size: 100%;
}
.ps-focus__cover-actions .ps-focus__cover-action {
  text-shadow: none;
  margin: 0;
  padding: 7px 21px;
  border-radius: 21px;
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.33px;
  white-space: nowrap;
  line-height: 21px;
}
@media (min-width: 576px) {
  .ps-focus__cover-actions .ps-focus__cover-action {
    margin-left: 7px;
  }
}
.ps-focus__cover-actions .ps-focus__cover-action:last-child {
  margin-left: 7px;
}
.ps-focus__cover-actions .ps-focus__cover-action .gcis {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 3px;
}
.ps-focus__cover-actions .ps-focus__cover-action .gcis:before {
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
}
.ps-focus__cover-actions .ps-focus__cover-action .gcis.gci-user-edit:before {
  content: "edit";
}
.ps-focus__cover-actions .ps-focus__cover-action .gcis.gci-ellipsis-h {
  margin-right: 0;
}
.ps-focus__cover-actions .ps-focus__cover-action .gcis.gci-ellipsis-h:before {
  content: "more_vert";
}
.ps-focus__cover-actions .ps-focus__cover-action:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-focus__options-toggle {
  text-shadow: none;
  margin: 0;
  padding: 7px 21px;
  border-radius: 21px;
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.33px;
  white-space: nowrap;
  line-height: 21px;
}
.ps-focus__options-toggle .gcis {
  --PADD: 0;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  line-height: inherit;
  margin-right: 7px;
}
.ps-focus__options-toggle .gcis:before {
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
}
.ps-focus__options-toggle .gcis.gci-image:before {
  content: "photo_camera";
}
.ps-focus__options-toggle > span {
  font-size: 100%;
}
.ps-focus__options-toggle span {
  vertical-align: middle;
}
.ps-focus__options-toggle:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-focus__options-menu {
  position: absolute;
  right: 0;
  display: none;
  width: 160px;
  font-size: 100%;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  color: #75828f;
  border-radius: 7px;
  background-color: #fff;
  z-index: 21;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ps-focus__options-menu > a {
  display: block;
  padding: 7px 21px;
  font-size: 13px;
  line-height: 21px;
  color: #2186c4;
  border: none;
}
.ps-focus__options-menu > a:focus, .ps-focus__options-menu > a:hover, .ps-focus__options-menu > a.active {
  color: #2186c4;
  background-color: #e8f3f9;
}
.ps-focus__options-menu > a:focus i, .ps-focus__options-menu > a:hover i, .ps-focus__options-menu > a.active i {
  color: #2186c4;
}
.ps-focus__options-menu > a i {
  min-width: 22px;
}

@media (min-width: 576px) {
  .ps-focus__header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 42px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (max-width: 575px) {
  .ps-focus__header {
    padding: 14px;
  }
  .ps-focus__header:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    content: "";
  }
}
.ps-focus__header .ps-focus_inner-header {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 61.24em) {
  .ps-focus__header .ps-focus_inner-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.ps-focus__menu {
  position: relative;
  background-color: transparent;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 46.24em) {
  .ps-focus__menu {
    height: auto;
  }
}
.ps-focus__menu .ps-focus__menu-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 46.24em) {
  .ps-focus__menu .ps-focus__menu-inner {
    height: auto;
    margin-bottom: 0;
  }
}
.ps-focus__menu .ps-focus__menu-item {
  padding: 0 14px;
  border-right: none;
  color: #2186c4;
  font-size: 14px;
  border-left: none;
  letter-spacing: 0.35px;
}
.ps-focus__menu .ps-focus__menu-item:first-child {
  padding-left: 0;
}
.ps-focus__menu .ps-focus__menu-item.ps-focus__menu-item--active, .ps-focus__menu .ps-focus__menu-item.active {
  background-color: transparent;
  font-weight: inherit;
  color: #2a2e33;
}
.ps-focus__menu .ps-focus__menu-item.ps-focus__menu-item--active:after {
  display: none;
}
.ps-focus__menu .ps-focus__menu-item:hover {
  color: #2a2e33;
}
.ps-focus__menu .ps-focus__menu-item i {
  display: none;
}
.ps-focus__menu .ps-dropdown__menu .ps-focus__menu-item {
  padding: 7px 21px;
  text-align: left;
}
.ps-focus__menu .ps-dropdown__menu .ps-focus__menu-item:hover {
  background-color: #f9f9f9;
  color: #41484f;
}

.ps-focus__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 42px;
  font-size: inherit;
  line-height: inherit;
  background-color: #fff;
}
@media (max-width: 575px) {
  .ps-focus__footer {
    padding: 21px 14px;
  }
  .ps-focus__footer .ps-focus__menu:not(:last-child) {
    margin-bottom: 21px;
  }
}

/* My Friends Widget
   ============================================== */
.ps-widget__friends {
  margin-top: -7px;
  margin-left: -7px;
  margin-right: -7px;
}
.ps-widget__friends .ps-widget__friends-item {
  width: 33.3333333%;
  padding: 7px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .ps-widget__friends .ps-widget__friends-item {
    width: 20%;
  }
}
.ps-widget__friends .ps-widget__friends-item img {
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
}

.psw-friends {
  --PADD: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.psw-friends__more {
  --PADD--MD: 0;
}

.psw-friends__item .ps-avatar--member img {
  box-shadow: none;
}

/* Orders Page
   ============================================== */
.profile-segment-orders .wbpwi-peepo-woo-wrapper {
  padding: 28px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}
.profile-segment-orders .wbpwi-peepo-woo-wrapper .woocommerce-MyAccount-content {
  padding: 0;
}

.peepso .woocommerce .woocommerce-customer-details address p {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #75828f;
  background-color: transparent;
}
.peepso .woocommerce-orders-table__cell-order-status {
  font-weight: 400;
}

/* About Page
   ============================================== */
.profile-segment-about .ps-page,
.profile-segment-about .ps-page-profile {
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  border-radius: 7px;
}
.profile-segment-about .ps-page--profile .ps-tabs .ps-tabs__item:last-child {
  border-right: none;
}

.ps-progress {
  padding: 28px;
  border: none;
}
@media (max-width: 480px) {
  .ps-progress {
    padding-bottom: 0;
  }
}
.ps-progress .ps-progress-status {
  margin-bottom: 7px;
  line-height: 21px;
}
.ps-progress .ps-progress-status a {
  color: #75828f;
}
.ps-progress .ps-progress-bar {
  border-radius: 5px;
  background-color: #f5f6f6;
}
.ps-progress .ps-progress-bar > span {
  border-radius: 5px;
  padding: 5px;
}

.ps-no__data .ps-list--column {
  border: none;
}

.ps-list--column > p {
  margin-bottom: 0;
  padding: 0 28px;
  color: #41484f;
  font-size: 13px;
}
.ps-list--column.ps-list--column-edit {
  border-bottom-width: 2px;
  border-bottom-color: #f1f2f4;
  border-top-width: 2px;
  border-top-color: #f1f2f4;
}
.ps-list--column.ps-list--column-edit .ps-list__item {
  padding-bottom: 21px;
}
.ps-list--column .ps-list__item {
  padding: 21px 28px 14px;
  border-bottom: 2px solid #f1f2f4;
}
.ps-list--column .ps-list__item.ps-list-info-mine .ps-list-info-name {
  margin-bottom: 0;
  color: #75828f;
  font-size: 14px;
  line-height: 28px;
}
.ps-list--column .ps-list__item .ps-list-info-content {
  font-size: 14px;
  line-height: 21px;
  color: #41484f;
}

.ps-list-info-name strong {
  color: #e63f3f;
}

.ps-list-info-action {
  position: relative;
  display: flex;
  top: 0;
  right: 0;
  font-size: 0;
}
.ps-list-info-action .ps-theme-btn {
  margin-left: 7px;
}
@media (max-width: 575px) {
  .ps-list-info-action .ps-theme-btn:not(:last-child) {
    margin-left: 0;
  }
}
.ps-list-info-action .ps-profile-policy {
  float: none;
  margin-right: 0 !important;
}
.ps-list-info-action .ps-btn.ps-btn-small {
  background-color: #e1e2e3 !important;
  color: #2a2e33 !important;
  padding: 7px 21px !important;
  border-radius: 14px !important;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  line-height: 14px;
}
.ps-list-info-action .ps-btn.ps-btn-small:hover {
  padding: 7px 21px !important;
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-list-info-action .ps-btn.ps-btn-small [class^=ps-icon] {
  margin-right: 3px;
  line-height: 1;
}
.ps-list-info-action .ps-btn.ps-btn-small [class^=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  vertical-align: middle;
  line-height: inherit;
}
.ps-list-info-action .ps-btn.ps-btn-small [class^=ps-icon].ps-icon-globe:before {
  content: "public";
}
.ps-list-info-action .ps-btn.ps-btn-small span {
  line-height: 0;
}

.ps-list-info-content-form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .ps-list-info-content-form-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.ps-list-info-content-form-inner:not(:last-child) {
  margin-bottom: 14px;
}
.ps-list-info-content-form-inner > .ps-list-render-inner {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .ps-list-info-content-form-inner > .ps-list-render-inner:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 576px) {
  .ps-list-info-content-form-inner .ps-list-info-content-data {
    max-width: 70%;
    padding-right: 28px;
  }
  .ps-list-info-content-form-inner .ps-list-info-content-data p {
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .ps-list-info-content-form-inner .ps-list-info-content-data:not(:last-child) {
    margin-bottom: 14px;
  }
}
.ps-list-info-content-form-inner .ps-form__field-inner {
  flex-grow: 1;
}

.ps-profile__about-field-edit-item {
  margin-right: 0;
}

.ps-charcount--input {
  top: 1px;
  right: 18px;
  color: #2a2e33;
  font-size: 8px;
  font-weight: 600;
  background: transparent;
}

.ps-list-info-content-form > .ps-alert:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 0.2143rem;
  content: "info";
}

.ps-alert {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 28px;
  border-radius: 7px;
  background-color: #dff0f9;
  color: #2186c4;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.12px;
}
.ps-alert:not(:last-of-type) {
  margin-bottom: 28px;
  margin-right: 0;
}
.ps-alert + .ps-video {
  border: none;
}

.ps-notice {
  padding: 28px;
}

/* Classifieds Page
   ============================================== */
.profile-segment-classifieds .ps-classifieds {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.profile-segment-classifieds .ps-classifieds:not(:last-child) {
  margin-bottom: 28px;
}

.ps-page-wpadverts .ps-classifieds {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.ps-page-wpadverts .ps-classifieds:not(:last-child) {
  margin-bottom: 28px;
}

.ps-page--register {
  --PS-COLOR--APP: #fff;
  --BORDER-RADIUS--XL: 7px;
  --BOX-SHADOW--HARD: 0 0 21px rgba(54, 60, 66, 0.07);
  --PADD--MD: 28px;
  --radius: 7px;
}

.ps-page--classifieds .ps-alert {
  margin-top: 0;
}

.ps-text--muted {
  color: #75828f !important;
}

.ps-classifieds .ps-classified__item-wrapper {
  margin-bottom: 0;
  padding: 28px;
}
.ps-classifieds .ps-classified__item-wrapper:first-child {
  margin-top: 0;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-body {
  display: flex;
  margin-bottom: 21px;
}
@media (max-width: 480px) {
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__item-body {
    flex-direction: column;
  }
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer {
  position: static;
  padding-top: 0;
  border-top: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.28px;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span {
  margin-right: 7px;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span [class^=ps-icon-] {
  vertical-align: middle;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span [class^=ps-icon-]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span [class^=ps-icon-].ps-icon-user:before {
  content: "person";
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span [class^=ps-icon-].ps-icon-clock:before {
  content: "calendar_today";
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-footer > span [class^=ps-icon-].ps-icon-map-marker:before {
  content: "location_on";
}
@media (max-width: 1199px) {
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__item-actions {
    margin-top: 14px;
  }
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions {
  --PADD--MD: 0;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-classified__action {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  margin-left: 0;
  background-color: #e3e6e9;
  color: #2a2e33;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-classified__action.ps-link--more {
  padding: 7px 14px;
  border-radius: 14px;
  line-height: 14px;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-classified__action:not(:first-child) {
    margin-left: 7px;
  }
}
@media (min-width: 1200px) {
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-link--delete {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-link--edit {
    position: absolute;
    top: 0;
    right: 35px;
  }
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__actions .ps-link--more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions a:hover {
  background-color: #54595e;
  color: #fff;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions [class^=ps-icon-]:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
  vertical-align: middle;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions [class^=ps-icon-].ps-icon-info-circled:before {
  content: "info";
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions [class^=ps-icon-].ps-icon-trash:before {
  content: "delete";
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions [class^=ps-icon-].ps-icon-pencil:before {
  content: "edit";
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__actions span {
  vertical-align: middle;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item {
  position: relative;
  padding: 0;
  line-height: inherit;
  border: none;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-image {
  float: none;
  margin-right: 21px;
  max-width: 160px;
  margin-bottom: 0;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-image img {
  border-radius: 7px;
}
@media (max-width: 480px) {
  .ps-classifieds .ps-classified__item-wrapper .ps-classified__item-image {
    margin-right: 0;
    margin-bottom: 21px;
  }
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-title {
  padding-right: 70px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 7px;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-title a {
  color: #2186c4;
  border-bottom: 1px solid transparent !important;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-title a:hover {
  border-bottom-color: inherit !important;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-details {
  margin-bottom: 7px;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-details .ps-classified__item-price {
  color: #f75411;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
.ps-classifieds .ps-classified__item-wrapper .ps-classified__item-desc {
  margin-bottom: 0;
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  max-height: inherit;
}
.ps-classifieds .ps-classified__item-wrapper:not(:last-child) {
  border-bottom: 2px solid #f1f2f4;
}

.ps-classified__delete-box-notice {
  font-size: 15px;
}

.ps-page-actions {
  z-index: 6;
}

/* Blog Page
   ============================================== */
.profile-segment-blogposts .ps-page-profile .ps-blogposts {
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.profile-segment-blogposts .ps-page-profile .ps-blogposts:not(:last-child) {
  margin-bottom: 28px;
}

.ps-blogposts {
  display: flex;
  flex-wrap: wrap;
}
.ps-blogposts .ps-blogposts__post {
  position: relative;
  z-index: 3;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.ps-blogposts .ps-blogposts__post:before {
  display: none;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-inside {
  padding: 28px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #f1f2f4;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-image {
  border-radius: 7px;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-image:not(:last-child) {
  margin-bottom: 21px;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-title {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 28px;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-title:not(:last-child) {
  margin-bottom: 14px;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-title a {
  color: #2186c4;
  font-family: "Poppins";
  border-bottom: 1px solid transparent;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-title a:hover {
  border-bottom-color: inherit;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-content {
  padding: 0;
  font-size: 100%;
  line-height: 28px;
  color: #75828f;
}
.ps-blogposts .ps-blogposts__post .ps-blogposts__post-content:not(:last-child) {
  margin-bottom: 14px;
}
.ps-blogposts.ps-blogposts--half {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.ps-blogposts.ps-blogposts--half .ps-blogposts__post {
  float: none;
}
@media (min-width: 481px) {
  .ps-blogposts.ps-blogposts--half .ps-blogposts__post {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

.ps-blogposts__authorbox {
  margin: 28px -28px 0 -28px;
  padding: 28px 28px 7px 28px;
  border-top: 2px solid #f1f2f4;
  border-bottom: 0;
}
.ps-blogposts__authorbox .author-name {
  margin-bottom: 21px;
}
.ps-blogposts__authorbox .ps-author-body {
  display: flex;
  margin-bottom: 0;
}
.ps-blogposts__authorbox .ps-author-body .ps-avatar {
  --width: 64px;
  margin-right: 21px;
  max-width: var(--width);
}
.ps-blogposts__authorbox .ps-author-body .ps-author-links {
  text-transform: capitalize;
}
.ps-blogposts__authorbox .ps-author-body .ps-author-links a {
  color: #2186c4;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins";
  border-bottom: 1px solid transparent;
}
.ps-blogposts__authorbox .ps-author-body .ps-author-links a:hover {
  border-bottom-color: inherit;
}
.ps-blogposts__authorbox .ps-author-body .ps-blogposts__authorbox-desc {
  text-align: left;
  margin: 0;
}

.ps-blogposts__authorbox-desc {
  line-height: inherit;
  font-size: 100%;
}

/* Page Password
   ============================================== */
.cRegister {
  border-radius: 7px;
  background-color: #fff;
  padding: 28px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}

.ps-register-recover .ps-gap {
  margin-bottom: 14px;
}

/* Register Form
   ============================================== */
.ps-register__form {
  border-radius: 7px;
  background-color: #fff;
}

.ps-register-recover .ps-form__container .ps-form__row {
  display: flex;
  align-items: center;
}
.ps-register-recover .ps-form__container .ps-form__row .ps-form__field.submitel {
  margin-left: 14px;
}

.ps-form__error {
  color: #e53935;
  font-size: 11px;
}

/* Register Panel
   ============================================== */
@media (min-width: 576px) {
  .ps-landing {
    box-shadow: 0 0 21px rgba(54, 60, 66, 0.04);
  }
}
.ps-landing:not(:last-child) {
  margin-bottom: 28px;
}

@media (min-width: 576px) {
  .ps-landing__cover {
    border-radius: 7px 7px 0 0;
  }
}
.ps-landing__cover + .ps-landing__form {
  border-top: none;
}
@media (min-width: 576px) {
  .ps-landing__cover + .ps-landing__form {
    border-radius: 0 0 7px 7px;
  }
}

.ps-landing__content {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 28px;
  background-color: rgba(25, 28, 31, 0.65);
  color: #fff;
}
@media (min-width: 576px) {
  .ps-landing__content {
    border-radius: 7px 7px 0 0;
  }
}
.ps-landing__content .ps-landing__text {
  text-shadow: none;
}
.ps-landing__content .ps-landing__text:not(:last-child) {
  margin-bottom: 21px;
}
.ps-landing__content .ps-landing__text > h2 {
  margin-top: 0 !important;
  margin-bottom: 7px !important;
  line-height: 35px !important;
  color: #fff;
}
.ps-landing__content .ps-landing__text > p {
  font-size: 16px !important;
  line-height: 21px !important;
}

.ps-landing__form {
  padding: 0;
  border-radius: 7px;
  border: none;
}
.ps-landing__form .ps-form__row--group {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.ps-landing__form .ps-form__row--group .ps-form__field {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ps-landing__form .ps-form__row--group .ps-form__field.ps-form__login-btn {
  flex-grow: 0;
}

/* Preferences Page
   ============================================== */
.ps-profile__preferences .ps-dropdown {
  margin-top: 0;
}
.ps-profile__preferences .ps-form__legend {
  margin-top: 14px;
  margin-bottom: 7px;
  padding: 21px 0 0 28px;
  border-top: 2px solid #f1f2f4;
  color: #41484f;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 21px;
  text-transform: uppercase;
}
.ps-profile__preferences .ps-profile__preference {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 28px;
  border-width: 0;
}
@media (max-width: 575px) {
  .ps-profile__preferences .ps-profile__preference {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.ps-profile__preferences .ps-profile__preference:last-child {
  border-width: 0;
  padding-bottom: 28px;
}
.ps-profile__preferences .ps-form__field:only-child {
  flex-grow: 1;
}
@media (min-width: 576px) {
  .ps-profile__preferences .ps-form__label {
    margin-bottom: 0;
  }
}
.ps-profile__preferences .ps-form__field .ps-form__label {
  margin-bottom: 0;
  color: #41484f;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .ps-profile__preferences .ps-form__field .ps-form__label {
    margin-bottom: 7px;
  }
}
.ps-profile__preferences .ps-form__field .ps-form__label b {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins";
}
.ps-profile__preferences .ps-btn {
  background-color: #e1e2e3 !important;
  color: #2a2e33 !important;
  padding: 6px 21px !important;
  font-size: 13px;
  line-height: inherit;
  border-radius: 14px !important;
  position: relative;
  white-space: nowrap;
}
.ps-profile__preferences .ps-btn:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-profile__preferences .ps-btn [class^=ps-icon] {
  margin-right: 5px;
}
.ps-profile__preferences .ps-btn [class^=ps-icon]:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  vertical-align: middle;
  line-height: inherit;
}
.ps-profile__preferences .ps-btn [class^=ps-icon].ps-icon-globe:before {
  content: "public";
}
.ps-profile__preferences .ps-btn [class^=ps-icon].ps-icon-user2:before {
  content: "person";
}
.ps-profile__preferences .ps-btn [class^=ps-icon].ps-icon-users:before {
  content: "supervisor_account";
}
.ps-profile__preferences .ps-btn [class^=ps-icon].ps-icon-lock:before {
  content: "lock";
}

/* Notifications Page
   ============================================== */
.ps-profile__notifications {
  line-height: inherit;
}

.ps-profile__notifications-row {
  margin-bottom: 0;
  padding: 21px 28px;
  border-bottom: 2px solid #f1f2f4;
}
.ps-profile__notifications-row .ps-profile__notifications-row-title {
  color: #41484f;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.ps-profile__notifications-row p {
  color: #41484f;
  font-size: 13px;
}
.ps-profile__notifications-row .ps-preferences-notifications__menu {
  display: flex;
  justify-content: space-between;
  border: none;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .ps-profile__notifications-row .ps-preferences-notifications__menu {
    max-width: 80%;
  }
}
.ps-profile__notifications-row .ps-preferences-notifications__menu .ps-preferences-notifications__menu-item {
  flex-grow: 1;
  width: 50%;
  padding: 9px 28px;
  border: none;
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  vertical-align: middle;
  letter-spacing: 0.35px;
}

.ps-profile__notifications-row-data .ps-alert {
  margin-top: 14px;
}
.ps-profile__notifications-row-data .ps-alert:not(:last-of-type) {
  margin-bottom: 14px;
}

.ps-profile__notifications-shortcuts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
  border: none;
}
@media (min-width: 576px) {
  .ps-profile__notifications-shortcuts {
    max-width: 80%;
  }
}
.ps-profile__notifications-shortcuts .ps-profile__notifications-shortcut {
  flex-grow: 1;
  width: 50%;
  padding: 9px 28px;
  border: none;
  background-color: #e3e6e9;
  color: #2a2e33;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  vertical-align: middle;
  letter-spacing: 0.35px;
}
.ps-profile__notifications-shortcuts .ps-profile__notifications-shortcut:hover {
  background-color: #2186c4;
  color: #fff;
}
.ps-profile__notifications-shortcuts .ps-profile__notifications-shortcut:nth-child(1n) {
  margin-bottom: 7px;
  border-radius: 21px 0 0 21px !important;
}
.ps-profile__notifications-shortcuts .ps-profile__notifications-shortcut:nth-child(2n) {
  margin-bottom: 7px;
  border-radius: 0 21px 21px 0 !important;
}

.ps-profile__notifications-list {
  margin-top: 0;
}
.ps-profile__notifications-list .ps-profile__notifications-list-item:not(:last-child) {
  margin-bottom: 7px;
}
.ps-profile__notifications-list .ps-profile__notifications-list-item .ps-form__field {
  padding: 7px 0;
  border-radius: 7px;
}
.ps-profile__notifications-list .ps-profile__notifications-list-item .ps-form__field:hover {
  background-color: #f9f9f9;
}
.ps-profile__notifications-list .ps-profile__notifications-list-item .ps-form__field.ps-profile__notification-legend .ps-profile__notification-label {
  margin-bottom: 0;
}

.ps-profile__notification-title {
  font-size: 100%;
}

.ps-profile__notification-checkbox > span {
  --PADD--MD: 21px;
}

.ps-profile__notification-legend .ps-profile__notification-label {
  padding-top: 14px;
  color: #41484f;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.ps-profile__notification-header {
  border-bottom: none;
}
.ps-profile__notification-header.ps-form__field {
  border-radius: 0;
  padding: 0;
}
.ps-profile__notification-header .ps-profile__notification {
  padding: 0 7px;
}
@media (max-width: 575px) {
  .ps-profile__notification-header .ps-profile__notification-checkbox {
    justify-content: flex-start;
  }
}

.ps-profile__notification-label {
  margin-bottom: 0;
  color: #41484f;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .ps-profile__notification-label {
    margin-bottom: 14px;
  }
}

.ps-preferences__checkbox:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  margin-right: 2px;
  vertical-align: -3px;
  font-size: 16px;
}
.ps-preferences__checkbox:nth-child(1n) {
  border-radius: 21px 0 0 21px;
}
.ps-preferences__checkbox:nth-child(2n) {
  border-radius: 0 21px 21px 0;
}
.ps-preferences__checkbox:nth-child(1):before {
  content: "check_circle_outline";
}
.ps-preferences__checkbox:nth-child(2):before {
  content: "block";
}
.ps-preferences__checkbox:nth-child(3):before {
  content: "block";
}
.ps-preferences__checkbox:nth-child(4):before {
  content: "check_circle_outline";
}
.ps-preferences__checkbox > span:first-child {
  padding-right: 60px;
}
@media (max-width: 480px) {
  .ps-preferences__checkbox {
    justify-content: flex-start;
  }
}

.ps-preferences__notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: inherit;
}
@media (max-width: 480px) {
  .ps-preferences__notification {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* Account Page
   ============================================== */
.ps-profile__account-row {
  padding: 28px;
  border-bottom: 2px solid #f1f2f4;
}

.ps-profile__account-header {
  margin-bottom: 21px;
  border-bottom: none;
  color: #41484f;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 21px;
  text-transform: uppercase;
}

.ps-profile__account-form:not(:last-child) {
  margin-bottom: 28px;
}

.ps-profile__account-row--gdpr p {
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.ps-profile__account-row--gdpr p:not(:last-child) {
  margin-bottom: 21px;
}

.ps-album__edit-toggle {
  --PADD: 14px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
}
.ps-album__edit-toggle .gcis:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}
.ps-album__edit-toggle .gcis.gci-edit:before {
  content: "edit";
}
.ps-album__edit-toggle .gcis.gci-globe-americas:before {
  content: "public";
}

.ps-album__list-view {
  --PADD: 7px;
}

.ps-album__upload-area {
  --PADD--MD: 28px;
}
.ps-album__upload-area .ps-btn {
  padding: 11px 28px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #2a2e33 !important;
  border-radius: 21px !important;
}
.ps-album__upload-area .ps-btn:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-album__upload-area .ps-btn i {
  margin-right: 5px;
}

@media (min-width: 61.25em) {
  .ps-form__grid {
    --PADD--SM: 7px;
  }
}
.ps-form__grid .ps-form__row,
.ps-form--vertical .ps-form__row {
  --PADD--MD: 28px;
  --PADD--SM: 7px;
}

.ps-form__row p {
  margin-bottom: 21px;
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.ps-form__container .ps-form__separator:first-of-type {
  padding-top: 28px;
}

.ps-form__field {
  position: relative;
}

.ps-form__helper,
.ps-form__field-desc {
  margin-top: 6px;
  line-height: 14px;
  font-size: 12px;
  color: #75828f;
}

.ps-form__label {
  margin-bottom: 7px;
  color: #41484f;
  font-weight: 400;
}
.ps-form__label + .ps-form__field {
  flex-grow: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

/* Members Page
   ============================================== */
.ps-members__header {
  --PADD--MD: 0;
  --PS-COLOR--APP: transparent;
  --BOX-SHADOW--HARD: none;
  --BORDER-RADIUS--MD: 0;
  display: flex;
  align-items: center;
  padding: 28px;
  background-color: #fff;
  border-bottom: 2px solid #f1f2f4;
}
.ps-members__header .ps-members__search {
  border-right: none;
}
.ps-members__header .ps-members__filters-toggle {
  --PADD--SM: 0;
  --PADD: 0;
  --GC-COLOR--TEXT--LIGHT: #2a2e33;
  --main-value: 42px;
  margin-left: 7px;
  width: var(--main-value);
  height: var(--main-value);
  line-height: var(--main-value);
  border-radius: 50%;
  background-color: #eaebeb;
  text-align: center;
}
.ps-members__header .ps-members__filters-toggle .gcis.gci-cog:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 42px;
  vertical-align: middle;
  content: "settings";
}
.ps-members__header .ps-members__filters-toggle:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-members__filters {
  --PADD--MD: 0;
  --PS-COLOR--APP: #fff;
  --BOX-SHADOW--HARD: none;
  --BORDER-RADIUS--MD: 0;
  border-bottom: 2px solid #f1f2f4;
  padding: 28px 28px 7px;
}
.ps-members__filters .ps-members__filters-inner {
  --PADD--SM: 14px;
  display: flex;
  flex-wrap: wrap;
  font-size: 100%;
}
.ps-members__filters .ps-members__filter {
  padding: 0 14px 21px;
}
.ps-members__filters .ps-members__filter-label {
  display: block;
  margin-bottom: 14px;
  line-height: 14px;
  color: #41484f;
  font-weight: 400;
}

.ps-page-members .ps-members {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.ps-page-members .ps-members:not(:last-child) {
  margin-bottom: 28px;
}
.ps-page-members .ps-members.ps-js-blocked {
  padding: 28px;
}
.ps-page-members .ps-members .ps-members-item-wrapper {
  width: 100%;
  float: none;
}
.ps-page-members .ps-members .ps-members-item-wrapper:after {
  border-right: none;
}
.ps-page-members .ps-members .ps-members-item-avatar .ps-avatar {
  width: 77px;
  max-width: 77px;
}
.ps-page-members .ps-members .ps-members-item-avatar .ps-avatar img {
  max-width: 77px;
  max-height: 77px;
}

.ps-members-item {
  border: none;
  border-radius: 7px;
}

.ps-members-item-avatar {
  padding: 14px;
}

.ps-members-item-body {
  padding-top: 14px;
}

.ps-members__loading {
  text-align: center;
}

/* Adverts Page
   ============================================== */
.ps-wpadverts__header {
  --PADD--MD: 0;
}
.ps-wpadverts__header .ps-wpadverts__header-inner {
  display: flex;
  align-items: center;
  padding: 28px;
  background-color: #fff;
  border-bottom: 2px solid #f1f2f4;
}
.ps-wpadverts__header .ps-wpadverts__search {
  --PADD: 0;
}
.ps-wpadverts__header .ps-wpadverts__filters-toggle {
  --PADD--SM: 0;
  --PADD: 0;
  --GC-COLOR--TEXT--LIGHT: #2a2e33;
  --main-value: 42px;
  margin-left: 7px;
  width: var(--main-value);
  height: var(--main-value);
  line-height: var(--main-value);
  border-radius: 50%;
  color: #2a2e33;
  background-color: #eaebeb;
  text-align: center;
}
.ps-wpadverts__header .ps-wpadverts__filters-toggle .gcis.gci-cog:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 42px;
  vertical-align: middle;
  content: "settings";
}
.ps-wpadverts__header .ps-wpadverts__filters-toggle:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-wpadverts__filters {
  --PADD: 0;
  padding: 28px 28px 14px 28px;
  background-color: #fff;
  border-bottom: 2px solid #f1f2f4;
  margin-bottom: 0;
}
.ps-wpadverts__filters .ps-wpadverts__filters-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 0;
}
.ps-wpadverts__filters .ps-wpadverts__filters-inner .ps-wpadverts__filter {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  width: 50%;
}
.ps-wpadverts__filters .ps-wpadverts__filters-inner .ps-wpadverts__filter .ps-wpadverts__filter-label {
  display: block;
  margin-bottom: 14px;
  line-height: 14px;
  color: #41484f;
  font-weight: 400;
}

/* Dialog
   ============================================== */
@media (min-width: 481px) {
  .ps-modal__wrapper {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.ps-modal--wide {
  --modal-width: 660px;
}

.ps-modal {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #41484f;
  background-color: #fff;
  border-radius: 7px;
}
.ps-modal .ps-modal__header {
  position: relative;
  padding: 21px 28px;
  background-color: transparent;
  color: #2a2e33;
  border-bottom: 2px solid #eff0f2;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 21px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.ps-modal .ps-modal__close {
  --modal-header-text-color: #75828f;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1;
  transition: all 0.25s ease;
}
.ps-modal .ps-modal__close .gcis.gci-times:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 23px;
  color: inherit;
  letter-spacing: normal;
  content: "close";
}
.ps-modal .ps-modal__close:hover {
  --modal-header-text-color: #2c3136;
}
.ps-modal .ps-modal__body .reset-gap {
  font-size: 16px;
}
.ps-modal .ps-modal__content {
  --PADD--MD: 28px;
  --PS-LINE-HEIGHT: inherit;
}
.ps-modal .ps-modal__content .ps-members {
  padding: 0;
}
.ps-modal .ps-modal__footer {
  padding: 0 28px 28px 28px;
  border-top: none;
  background-color: transparent;
  text-align: right;
}
.ps-modal .ps-modal__actions .ps-btn {
  padding: 11px 28px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  background-color: #e3e6e9 !important;
  color: #2a2e33 !important;
  border-radius: 21px !important;
  border: none !important;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.35px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.ps-modal .ps-modal__actions .ps-btn:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-modal .ps-modal__actions .ps-btn.ps-btn--action {
  background-color: #f75411 !important;
  color: #fff !important;
}
.ps-modal .ps-modal__actions .ps-btn.ps-btn--action:hover {
  background-color: #54595e !important;
  color: #fff !important;
}

.ps-dialog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #41484f;
  background-color: #fff;
  border-radius: 7px;
}
.ps-dialog .ps-dialog-header {
  position: relative;
  padding: 21px 28px;
  background-color: transparent;
  color: #2a2e33;
  border-bottom: 2px solid #eff0f2;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  line-height: 21px;
}
.ps-dialog .ps-dialog-body > .ps-notice {
  padding: 0;
}
.ps-dialog .ps-dialog-body .ps-form__row {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.ps-dialog .ps-dialog-body .ps-form__row:last-of-type {
  margin-bottom: 0;
}
.ps-dialog .ps-dialog-body .ps-input,
.ps-dialog .ps-dialog-body .ps-textarea {
  margin-bottom: 7px;
}
.ps-dialog .ps-dialog-body .ps-form__limit {
  color: #41484f;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.ps-dialog .ps-dialog-body .ps-form.ps-form--login {
  padding: 0;
}
.ps-dialog .ps-dialog-footer {
  padding: 0 28px 28px 28px;
  background-color: transparent;
  text-align: right;
}
.ps-dialog .ps-dialog-close {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  float: none;
}
.ps-dialog .ps-dialog-close .ps-icon-remove:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 23px;
  color: #2a2e33;
  letter-spacing: normal;
  content: "close";
}
.ps-dialog .ps-btn.ps-button-cancel, .ps-dialog .ps-btn.ps-button-action {
  display: inline-block;
  background-color: #e3e6e9;
  color: #191c1f;
  letter-spacing: 0.35px;
  padding: 7px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  border-radius: 21px;
  position: relative;
  white-space: nowrap;
}
.ps-dialog .ps-btn.ps-button-cancel:hover {
  background-color: #54595e !important;
  color: #fff !important;
}
.ps-dialog .ps-btn.ps-button-action {
  color: #fff !important;
  background-color: #f75411 !important;
}
.ps-dialog .ps-btn.ps-button-action:hover {
  color: #fff !important;
  background-color: #41484f !important;
}
.ps-dialog #postbox-report-popup > div:first-child {
  margin-bottom: 7px;
}

.ps-list--share .ps-list__item .ps-icon--social:before {
  margin-right: 7px;
  font-size: 12px;
  border-radius: 50%;
  width: 24px;
}

.ps-sharebox .ps-sharebox__item .ps-sharebox__icon {
  --PS-COLOR--TEXT--LIGHT: #75828f;
  font-size: 12px;
}
.ps-sharebox .ps-sharebox__item .ps-sharebox__icon:before {
  margin-right: 10px;
}

/* Groups Page
   ============================================== */
.ps-groups__categories + .ps-alert:not(:first-child) {
  margin-top: 28px;
}

.ps-accordion__footer {
  --PADD: 0;
  padding-bottom: 28px;
  background-color: #fff;
  font-size: 100%;
}

.ps-accordion {
  --accordion-shadow: none;
  --accordion-border: #f1f2f4;
}
.ps-accordion:first-child {
  --accordion-radius: 0;
}
.ps-accordion:last-child {
  --accordion-radius: 7px;
}
.ps-accordion .ps-accordion__title {
  --PADD: 7px;
  --PADD--MD: 28px;
  --accordion-bg: #fff;
  --accordion-action-padd: 49px;
  --accordion-title-color: #41484f;
  box-shadow: inset 0 -2px 0 var(--accordion-border);
}
.ps-accordion .ps-accordion__title-action {
  --PADD: 28px;
  --accordion-action-color: #41484f;
}
.ps-accordion .ps-accordion__body {
  border-top: none;
}
.ps-accordion.ps-groups__category--open {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: var(--accordion-border);
}
.ps-accordion.ps-groups__category--open .ps-accordion__title {
  --accordion-border: #2186c4;
}
.ps-accordion .ps-groups__list {
  border-radius: 0;
}

.ps-groups__category .ps-groups__category-title {
  transition: all 0.25s ease;
}
.ps-groups__category .ps-groups__category-title:hover {
  background-color: #2186c4;
}
.ps-groups__category .ps-groups__category-title:hover a {
  color: #fff;
}

.ps-groups__category-footer-action {
  display: inline-block;
  background-color: #e3e6e9;
  color: #2a2e33;
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 17px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.25s ease;
}
.ps-groups__category-footer-action:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-groups__header {
  --PADD--MD: 0;
}
.ps-groups__header .ps-btn__group {
  display: block;
  text-align: right;
  font-size: 0;
}

.ps-groups__header-inner {
  --PADD: 0;
  justify-content: flex-start;
}

.ps-groups__list-view {
  flex-grow: 1;
}
.ps-groups__list-view:not(:last-child) {
  margin-right: 7px;
}
@media (max-width: 575px) {
  .ps-groups__list-view:not(:last-child) {
    padding-top: 14px;
    margin-right: 0;
  }
  .ps-groups__list-view:not(:last-child) .ps-theme-btn--app:after, .ps-groups__list-view:not(:last-child) .ps-theme-btn--app:before {
    display: none;
  }
}

.ps-groups__search-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 28px;
  background-color: #fff;
  border-bottom: 2px solid #f1f2f4;
}

.ps-groups__search {
  --PADD: 0;
}

.ps-groups__filters {
  --PADD: 0;
  padding: 28px 28px 14px 28px;
  background-color: #fff;
  border-bottom: 2px solid #f1f2f4;
  margin-bottom: 0;
}
.ps-groups__filters .ps-groups__filters-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 0;
}
.ps-groups__filters .ps-groups__filters-inner .ps-groups__filter {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  width: 100%;
}
@media (min-width: 576px) {
  .ps-groups__filters .ps-groups__filters-inner .ps-groups__filter {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ps-groups__filters .ps-groups__filters-inner .ps-groups__filter {
    width: 33.333333%;
  }
}
.ps-groups__filters .ps-groups__filters-inner .ps-groups__filter .ps-groups__filter-label {
  display: block;
  margin-bottom: 14px;
  line-height: 14px;
  color: #41484f;
  font-weight: 400;
}

.ps-groups__filters-toggle {
  --PADD--SM: 0;
  --PADD: 0;
  --GC-COLOR--TEXT--LIGHT: #2a2e33;
  --main-value: 42px;
  margin-left: 7px;
  width: var(--main-value);
  height: var(--main-value);
  line-height: var(--main-value);
  border-radius: 50%;
  color: #2a2e33;
  background-color: #eaebeb;
  text-align: center;
}
.ps-groups__filters-toggle .gcis.gci-cog:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 42px;
  vertical-align: middle;
  content: "settings";
}
.ps-groups__filters-toggle:hover {
  background-color: #54595e;
  color: #fff;
}

.ps-dropdown--privacy,
.ps-dropdown--follow {
  --bg--hover: transparent;
}
.ps-dropdown--privacy.ps-post__privacy .ps-dropdown__menu,
.ps-dropdown--follow.ps-post__privacy .ps-dropdown__menu {
  --PADD: 10px;
}
.ps-dropdown--privacy.ps-post__privacy .ps-dropdown__menu > a,
.ps-dropdown--follow.ps-post__privacy .ps-dropdown__menu > a {
  --PADD: 7px;
  --PADD--MD: 21px;
}
.ps-dropdown--privacy .ps-dropdown__menu,
.ps-dropdown--follow .ps-dropdown__menu {
  --width: 300px;
}
.ps-dropdown--privacy .ps-dropdown__menu > a,
.ps-dropdown--follow .ps-dropdown__menu > a {
  --PADD: 7px;
  --PADD--MD: 21px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  display: block;
  font-size: 13px;
  border: none;
}
.ps-dropdown--privacy .ps-dropdown__menu > a:focus, .ps-dropdown--privacy .ps-dropdown__menu > a:hover, .ps-dropdown--privacy .ps-dropdown__menu > a.active,
.ps-dropdown--follow .ps-dropdown__menu > a:focus,
.ps-dropdown--follow .ps-dropdown__menu > a:hover,
.ps-dropdown--follow .ps-dropdown__menu > a.active {
  --bg--hover: #e8f3f9;
}
.ps-dropdown--privacy .ps-dropdown__menu i,
.ps-dropdown--follow .ps-dropdown__menu i {
  --PS-COLOR--TEXT--LIGHT: #2186c4;
  min-width: 22px;
}
.ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon],
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 21px;
  height: 21px;
  line-height: 19px;
}
.ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon]:before,
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon]:before {
  margin: 0;
  width: 19px;
}
.ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon].ps-icon-check, .ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon].ps-icon-check-empty,
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon].ps-icon-check,
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon].ps-icon-check-empty {
  border-radius: 7px;
  border: 2px solid #e7e8e9;
  background-color: #fafafa;
}
.ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon].ps-icon-check:before,
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon].ps-icon-check:before {
  content: "check";
}
.ps-dropdown--privacy .ps-dropdown__menu [class^=ps-icon].ps-icon-check-empty:before,
.ps-dropdown--follow .ps-dropdown__menu [class^=ps-icon].ps-icon-check-empty:before {
  content: "";
}

.ps-group .ps-dropdown--follow .ps-dropdown__menu {
  --width: 60%;
}

.ps-groups__list {
  --PADD--MD: 14px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: calc(var(--PADD--MD) * 2);
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}
@media (min-width: 1200px) {
  .ps-groups__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ps-groups__list .ps-group {
  --BOX-SHADOW--HARD: none;
  --BORDER-RADIUS--MD: 7px;
  --PS-COLOR--APP: #f9f9f9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}
.ps-groups__list .ps-group:hover {
  --BOX-SHADOW--MD: none;
  --PS-COLOR--APP: #2186c4;
}
.ps-groups__list .ps-group:hover .ps-group-theme__details .ps-group-theme__details-item .gcis {
  --PS-COLOR--TEXT--LIGHT: #f9f9f9;
}
.ps-groups__list .ps-group:hover .ps-group-theme__details .ps-group-theme__details-item > span {
  --PS-COLOR--TEXT--LIGHT: #f9f9f9;
}
.ps-groups__list .ps-group:hover .ps-group__body .ps-group__name a {
  color: #fff;
}
.ps-groups__list .ps-group:hover .ps-group__body .ps-group__details .ps-group__details-item {
  color: #f9f9f9;
}
.ps-groups__list .ps-group:hover .ps-group__body .ps-group__details .ps-group__details-item a {
  color: #f9f9f9;
}
.ps-groups__list .ps-group:hover .ps-group__body .ps-group__desc {
  color: #f9f9f9;
}
.ps-groups__list .ps-group__header {
  --PADD--MD: 21px;
  --PS-COLOR--APP--LIGHTGRAY: transparent;
  --BORDER-RADIUS--MD: 7px;
  position: relative;
  z-index: 1;
  display: block;
  height: 133px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ps-groups__list .ps-group__header .ps-avatar--group {
  --large: 85px;
  --PADD--MD: 21px;
  position: absolute;
  bottom: -42px;
  width: auto;
}
.ps-groups__list .ps-group__header .ps-avatar--group img {
  border: 4px solid #fff;
}
.ps-groups__list .ps-group-theme__details {
  display: flex;
  justify-content: flex-end;
  padding: 14px 21px 14px 100px;
  grid-area: Details;
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item:not(:last-child) {
  margin-right: 14px;
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item > span {
  --PADD--SM: 0;
  --PADD: 0;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  --BORDER-RADIUS: 0;
  display: inline-block;
  color: var(--PS-COLOR--TEXT--LIGHT);
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  border: none;
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item .gcis {
  margin-right: 3px;
  color: var(--PS-COLOR--TEXT--LIGHT);
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item .gcis.gci-globe-americas:before {
  content: "public";
}
.ps-groups__list .ps-group-theme__details .ps-group-theme__details-item .gcis.gci-user-friends:before {
  content: "group";
}
.ps-groups__list .ps-group__body {
  --PADD--MD: 21px;
  padding-bottom: 0;
  padding-top: 0;
}
.ps-groups__list .ps-group__body .ps-group__name {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}
.ps-groups__list .ps-group__body .ps-group__name a {
  --PS-COLOR--TEXT: #2186c4;
  border-bottom: 1px solid transparent;
}
.ps-groups__list .ps-group__body .ps-group__name a:hover {
  border-bottom-color: inherit;
}
.ps-groups__list .ps-group__body .ps-group__details {
  --PS-COLOR--TEXT--LIGHT: #75828f;
  --PS-LINE: 14px;
  --PS-LINE-HEIGHT: 21px;
  font-size: 100%;
  font-weight: 400;
}
.ps-groups__list .ps-group__body .ps-group__details:not(:last-child) {
  margin-bottom: 14px;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item {
  --PADD--SM: 0;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item:not(:last-child) {
  margin-bottom: 5px;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item span {
  --PADD--SM: 0;
  font-size: 11px;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item i {
  --PS-LINE-HEIGHT: inherit;
  min-width: 16px;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis {
  margin-right: 3px;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis.gci-clock:before {
  content: "access_time";
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis.gci-user-circle:before {
  content: "star";
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis.gci-tag:before {
  content: "local_offer";
}
.ps-groups__list .ps-group__body .ps-group__details .ps-group__details-item .gcis.gci-info-circle:before {
  content: "info";
}
.ps-groups__list .ps-group__body .ps-group__desc {
  --PADD--MD: 0;
  --PS-LINE-HEIGHT: 21px;
  --line-height: 21px;
  color: #41484f;
  font-size: 13px;
  font-weight: 400;
}
.ps-groups__list .ps-group__body .ps-group__details-item--more {
  --PADD: 0;
}
.ps-groups__list .ps-group__actions {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 21px;
  font-size: 100%;
  border-top: none;
}
.ps-groups__list .ps-group__actions > div {
  display: flex;
  width: auto;
}
.ps-groups__list .ps-group__actions > div .ps-group__action {
  position: static;
  display: block;
  flex-grow: 1;
  border-right: none;
}
.ps-groups__list .ps-group__actions > div .ps-group__action:not(:last-child) {
  margin-right: 7px;
}
.ps-groups__list .ps-group__actions > div .ps-group__action-toggle {
  display: inline-block;
  background-color: #e3e6e9;
  color: #2a2e33;
  padding: 7px 20px;
  font-size: 13px;
  line-height: 14px;
  border-radius: 17px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.ps-groups__list .ps-group__actions > div .ps-group__action-toggle:hover {
  background-color: #54595e;
  color: #fff;
}
.ps-groups__list.ps-groups__list--single {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .ps-groups__list.ps-groups__list--single .ps-group__actions > div {
    padding-left: 126px;
  }
}
.ps-groups__list.ps-groups__list--single .ps-group__inner {
  grid-template-columns: 105px auto auto;
  grid-template-rows: auto;
  grid-template-areas: "Header Body Details";
  padding: 21px 21px 0;
}
@media (max-width: 575px) {
  .ps-groups__list.ps-groups__list--single .ps-group__inner {
    display: flex;
    flex-direction: column;
  }
  .ps-groups__list.ps-groups__list--single .ps-group__inner .ps-group__body {
    --PADD--MD: 0;
  }
}
.ps-groups__list.ps-groups__list--single .ps-group__inner .ps-group-theme__details {
  padding: 0;
}
.ps-groups__list.ps-groups__list--single .ps-avatar--group {
  --large: 105px;
  position: static;
}
.ps-groups__list.ps-groups__list--single .ps-avatar--group img {
  --box-shadow: none;
  box-shadow: var(--box-shadow);
}
.ps-groups__list.ps-groups__list--single .ps-group__header {
  --width: 105px;
  height: auto;
}
.ps-groups__list.ps-groups__list--single .ps-group__desc {
  --PADD: 0;
}

.ps-groups__loading {
  text-align: center;
}

.ps-tip:after {
  --PS-FONT-FAMILY: "Mulish";
  padding: 7px 14px;
  line-height: 14px;
  border-radius: 7px;
  font-size: 11px;
}
@media (max-width: 575px) {
  .ps-tip.ps-tip--bottom:after {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
}

.ps-focus__cover-image {
  --radius: 7px;
}
@media (max-width: 575px) {
  .ps-focus__cover-image {
    --radius: 0;
  }
}

.ps-focus__desc-toggle {
  --PS-COLOR--TEXT--LIGHTEN: #e3e6e9;
}
.ps-focus__desc-toggle:hover {
  --PS-COLOR--TEXT--LIGHT: #fff;
}

.ps-focus__options > .ps-focus__options-toggle {
  --color--icon: #2a2e33;
}
.ps-focus__options > .ps-focus__options-toggle:hover {
  --color--icon: #fff;
}
.ps-focus__options a {
  --color--icon: #2186c4;
  text-shadow: none;
}

.ps-focus {
  position: relative;
  z-index: 15;
}
@media (max-width: 61.24em) {
  .ps-focus:not(.ps-focus--group) .ps-focus__options {
    --PADD: auto;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (min-width: 61.25em) {
  .ps-focus:not(.ps-focus--group) .ps-focus__options {
    position: relative;
  }
}
.ps-focus.ps-focus--group {
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.ps-focus.ps-focus--group:not(:last-child) {
  margin-bottom: 28px;
}
@media (min-width: 61.25em) {
  .ps-focus.ps-focus--group .ps-focus__options {
    --PADD--MD: 21px;
  }
}
@media (max-width: 575px) {
  .ps-focus.ps-focus--group .ps-focus__mobile-actions > * {
    margin-bottom: 7px;
    margin-right: 7px;
  }
}
.ps-focus.ps-focus--group .ps-focus--header {
  padding: 28px;
}
@media (min-width: 576px) {
  .ps-focus.ps-focus--group .ps-focus--header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
  }
}
.ps-focus.ps-focus--group .ps-focus__footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 21px 28px;
  border-radius: 0 0 7px 7px;
}
@media (min-width: 576px) {
  .ps-focus.ps-focus--group .ps-focus__info {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.ps-focus.ps-focus--group .ps-focus__info .ps-focus__title {
  margin-bottom: 14px;
}
.ps-focus.ps-focus--group .ps-focus__info .ps-focus__desc {
  --PADD: 0;
  --PS-LINE-HEIGHT: 21px;
  --PS-COLOR--TEXT--LIGHT: #fff;
  margin-bottom: 14px;
  text-align: left;
  font-size: 12px;
}
.ps-focus.ps-focus--group .ps-focus__info .ps-focus__desc-details {
  --PADD--SM: 0;
  font-size: 100%;
}
.ps-focus.ps-focus--group .ps-focus__info .ps-focus__desc-details .gcis {
  margin-right: 5px;
}
.ps-focus.ps-focus--group .ps-focus__info .ps-focus__desc-details a {
  color: inherit;
}
.ps-focus.ps-focus--group .ps-focus__cover-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .ps-focus.ps-focus--group .ps-focus__cover-actions {
    align-items: flex-start;
  }
}
.ps-focus.ps-focus--group .ps-focus__cover-actions > *:not(:last-child) {
  margin-bottom: 7px;
}
.ps-focus.ps-focus--group .ps-avatar--focus {
  --c-ps-profile-avatar-size: 100px;
}
.ps-focus.ps-focus--group .ps-group__profile-focus-avatar {
  border: 7px solid #fff;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .ps-focus.ps-focus--group .ps-group__profile-focus-avatar {
    margin-bottom: 21px;
  }
}

.ps-focus__avatar-change {
  --bg: transparent;
  --color--icon: #fff;
  --BOX-SHADOW: none;
  --PADD: 0;
  --PS-COLOR--TEXT--LIGHT: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.ps-focus__avatar-change > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-focus__avatar-change > i:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 43px;
  vertical-align: middle;
}
.ps-focus__avatar-change > i.gci-camera:before {
  content: "photo_camera";
}
.ps-focus__avatar-change:hover, .ps-focus__avatar-change:focus {
  --color--icon: #fff;
  --bg--hover: rgba(0, 0, 0, .5);
}
.ps-focus__avatar-change > span {
  display: none;
}
@media (max-width: 61.24em) {
  .ps-focus__avatar-change {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: inherit;
  }
  .ps-focus__avatar-change > i:before {
    font-size: 18px;
  }
}

.ps-group__member-dropdown .ps-dropdown__menu {
  bottom: 100%;
  top: auto;
}

.ps-group__edit-fields {
  --PADD--MD: 0;
  --PS-COLOR--APP: #fff;
  --BORDER-RADIUS--MD: 7px;
  --BOX-SHADOW--HARD: 0 0 21px rgba(54, 60, 66, 0.07);
}
.ps-group__edit-fields .ps-group__edit-field {
  --PADD: 0;
  --DIVIDER--LIGHT: rgba(0,0,0,.08);
  --PS-LINE-HEIGHT: inherit;
  padding: 21px 28px 14px;
  border-bottom-color: #f1f2f4;
  border-bottom-width: 2px;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-header {
  position: relative;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-title {
  margin-bottom: 0;
  color: #75828f;
  padding-right: 14px;
  line-height: 28px;
  font-size: 14px;
  text-transform: none;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-note {
  --PADD--SM: 0;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-actions {
  display: flex;
  flex-wrap: nowrap;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-actions .ps-theme-btn {
  display: none;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-actions .ps-theme-btn:not(:first-child) {
  margin-left: 7px;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-actions .ps-theme-btn.ps-btn--action {
  color: #fff;
  background-color: #f75411;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-actions .ps-theme-btn.ps-btn--action:hover {
  background-color: #41484f;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-form {
  margin-top: 7px;
}
.ps-group__edit-fields .ps-group__edit-field .ps-group__edit-field-static {
  font-size: 100%;
}

/* Group - Settings */
.ps-edit.ps-edit--group {
  border-radius: 7px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
}

.ps-edit__row {
  padding: 21px 28px 14px;
  border-bottom-color: #f1f2f4;
  border-bottom-width: 2px;
}

.ps-edit__row-name {
  line-height: 28px;
  margin-bottom: 0;
  color: #75828f;
}

.ps-edit__row-content {
  font-size: inherit;
  line-height: 28px;
  color: #41484f;
}

.ps-edit__row-actions {
  position: absolute;
  top: auto;
  bottom: 14px;
  right: 28px;
}

.ps-edit__editor {
  position: relative;
}
.ps-edit__editor .ps-edit__row-actions {
  right: 7px;
  top: 7px;
}

/* My Friends Page
   ============================================== */
.ps-friends__tabs {
  --PADD--MD: 0;
}
.ps-friends__tabs + .ps-alert {
  margin-top: 28px;
}
.ps-friends__tabs .ps-friends__tabs-inner {
  --padd: 0;
  --tabs-bg: transparent;
  --tabs-bg--hover: transparent;
  --tabs-bg--active: transparent;
  --BOX-SHADOW--HARD: none;
  --PADD--MD: 0;
  --BORDER-RADIUS--MD: 7px;
  --PS-COLOR--TEXT: #2a2e33;
  --PS-COLOR--TEXT--LIGHT: #2186c4;
  --DIVIDER--LIGHT: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: var(--BORDER-RADIUS--MD) var(--BORDER-RADIUS--MD) 0 0;
}
.ps-friends__tabs .ps-friends__tabs-inner:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: var(--DIVIDER--LIGHT);
  left: 0;
  z-index: -1;
}
.ps-friends__tabs .ps-friends__tab {
  position: relative;
  width: auto;
  padding-bottom: 0;
  flex-grow: inherit;
  border-right: 2px solid #f1f2f4;
  overflow: inherit;
}
.ps-friends__tabs .ps-friends__tab:last-child {
  --BORDER-RADIUS--MD: 0;
}
.ps-friends__tabs .ps-friends__tab > a {
  --padd: 21px 28px;
  --tabs-text-color: #2186c4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 21px;
  outline: 0;
  text-align: center;
}
.ps-friends__tabs .ps-friends__tab.ps-friends__tab--active > a:after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 6;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border: none;
  display: block;
  background-color: #fff;
  content: "";
}
.ps-friends__tabs .ps-friends__tab.ps-friends__tab--active > a span {
  color: #2a2e33;
}
.ps-friends__tabs .ps-friends__tab:after, .ps-friends__tabs .ps-friends__tab:before {
  display: none;
}

.ps-member__action:before {
  --PADD--SM: 7px;
}

.ps-tabs__count {
  --PADD--SM: 0;
  --BORDER-RADIUS: 0;
  --PS-COLOR--APP--DARKGRAY: transparent;
  --PS-COLOR--TEXT--LIGHT: #2186c4;
}
.ps-tabs__count:last-child {
  margin-left: 7px;
}
.ps-tabs__count:after {
  content: ")";
}
.ps-tabs__count:before {
  content: "(";
}

.ps-members {
  --PADD--MD: 14px;
  --MAIN-BORDER: 7px;
  grid-template-columns: repeat(2, 1fr);
  padding: 28px;
  border-radius: 0 0 var(--MAIN-BORDER) var(--MAIN-BORDER);
  background-color: #fff;
}
.ps-members .ps-notice {
  padding: 28px;
}
.ps-members:not(:last-child) {
  margin-bottom: 28px;
}
.ps-members .ps-member {
  --PS-COLOR--APP: #fff;
  --BOX-SHADOW--MD: none;
  --BOX-SHADOW--HARD: none;
  --BORDER-RADIUS--MD: 7px;
  position: relative;
  background-color: #f9f9f9;
  transition: all 0.25s ease;
}
.ps-members .ps-member:hover {
  --COLOR--TEXT: #fff;
  background-color: #2186c4;
}
.ps-members .ps-member:hover .ps-member__name a {
  color: var(--COLOR--TEXT);
}
.ps-members .ps-member:hover .ps-friends__mutual {
  color: var(--COLOR--TEXT);
}
.ps-members .ps-member:hover .ps-friends__mutual a {
  color: var(--COLOR--TEXT);
}
.ps-members .ps-member:hover .ps-member__actions {
  border-color: #4d9ed0;
}
.ps-members .ps-member .ps-member__inner .ps-member__cover {
  height: 125px;
}
.ps-members .ps-member .ps-member__header {
  padding: 24px 21px;
  text-align: center;
}
.ps-members .ps-member .ps-member__body {
  --PADD--MD: 21px;
  padding-top: 21px;
  text-align: center;
}
.ps-members .ps-member .ps-member__name {
  --PADD--MD: 0;
  --PADD: 7px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.ps-members .ps-member .ps-member__name a {
  --PS-COLOR--TEXT: #2186c4;
}
.ps-members .ps-member .ps-friends__mutual {
  --PADD--MD: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.ps-members .ps-member .ps-friends__mutual .gcis {
  --PADD--SM: 7px;
  vertical-align: middle;
}
.ps-members .ps-member .ps-friends__mutual .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
  font-size: 16px;
  letter-spacing: normal;
}
.ps-members .ps-member .ps-friends__mutual .gcis.gci-user-friends:before {
  content: "person_add";
}
.ps-members .ps-member .ps-friends__mutual a {
  color: #2186c4;
}
.ps-members .ps-member .ps-member__details:not(:last-child) {
  margin-bottom: 21px;
}
.ps-members .ps-member .ps-member__details .ps-member__role {
  --PADD--SM: 7px;
  --PADD: 28px;
  --PS-COLOR--PRIMARY: #2a2e33;
  --BORDER-RADIUS: 14px;
  font-size: 13px;
  line-height: 14px;
  background-color: #e3e6e9;
  transition: all 0.25s ease;
}
.ps-members .ps-member .ps-member__buttons .ps-member__action {
  --PADD: 0;
  --BORDER-RADIUS--MD: 14px;
  display: inline-block;
  padding: 7px 21px;
  background-color: #e3e6e9;
  box-shadow: none;
  color: #2a2e33;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  border: none;
}
.ps-members .ps-member .ps-member__buttons .ps-member__action:hover {
  background-color: #41484f;
  color: #fff;
}
.ps-members .ps-member .ps-member__buttons .ps-member__action span {
  vertical-align: middle;
}
.ps-members .ps-member .ps-member__buttons .ps-member__action.ps-member__action--cancel:before, .ps-members .ps-member .ps-member__buttons .ps-member__action.ps-member__action--add:before {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-members .ps-member .ps-member__buttons .ps-member__action.ps-member__action--cancel:before {
  content: "people";
}
.ps-members .ps-member .ps-member__buttons .ps-member__action.ps-member__action--add:before {
  content: "person_add";
}
.ps-members .ps-member .ps-member__buttons .ps-member__action.ps-member__action--cancel:hover:before {
  content: "person_remove";
}
.ps-members .ps-member .ps-member__actions {
  display: flex;
  justify-content: space-between;
  margin: 0 21px;
  border-top: 1px solid #e3e6e9;
  padding: 21px;
  font-size: 100%;
  transition: all 0.25s ease;
}
@media (max-width: 1200px) {
  .ps-members .ps-member .ps-member__actions {
    flex-direction: column;
    justify-content: center;
  }
  .ps-members .ps-member .ps-member__actions .ps-member__action:not(:last-child) {
    margin-bottom: 7px;
  }
}
.ps-members .ps-member .ps-member__actions .ps-member__action {
  --PS-COLOR--TEXT--LIGHT: #2a2e33;
  --PS-COLOR--APP: #e3e6e9;
  --PADD: 7px;
  --PADD--MD: 21px;
  display: inline-block;
  flex-grow: 0;
  box-shadow: none;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  border: none;
}
.ps-members .ps-member .ps-member__actions .ps-member__action:hover {
  --PS-COLOR--TEXT: #fff;
  background-color: #41484f;
}
.ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--follow:before, .ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--message:before {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--follow span, .ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--message span {
  vertical-align: middle;
  line-height: 1;
}
.ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--follow:before {
  content: "check_circle";
}
.ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--message:before {
  content: "email";
}
@media (min-width: 1025px) {
  .ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--follow, .ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--following {
    margin-left: -21px;
  }
  .ps-members .ps-member .ps-member__actions .ps-member__action.ps-member__action--message {
    margin-right: -21px;
  }
}
.ps-members .ps-member .ps-avatar--member {
  --large: 77px;
  --box-shadow: none;
  --border: 4px solid #fff;
}
.ps-members .ps-member .ps-avatar--member img {
  border: var(--border);
}
.ps-members .ps-member .ps-members-item-avatar {
  margin-right: 21px;
  padding: 0;
}
.ps-members .ps-member .ps-members-item-avatar .ps-avatar img {
  padding: 0;
}
.ps-members .ps-member .ps-members-item-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  max-width: inherit;
  padding-right: 0;
}
.ps-members .ps-member .ps-members-item-title {
  margin-top: 0;
  margin-bottom: 7px;
  color: #2186c4;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  font-family: "Poppins";
}
.ps-members .ps-member__options {
  --ACCENT-COLOR: #2186c4;
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu > a {
  color: var(--ACCENT-COLOR);
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu > a:hover {
  background-color: #e8f3f9;
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu i {
  color: var(--ACCENT-COLOR);
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu i:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: middle;
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu i.remove:before {
  content: "block";
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu i.warning-sign:before {
  content: "warning";
}
.ps-members .ps-member__options .ps-dropdown--menu .ps-dropdown__menu i.minus-sign:before {
  content: "remove_circle_outline";
}
.ps-members .ps-member__option {
  --PS-COLOR--TEXT: #fff;
  --PS-COLOR--APP--GRAY: #f9f9f8;
  width: 28px;
  height: 28px;
  line-height: 28px;
  box-shadow: none;
}
.ps-members .ps-member__option .ps-dropdown__toggle {
  color: #2a2e33;
  text-align: center;
}
.ps-members .ps-member__option .ps-dropdown__toggle:hover, .ps-members .ps-member__option .ps-dropdown__toggle:focus {
  color: #fff;
}
.ps-members .ps-member__option:hover, .ps-members .ps-member__option:focus {
  background-color: #41484f;
}
.ps-members .ps-member__option:hover .ps-dropdown__toggle, .ps-members .ps-member__option:focus .ps-dropdown__toggle {
  color: #fff;
}
.ps-members .ps-member__option:last-child {
  --PADD--MD: 21px;
}

.ps-member__action--following:before {
  margin-right: 5px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ps-member__action--following:before {
  content: "check_circle";
}
.ps-member__action--following:hover:before {
  content: "cancel";
}
.ps-member__action--following span {
  line-height: 1;
}

/* My Photos Widget
   ============================================== */
.ps-widget__photos {
  margin-top: -7px;
  margin-left: -7px;
  margin-right: -7px;
}
.ps-widget__photos .ps-widget__photos-item {
  width: 33.3333333%;
  padding: 7px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .ps-widget__photos .ps-widget__photos-item {
    width: 20%;
  }
}
.ps-widget__photos .ps-widget__photos-item img {
  border-radius: 7px;
}

.psw-photos {
  --PADD: 14px;
}

.psw-photos__photo-link {
  display: block;
}

.psw-photos__photo img {
  --BORDER-RADIUS--MD: 7px;
}

.psw-photos__more {
  --PADD--SM: 0;
  font-size: 100%;
}
.psw-photos__more a {
  color: #2186c4;
}

/* My Photos Page
   ============================================== */
.ps-photos-group .ps-photos {
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}

.ps-page__actions {
  margin-bottom: 0;
  padding-right: 28px;
}
@media (max-width: 765px) {
  .ps-page__actions {
    padding: 14px 0 16px 0;
  }
  .ps-page__actions .ps-theme-btn {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 14px;
  }
}

.site-main.both.profile-segment-about .ps-tabs .ps-tabs__item > a {
  padding: 14px;
  font-size: 14px;
}
.site-main.both .ps-page--group-members .ps-tabs .ps-tabs__item > a {
  padding: 14px 28px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .site-main.both .ps-page--group-members .ps-tabs .ps-tabs__item > a {
    padding: 7px;
    font-size: 12px;
  }
}

.ps-tabs {
  position: relative;
  margin: 0;
  box-shadow: none;
  border-radius: 7px;
}
.ps-tabs.ps-profile__edit-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  font-size: 100%;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 575px) {
  .ps-tabs.ps-profile__edit-tabs {
    justify-content: center;
  }
}
.ps-tabs.ps-profile__edit-tabs .ps-tabs__item > a {
  --tabs-text-color--hover: #2186c4;
  border-bottom: none;
}
.ps-tabs.ps-profile__edit-tabs .ps-tabs__item > a > span {
  font-size: 100%;
}
.ps-tabs .ps-tabs__item {
  position: relative;
  padding-bottom: 0;
  flex-grow: inherit;
  font-weight: 600;
  overflow: inherit;
  background-color: transparent;
  border-bottom: none;
  border-right: 2px solid #f1f2f4;
  border-bottom: 2px solid #f1f2f4;
}
@media (min-width: 576px) {
  .ps-tabs .ps-tabs__item {
    width: auto;
  }
}
@media (max-width: 575px) {
  .ps-tabs .ps-tabs__item {
    width: 50%;
  }
}
.ps-tabs .ps-tabs__item > a {
  --tabs-text-color: #2186c4;
  display: block;
  padding: 21px 28px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 21px;
  outline: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .ps-tabs .ps-tabs__item > a {
    font-size: 14px;
    padding: 14px;
  }
}
@media (max-width: 575px) {
  .ps-tabs .ps-tabs__item > a {
    font-size: 12px;
  }
}
.ps-tabs .ps-tabs__item > a:hover {
  background-color: transparent;
}
.ps-tabs .ps-tabs__item > a i {
  display: none;
}
.ps-tabs .ps-tabs__item:after, .ps-tabs .ps-tabs__item:before {
  display: none;
}
.ps-tabs .ps-tabs__item:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 576px) {
  .ps-tabs .ps-tabs__item.current, .ps-tabs .ps-tabs__item.ps-tabs__item--active {
    border-bottom-color: #fff;
  }
}
.ps-tabs .ps-tabs__item.current:first-child, .ps-tabs .ps-tabs__item.ps-tabs__item--active:first-child {
  border-radius: 7px 0 0 0;
}
.ps-tabs .ps-tabs__item.current:before, .ps-tabs .ps-tabs__item.ps-tabs__item--active:before {
  display: none;
}
.ps-tabs .ps-tabs__item.current:after, .ps-tabs .ps-tabs__item.ps-tabs__item--active:after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 6;
  bottom: 0;
  width: 100%;
  height: 2px;
  border: none;
  display: block;
  background-color: #fff;
  content: "";
}
.ps-tabs .ps-tabs__item.current > a, .ps-tabs .ps-tabs__item.ps-tabs__item--active > a {
  color: #2a2e33;
}
.ps-tabs .ps-tabs__item:hover > a {
  color: #2a2e33;
}

.ps-tabs__wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 575px) {
  .ps-tabs__wrapper {
    flex-direction: column;
  }
}
.ps-tabs__wrapper:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 2px;
  width: 100%;
  background-color: #f1f2f4;
  content: "";
}
.ps-tabs__wrapper .ps-page-actions {
  padding-right: 28px;
}
@media (max-width: 575px) {
  .ps-tabs__wrapper .ps-page-actions {
    padding: 14px 0;
  }
}

.ps-tabs {
  position: relative;
  z-index: 5;
}
.ps-tabs.ps-tabs--arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 575px) {
  .ps-tabs.ps-tabs--arrows {
    width: 100%;
  }
}
.ps-tabs.ps-tabs--arrows .ps-tabs__item--active:after {
  display: none;
}
.ps-tabs.ps-tabs--arrows:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f1f2f4;
  left: 0;
  z-index: -1;
}

.ps-album__filters {
  --PADD--MD: 28px;
}

.ps-photos__list {
  --PADD: 28px;
}
.ps-photos__list:not(:last-child) {
  margin-bottom: 28px;
}
.ps-photos__list + .ps-alert {
  margin-bottom: 0;
}

.ps-photos__list-item-overlay {
  border-radius: 7px;
  font-size: inherit;
  overflow: hidden;
}
.ps-photos__list-item-overlay .gcis.gci-search-plus:before {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: inherit;
  vertical-align: middle;
  content: "zoom_in";
}

.ps-photos__list-item--album .ps-photos__list-item-overlay {
  padding: 14px;
  line-height: 1rem;
}

.ps-album {
  padding: 21px 28px 28px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
}
.ps-album:not(:last-child) {
  margin-bottom: 28px;
}

.ps-album__desc-title {
  --PADD: 7px;
  --DIVIDER: #e3e6e9;
  font-size: 100%;
  border-bottom-width: 2px;
}

.ps-album__comments {
  --PS-COLOR--APP: #fff;
  --BORDER-RADIUS--MD: 7px;
  --BOX-SHADOW--HARD: none;
}

.ps-album__header {
  --PADD--MD: 28px;
}
.ps-album__header .ps-album__title {
  margin-bottom: 0;
  color: #2a2e33;
  font-size: 18px;
  line-height: 21px;
  font-family: "Poppins";
}
.ps-album__header .ps-album__title .gcis {
  display: none;
}

.ps-albums,
.ps-photos {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  padding: 14px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.ps-albums:not(:last-child),
.ps-photos:not(:last-child) {
  margin-bottom: 28px;
}
.ps-albums .ps-albums__item-wrapper,
.ps-albums .ps-photos__list-item,
.ps-photos .ps-albums__item-wrapper,
.ps-photos .ps-photos__list-item {
  margin: 0;
  padding: 14px;
  width: 50%;
  border-radius: 0;
}
@media (min-width: 481px) {
  .ps-albums .ps-albums__item-wrapper,
.ps-albums .ps-photos__list-item,
.ps-photos .ps-albums__item-wrapper,
.ps-photos .ps-photos__list-item {
    width: 33.3333333%;
  }
}

.ps-photos__list-item-inner > a {
  border-radius: 0;
}
.ps-photos__list-item-inner > a img {
  border-radius: 7px;
  object-fit: cover;
}

.ps-albums__item-overlay {
  overflow: hidden;
  border-radius: 0 0 7px 7px;
  padding: 7px;
  background: -moz-linear-gradient(top, rgba(16, 17, 19, 0.4) 0%, rgba(16, 17, 19, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(16, 17, 19, 0.4) 0%, rgba(16, 17, 19, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(16, 17, 19, 0.4) 0%, rgba(16, 17, 19, 0.8) 100%);
}

.ps-photos__list-item-title {
  margin-bottom: 7px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.ps-photos__list-item-details {
  padding: 0;
  font-size: 11px;
  line-height: inherit;
  color: #bfc1c3;
}

/* Latest Members
============================================== */
.ps-widget--members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .ps-widget--members {
    grid-template-columns: repeat(5, 1fr);
  }
}
.ps-widget--members .psw-members__item .ps-avatar img {
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
}
.ps-widget--members .psw-members__item .ps-avatar .ps-user__status--member {
  right: -3px;
  bottom: 5px;
  width: 17px;
  height: 17px;
  padding: 3px;
  line-height: 11px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

/* Community Hashtags
   ============================================== */
.ps-widget__hashtags {
  justify-content: flex-start;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: inherit;
  line-height: inherit;
}
.ps-widget__hashtags .ps-hashtag--box {
  padding: 7px 14px;
  margin: 0.25rem;
  color: #2a2e33 !important;
  line-height: 14px;
  background-color: #e3e6e9;
  border-radius: 14px;
}
.ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size10, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size20, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size30, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size40, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size50, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size60, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size70, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size80, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size90, .ps-widget__hashtags .ps-hashtag--box.ps-hashtag--size100 {
  font-size: 13px;
}
.ps-widget__hashtags .ps-hashtag--box:hover {
  color: #fff !important;
  background-color: #2186c4;
}

/* Community Media Widget
   ============================================== */
.mad-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}

.ps-video-item {
  border-radius: 7px;
  overflow: hidden;
}
.ps-video-item .video-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
  transition: all 0.25s ease;
}

.psw-media {
  --PADD: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767px) and (max-width: 992px) {
  .psw-media {
    grid-template-columns: repeat(5, 1fr);
  }
  .main-footer .psw-media {
    grid-template-columns: repeat(2, 1fr);
  }
}
.psw-media .ps-widget__videos-item {
  width: 100%;
  padding: 0;
}
.psw-media .ps-widget__videos-item .ps-video-item {
  position: relative;
}
.psw-media .ps-widget__videos-item .ps-video-item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
  transition: all 0.25s ease;
}
.psw-media .ps-widget__videos-item .ps-video-item:hover a:before {
  opacity: 0.5;
}
.psw-media .ps-widget__videos-item .ps-video-item:hover .mad-video-play {
  opacity: 1;
}

/* Community Media Page
   ============================================== */
.ps-video {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.ps-video.ps-js-videos {
  padding: 14px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.ps-video:not(:last-child):not(.mb-20) {
  margin-bottom: 28px;
}
.ps-video .ps-video-wrapper {
  padding: 14px;
  width: 50%;
}
@media (min-width: 481px) {
  .ps-video .ps-video-wrapper {
    width: 33.333333%;
  }
}
.ps-video .ps-video-wrapper .ps-video-item .video-item {
  position: relative;
  display: block;
}
.ps-video .ps-video-wrapper .ps-video-item .video-item:hover:before {
  opacity: 0.5;
}
.ps-video .ps-video-wrapper .ps-video-item .video-item:hover .mad-video-play {
  opacity: 1;
}

.ps-js-photos-triggerscroll {
  text-align: center;
}

.post-ajax-loader {
  margin: 0 auto;
}

.section-title-holder h5 {
  font-family: "Poppins";
}
.section-title-holder .ps-page-filters {
  max-width: 250px;
  min-width: 180px;
  margin-bottom: 0;
}

.ps-page-filters {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ps-page-filters {
    margin-bottom: 0;
  }
  .ps-page-filters .ps-filters-row:not(:last-child) {
    margin-bottom: 21px;
  }
}
.ps-page-filters .ps-filters-row .ps-select {
  height: auto;
}
@media (min-width: 992px) {
  .ps-page-filters .ps-filters-row .ps-select {
    margin-bottom: 0 !important;
    min-width: 180px;
  }
}

.peepso-datepicker {
  font-size: 100%;
}
.peepso-datepicker .ui-widget {
  font-family: inherit;
  background: #363c42;
  box-shadow: none;
  font-size: inherit;
}
.peepso-datepicker .ui-widget select {
  padding: 7px 21px;
  font-size: inherit;
  font-family: inherit;
}
.peepso-datepicker .ui-datepicker {
  width: 317px;
  padding: 0;
  border-radius: 7px;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-prev span:after,
.peepso-datepicker .ui-datepicker .ui-datepicker-next span:after {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-prev span:after {
  content: "arrow_back";
}
.peepso-datepicker .ui-datepicker .ui-datepicker-next span:after {
  content: "arrow_forward";
}
.peepso-datepicker .ui-datepicker .ui-datepicker-header {
  padding: 14px 40px;
  background-color: #363c42;
  font-size: inherit;
  border-radius: 7px 7px 0 0;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  line-height: inherit;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-buttonpane {
  padding: 14px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  border: none;
  background: #363c42;
  color: #2a2e33;
  border-radius: 0 0 7px 7px;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-buttonpane button {
  float: none;
  margin: 0;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 17px;
  background-color: #e3e6e9;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-buttonpane .ui-state-default {
  background: #e3e6e9;
  opacity: 1;
  border: none;
  font-weight: 600;
  color: #2a2e33;
  letter-spacing: 0.35px;
  font-family: inherit;
}
.peepso-datepicker .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  background-color: #f75411;
  color: #fff;
}
.peepso-datepicker .ui-datepicker table {
  font-size: inherit;
  border: none;
}
.peepso-datepicker .ui-datepicker table tr td:first-child {
  border-width: 0 1px 0 1px;
}
.peepso-datepicker .ui-datepicker thead {
  background: #2186c4;
}
.peepso-datepicker .ui-datepicker th {
  padding: 7px 0;
  border-top: none;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}
.peepso-datepicker .ui-datepicker td {
  padding: 7px;
  color: #75828f;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e7e8e9;
  transition: all 0.25s ease;
  opacity: 1;
}
.peepso-datepicker .ui-datepicker td .ui-state-default {
  padding: 0;
  color: #41484f;
  font-size: 14px;
  transition: all 0.25s ease;
}
.peepso-datepicker .ui-datepicker td .ui-state-active,
.peepso-datepicker .ui-datepicker td .ui-state-hover {
  position: relative;
  z-index: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  transition: all 0.25s ease;
}
.peepso-datepicker .ui-datepicker td .ui-state-active:before,
.peepso-datepicker .ui-datepicker td .ui-state-hover:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 28px;
  height: 28px;
  background-color: #f75411;
  border-radius: 50%;
  content: "";
  transition: all 0.25s ease;
}
.peepso-datepicker .ui-datepicker td.ui-state-disabled {
  background-color: #f4f5f5;
  color: #41484f;
}

.ps-box {
  border-radius: 7px;
  padding: 21px 28px;
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  background-color: #fff;
}

.ps-list-classic {
  line-height: 21px;
}

/* Chat
   ============================================== */
.ps-chat__window-header {
  --PADD: 21px;
  --BORDER-RADIUS--M: 7px;
  min-height: inherit;
  border-bottom: 2px solid #f1f2f4;
}

.ps-chat__window-header-name {
  --PADD: 14px;
  font-weight: 400;
  color: #2a2e33;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}

.ps-chat__window-header-dropdown > a {
  --PADD: 7px;
  --PADD--MD: 21px;
  border-bottom: 2px solid #f1f2f4;
}

.ps-chat__window-header-dropdown--open {
  --PS-COLOR--PRIMARY--DARK: #2186c4;
}

.ps-chat__window--active .ps-chat__window-header-action {
  --PS-COLOR--PRIMARY: #2186c4;
}
.ps-chat__window--active .ps-chat__window-input-addon {
  --PS-COLOR--PRIMARY: #2186c4;
}
.ps-chat__window--active .ps-chat__window-input-addon:hover {
  --PS-COLOR--PRIMARY--DARK: #2186c4;
}

.ps-chat__window-header-actions {
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 100%;
}
.ps-chat__window-header-actions .ps-chat__window-header-action {
  --PADD--SM: 4px;
  --PS-COLOR--TEXT--LIGHT: #2a2e33;
}
.ps-chat__window-header-actions .ps-chat__window-header-action .gcis:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: inherit;
  vertical-align: middle;
}
.ps-chat__window-header-actions .ps-chat__window-header-action .gcis.gci-cog:before {
  content: "settings";
}
.ps-chat__window-header-actions .ps-chat__window-header-action .gcis.gci-times:before {
  content: "close";
}

.ps-chat__message {
  --PADD: 21px;
  --PS-LINE-HEIGHT: inherit;
}
.ps-chat__message .ps-chat__message-attachments .ps-media {
  --PADD--SM: 0;
}

.ps-chat__message-content {
  --message-bg--me: #bee6fd;
  --message-text-color--me: #41484f;
  --BORDER-RADIUS--XL: 7px;
  --PADD--SM: 5px;
  --PADD: 10px;
  font-size: 14px;
}

.ps-chat__messages {
  --PADD: 21px;
}
.ps-chat__messages .ps-chat__message {
  --PADD: 21px;
}

.ps-chat__message-avatar {
  --PADD: 14px;
}

.ps-chat__message-delete {
  --PADD: 10px;
  --PS-COLOR--TEXT--LIGHT: #2186c4;
  font-size: 100%;
}
.ps-chat__message-delete .gcis.gci-trash-alt:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: inherit;
  vertical-align: middle;
  content: "delete";
}

.ps-chat__message--me .ps-chat__message-content {
  --message-bg--me: #bee6fd;
  --message-text-color--me: #41484f;
  font-size: 14px;
  font-weight: 400;
}

.ps-chat__message-time {
  --PADD--SM: 7px;
  --PS-COLOR--TEXT--LIGHT: #75828f;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.28px;
}
.ps-chat__message-time .gcir {
  display: none;
}

.ps-chat__window-footer {
  --window-footer-bg: #fff;
  border-top: 2px solid #f1f2f4;
}

.ps-chat__window-input-wrapper {
  padding: 21px;
}

.ps-chat__window-input {
  --PS-FONT-FAMILY: inherit;
  --PS-COLOR--TEXT: #75828f;
  border-radius: 21px;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
  width: 100%;
  height: 38px !important;
  min-height: inherit;
  padding: 7px 70px 7px 21px;
  font-size: 14px;
  line-height: 21px;
}
.ps-chat__window-input:hover, .ps-chat__window-input:focus {
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
  border-radius: 21px;
}

.ps-chat__window-input-addons > .ps-chat__window-input-addon {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
.ps-chat__window-input-addons > .ps-chat__window-input-addon.gci-camera {
  right: 69px;
}

.ps-chat__window-input-addon {
  --PS-COLOR--TEXT--LIGHTEN: #2186c4;
  --PADD--MD: 44px;
  position: static;
  margin-left: 4px;
  transform: translateX(0);
}

.ps-chat__window {
  height: 75px;
}

.ps-message__recipients-label {
  margin-bottom: 14px;
}

.ps-message__recipients-select {
  --PADD: 14px;
}

.ps-form.ps-form--messages-new .ps-postbox:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 46.24em) {
  .ps-page.ps-page--messages .ps-messages__inbox-action.ps-messages__inbox-action--new-message {
    --PADD: 0;
  }
}
.ps-page.ps-page--messages .ps-messages__inbox-action.ps-messages__inbox-action--new-message .ps-btn:before {
  margin-right: 3px;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: inherit;
  vertical-align: middle;
  content: "email";
}
.ps-page.ps-page--messages .ps-page-messages {
  box-shadow: 0 0 21px rgba(54, 60, 66, 0.07);
  border-radius: 7px;
  background-color: #fff;
}
.ps-page.ps-page--messages .ps-page-messages:not(:last-child) {
  margin-bottom: 21px;
}
.ps-page.ps-page--messages .ps-messages__header {
  padding: 28px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox {
  padding: 0 28px 28px 28px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__inbox-actions {
  --PADD: 21px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__inbox-action .ps-checkbox {
  --PADD--MD: 21px;
  --PADD: 7px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__inbox-action .ps-input__wrapper > .ps-input {
  padding: 5px 21px;
  margin-right: 7px;
  font-size: 13px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__inbox-action .ps-input__wrapper > .ps-btn {
  padding: 7px 28px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list {
  --PS-LINE-HEIGHT: inherit;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item {
  --PADD: 21px;
  --PADD--MD: 21px;
  --BORDER-RADIUS--MD: 7px;
  --BOX-SHADOW: none;
  --BOX-SHADOW--HARD: none;
  --PS-COLOR--APP: #f9f9f9;
  margin-bottom: 0;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item:not(:last-child) {
  margin-bottom: 14px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item:hover {
  background-color: #2186c4;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item:hover .ps-messages__list-item-author {
  color: #fff;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item:hover .ps-messages__list-item-excerpt {
  color: #f9f9f9;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item:hover .ps-messages__list-item-meta {
  color: #e3e6e9;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-avatar {
  --PADD: 14px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-author {
  color: #2186c4;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-excerpt {
  --PS-COLOR--TEXT--LIGHT: #41484f;
  font-size: 13px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-meta {
  --PS-COLOR--TEXT--LIGHT: #75828f;
  font-size: 11px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-meta > .gcis.gci-clock {
  font-family: "Material Icons Outlined";
  font-weight: 400;
  vertical-align: middle;
  font-size: 11px;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-meta > .gcis.gci-clock:before {
  content: "access_time";
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-meta span {
  vertical-align: middle;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-checkbox {
  --PADD: 0;
}
.ps-page.ps-page--messages .ps-form.ps-messages__inbox .ps-messages__list .ps-messages__list-item .ps-messages__list-item-checkbox input[type=checkbox] + .ps-checkbox__label {
  padding-left: 49px;
}
.ps-page.ps-page--messages .ps-messages__search-inner .ps-btn {
  --PADD: 7px;
  --radius: 50%;
}
.ps-page.ps-page--messages .ps-messages__search-inner .ps-btn.ps-btn--cp {
  --PADD: 11px;
}
.ps-page.ps-page--messages .ps-messages__pagination {
  --PADD--MD: 0;
  --PS-COLOR--APP: transparent;
  --BORDER-RADIUS--MD: 0;
  --BOX-SHADOW--HARD: none;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner {
  justify-content: center;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item {
  --PADD: 0;
  --PADD--MD: 0;
  font-size: 14px;
  border-radius: 17px;
  background-color: #2186c4;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item:not(:first-child) {
  margin-left: 7px;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item:not(.ps-messages__pagination-item--prev):not(.ps-messages__pagination-item--next) {
  padding: 4px 21px;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item.ps-messages__pagination-item--prev, .ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item.ps-messages__pagination-item--next {
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item.ps-messages__pagination-item--prev:hover, .ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item.ps-messages__pagination-item--next:hover {
  color: #191c1f;
  background-color: #7ecefc;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item.ps-messages__pagination-item--total {
  font-size: 100%;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item i:before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item i.gci-angle-left:before {
  content: "arrow_back";
}
.ps-page.ps-page--messages .ps-messages__pagination .ps-messages__pagination-inner > .ps-messages__pagination-item i.gci-angle-right:before {
  content: "arrow_forward";
}

.ps-conversation {
  --PS-COLOR--APP: #fff;
}

.ps-conversation__header {
  --bg: #fff;
  --BORDER-RADIUS--MD: 7px;
  --BOX-SHADOW--HARD: none;
}

.ps-conversation__header-inner {
  padding: 14px 28px;
}
.ps-conversation__header-inner .ps-conversation__actions .ps-btn {
  --PADD: 0;
  --PS-COLOR--TEXT--LIGHT: #2a2e33;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.ps-conversation__header-inner .ps-conversation__actions .ps-btn:hover, .ps-conversation__header-inner .ps-conversation__actions .ps-btn:focus, .ps-conversation__header-inner .ps-conversation__actions .ps-btn.active {
  background-color: #41484f;
  color: #fff;
}
.ps-conversation__header-inner .ps-conversation__actions .ps-btn:not(:first-child) {
  margin-left: 4px;
}
.ps-conversation__add {
  --PADD: 28px;
}

.ps-conversation__participants {
  padding: 21px 28px;
  font-size: 100%;
  font-weight: 600;
  border-top: 2px solid #f1f2f4;
}
.ps-conversation__participants span {
  color: #2a2e33;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 21px;
}
.ps-conversation__participants span a {
  color: #2186c4;
}
.ps-conversation__participants .ps-conversation__status {
  display: none;
}
.ps-conversation__chat {
  --bg: #fff;
  --BOX-SHADOW--HARD: none;
}
.ps-conversation__chat .ps-chat__message-content {
  font-size: 14px;
}
.ps-conversation__chat .ps-chat__message {
  --PADD--MD: 21px;
}

@media (max-width: 575px) {
  .psm-avatar {
    display: flex;
    flex-direction: column;
  }
}

.selectize-input {
  display: block;
  padding: 7px 21px;
  border-radius: 21px;
  border: 2px solid #e3e6e9;
  box-shadow: none;
}
.selectize-input.focus {
  box-shadow: none;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 5px 5px 0;
  padding: 2px 6px;
  background: #2186c4;
  color: #fff;
  border: none;
}
.selectize-control.multi .selectize-input > div.active {
  background: #2186c4;
  border: none;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 21px;
  padding-right: 21px;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: none;
  border-radius: 7px;
  background: #2186c4;
  box-shadow: none;
}
.selectize-control.multi .selectize-input [data-value] > img {
  border-radius: 50%;
}
.selectize-control.multi .selectize-input [data-value].active {
  background: #2186c4;
}

.selectize-dropdown {
  box-shadow: none;
  margin-top: -2px;
}

.ps-message__recipients-select .selectize-input {
  --PS-FONT-FAMILY: inherit;
  --PS-COLOR--TEXT: #75828f;
  --PS-COLOR--APP--GRAY: #f9f9f9;
  --BOX-SHADOW--HARD: none;
  border-radius: 21px;
  line-height: 21px;
  border: 2px solid #e3e6e9;
}
.ps-message__recipients-select .selectize-dropdown {
  --DIVIDER: #e3e6e9;
  --PS-COLOR--APP--GRAY: #f9f9f9;
  border: 2px solid var(--DIVIDER);
}

.ps-message__postbox {
  border-radius: 21px;
  border: 2px solid #e3e6e9;
  background-color: #f9f9f9;
}
.ps-message__postbox .ps-postbox__content {
  border-bottom: 2px solid #e3e6e9;
}
.ps-message__postbox .ps-postbox__menu-item a.ps-postbox__menu-item-link {
  padding: 16px 7px;
}
.ps-message__postbox .ps-postbox__menu-item.ps-postbox__menu-item--type .ps-tooltip {
  border-radius: 0 0 0 21px;
}

.peepso .selectize-input [data-value] > a.remove,
.ps-modal__wrapper .selectize-input [data-value] > a.remove {
  top: 0;
}

.ps-giphy__search {
  padding: 7px;
  border-top: none;
}

.ps-giphy__wrapper {
  border-radius: 21px;
  overflow: hidden;
}

.ps-navbar {
  --PADD--MD: 21px;
  --BORDER-RADIUS--XL: 7px;
  --bg: #fff;
  --shadow: none;
}

.ps-navbar__menu-link {
  --PADD: 21px;
  --PADD--SM: 7px;
  --link-color: #75828f;
}

.ps-navbar__menu-item--home > a {
  --link-color--hover: #75828f;
}

@media (min-width: 46.25em) {
  .ps-navbar__menu-link:hover,
.ps-navbar__menu-link:focus {
    --link-color--hover: #75828f;
  }
}
.ps-postbox__poll .ps-postbox__poll-option {
  --PADD--SM: 7px;
}
.ps-postbox__poll .ps-postbox__poll-option > .ps-btn.ps-btn--cp {
  --padd: 0;
  --PADD: 0;
  text-align: center;
  border-radius: 50% !important;
  width: 44px;
  line-height: 44px;
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
