@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatey {
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotatey {
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.rotatey {
  animation: rotatey 0.5s linear 0s normal none 1 running;
  -webkit-animation: rotatey 0.5s linear 0s normal none 1 running;
}

/* 1. base */
body {
  overflow-x: hidden;
}

.wp-block-image,
.wp-block-gallery {
  margin-bottom: 28px;
}

figcaption {
  margin-top: 15px;
}

button, .btn,
a {
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mfp-container {
  overflow-x: hidden;
}

fieldset {
  clear: both;
  overflow: hidden;
}

textarea {
  resize: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--foogra-text-color);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--foogra-text-color);
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--foogra-text-color);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--foogra-text-color);
}

ol ol, ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
}

.post-password-form input[type="submit"] {
  background: var(--foogra-theme-color);
  color: #fff;
  border: none;
  padding: 5px 25px;
}

a:focus, .btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}

.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

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

.login-popup .mfp-content {
  max-width: 810px;
}

.login-popup .mfp-content .msg-inner {
  padding: 15px;
}

@media (min-width: 1200px) {
  .login-popup .mfp-content .msg-inner {
    padding: 1.875rem;
  }
}

.login-popup.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.login-popup .mfp-close {
  border: 0;
  background-color: transparent !important;
  top: 18px;
  right: 15px;
  color: #006c70;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.login-popup .mfp-close:hover, .login-popup .mfp-close:focus {
  color: #dc3545;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.apus-mfp-zoom-in .mfp-content {
  max-width: 500px;
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .apus-mfp-zoom-in .mfp-content {
    padding: 1.875rem;
  }
}

.apus-mfp-zoom-in.login-popup .mfp-content {
  height: auto;
}

.apus-mfp-zoom-in.login-popup .form-login-register-inner {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.apus-mfp-zoom-in .advance-search-wrapper {
  height: 100%;
}

.mfp-bg {
  background-color: #222;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.apus-quickview .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 1200px) {
  .apus-quickview .mfp-inline-holder .mfp-content {
    width: 1200px;
    min-height: 400px;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .details-product {
  padding: 35px 20px 20px;
  overflow: hidden;
  margin: 0 !important;
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 0;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
  overflow: auto;
}

.apus-quickview .mfp-inline-holder .mfp-content .information-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 1.875rem 0 1.875rem 1.875rem;
  }
  .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 1.875rem 0 0;
  }
}

@media (max-width: 767px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product .information {
    padding-top: 10px;
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
  background: transparent !important;
  color: var(--foogra-text-color);
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
  color: #dc3545;
}

.apus-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
  margin-top: 16px;
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel {
  margin-left: -8px;
  margin-right: -8px;
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}

.action[aria-expanded="true"] b {
  border: none;
}

.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

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

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}

ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: var(--foogra-theme-color);
}

ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: var(--foogra-theme-color);
}

ul.list-square > li > a {
  display: block;
  padding-left: 20px;
  position: relative;
}

ul.list-square > li > a:before {
  content: '';
  background: var(--foogra-link-color);
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  display: inline-block;
  content: "/";
  color: var(--foogra-text-color);
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 5px;
}

.apus-breadscrumb {
  background-color: transparent;
}

.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.apus-breadscrumb .active {
  color: var(--foogra-text-color);
}

.apus-breadscrumb a {
  color: var(--foogra-text-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-breadscrumb a:hover, .apus-breadscrumb a:focus {
  color: var(--foogra-link-color);
  text-decoration: underline;
}

.apus-breadscrumb .wrapper-breads {
  text-align: center;
  padding: 1.25rem 0;
}

@media (min-width: 1200px) {
  .apus-breadscrumb .wrapper-breads {
    padding: 3.5rem 0;
  }
}

.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  font-size: 1.125rem;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .apus-breadscrumb .bread-title {
    font-size: 1.875rem;
  }
}

.apus-breadscrumb.has_bg {
  background-color: rgba(10, 35, 87, 0.9);
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .apus-breadscrumb.has_bg {
    margin-bottom: 3.125rem;
  }
}

.apus-breadscrumb.has_bg .wrapper-breads {
  padding: 1.875rem 0;
}

@media (min-width: 1200px) {
  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 6.25rem 0;
  }
}

.apus-breadscrumb.has_bg li::before,
.apus-breadscrumb.has_bg .active,
.apus-breadscrumb.has_bg a,
.apus-breadscrumb.has_bg .bread-title {
  color: #fff !important;
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--foogra-link-color);
}

.search-form .btn {
  padding: 1.875rem 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 300px !important;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
  box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}

.ui-autocomplete.ui-widget-content li:hover .team-agent-list-label, .ui-autocomplete.ui-widget-content li:focus .team-agent-list-label {
  color: var(--foogra-theme-color);
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 4;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: var(--foogra-theme-color);
  color: #fff;
}

@media (min-width: 1200px) {
  .add-fix-top {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.add-fix-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 1200px) {
  .add-fix-top.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.add-fix-top.active:focus, .add-fix-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.menu {
  padding: 0;
  margin: 0;
}

.menu li {
  list-style: none;
  margin-bottom: 8px;
}

.menu li:last-child {
  margin-bottom: 0;
}

.menu ul {
  padding-left: 20px;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.apus-loader-inner .loader1 {
  background-color: #e39505;
}

.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center;
}

.tab-product-center .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 !important;
}

.tab-product-center .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: var(--foogra-link-color);
  outline: none !important;
}

.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
  color: var(--foogra-theme-color);
}

.tab-product-center .tab-content {
  position: relative;
}

.tab-product-center .tab-content.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}

.page-links .page-links-title {
  font-weight: normal;
  color: var(--foogra-link-color);
}

.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
  padding: 10px 13px;
  border-radius: 2px;
  border: 1px solid #EAEAEA;
  color: var(--foogra-link-color);
}

.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

option {
  padding: 5px;
}

.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
  position: relative;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  color: #fff;
  background: #dc3545;
  text-transform: capitalize;
  font-size: 14px;
  width: 80px;
  height: 36px;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
  background: #d32535;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}

.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}

.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}

.show-search:hover, .show-search:active, .show-search:focus {
  color: var(--foogra-theme-color);
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #EAEAEA;
  min-width: 114px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #EAEAEA;
  padding: 9px 10px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: var(--foogra-link-color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: var(--foogra-link_hover_color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}

.apus-header .wpml-ls-legacy-dropdown {
  width: auto;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #EAEAEA;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: var(--foogra-theme-color);
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px;
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible;
}

.apus_socials {
  list-style: none;
  padding: 0;
}

.apus_socials li {
  display: inline-block;
  margin-right: 10px;
}

.apus_socials li:last-child {
  margin: 0;
}

.apus_socials a {
  border: 1px solid #dce1e6;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-indent: 2px;
}

.apus_socials a:hover, .apus_socials a:focus {
  color: #fff !important;
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

.apus_socials a.facebook {
  color: #3c66c4;
}

.apus_socials a.twitter {
  color: #00aced;
}

.apus_socials a.pinterest {
  color: #bd081c;
}

.apus_socials a.google-plus {
  color: #dc473a;
}

.apus_socials a.instagram {
  color: #bc44bd;
}

.apus_socials.style2 a {
  border-color: #47586d;
}

.select2-container {
  outline: none !important;
}

.select2-container.select2-container--default .select2-search--dropdown {
  padding: 0 20px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border-color: #EAEAEA;
  border-width: 0 0 1px;
  border-radius: 0;
  height: 40px;
  font-size: 0.875rem;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #c4c4c4;
}

.select2-results__option {
  padding: 5px 10px;
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid #EAEAEA !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px !important;
  min-width: 160px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 215px !important;
  scrollbar-width: thin;
}

.select2-results > .select2-results__options {
  padding: 5px 15px;
}

.select2-results .select2-results__option {
  font-size: -0.125rem;
  color: var(--foogra-text-color);
  padding: 6px 0;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid #EAEAEA;
}

.select2-results .select2-results__option:last-child {
  border-bottom: 0;
}

.select2-container--default.select2-container .select2-selection--single {
  height: calc(1.7em + (1.625rem + 2px));
  background: #fff;
  outline: none !important;
  border-radius: 3px !important;
  border: 1px solid #EAEAEA;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 12px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.7em + (1.625rem + 2px));
  color: var(--foogra-text-color);
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--foogra-text-color);
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:hover, .select2-container--default.select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #dc3545;
}

.select2-container--default.select2-container .select2-selection--multiple {
  height: calc(1.7em + (1.625rem + 2px));
  outline: none !important;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice {
  border: 0;
  color: var(--foogra-theme-color);
  background-color: var(--foogra-theme-color-007);
}

.select2-container--default.select2-container.select2-container--open .select2-selection--multiple {
  border-color: var(--foogra-theme-color);
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #dddddd;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: var(--foogra-theme-color);
  background-color: #fff;
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
  color: var(--foogra-theme-color);
  background-color: #fff;
}

@media (min-width: 992px) {
  .customizer-search.customizer-search-halpmap > .select2-dropdown {
    margin-top: 10px;
  }
}

.select2-container.orderby .select2-dropdown {
  margin-top: 5px;
}

.nav-tabs-custom {
  border: 1px solid #e8ebef;
  margin: 47px 0 0;
}

.nav-tabs-custom > .nav-tabs {
  margin-top: -47px;
  margin-left: -1px;
}

.nav-tabs-custom .tab-content > .tab-pane {
  padding: 0 1em;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

section#medical .col-md-3.col-sm-4,
.fontawesome-icon-list .col-md-3.col-sm-4 {
  padding: 10px;
}

.bs-glyphicons {
  padding: 0;
}

.bs-glyphicons li {
  width: 24.5%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e8edef;
  display: inline-block;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.apus-social-share .bo-social-icons {
  text-align: center;
}

.apus-social-share .bo-social-icons a {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 0.8125rem;
  display: inline-block;
  border: 1px solid #ededed;
  font-weight: 500;
  padding: 8px 15px;
  line-height: 17px;
  border-radius: 3px;
  margin: 0 5px 5px 5px;
}

.apus-social-share .bo-social-icons a.facebook {
  color: #3b5998;
}

.apus-social-share .bo-social-icons a.facebook:hover, .apus-social-share .bo-social-icons a.facebook:focus {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.apus-social-share .bo-social-icons a.twitter {
  color: #1da1f2;
}

.apus-social-share .bo-social-icons a.twitter:hover, .apus-social-share .bo-social-icons a.twitter:focus {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.apus-social-share .bo-social-icons a.pinterest {
  color: #dd4b39;
}

.apus-social-share .bo-social-icons a.pinterest:hover, .apus-social-share .bo-social-icons a.pinterest:focus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.apus-social-share .bo-social-icons i {
  margin-right: 6px;
  font-size: 1rem;
  line-height: 1;
  vertical-align: top;
}

.box-account .title {
  margin: 0 0 20px;
  font-size: 25px;
}

.space-height-20 {
  height: 20px;
  width: 100%;
  overflow: hidden;
}

.filter-scroll {
  height: 100%;
}

.tooltip {
  z-index: 4;
}

.flaticon-repeat:before {
  content: "\f129";
  font-family: "Flaticon";
}

.affix {
  position: fixed !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #24324a;
}

.tooltip.top .tooltip-inner {
  padding: 5px 15px;
  background-color: #24324a;
  color: #fff;
  border-radius: 3px;
}

.apus-results {
  margin-top: 10px;
}

.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #dc3545;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-results .apus-results-reset:hover, .apus-results .apus-results-reset:active {
  color: #fff;
  background: #bd2130;
}

.ajax-pagination {
  text-align: center;
  margin: 10px 0;
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none;
}

.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 50px;
  display: block;
}

.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
  display: none;
}

.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
  display: block;
  color: #dc3545;
}

.ajax-listings-pagination {
  text-align: center;
}

.ajax-listings-pagination .apus-loadmore-btn {
  display: none;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-loadmore-btn {
  display: inline-block;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-allproducts {
  display: none;
}

.wp-block-button .wp-block-button__link {
  border-radius: 3px;
}

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

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
  color: #fff;
}

.wp-block-button .wp-block-button__link:not(.has-background):hover, .wp-block-button .wp-block-button__link:not(.has-background):focus {
  color: #fff;
  background-color: var(--foogra-theme-hover-color);
  border-color: var(--foogra-theme-hover-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--foogra-theme-color);
  color: var(--foogra-theme-color);
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  white-space: pre-line;
}

dl {
  margin-bottom: 24px;
}

table {
  width: 100%;
  border: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

table th, table td {
  border: 1px solid #EAEAEA;
  padding: 8px 15px;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 1.875rem;
  position: relative;
  padding: 0px;
  background: transparent;
}

.widget .wp-block-group__inner-container > h1,
.widget .wp-block-group__inner-container > h2,
.widget .wp-block-group__inner-container > h3,
.widget .wp-block-group__inner-container > h4,
.widget .wp-block-group__inner-container > h5,
.widget .wp-block-group__inner-container > h6 {
  margin: 0 0 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}

.widget .wp-block-group__inner-container > h1 + ul,
.widget .wp-block-group__inner-container > h2 + ul,
.widget .wp-block-group__inner-container > h3 + ul,
.widget .wp-block-group__inner-container > h4 + ul,
.widget .wp-block-group__inner-container > h5 + ul,
.widget .wp-block-group__inner-container > h6 + ul {
  margin: 0;
  padding-left: 0;
}

.widget .wp-block-group__inner-container > h1 + ul li,
.widget .wp-block-group__inner-container > h2 + ul li,
.widget .wp-block-group__inner-container > h3 + ul li,
.widget .wp-block-group__inner-container > h4 + ul li,
.widget .wp-block-group__inner-container > h5 + ul li,
.widget .wp-block-group__inner-container > h6 + ul li {
  list-style: none;
  margin-bottom: 12px;
}

.widget .wp-block-group__inner-container > h1 + ul li:last-child,
.widget .wp-block-group__inner-container > h2 + ul li:last-child,
.widget .wp-block-group__inner-container > h3 + ul li:last-child,
.widget .wp-block-group__inner-container > h4 + ul li:last-child,
.widget .wp-block-group__inner-container > h5 + ul li:last-child,
.widget .wp-block-group__inner-container > h6 + ul li:last-child {
  margin-bottom: 0;
}

.widget .wp-block-group__inner-container > h1 + ul li a,
.widget .wp-block-group__inner-container > h2 + ul li a,
.widget .wp-block-group__inner-container > h3 + ul li a,
.widget .wp-block-group__inner-container > h4 + ul li a,
.widget .wp-block-group__inner-container > h5 + ul li a,
.widget .wp-block-group__inner-container > h6 + ul li a {
  color: var(--foogra-text-color);
}

.widget .wp-block-group__inner-container > h1 + ul li a:before,
.widget .wp-block-group__inner-container > h2 + ul li a:before,
.widget .wp-block-group__inner-container > h3 + ul li a:before,
.widget .wp-block-group__inner-container > h4 + ul li a:before,
.widget .wp-block-group__inner-container > h5 + ul li a:before,
.widget .wp-block-group__inner-container > h6 + ul li a:before {
  content: '»';
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4rem;
}

@media (min-width: 1200px) {
  .widget .wp-block-group__inner-container > h1 + ul li a:before,
  .widget .wp-block-group__inner-container > h2 + ul li a:before,
  .widget .wp-block-group__inner-container > h3 + ul li a:before,
  .widget .wp-block-group__inner-container > h4 + ul li a:before,
  .widget .wp-block-group__inner-container > h5 + ul li a:before,
  .widget .wp-block-group__inner-container > h6 + ul li a:before {
    margin-right: 0.625rem;
  }
}

.widget .wp-block-group__inner-container > h1 + ul li:hover > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h2 + ul li:hover > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h3 + ul li:hover > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h4 + ul li:hover > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h5 + ul li:hover > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h6 + ul li:hover > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat > a {
  color: var(--foogra-theme-color);
}

.widget .wp-block-group__inner-container > h2 {
  font-size: 1rem;
}

.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-size: 1rem;
  margin: 0 0 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}

.widget .widget-title .urgent,
.widget .widget-title .featured, .widget .widgettitle .urgent,
.widget .widgettitle .featured, .widget .widget-heading .urgent,
.widget .widget-heading .featured {
  font-size: 0.75rem;
}

.sidebar .widget,
.apus-sidebar .widget {
  margin: 0 0 1.875rem;
}

@media (min-width: 1200px) {
  .sidebar .widget,
  .apus-sidebar .widget {
    margin-bottom: 40px;
  }
}

.sidebar .widget.widget_tag_cloud,
.apus-sidebar .widget.widget_tag_cloud {
  padding-bottom: 15px;
}

.sidebar .widget_calendar .calendar_wrap,
.apus-sidebar .widget_calendar .calendar_wrap {
  overflow-x: auto;
}

.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #EAEAEA;
  border-width: 0 1px 1px;
}

.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0;
}

.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
  margin-left: -6px;
  margin-right: -6px;
}

.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
  margin-bottom: 1.875rem;
}

.sidebar-blog > .sidebar-right {
  padding-left: 0.625rem;
}

.sidebar-blog > .sidebar-left {
  padding-right: 0.625rem;
}

.page-shop .sidebar .widget .widget-title, .page-shop .sidebar .widget .widgettitle, .page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.apus-footer .widget .widget-title {
  margin-bottom: 0.9375rem;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.apus-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  top: inherit;
  bottom: 100%;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.apus-footer .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.apus-footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  color: #ccc;
  background-color: #FFFFFF12;
  font-size: 0.75rem;
}

.apus-footer .currencies-wrapper .dropdown-toggle {
  font-size: 0.75rem;
}

.apus-footer .currencies-wrapper .dropdown-menu {
  top: inherit;
  bottom: 100%;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.apus-footer .currencies-wrapper:hover .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* 3. form */
.btn-action-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1rem;
  text-align: center;
  color: var(--foogra-text-color);
  background: #F4F4F4;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-action-icon:hover, .btn-action-icon:focus {
  color: #fff;
  background: var(--foogra-theme-color);
}

.btn-action-icon.rejec:hover, .btn-action-icon.rejec:focus {
  color: #fff;
  background: #ffc107;
}

.btn-action-icon.rejec.rejected {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn-action-icon.download:hover, .btn-action-icon.download:focus {
  color: #fff;
  background: #222;
}

.btn-action-icon[class*="remove"]:hover, .btn-action-icon[class*="remove"]:focus {
  color: #fff;
  background: #dc3545;
}

.btn-action-icon:before {
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: var(--foogra-link-color);
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-action-icon.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important;
}

.btn-action-icon.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.list-action [class*="btn"] {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  font-weight: 500;
  color: var(--foogra-text-color);
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.list-action [class*="btn"]:hover, .list-action [class*="btn"]:focus {
  color: var(--foogra-theme-color);
  background-color: #fff;
}

.list-action [class*="btn"] i {
  margin-right: 8px;
}

.list-action [class*="btn-added"] {
  color: var(--foogra-theme-color);
  background-color: #fff;
}

.list-action [class*="btn"].loading i:before {
  display: inline-block;
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.list-action > * {
  display: inline-block;
  margin-right: 5px;
}

.list-action > *:last-child {
  margin-right: 0;
}

.view_all {
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.view_all i {
  display: inline-block;
  margin-left: 10px;
}

.view_all:hover {
  -webkit-animation: slideIcon 0.6s linear 0s 1 normal;
  /* Safari 4.0 - 8.0 */
  animation: slideIcon 0.6s linear 0s 1 normal;
}

.pre {
  margin-right: 0.4rem !important;
}

.next {
  margin-left: 0.4rem !important;
}

.btn-candidate-alert:before,
.btn-job-alert:before {
  content: "\f142";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 25px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block;
}

.btn-second {
  background: var(--foogra-second-color);
  border-color: var(--foogra-second-color);
  color: var(--foogra-link-color);
}

.btn-second:active, .btn-second:hover {
  background: var(--foogra-second-hover-color);
  border-color: var(--foogra-second-hover-color);
  color: #fff;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #0d6efd;
  background: #0d6efd;
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #198754;
  color: #198754;
}

.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #198754;
  background: #198754;
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #0dcaf0;
  background: #0dcaf0;
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #dc3545;
  background: #dc3545;
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ffc107;
  background: #ffc107;
}

.btn-inverse.btn-primary:hover {
  color: #0d6efd;
  background: #FFFFFF;
}

.btn-inverse.btn-success:hover {
  color: #198754;
  background: #FFFFFF;
}

.btn-inverse.btn-info:hover {
  color: #0dcaf0;
  background: #FFFFFF;
}

.btn-inverse.btn-danger:hover {
  color: #dc3545;
  background: #FFFFFF;
}

.btn-inverse.btn-warning:hover {
  color: #ffc107;
  background: #FFFFFF;
}

.btn-inverse.btn-theme:hover {
  color: var(--foogra-theme-color);
  background: #FFFFFF;
}

.btn-inverse.btn-second:hover {
  color: var(--foogra-second-color);
  background: #FFFFFF;
}

.view-more-btn i {
  margin-left: 12px;
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: var(--foogra-theme-color) !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--foogra-theme-color);
}

.reamore i {
  margin-left: 8px;
}

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  line-height: 1.42857143;
}

.btn-browse:hover, .btn-browse:focus {
  background: var(--foogra-theme-color);
  color: #fff;
  border-color: var(--foogra-theme-color);
}

.apus-loadmore-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #24324A;
  text-transform: capitalize;
  font-weight: 600;
  color: #24324A;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 3px;
  position: relative;
}

@media (min-width: 1200px) {
  .apus-loadmore-btn {
    padding: 10px 40px;
  }
}

.apus-loadmore-btn:hover, .apus-loadmore-btn:focus {
  color: #fff;
  border-color: #24324A;
  background-color: #24324A;
}

.apus-loadmore-btn.loading {
  border-color: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
}

.apus-loadmore-btn.loading:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.viewmore-products-btn {
  position: relative;
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--foogra-theme-color);
}

.btn-theme.btn-white {
  background: #fff;
  color: var(--foogra-theme-color) !important;
  border-color: #fff;
}

.btn-theme.btn-white:active, .btn-theme.btn-white:hover {
  background-color: var(--foogra-theme-color);
  color: #fff !important;
  border-color: var(--foogra-theme-color);
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf;
}

.btn-purple:active, .btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7;
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f;
}

.btn-brown:focus, .btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39;
}

.btn-back:focus, .btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--foogra-link-color);
  border-color: #fff;
}

.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--foogra-link-color);
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-readmore {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--foogra-link-color);
  font-size: 0.75rem;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 30px;
}

.btn-readmore:hover, .btn-readmore:focus {
  background-color: #fff;
}

.btn-underline {
  font-weight: 500;
  text-decoration: underline;
}

.btn-underline.white {
  color: #fff !important;
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-theme {
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
  color: #fff;
}

.btn-theme:active, .btn-theme:hover {
  background: var(--foogra-theme-hover-color);
  border-color: var(--foogra-theme-hover-color);
  color: #fff;
}

.btn-green {
  color: #48C740;
  background-color: #fff;
  border-color: #48C740;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-green:hover {
  color: #000;
  background-color: white;
  border-color: #5acd53;
}

.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: white;
  border-color: #5acd53;
  box-shadow: 0 0 0 0.25rem rgba(72, 199, 64, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #5acd53;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 199, 64, 0.5);
}

.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: #fff;
  border-color: #48C740;
}

.btn-dark {
  color: #0D263B;
  background-color: #fff;
  border-color: #0D263B;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-dark:hover {
  color: #000;
  background-color: white;
  border-color: #253c4f;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #000;
  background-color: white;
  border-color: #253c4f;
  box-shadow: 0 0 0 0.25rem rgba(13, 38, 59, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #253c4f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 38, 59, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #000;
  background-color: #fff;
  border-color: #0D263B;
}

.btn-theme.btn-outline {
  color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

.btn-outline.btn-green {
  color: #48C740;
  border-color: #48C740;
  background: transparent;
}

.btn-outline.btn-green:hover, .btn-outline.btn-green:active {
  color: #fff;
  background: #48C740;
  border-color: #48C740;
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 0.8125rem;
}

.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 3px !important;
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #e5e5e5;
  color: #cccccc;
  font-size: 14px;
  height: 34px;
}

.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-form .input-group-addon {
  border: 0;
  background: #e5e5e5;
  border-radius-left: 4px;
}

.btn-compare,
.btn-favorites {
  font-size: 21px;
}

.btn-compare .count,
.btn-favorites .count {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: var(--foogra-theme-color);
  border-radius: 50%;
  padding: 4px 6px;
  vertical-align: top;
  margin-top: -2px;
  margin-left: -12px;
}

.btn-underline {
  text-decoration: underline;
}

.btn-underline:hover {
  color: var(--foogra-theme-color);
}

.btn-view-all-photos {
  background-color: #fff;
}

.btn-view-all-photos i {
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .btn-view-all-photos {
    padding: 5px 10px;
  }
}

.view-my-listings i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}

.btn-view {
  font-weight: 500;
  white-space: nowrap;
  color: var(--foogra-theme-color);
}

.btn-view:hover, .btn-view:focus {
  color: var(--foogra-link-color);
}

.btn-show-filter i {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
}

.btn-app {
  line-height: 1;
  color: #fff;
  background-color: var(--foogra-theme-color);
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
}

@media (min-width: 1200px) {
  .btn-app {
    padding: 15px 25px;
  }
}

.btn-app:hover, .btn-app:focus {
  color: #fff;
  background-color: var(--foogra-theme-hover-color);
}

.btn-app .app-icon {
  font-size: 20px;
  line-height: 1;
  width: 20px;
}

@media (min-width: 1200px) {
  .btn-app .app-icon {
    width: 25px;
    font-size: 25px;
  }
}

.btn-app .inner {
  padding-left: 20px;
  flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
}

.btn-app .name-app {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 7px;
}

.btn-app .sub {
  font-size: 12px;
}

.btn-light-theme {
  border: 0;
  text-transform: uppercase;
  background-color: var(--foogra-theme-color-010);
  color: var(--foogra-theme-color);
  padding: 11px 35px;
}

.btn-light-theme:hover, .btn-light-theme:focus {
  color: #fff;
  background-color: var(--foogra-theme-color);
}

.filter {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  font-size: 1.3125rem;
  color: #444;
  line-height: 1;
}

.filter:hover, .filter:focus {
  color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

.save-search-btn,
.reset-search-btn {
  white-space: nowrap;
}

.save-search-btn i,
.reset-search-btn i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.mobile-menu-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 18px;
  line-height: 1;
  border-top: 2px solid #222222;
  margin-top: -1px;
}

.mobile-menu-icon:after, .mobile-menu-icon:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #222222;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.mobile-menu-icon:before {
  bottom: 50%;
}

.header-mobile .glyphter-sign::before {
  font-size: 20px;
}

/* 4. layout */
/*------------------------------------*\
    Header
\*------------------------------------*/
body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.together-sidebar-account:hover {
  color: var(--foogra-theme-color);
}

.top-wrapper-menu {
  position: relative;
}

.top-wrapper-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}

.top-wrapper-menu .space {
  margin: 0 7px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.top-wrapper-menu .inner-top-menu {
  margin-top: 5px;
  padding: 2px 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  z-index: 4;
  min-width: 200px;
  -webkit-box-shadow: 0 18px 60px 0 rgba(23, 26, 33, 0.05);
  box-shadow: 0 18px 60px 0 rgba(23, 26, 33, 0.05);
}

.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9;
}

.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}

.top-wrapper-menu .infor-account .avatar-wrapper {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  float: left;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.top-wrapper-menu .infor-account .avatar-wrapper img {
  margin: 0;
}

.top-wrapper-menu .infor-account .avatar-wrapper + .name-acount {
  padding-left: 10px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.top-wrapper-menu .infor-account .name-acount {
  font-weight: 400;
  text-transform: capitalize;
}

.top-wrapper-menu .infor-account .name-acount i {
  margin-left: 7px;
  font-size: 12px;
}

.top-wrapper-menu .btn-login i {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

.header_customer_login {
  padding: 1.875rem;
}

.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px;
}

.header-default {
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
  padding: 25px 0;
}

.header-mobile {
  padding: 15px 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 5;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}

.header-mobile .btn-favorites {
  margin-left: 15px;
}

.sticky-header {
  position: fixed !important;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
  background: transparent !important;
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login {
  color: #fff;
}

.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) {
  background: transparent !important;
}

.header_transparent .main-sticky-header:not(.sticky-header) .megamenu > li > a {
  color: #fff;
}

body.header_fixed .apus-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.main-sticky-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-button-woo > div {
  margin-left: 25px;
}

.header-button-woo > div:last-child {
  margin-left: 0;
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
}

.header-sidebar a {
  color: #fff;
}

.header-sidebar a:hover, .header-sidebar a:active {
  color: var(--foogra-theme-color);
}

.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #EAEAEA;
  color: #fff;
  background: #000000;
}

.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}

.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  left: 100%;
}

.header-sidebar .service {
  color: #999999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0 11px;
}

.header-sidebar .service > * {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-sidebar .service p {
  margin: 0;
}

.over-dark {
  cursor: not-allowed;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  margin: 0 0 1.875rem;
  text-align: left;
  font-size: 0.875rem;
}

.apus-breadcrumb .breadcrumb-title {
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}

.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}

.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.pagination,
.pagination-links,
.apus-pagination {
  width: 100%;
  padding: 0.625rem 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

@media (min-width: 1200px) {
  .pagination,
  .pagination-links,
  .apus-pagination {
    padding: 1.25rem 0;
  }
}

.pagination li,
.pagination-links li,
.apus-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.pagination li > span, .pagination li > a,
.pagination-links li > span,
.pagination-links li > a,
.apus-pagination li > span,
.apus-pagination li > a {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0 3px;
  display: inline-block;
  float: none;
  color: var(--foogra-link-color);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 38px;
  padding: 7px 15px;
  border: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.pagination li > span:focus, .pagination li > span:hover, .pagination li > a:focus, .pagination li > a:hover,
.pagination-links li > span:focus,
.pagination-links li > span:hover,
.pagination-links li > a:focus,
.pagination-links li > a:hover,
.apus-pagination li > span:focus,
.apus-pagination li > span:hover,
.apus-pagination li > a:focus,
.apus-pagination li > a:hover {
  color: var(--foogra-link-color);
  background: #f0f0f0;
}

.pagination li > span.current, .pagination li > a.current,
.pagination-links li > span.current,
.pagination-links li > a.current,
.apus-pagination li > span.current,
.apus-pagination li > a.current {
  color: #fff;
  background: #333;
}

.pagination > span, .pagination > a,
.pagination-links > span,
.pagination-links > a,
.apus-pagination > span,
.apus-pagination > a {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0 3px;
  display: inline-block;
  float: none;
  color: var(--foogra-link-color);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 38px;
  padding: 7px 15px;
  border: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.pagination > span:focus, .pagination > span:hover, .pagination > a:focus, .pagination > a:hover,
.pagination-links > span:focus,
.pagination-links > span:hover,
.pagination-links > a:focus,
.pagination-links > a:hover,
.apus-pagination > span:focus,
.apus-pagination > span:hover,
.apus-pagination > a:focus,
.apus-pagination > a:hover {
  color: var(--foogra-link-color);
  background: #f0f0f0;
}

.pagination > span.current, .pagination > a.current,
.pagination-links > span.current,
.pagination-links > a.current,
.apus-pagination > span.current,
.apus-pagination > a.current {
  color: #fff;
  background: #333;
}

.pagination ul.page-numbers,
.pagination-links ul.page-numbers,
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination i,
.pagination-links i,
.apus-pagination i {
  font-weight: 400;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer-mobile {
  display: none;
}

.apus-footer {
  background: transparent;
  position: relative;
  color: var(--foogra-text-color);
  font-size: 0.875rem;
  font-weight: 400;
}

.apus-footer a:not([class]) {
  color: var(--foogra-link-color);
}

.apus-footer a:not([class]):hover, .apus-footer a:not([class]):focus, .apus-footer a:not([class]):active {
  color: var(--foogra-link_hover_color);
}

.apus-header {
  background: transparent;
  position: relative;
  color: var(--foogra-text-color);
  font-size: -0.125rem;
  font-weight: 400;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: var(--foogra-text-color);
  font-size: 0.875rem;
  font-weight: 400;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.apus-copyright a {
  color: var(--foogra-link-color);
}

.apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
  color: var(--foogra-theme-color);
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.header-offcanvas {
  background-color: #f7f7f7;
  padding: 15px 0;
}

.header-offcanvas-bottom {
  padding: 1rem;
  margin-top: auto;
}

.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 300px;
  background: #fff;
  height: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.apus-offcanvas .apus-offcanvas-body {
  position: relative;
  height: 100%;
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}

.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}

.apus-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-offcanvas .elementor-column {
  width: 100% !important;
}

.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px;
  }
  .topbar-mobile .btn {
    margin-right: 10px;
    padding: 6px 10px;
  }
  .topbar-mobile .top-cart .dropdown-menu {
    left: 0;
    right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
    display: none;
  }
}

.open-text {
  color: #198754;
}

.close-text {
  color: #dc3545;
}

#mobile-offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 270px;
  height: 100%;
  max-width: 80%;
  background: #fff;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
  left: 100%;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
  right: 100%;
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
  display: block;
}

#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
  position: absolute;
  top: 100px;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
  cursor: not-allowed;
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.apus-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.apus-footer-mobile > ul > li .wishlist-icon, .apus-footer-mobile > ul > li .mini-cart {
  line-height: 1.7;
}

.apus-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.apus-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left;
}

.apus-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile .mini-cart i {
  font-size: 15px;
}

.apus-footer-mobile .mini-cart .count {
  top: 2px;
}

.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}

.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}

.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #EAEAEA;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}

.mobile-sidebar-btn {
  padding: 8px;
  margin: 0;
  color: #fff !important;
  background: var(--foogra-theme-color);
  position: fixed;
  top: 30%;
  z-index: 6;
  font-size: 18px;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mobile-sidebar-btn:hover, .mobile-sidebar-btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mobile-sidebar-btn.btn-left {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.mobile-sidebar-btn.btn-right {
  border-radius: 0 4px 4px 0;
  left: 0;
}

.close-sidebar-btn {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  text-align: center;
  color: #dc3545 !important;
}

.close-sidebar-btn i {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: text-bottom;
}

@media (max-width: 991px) {
  .sidebar:not(.sidebar-listing-inner) {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 8;
    top: 0px;
    width: 330px;
    height: 100vh;
    max-width: 90%;
    position: fixed;
    padding: 15px;
    background: #f7f7f7;
    overflow-y: auto;
  }
  .sidebar:not(.sidebar-listing-inner).sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar:not(.sidebar-listing-inner).sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar:not(.sidebar-listing-inner).sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar:not(.sidebar-listing-inner).sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.apus-topbar .wrapper-topmenu:hover > a {
  color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 1.875rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  cursor: pointer;
  color: #dc3545;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.wrapper-top-cart .cart_list .variation {
  margin: 0;
}

.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}

.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

/* 5. menu */
.megamenu {
  padding: 0;
  float: none;
}

.megamenu .menu-item-description {
  font-size: 14px;
  text-transform: capitalize;
}

.megamenu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: none;
  position: relative;
  margin-right: 10px;
}

.megamenu > li:last-child {
  margin-right: 0;
}

.megamenu > li > a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  background: transparent !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  text-transform: capitalize;
  padding: 10px 8px;
}

.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-left: 3px;
}

.megamenu > li > a:hover, .megamenu > li > a:active, .megamenu > li > a:focus {
  color: var(--foogra-link_hover_color);
}

.megamenu > li:hover > a, .megamenu > li.active > a {
  color: var(--foogra-link_hover_color);
}

.megamenu > li.aligned-left > .dropdown-menu {
  left: 0;
}

.megamenu > li.aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.megamenu > li > .dropdown-menu {
  min-width: 10rem;
}

.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 1.875rem 1.875rem;
}

.megamenu .dropdown-menu {
  border-radius: 3px !important;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  padding: 0;
  border-width: 2px 0 0;
  border-top: 2px solid var(--foogra-theme-color);
}

.megamenu .dropdown-menu:before {
  display: block;
  content: '';
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent var(--foogra-theme-color);
  position: absolute;
  top: -14px;
  left: 26px;
}

.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--foogra-theme-color);
}

.megamenu .dropdown-menu .text-label.label-hot {
  color: #dc3545;
}

.megamenu .dropdown-menu .text-label.label-new {
  color: #198754;
}

.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}

.megamenu .dropdown-menu li {
  border-bottom: 1px solid #EAEAEA;
}

.megamenu .dropdown-menu li:last-child {
  border-bottom: 0;
}

.megamenu .dropdown-menu li > a {
  background: transparent;
  position: relative;
  text-transform: capitalize;
  padding: 12px 15px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: var(--foogra-link-color);
  white-space: nowrap;
  font-size: 0.8125rem;
}

.megamenu .dropdown-menu li > a:hover, .megamenu .dropdown-menu li > a:active {
  color: var(--foogra-link_hover_color);
  background-color: #f9f9f9;
  padding-left: 18px;
}

.megamenu .dropdown-menu li > a b {
  display: none;
}

.megamenu .dropdown-menu li:hover > a, .megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
  background-color: #f9f9f9;
  color: var(--foogra-link_hover_color);
  padding-left: 18px;
}

.megamenu .dropdown-menu .dropdown-toggle:after {
  font-family: 'ElegantIcons';
  content: "\35";
  float: right;
  font-size: 0.9375rem;
  border: 0;
  margin-top: -3px;
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left;
}

.megamenu .dropdown-menu .widget-title:before, .megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
  display: none;
}

.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  background: #fff;
  margin: 0;
  border: 0;
}

.megamenu .dropdown-menu .dropdown-menu:before {
  display: none;
}

.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu .dropdown-menu .widget-nav-menu .menu li {
  margin: 0;
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a {
  padding: 9px 0;
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a:before {
  display: none;
}

.megamenu .apus-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.megamenu .has-mega-menu.aligned-fullwidth {
  position: static;
}

.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: 100%;
  left: 0 !important;
}

.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.megamenu > li > a > .text-label.label-hot {
  background: #dc3545;
}

.megamenu > li > a > .text-label.label-hot:before {
  border-color: #dc3545 transparent transparent #dc3545;
}

.megamenu > li > a > .text-label.label-new {
  background: #198754;
}

.megamenu > li > a > .text-label.label-new:before {
  border-color: #198754 transparent transparent #198754;
}

.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  letter-spacing: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.megamenu.effect1 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  padding: 0;
  position: absolute;
  top: 100%;
}

.megamenu.effect1 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  padding: 0;
  position: absolute;
  top: 100%;
  margin-top: 10px;
}

.megamenu.effect2 > li > .dropdown-menu > li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.megamenu.effect2 > li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li:hover > .dropdown-menu > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.megamenu.effect3 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 100%;
  -webkit-animation: fadeleft 0.3s ease-in-out 0s;
  animation: fadeleft 0.3s ease-in-out 0s;
}

.megamenu.effect3 > li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: faderight 0.3s ease-in-out 0s;
  animation: faderight 0.3s ease-in-out 0s;
}

.navbar-offcanvas {
  padding: 0;
  font-size: 1rem;
  display: block;
}

.navbar-offcanvas .sliding-menu__panel {
  padding: 0;
  margin: 0;
}

.navbar-offcanvas .sliding-menu__panel > li:last-child {
  border-bottom: 0;
}

.navbar-offcanvas .sliding-menu__panel:not(.sliding-menu__panel-root) {
  margin-top: 1rem;
}

.navbar-offcanvas .sliding-menu__panel:not(.sliding-menu__panel-root) > li:first-child {
  border-bottom: 0;
}

.navbar-offcanvas .sliding-menu li {
  border-bottom: 1px solid #EAEAEA;
}

.navbar-offcanvas .sliding-menu li a, .navbar-offcanvas .sliding-menu li .sliding-menu__nav {
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #fff;
  color: var(--foogra-link-color);
}

.navbar-offcanvas .sliding-menu .sliding-menu__nav::before {
  font-family: 'eleganticons';
  content: "\35";
  font-size: 1.3rem;
}

.navbar-offcanvas .sliding-menu .active > .sliding-menu__nav,
.navbar-offcanvas .sliding-menu .active > a {
  color: var(--foogra-theme-color);
}

.navbar-offcanvas .sliding-menu .sliding-menu__back {
  background-color: #121921 !important;
  color: #fff !important;
  border-radius: 3px;
  margin: 0 1rem;
  width: calc(100% - 2rem);
}

.navbar-offcanvas .sliding-menu .sliding-menu__back:before {
  margin-left: 0;
  content: "\34";
}

.navbar-offcanvas .dropdown-menu {
  margin: 0;
}

.navbar-offcanvas .dropdown-menu > li a {
  background: transparent !important;
}

.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
  color: var(--foogra-link-color);
  text-decoration: underline;
}

.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 1.875rem;
}

.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 500;
  margin: 0 0 10px;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

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

.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
  width: 100%;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #EAEAEA;
}

.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}

.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}

.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--foogra-theme-color);
  font-family: var(--foogra-main-font);
}

.mobile-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.mobile-vertical-menu .text-label.label-new {
  color: #198754;
}

#apus-mobile-menu .btn-toggle-canvas {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #dc3545;
}

#apus-mobile-menu .offcanvas-head strong {
  margin: 0 5px;
}

#apus-mobile-menu .widget-nav-menu .menu li {
  margin-bottom: 5px;
}

.main-mobile-menu {
  float: none;
}

.main-mobile-menu > li {
  float: none;
}

.main-mobile-menu .has-submenu > .sub-menu {
  padding-left: 1.875rem;
  list-style: none;
  display: none;
}

.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
  top: 1px;
  padding: 0 5px;
}

.main-mobile-menu .has-submenu > .sub-menu li a {
  font-size: 15px;
  padding: 2px 0;
}

.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}

.main-mobile-menu .sub-menu {
  max-width: 100%;
}

.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}

.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--foogra-theme-color);
  font-family: var(--foogra-main-font);
}

.main-mobile-menu .text-label.label-hot {
  color: #dc3545;
}

.main-mobile-menu .text-label.label-new {
  color: #198754;
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}

.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%;
}

.menu-setting-menu-container .apus-menu-top ul {
  padding-left: 15px;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu > li {
  float: none;
  white-space: nowrap;
  border-bottom: 1px solid #EAEAEA;
}

.topmenu-menu > li:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

.topmenu-menu > li > a {
  background: transparent !important;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.topmenu-menu > li.active > a {
  color: var(--foogra-link_hover_color);
}

.mm-menu {
  background: #fff;
  color: var(--foogra-text-color);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.mm-menu .mm-listview .mm-next::before {
  border: none;
}

.mm-menu .elementor-column-wrap {
  padding: 0 !important;
}

.mm-menu .mm-panel {
  width: 100% !important;
}

.mm-menu .mm-panel .dropdown-menu-inner {
  padding-top: 20px;
  margin: -20px -20px 20px;
}

.mm-menu .menu li {
  line-height: 50px;
  margin: 0 !important;
  border-bottom: 1px solid #EAEAEA;
}

.mm-menu .menu li:last-child {
  border-bottom: 0;
}

.mm-menu .menu li a {
  padding: 0 !important;
}

.mm-menu .menu li a:before {
  display: none !important;
}

.mm-menu .menu li.active > a {
  color: var(--foogra-theme-color);
}

.mm-menu .elementor-widget-wrap {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mm-menu .mm-listview > li > a {
  color: var(--foogra-link-color);
  background: transparent !important;
  line-height: 2.2;
}

.mm-menu .mm-listview > li > a:hover, .mm-menu .mm-listview > li > a:focus {
  color: var(--foogra-theme-color);
}

.mm-menu .mm-listview > li > a .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.mm-menu .mm-listview > li > a .text-label.label-hot {
  background: #dc3545;
}

.mm-menu .mm-listview > li > a .text-label.label-hot:before {
  border-color: #dc3545 transparent transparent #dc3545;
}

.mm-menu .mm-listview > li > a .text-label.label-new {
  background: #198754;
}

.mm-menu .mm-listview > li > a .text-label.label-new:before {
  border-color: #198754 transparent transparent #198754;
}

.mm-menu .mm-listview > li > a .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.mm-menu .mm-listview .menu-item-description {
  font-size: 12px;
}

.mm-menu .mm-listview > li:after {
  display: none;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: var(--foogra-link-color);
}

.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:focus:after {
  border-color: var(--foogra-theme-color);
}

.mm-menu .mm-listview > li.active > a {
  color: var(--foogra-theme-color);
}

.mm-menu .mm-listview > li.active > .mm-next:after {
  border-color: var(--foogra-theme-color);
}

.mm-menu .mm-btn:before {
  border-color: var(--foogra-link-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.mm-menu .mm-btn:hover:before, .mm-menu .mm-btn:focus:before {
  border-color: var(--foogra-theme-color);
}

.mm-menu .mm-title {
  background: #E6E9EC;
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  height: auto;
  color: var(--foogra-link-color) !important;
}

.mm-menu .mm-navbar {
  padding: 0;
}

.mm-menu .mm-navbar .mm-btn {
  top: 7px;
}

.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
  display: none;
}

.mm-menu li.text-title {
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  color: var(--foogra-link-color);
  text-align: center;
  border: 0 !important;
}

.mm-menu li.text-title ~ li {
  font-size: 13px;
  padding-left: 20px;
}

.mm-menu li.text-title ~ li a {
  padding: 7px;
  text-transform: capitalize !important;
}

.mm-menu li.text-title ~ li i {
  margin-right: 7px;
}

.mm-panels > .mm-panel > .mm-listview {
  padding-top: 12px;
  font-size: 13px;
  padding-bottom: 40px;
}

.mm-panels > .mm-panel > .mm-listview > li {
  border-bottom: 1px solid #EAEAEA;
}

.mm-panels > .mm-panel > .mm-listview > li:last-child {
  border-bottom: 0;
}

.mm-panels > .mm-panel > .mm-listview > li.space-20 {
  border: none;
}

.mobile-submit {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 15px;
  bottom: 0;
  left: 0;
}

.top-menu > li > a {
  padding: 0 15px;
  text-transform: capitalize;
}

#mm-blocker {
  z-index: 999990;
  background-color: rgba(13, 38, 59, 0.7);
}

.mm-menu.mm-offcanvas {
  z-index: 999991;
  max-width: 65%;
}

.mm-menu.mm-offcanvas .social-top:after {
  display: none;
}

.mm-menu.mm-offcanvas .social-top a {
  display: inline-block;
  font-size: 16px;
}

.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
  color: var(--foogra-theme-color);
}

.mm-menu.mm-offcanvas .widget {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
  padding: 10px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
  margin-bottom: 15px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
  display: none;
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
  margin-top: 0;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-listview .mm-next {
  padding: 0 !important;
}

.mm-menu.mm-offcanvas {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 1px solid #EAEAEA;
}

@media (max-width: 1200px) {
  .mm-menu.mm-offcanvas {
    display: block;
  }
}

.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#mm-blocker {
  cursor: not-allowed;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-right: 5px;
  min-width: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: var(--foogra-theme-color);
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}

.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

.wrapper-menu-dashboard {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background-color: #1D293E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.menu-dashboard {
  overflow-x: auto;
}

.menu-dashboard a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  padding: 10px;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .menu-dashboard a {
    padding: 15px 10px;
  }
}

.menu-dashboard a i {
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
}

.menu-dashboard li {
  flex: 1 1 auto;
  text-align: center;
  margin-right: 2px;
}

.menu-dashboard li:last-child {
  margin-right: 0;
}

.menu-dashboard li:hover > a, .menu-dashboard li.active > a {
  background-color: rgba(255, 255, 255, 0.15);
}

/* 6. pages */
.home-page-default {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .home-page-default {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 1.875rem 0;
  margin: 0;
}

.main-page #comments {
  padding-top: 30px;
  clear: both;
}

.main-content {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 1200px) {
  .main-content {
    padding-bottom: 50px;
  }
  .main-content.home-page-default {
    padding-top: 70px;
  }
}

.apus-breadscrumb + .home-page-default {
  padding-top: 0;
}

body.no-footer #apus-footer {
  display: none !important;
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

.contact-form-content {
  padding: 1.875rem;
  background: white;
  min-height: 260px;
}

.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}

.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}

.page-404 {
  position: relative;
  background: #1f2f6a url(../images/pattern.svg);
}

.page-404 .not-found {
  padding: 30px 0 10px;
}

@media (min-width: 1200px) {
  .page-404 .not-found {
    padding: 160px 0 100px;
  }
}

.page-404 .top-image {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .page-404 .top-image {
    margin-bottom: 40px;
  }
}

.page-404 .top-image img {
  max-width: 80%;
}

.page-404 .title-big {
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  margin: 0 0 20px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .page-404 .title-big {
    font-size: 1.3125rem;
  }
}

.page-404 .widget_search {
  margin: 0 auto 30px;
  max-width: 720px;
}

.page-404 .widget_search .form-control {
  border-color: #fff;
}

.top_profile {
  padding: 30px 30px 25px;
  border-bottom: 1px solid #dee6ed;
}

.top_profile .user-logo {
  margin: 0 0 25px;
}

.top_profile .logo-inner {
  width: 150px;
  height: 150px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin: auto;
}

.top_profile .title {
  font-size: 18px;
  margin: 0;
}

.top_profile .categories a {
  color: var(--foogra-text-color);
}

.top_profile .categories a:hover, .top_profile .categories a:focus {
  color: var(--foogra-link-color);
}

@media (min-width: 1280px) {
  .wrapper-blog > .col-lg-9 {
    width: 70%;
  }
  .wrapper-blog > .col-lg-3 {
    width: 30%;
  }
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
  text-align: center;
  margin: 0 0 30px;
}

.post.no-results .widget_search {
  margin: 25px auto 0;
  max-width: 600px;
}

.post.no-results .title-no-results {
  color: var(--foogra-text-color);
  margin: 0 0 10px;
  color: var(--foogra-link-color);
  font-size: 25px;
}

@media (min-width: 1200px) {
  .post.no-results .title-no-results {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .post.no-results {
    margin: 0 0 50px;
  }
}

.entry-title {
  font-size: 1.125rem;
  margin: 0;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  .entry-title {
    font-size: 1.4rem;
  }
}

.detail-title {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .detail-title {
    font-size: 1.75rem;
  }
}

.entry-create {
  margin: 0 0 15px;
}

.entry-create > * {
  margin-right: 2px;
}

.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.comment-form-cookies-consent [type="checkbox"] {
  margin-right: 7px;
}

.entry-link {
  margin-top: 20px;
}

.entry-link .readmore {
  color: var(--foogra-theme-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: -1.125rem;
}

.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}

.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}

.wp-block-quote,
blockquote {
  margin: 0.9375rem 0;
  text-align: center;
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-style: italic;
  color: var(--foogra-link-color);
  font-size: 1rem;
  padding: 30px 15px 0;
  border: 0;
  background: #fff;
}

@media (min-width: 1200px) {
  .wp-block-quote,
  blockquote {
    padding: 50px 20px 0;
    margin: 1.875rem 0;
  }
}

.wp-block-quote cite,
blockquote cite {
  font-size: var(--foogra-main-font-size);
  color: var(--foogra-text-color);
  margin-top: 8px;
  display: inline-block;
}

.wp-block-quote p,
blockquote p {
  margin-bottom: 12px;
}

.wp-block-quote:before,
blockquote:before {
  content: '“';
  color: var(--foogra-text-color);
  font-size: 100px;
  line-height: 0.7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}

.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}

.entry-vote.vote-perfect .entry-vote-inner {
  color: #dc3545;
}

.entry-vote.vote-good .entry-vote-inner {
  color: #ffc107;
}

.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}

.entry-vote.vote-bad .entry-vote-inner {
  color: #fd7e14;
}

.entry-vote.vote-poor .entry-vote-inner {
  color: #198754;
}

.type-post {
  margin-bottom: 1.875rem;
}

.blog-title {
  margin-bottom: 1.875rem;
}

.layout-posts-list > .post {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .layout-posts-list > .post {
    margin-bottom: 1.875rem;
  }
}

.comment-form {
  margin-bottom: 10px;
}

.comment-form label {
  font-weight: 400;
  color: var(--foogra-link-color);
  margin: 0 0 10px;
}

.comment-form .comment-form-cookies-consent {
  display: none;
  font-size: 14px;
}

.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
  display: inline;
}

.comment-form .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.comment-form .form-control {
  height: 40px;
  padding: 10px 15px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.comment-form .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.comment-form textarea.form-control {
  height: 120px;
  resize: none;
}

@media (min-width: 1200px) {
  .comment-form textarea.form-control {
    height: 170px;
  }
}

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

.comment-form #cancel-comment-reply-link {
  color: #dc3545;
}

.comment-form .group-upload button {
  display: none;
  border: 1px solid var(--foogra-theme-color);
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: var(--foogra-theme-color);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .comment-form .group-upload button {
    padding: 1rem 2rem;
    min-width: 300px;
    text-align: center;
  }
}

.comment-form .group-upload button:hover, .comment-form .group-upload button:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
  border-color: var(--foogra-theme-color);
}

.comment-form .group-upload button .upload-file-btn {
  margin-top: 5px;
}

.comment-form .group-upload button i {
  margin-right: 5px;
}

.commentform.reset-button-default {
  padding-top: 0.625rem;
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.posts-list > li {
  margin: 0 0 20px;
}

.posts-list > li:last-child {
  margin: 0;
}

.posts-list .entry-title {
  line-height: 1.4;
  font-size: 0.875rem;
  margin: 3px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.posts-list .entry-title a {
  color: var(--foogra-text-color);
}

.posts-list .entry-title a:hover, .posts-list .entry-title a:focus {
  color: var(--foogra-link-color);
}

.posts-list .date {
  font-size: 80%;
}

.posts-list .image {
  width: 95px;
  padding-right: 15px;
}

.posts-list .image + .inner {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.posts-list .image .image-inner {
  max-height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.post-layout {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.post-layout .post-sticky {
  background: #dc3545;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px;
}

.post-layout .entry-title {
  margin-top: 3px;
}

.post-layout .entry-title .stick-icon {
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .post-layout .entry-title .stick-icon {
    font-size: 1.7rem;
  }
}

.post-layout .top-image {
  overflow: hidden;
  position: relative;
}

.post-layout .top-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-layout .top-image .entry-thumb {
  margin: 0;
}

.post-layout .top-image .btn-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.post-layout iframe {
  max-width: 100%;
}

.post-layout .description {
  margin-top: 0.875rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
  .post-layout .description {
    margin-bottom: 20px;
  }
}

.post-layout .comment i {
  margin-right: 5px;
}

.post-layout .col-content {
  padding: 0.9375rem;
}

@media (min-width: 1200px) {
  .post-layout .col-content {
    padding: 20px 1.875rem;
  }
}

.post-layout .top-info {
  font-weight: 500;
  color: #999;
  font-size: 0.8125rem;
}

.post-layout .top-info a {
  color: #999;
}

.post-layout .top-info a:hover, .post-layout .top-info a:focus {
  color: var(--foogra-theme-color);
}

.post-layout .bottom-info {
  position: relative;
  padding-top: 0.9375rem;
}

@media (min-width: 1200px) {
  .post-layout .bottom-info {
    padding-top: 20px;
  }
}

.post-layout .bottom-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #EAEAEA;
}

.post-layout:hover .top-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.post-layout:hover .top-image .btn-readmore {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-grid .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .post-list-item .entry-title {
    font-size: 1.375rem;
    margin-top: 0.85rem;
  }
}

.post-list-item .col-content {
  padding: 0.9rem 0.625rem;
}

.post-list-item-v2 .top-image {
  flex-basis: 40%;
}

.post-list-item-v2 .top-image + .col-content {
  padding-left: 1rem;
}

@media (min-width: 1200px) {
  .post-list-item-v2 .top-image + .col-content {
    padding-left: 1.5625rem;
  }
}

.post-list-item-v2 .col-content {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

/* Post type: By Category */
.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.top-blog-info i {
  margin-right: 10px;
}

.top-blog-info .categories {
  margin-right: 35px;
}

.top-blog-info .author a {
  color: var(--foogra-theme-color);
}

.top-blog-info a {
  color: var(--foogra-text-color);
}

.top-blog-info a:hover, .top-blog-info a:active {
  color: var(--foogra-theme-color);
}

.category-posts {
  position: relative;
}

.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #EAEAEA;
}

.category-posts .post {
  border-bottom: 1px solid #EAEAEA;
}

.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  background: var(--foogra-theme-color);
  font-weight: 400;
  text-transform: uppercase;
}

.category-posts .category-posts-label a {
  color: #fff;
}

.category-posts .entry-meta::after {
  display: none;
}

.category-posts .posts-more .post:last-child {
  border: 0px;
}

.category-posts .posts-more .entry-title a {
  color: #f8f9fa;
}

.category-posts .posts-more .entry-title a:hover {
  color: var(--foogra-theme-color);
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-list .comment-respond {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .comment-list .comment-respond {
    margin-bottom: 40px;
  }
}

.comment-list .comment-respond small {
  margin-left: 5px;
}

.comment-list .comment-respond #submit {
  min-width: auto !important;
}

.comment-list .comment-respond textarea#comment {
  height: 120px;
}

.comment-list #cancel-comment-reply-link {
  color: #dc3545;
}

.comment-list .comment-author {
  flex-wrap: wrap;
}

.comment-list .comment-author > * {
  margin-right: 7px;
  padding-right: 7px;
  position: relative;
}

@media (min-width: 1200px) {
  .comment-list .comment-author > * {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.comment-list .comment-author > *:after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: var(--foogra-text-color);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comment-list .comment-author > *:last-child {
  margin-right: 0;
  padding-right: 0;
}

.comment-list .comment-author > *:last-child:after {
  display: none;
}

.comment-list .name-comment {
  text-transform: capitalize;
  white-space: nowrap;
}

.comment-list .name-comment + .star-rating {
  margin-left: 15px;
}

.comment-list .name-comment a {
  color: var(--foogra-theme-color);
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .comment-list .children {
    padding-left: 70px;
  }
}

.comment-list .comment-edit-link {
  color: #dc3545;
}

.comment-list .comment-reply-link {
  color: #589442;
  white-space: nowrap;
}

.comment-list .comment-box {
  position: relative;
  margin-left: 15px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 3px;
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .comment-list .comment-box {
    margin-left: 25px;
    padding: 25px;
  }
}

.comment-list .comment-box:before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent #f7f7f7 transparent transparent;
  border-width: 16px;
  right: 100%;
  top: 20px;
}

.comment-list .comment-text {
  margin-top: 14px;
}

.comment-list .comment-text p:last-child {
  margin: 0;
}

.comment-list div.avatar {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .comment-list div.avatar {
    width: 70px;
    height: 70px;
  }
}

.comment-list div.avatar img {
  margin: 0;
}

.comment-list .avatar-listing {
  text-align: center;
}

.comment-list .avatar-listing .name-comment {
  padding: 7px 0 0;
  font-weight: 500;
  clear: both;
  color: var(--foogra-theme-color);
}

.comment-list .the-comment {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .comment-list .the-comment {
    margin: 0 0 1.875rem;
  }
}

.comment-respond #commentform {
  margin-bottom: 0;
}

.logged-in-as a + a {
  color: #dc3545;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.social-networks li {
  padding-left: 10px;
  padding-right: 10px;
}

.social-networks li:last-child a {
  margin-right: 0;
}

.social-networks li a {
  font-size: 14px;
}

.social-networks li a:hover {
  color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .detail-post #comments {
    padding-top: 20px;
  }
}

.post-navigation {
  position: relative;
}

@media (min-width: 1200px) {
  .post-navigation {
    padding: 5px 0;
  }
}

.post-navigation .screen-reader-text {
  display: none;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.post-navigation .nav-links > * {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.post-navigation .nav-links > * i {
  font-weight: 400;
  font-size: 0.75rem;
  margin-right: 3px;
}

.post-navigation .nav-links > *.nav-next {
  text-align: right;
}

.post-navigation .nav-links > *.nav-next i {
  margin: 0;
  margin-left: 3px;
}

.post-navigation .nav-links > *.nav-next .title-direct {
  float: right;
}

.post-navigation .nav-links > * > a:hover .navi {
  color: var(--foogra-theme-color);
}

.post-navigation .nav-links .title-direct {
  font-size: 0.875rem;
  color: var(--foogra-text-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
}

.post-navigation .nav-links .navi {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: var(--foogra-link_hover_color);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.author-info {
  padding: 0 0 20px 0;
}

@media (min-width: 992px) {
  .author-info {
    padding: 0 0 1.875rem 0;
  }
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}

.author-info .avatar-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.author-info .description {
  padding-left: 0.9375rem;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.wrapper-posts-related {
  background-color: #F6F8F9;
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .wrapper-posts-related {
    padding: 45px 0;
  }
}

@media (min-width: 1200px) {
  .wrapper-posts-related {
    padding: 85px 0;
  }
}

.wrapper-posts-related.sublistings {
  border-top: 1px solid #EAEAEA;
  background-color: #fff;
}

.wrapper-posts-related .listing-item,
.wrapper-posts-related .type-post {
  margin-bottom: 0;
}

.related-posts .title {
  font-size: 20px;
  margin: 0 0 15px;
  text-align: center;
}

@media (min-width: 1200px) {
  .related-posts .title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

/*------------------------------------*\
    Blog Masonry Page
\*------------------------------------*/
.blog-masonry .entry-thumb {
  margin-bottom: 0;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}

.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

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

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}

.comment-navigation .nav-links > div {
  display: inline-block;
}

.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #EAEAEA;
}

.top-detail-info {
  color: #777;
}

.top-detail-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}

@media (min-width: 1200px) {
  .top-detail-info > * {
    margin-right: 0.785rem;
  }
}

.top-detail-info > *:last-child {
  margin-right: 0;
}

.top-detail-info a {
  color: #777;
}

.top-detail-info a:hover, .top-detail-info a:focus {
  color: var(--foogra-theme-color);
}

.top-detail-info i {
  display: inline-block;
  margin-right: 8px;
}

.header-info-blog-inner {
  padding: 15px 0;
}

@media (min-width: 1200px) {
  .header-info-blog-inner {
    padding: 30px 0 20px;
  }
}

.inner-detail-blog {
  padding: 0 20px 20px;
}

@media (min-width: 1200px) {
  .inner-detail-blog {
    padding: 0 1.875rem 1.875rem;
  }
}

.detail-post-top {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.main-content-detail {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .main-content-detail {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-content-detail.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.main-content-detail.container-fluid > .row {
  margin-right: 0;
  margin-left: 0;
}

.main-content-detail.container-fluid #main-content {
  padding: 0;
}

.detail-post iframe {
  max-width: 100%;
}

.detail-post .bottom-info {
  margin-bottom: 20px;
}

.detail-post .bottom-info .suffix {
  font-style: italic;
}

.detail-post .bottom-info .author {
  text-transform: uppercase;
}

.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}

.detail-post .bottom-info a {
  color: var(--foogra-text-color);
}

.detail-post .bottom-info a:hover, .detail-post .bottom-info a:active {
  color: var(--foogra-theme-color);
}

.detail-post .entry-tags-list {
  display: block;
}

.detail-post .post-navigation {
  border-width: 1px 0;
  border-style: solid;
  border-color: #EAEAEA;
  padding: 20px 0;
  margin-top: -1px;
}

@media (min-width: 1200px) {
  .detail-post .post-navigation {
    padding: 45px 0;
  }
}

.detail-post .entry-description {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .detail-post .entry-description {
    margin-bottom: 1.6rem;
  }
}

.detail-post .entry-tags-list a {
  margin-right: 0.625rem;
}

.detail-post .entry-tags-list a:last-child {
  margin-right: 0;
}

.first-letter-big:first-letter {
  color: #fff;
  background-color: var(--foogra-theme-color);
  float: left;
  font-size: 2rem;
  line-height: 1;
  margin: 10px 18px 0 0;
  padding: 12px;
}

@media (min-width: 1200px) {
  .first-letter-big:first-letter {
    font-size: 4rem;
  }
}

.entry-tags-list .title-tag {
  font-weight: 500;
  margin-right: 5px;
  color: var(--foogra-link-color);
}

.author-post .avatar {
  border-radius: 50%;
}

.author-post .avatar-img {
  padding-right: 8px;
  float: left;
}

.author-post .name-author {
  display: inline-block;
  margin-top: 9px;
}

.author-wrapper {
  color: #777;
}

.author-wrapper:hover, .author-wrapper:focus {
  color: var(--foogra-link-color);
}

.author-wrapper .avatar-img {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.author-wrapper .avatar-img img {
  margin: 0 !important;
}

.author-wrapper .author-title {
  text-transform: capitalize;
  padding-left: 10px;
}

.comment-reply-title {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .comment-reply-title {
    margin-bottom: 15px;
  }
}

.comment-reply-title #cancel-comment-reply-link {
  color: #dc3545;
}

.comments-title {
  font-size: 1.25rem;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .comments-title {
    margin-bottom: 30px;
  }
}

/* 8. effect */
.effect-1 {
  position: relative;
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto;
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: var(--foogra-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-overlay-1:after {
  top: -100%;
}

.image-overlay-1:before {
  bottom: -100%;
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 10. widgets layout */
.vertical-wrapper {
  position: relative;
}

.vertical-wrapper .title-vertical {
  color: #fff;
  background: var(--foogra-theme-color);
  font-size: 18px;
  text-transform: capitalize;
  padding: 13px 20px;
  margin: 0;
  cursor: pointer;
}

.vertical-wrapper .title-vertical i {
  font-size: 16px;
  margin-right: 15px;
}

.vertical-wrapper .title-vertical .show-down {
  font-size: 18px;
  margin: 3px 0 0;
  float: right;
}

.vertical-wrapper .content-vertical {
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 8;
}

.vertical-wrapper.show-always .content-vertical {
  display: block;
}

.apus-vertical-menu {
  padding: 14px;
  background: #fff;
  margin: 0;
  list-style: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #EAEAEA;
}

.apus-vertical-menu > li {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #EAEAEA;
}

.apus-vertical-menu > li:last-child {
  border: none;
}

.apus-vertical-menu > li > a {
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  background: transparent !important;
}

.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
  font-size: 22px;
  margin-right: 15px;
  width: 18px;
  display: inline-block;
  color: var(--foogra-theme-color);
}

.apus-vertical-menu > li > a .caret {
  float: right;
  margin: 22px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li .apus-container {
  padding: 10px 35px;
}

.apus-vertical-menu > li:hover > a, .apus-vertical-menu > li.active > a {
  color: var(--foogra-theme-color);
}

.apus-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--foogra-theme-color);
  font-family: var(--foogra-main-font);
}

.apus-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.apus-vertical-menu .text-label.label-new {
  color: #198754;
}

.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  visibility: hidden;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-vertical-menu .dropdown-menu > li > a {
  color: var(--foogra-link-color);
  background: transparent !important;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu > li > a > i,
.apus-vertical-menu .dropdown-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block;
}

.apus-vertical-menu .dropdown-menu > li > a .caret {
  float: right;
  margin: 12px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
  color: var(--foogra-theme-color);
}

.apus-vertical-menu .dropdown-menu .wpb_button, .apus-vertical-menu .dropdown-menu .wpb_content_element, .apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.apus-vertical-menu .dropdown-menu .widget {
  margin: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title, .apus-vertical-menu .dropdown-menu .widget .widgettitle, .apus-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after, .apus-vertical-menu .dropdown-menu .widget .widget-title:before, .apus-vertical-menu .dropdown-menu .widget .widgettitle:after, .apus-vertical-menu .dropdown-menu .widget .widgettitle:before, .apus-vertical-menu .dropdown-menu .widget .widget-heading:after, .apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
  display: none;
}

.apus-vertical-menu .aligned-left > a:hover .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.apus-vertical-menu .aligned-left > .dropdown-menu {
  top: -10px;
  left: 100%;
}

.apus-vertical-menu .aligned-right > a:hover .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.apus-vertical-menu .aligned-right > .dropdown-menu {
  top: -10px;
  right: 100%;
  left: inherit;
}

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

.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}

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

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

.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .apus_custom_menu.inline li {
    margin-right: 40px;
  }
}

.apus_custom_menu.inline li:last-child {
  margin: 0;
}

.slick-carousel {
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .slick-carousel {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.slick-carousel .slick-arrow {
  background: transparent;
  padding: 0;
  display: inline-block;
  font-size: 1.875rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ccc;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-arrow {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 2.875rem;
  }
}

.slick-carousel .slick-arrow .textnav {
  display: none;
}

.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:focus {
  background: transparent;
  color: var(--foogra-theme-color);
}

.slick-carousel .slick-prev {
  left: -8px;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-prev {
    left: -35px;
  }
}

.slick-carousel .slick-next {
  right: -8px;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-next {
    right: -35px;
  }
}

.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .slick-carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slick-carousel.no-gap {
  margin: 0;
}

.slick-carousel.no-gap .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.slick-carousel.gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-carousel.gap-10 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-carousel.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-carousel.gap-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-carousel.gap-2 {
  margin-left: -1px;
  margin-right: -1px;
}

.slick-carousel.gap-2 .slick-slide {
  padding-left: 1px;
  padding-right: 1px;
}

.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px;
}

.slick-carousel.show-text .slick-arrow {
  width: auto;
  height: auto;
  background: transparent !important;
  font-weight: 500;
  font-size: 12px;
  color: var(--foogra-link-color);
}

.slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
  color: var(--foogra-theme-color);
}

.slick-carousel.show-text .slick-prev {
  left: 0;
  right: inherit;
}

.slick-carousel.show-text .slick-next {
  right: 0;
  left: inherit;
}

.slick-carousel .slick-track {
  margin: inherit;
}

.slick-carousel .slick-dots {
  margin: 0 !important;
  padding: 1rem 0 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-dots {
    padding: 1.5625rem 0 0;
  }
}

.slick-carousel .slick-dots li {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  padding: 2px;
  background: transparent;
}

.slick-carousel .slick-dots li button {
  border: none;
  display: block;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.slick-carousel .slick-dots li.slick-active {
  border-color: var(--foogra-theme-color);
}

.slick-carousel .slick-dots li.slick-active button {
  background: var(--foogra-theme-color);
}

.slick-carousel.st_white .slick-dots li.slick-active,
.slick-carousel.st_white .slick-dots li button {
  background-color: #fff !important;
}

.widget-googlemap {
  position: relative;
}

.widget-googlemap .apus-google-map {
  z-index: 1;
}

.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
}

@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px;
  }
}

.widget-googlemap .description {
  margin: 0 0 35px;
}

.widget-googlemap .info-wrapper {
  margin: 0 0 40px;
}

.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal;
}

.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.widget-googlemap .info-wrapper .icon i {
  font-size: 28px;
}

.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0;
}

.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden;
}

.widget-googlemap .info-bottom {
  margin: 40px 0;
}

.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #101416;
  background: #3f4143;
}

.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
  background-color: var(--foogra-theme-color);
  color: #0e1113;
}

.widget-googlemap .info-bottom a + a {
  margin-left: 12px;
}

.widget-socials .social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.widget-socials .social > li {
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}

.widget-socials .social > li:last-child {
  margin: 0;
}

.widget-socials .social a {
  font-size: -0.125rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--foogra-theme-color);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .widget-socials .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.widget-socials .social a:hover, .widget-socials .social a:focus {
  color: #fff;
  background: var(--foogra-theme-hover-color);
}

.widget-socials.st_normal .social > li {
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .widget-socials.st_normal .social > li {
    margin-right: 1.5625rem;
  }
}

.widget-socials.st_normal .social > li:last-child {
  margin-right: 0;
}

.widget-socials.st_normal .social a {
  width: auto;
  height: auto;
  line-height: 1.7;
  background-color: transparent;
  color: var(--foogra-link-color);
}

.list-icon {
  margin-bottom: 0.9375rem;
}

.list-icon:last-child {
  margin-bottom: 0;
}

.list-icon .title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.list-icon .box-content {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .list-icon .box-content {
    padding-left: 18px;
  }
}

.list-icon .features-box-image {
  font-size: 1.125rem;
  line-height: 1.3;
}

a.direction {
  text-decoration: underline;
  color: var(--foogra-theme-color);
}

a.direction:hover, a.direction:focus {
  color: var(--foogra-theme-color);
  text-decoration: none;
}

.vertical-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.vertical-icon:after, .vertical-icon:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: var(--foogra-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.vertical-icon:after {
  width: 25px;
  height: 2px;
  top: 0;
  bottom: inherit;
}

.vertical-icon:focus:before, .vertical-icon:hover:before {
  width: 100%;
}

.navbar-wrapper .close-navbar-sidebar {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--foogra-link-color);
  background-color: var(--foogra-second-color) !important;
  position: absolute;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .navbar-wrapper .close-navbar-sidebar {
    font-size: 15px;
    top: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.navbar-wrapper .close-navbar-sidebar:hover, .navbar-wrapper .close-navbar-sidebar:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-wrapper .navbar-sidebar-wrapper {
  z-index: 3;
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 450px;
  max-width: 80%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.navbar-wrapper .navbar-sidebar-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.navbar-wrapper .navbar-sidebar-overlay {
  background: rgba(10, 35, 87, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 2;
}

.navbar-wrapper .navbar-sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  right: initial;
  left: 0;
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.language-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.language-wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
}

.language-wrapper .selected .language-current > img {
  margin: 0 10px 0 0;
  vertical-align: sub;
}

.language-wrapper .selected .language-current > i {
  margin-left: 10px;
}

.language-wrapper .dropdown-menu {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 12px;
  margin-top: 5px;
  border-radius: 0;
  padding: 13px 18px;
  min-width: 130px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}

.language-wrapper:hover .dropdown-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.language-wrapper .list-language {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-wrapper .list-language li {
  margin-bottom: 10px;
}

.language-wrapper .list-language li:last-child {
  margin-bottom: 0;
}

.language-wrapper .list-language a:hover, .language-wrapper .list-language a:focus {
  color: var(--foogra-theme-color);
}

.language-wrapper .list-language img {
  margin-right: 6px;
  margin-bottom: 0;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.social-link li {
  display: inline-block;
  margin: 0 5px;
}

.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: var(--foogra-text-color);
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #EAEAEA;
}

.social-link.lighten li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.widget-gallery .image {
  position: relative;
}

.widget-gallery .image:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--foogra-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}

.widget-gallery .image .content-cover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.widget-gallery .image:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.widget-gallery .image:hover .content-cover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-gallery .popup-image-gallery {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 24px;
  color: var(--foogra-theme-color);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-gallery .popup-image-gallery:hover, .widget-gallery .popup-image-gallery:active {
  color: var(--foogra-theme-color);
  background: #e6e6e6;
}

.widget-gallery .title {
  font-size: 24px;
  font-size: var(--foogra-main-font);
  margin: 0;
  color: #fff;
}

.widget-gallery .description {
  color: #e0dede;
  font-size: 12px;
  margin-bottom: 20px;
}

.widget-gallery .gutter-default {
  margin-left: 0;
  margin-right: 0;
}

.widget-gallery .gutter-default > div {
  padding-right: 0;
  padding-left: 0;
}

.widget-gallery.gutter30 .title {
  font-size: 18px;
  font-family: var(--foogra-main-font);
}

.widget-gallery.gutter30 .image {
  margin-bottom: 30px;
}

.widget-gallery.gutter30 .description {
  margin-bottom: 10px;
}

.widget-gallery.gutter30 .gutter-default {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-gallery.gutter30 .gutter-default > div {
  padding-right: 15px;
  padding-left: 15px;
}

.item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .item-inner {
    padding: 3.125rem 1.8rem;
  }
}

.item-inner .title {
  font-size: 1.125rem;
  margin: 0;
}

.item-inner .features-box-image {
  line-height: 1;
  font-size: 1.375rem;
  margin-bottom: 1rem !important;
  width: 60px;
  height: 60px;
  background-color: #F4F4F4;
  color: var(--foogra-theme-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .item-inner .features-box-image {
    margin-bottom: 2rem !important;
    font-size: 2.5rem;
    width: 120px;
    height: 120px;
  }
}

.item-inner .description {
  margin-top: 0.625rem;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .item-inner .description {
    margin-top: 1rem;
  }
}

.item-inner .btn-readmore {
  margin-top: 20px;
}

.item-inner:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(34, 34, 34, 0.07);
  box-shadow: 0 8px 30px 0 rgba(34, 34, 34, 0.07);
}

.item-inner:hover .features-box-image {
  color: #fff;
  background-color: var(--foogra-theme-color);
}

.widget-testimonials .slick-list {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .widget-testimonials .slick-carousel .slick-dots {
    padding-top: 3.125rem;
  }
}

.testimonials-item {
  position: relative;
}

.testimonials-item .avarta {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: relative;
}

.testimonials-item .name-client {
  font-size: 1.125rem;
  margin: 0 0 2px;
}

.testimonials-item .description {
  margin-top: 0.625rem;
}

@media (min-width: 1200px) {
  .testimonials-item .description {
    margin-top: 1.25rem;
  }
}

.testimonials-item .star-rating {
  overflow: hidden;
  position: relative;
  width: 92px;
  height: 15px;
  line-height: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 6px;
  float: none;
}

.testimonials-item .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #d5d5d5;
  /*rtl:ignore*/
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.testimonials-item .star-rating span {
  overflow: hidden;
  /*rtl:ignore*/
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.testimonials-item .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFC78B;
}

.testimonials-item.style1 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
  padding: 1.25rem;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .testimonials-item.style1 {
    padding: 2.8125rem 5.5rem;
    border-radius: 1rem;
  }
}

.testimonials-item.style1 .avarta {
  margin-bottom: 0.625rem !important;
}

@media (min-width: 1200px) {
  .testimonials-item.style1 .avarta {
    margin-bottom: 1.25rem !important;
  }
}

.testimonials-item.style1 .comma {
  position: absolute;
  font-size: 100px;
  line-height: 1;
  top: 1rem;
  left: 1rem;
  -webkit-transition: all 0.3s eae-in-out 0s;
  -o-transition: all 0.3s eae-in-out 0s;
  transition: all 0.3s eae-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

@media (min-width: 1200px) {
  .testimonials-item.style1 .comma {
    top: 2rem;
    left: 4rem;
  }
}

.testimonials-item.style2 .star-rating {
  margin-bottom: 0.625rem;
}

.testimonials-item.style2 .top-info {
  background-color: #FAFAFA;
  border-radius: 3px;
  padding: 2.5rem 4.125rem;
}

.testimonials-item.style2 .bottom-info {
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .testimonials-item.style2 .bottom-info {
    margin-top: 2.1875rem;
  }
}

.testimonials-item.style2 .info-testimonials {
  padding-left: 1rem;
}

.slick-current .testimonials-item.style1 {
  background-color: #FAFAFA;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-current .testimonials-item.style1 .comma {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.slick-active .testimonials-item.style2 {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrapper-testimonial-thumbnail {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .wrapper-testimonial-thumbnail {
    margin-top: 40px;
  }
}

.wrapper-testimonial-thumbnail .testimonials-item {
  cursor: pointer;
  padding: 20px 0 30px;
}

@media (min-width: 1200px) {
  .wrapper-testimonial-thumbnail .testimonials-item {
    padding: 20px 0 50px;
  }
}

.wrapper-testimonial-thumbnail .slick-list {
  padding: 0 !important;
}

.wrapper-testimonial-thumbnail .slick-current .bottom-info {
  -webkit-box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
  box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
}

.widget-nav-menu .menu li {
  margin: 0 0 7px;
  overflow: hidden;
}

.widget-nav-menu .menu li > a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}

.widget-nav-menu .menu li > a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  margin-left: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-nav-menu .menu li:hover > a, .widget-nav-menu .menu li.current-cat-parent > a, .widget-nav-menu .menu li.current-cat > a {
  color: var(--foogra-link_hover_color);
  padding-left: 5px;
}

.widget-nav-menu .menu li:hover > a:after, .widget-nav-menu .menu li.current-cat-parent > a:after, .widget-nav-menu .menu li.current-cat > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-nav-menu .menu li:last-child {
  margin: 0;
}

.widget-nav-menu.st_line .menu li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #555;
  line-height: 1;
}

.widget-nav-menu.st_line .menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.widget-nav-menu.st_line .menu li a {
  padding: 0;
}

.widget-nav-menu.st_line a:after {
  display: none;
}

.widget-nav-menu.st_circle li a {
  text-decoration: none !important;
}

.widget-nav-menu.st_circle li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-nav-menu.st_circle li a:hover:before, .widget-nav-menu.st_circle li a:focus:before {
  background-color: var(--foogra-link_hover_color);
}

.widget-nav-menu.st_circle li:hover > a:before, .widget-nav-menu.st_circle li.current-cat-parent > a:before, .widget-nav-menu.st_circle li.current-cat > a:before, .widget-nav-menu.st_circle li.active > a:before {
  background-color: var(--foogra-link_hover_color);
}

.widget-nav-menu.st_border li {
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
}

.widget-nav-menu.st_border li a {
  color: var(--foogra-text-color);
  display: inline-block;
  padding: 13px 0;
  width: 100%;
}

.widget-nav-menu.st_border li a:before {
  margin-right: 10px;
  content: "\69";
  font-family: 'ElegantIcons';
}

.widget-nav-menu.st_border li a:after {
  display: none;
}

.widget-nav-menu.st_border li a:hover, .widget-nav-menu.st_border li a:focus {
  color: var(--foogra-theme-color);
}

form.mc4wp-form [type="email"] {
  outline: none;
  border-color: transparent !important;
  padding: .5rem 1rem;
}

form.mc4wp-form [type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.4;
  filter: alpha(opacity=40);
}

form.mc4wp-form [type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
  filter: alpha(opacity=40);
}

form.mc4wp-form [type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.4;
  filter: alpha(opacity=40);
}

form.mc4wp-form [type="email"]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
  filter: alpha(opacity=40);
}

form.mc4wp-form [type="submit"] {
  font-size: 1.5rem;
  line-height: 1;
  padding: 6px 8px;
}

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

.widget-brand .item img {
  max-width: 80%;
  display: inline-block;
}

.widget-brand .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.widget-brand.box .item {
  min-height: 110px;
  padding: 5px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-brand.box .item:hover, .widget-brand.box .item:focus {
  border-color: var(--foogra-theme-color);
}

.text-theme {
  color: var(--foogra-theme-color) !important;
}

.text-link {
  color: var(--foogra-link-color) !important;
}

.text-hover-link {
  color: var(--foogra-link_hover_color) !important;
}

.text-white {
  color: #fff !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg-theme {
  background: var(--foogra-theme-color);
}

.border-theme {
  border-color: var(--foogra-theme-color);
}

.radius-3x {
  border-radius: 3px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.deleted_wpb_single_image {
  position: relative;
  overflow: hidden;
}

.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--foogra-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}

.deleted_wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.deleted_wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

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

.widget-team .team-item {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.widget-team .team-item:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(39, 42, 51, 0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget-team .team-item img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.widget-team .name-team {
  font-size: 1.125rem;
  margin: 1rem 0 5px;
}

@media (min-width: 1200px) {
  .widget-team .name-team {
    margin: 1.5625rem 0 5px;
  }
}

@media (min-width: 1200px) {
  .widget-team .listing {
    font-size: 0.9375rem;
  }
}

.widget-team .social {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  list-style: none;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-team .social li {
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .widget-team .social li {
    margin-right: 20px;
  }
}

.widget-team .social li:last-child {
  margin-right: 0;
}

.widget-team .social li a {
  color: #fff !important;
}

.widget-team:hover .team-item img {
  -webkit-transform: scale(1.15) rotate(-1deg);
  -moz-transform: scale(1.15) rotate(-1deg);
  -ms-transform: scale(1.15) rotate(-1deg);
  -o-transform: scale(1.15) rotate(-1deg);
  transform: scale(1.15) rotate(-1deg);
}

.widget-team:hover .team-item:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-team:hover .social {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget_apus_vertical_menu {
  border-left: 4px solid #2e2d2d;
}

.widget_apus_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 1.875rem 0;
}

.widget_apus_vertical_menu .apus-vertical-menu {
  border: none;
}

.widget_apus_vertical_menu .apus-vertical-menu > li {
  margin-left: -4px;
}

.widget_apus_vertical_menu .apus-vertical-menu > li > a {
  border-left: 4px solid transparent;
  font-size: 16px;
  padding: 0 1.875rem;
}

.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
  border-color: var(--foogra-theme-color);
}

.nav.tabs-product {
  border: none;
  margin: 0 0 1.25rem;
}

@media (min-width: 1200px) {
  .nav.tabs-product {
    margin-bottom: 2rem;
  }
}

.nav.tabs-product > li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  margin-right: 0.9375rem;
}

@media (min-width: 1200px) {
  .nav.tabs-product > li {
    margin-right: 3.125rem;
  }
}

.nav.tabs-product > li > a {
  border: none !important;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  color: var(--foogra-link-color);
  display: inline-block;
  background: transparent;
  position: relative;
  padding: 0 0 10px;
}

@media (min-width: 1200px) {
  .nav.tabs-product > li > a {
    font-size: 1.125rem;
  }
}

.nav.tabs-product > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--foogra-theme-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.nav.tabs-product > li.active > a, .nav.tabs-product > li.active > a:hover, .nav.tabs-product > li.active > a:focus {
  color: var(--foogra-theme-color);
}

.nav.tabs-product > li.active > a:before, .nav.tabs-product > li.active > a:hover:before, .nav.tabs-product > li.active > a:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
  -webkit-animation: updow 0.8s ease-in-out 0s infinite;
  animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
  -webkit-animation: updow 1s ease-in-out 0s infinite;
  animation: updow 1s ease-in-out 0s infinite;
}

@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.width-full {
  width: 100% !important;
}

.custom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu li {
  padding-left: 22px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.4;
}

.custom-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #221f1f;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.custom-menu li:last-child {
  margin: 0;
}

.custom-menu li i {
  margin-right: 15px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .custom-menu li i {
    font-size: 23px;
  }
}

.custom-menu li a {
  color: var(--foogra-text-color);
}

.custom-menu li a:focus, .custom-menu li a:hover {
  color: var(--foogra-link-color);
}

.custom-menu li:hover:before, .custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-item {
  min-height: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.banner-item .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  font-size: 1.125rem;
  color: #fff;
}

.banner-item-link {
  display: block;
  position: relative;
}

.banner-item-link:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 42, 51, 0.3);
}

.banner-item-link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.banner-item-link:hover img, .banner-item-link:focus img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}

.widget-banner-account {
  text-align: center;
  background-color: #0d6efd;
  padding: 30px 15px;
  min-height: 300px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
}

@media (min-width: 1200px) {
  .widget-banner-account {
    padding: 50px 30px;
    min-height: 470px;
  }
}

.widget-banner-account .title-account {
  color: #fff;
  margin: 0;
  font-size: 30px;
  margin: 0 0 12px;
}

@media (min-width: 1200px) {
  .widget-banner-account .title-account {
    font-size: 50px;
  }
}

.widget-banner-account .description {
  color: #fff;
  margin: 0 0 30px;
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
.video-wrapper-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.video-wrapper-inner .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  color: var(--foogra-link-color);
  text-align: center;
  margin: 10px;
}

@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.5rem;
  }
}

.video-wrapper-inner .popup-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
  border-radius: 50%;
  -webkit-animation: scaleicon 2s ease-in-out 0s infinite alternate;
  animation: scaleicon 2s ease-in-out 0s infinite alternate;
}

.video-wrapper-inner .popup-video:hover, .video-wrapper-inner .popup-video:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.box-contact .form-control {
  margin-bottom: 1rem;
  height: 40px;
  padding: 10px 15px;
}

.box-contact .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.box-contact textarea.form-control {
  height: 120px;
}

@media (min-width: 1200px) {
  .box-contact textarea.form-control {
    height: 150px;
  }
}

.box-contact .title {
  font-size: 1.25rem;
  margin: 0 0 12px;
}

.box-contact p:last-child {
  margin-bottom: 0;
}

.elementor-icon-box-title {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .row-40 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .row-40 > [class*="col-"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.row-20 > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row-10 [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.list-circle {
  list-style: none;
  padding: 0;
}

.list-circle li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .list-circle li {
    margin-bottom: 17px;
  }
}

.list-circle li:before {
  content: '';
  background-color: #696969;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.list-circle.column2 {
  max-width: 600px;
}

.list-circle-check {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .list-circle-check {
    column-count: 2;
  }
}

.list-circle-check li {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .list-circle-check li {
    margin-bottom: 17px;
  }
}

.list-circle-check li:before {
  font-size: 8px;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  background-color: #696969;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .column2 {
    column-count: 2;
  }
}

.m-770 {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.mb-per2-gutter {
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .mb-lg-gutter {
    margin-bottom: 1.875rem;
  }
}

.max-600 {
  max-width: 600px;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.main_title {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}

.main_title em {
  width: 60px;
  height: 2px;
  background-color: var(--foogra-theme-color);
  display: block;
}

.main_title.center,
.main_title.center em {
  margin: auto;
}

.font-19 {
  font-size: 19px;
}

.item-address {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .item-address {
    padding: 30px 15px;
  }
}

.item-address .address-box-image {
  line-height: 1;
  font-size: 2rem;
  color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .item-address .address-box-image {
    font-size: 2.875rem;
  }
}

.item-address .title {
  font-size: 1.3125rem;
  font-weight: 400;
  margin: 10px 0;
}

.item-address .small {
  color: #777;
  font-size: 80%;
}

.item-address a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .item-address.style2 {
    margin-bottom: 1.875rem;
  }
}

.item-address.style2 .title {
  font-weight: 500;
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .item-address.style2 .address-box-image {
    font-size: 3.75rem;
  }
}

.item-address.style2:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget label {
  font-weight: 400;
}

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.widget.widget_text img {
  margin: 15px 0;
  height: auto;
}

.widget.widget_recent_comments ul li {
  background: none;
}

.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}

.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}

.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}

.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-left: 15px;
}

.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-right: 15px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden;
}

.widget.widget_recent_entries ul li a {
  display: block;
}

.widget.widget_calendar table {
  margin: 0;
  width: 100%;
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px;
}

.calendar_wrap td, .calendar_wrap th {
  text-align: center;
}

.calendar_wrap tfoot {
  display: none;
}

.calendar_wrap #today {
  font-weight: normal;
  color: var(--foogra-theme-color);
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}

.form-contact input:not(.btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: var(--foogra-text-color);
}

.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-right: 1.875rem;
}

.contact-topbar > *:last-child {
  margin: 0;
}

.contact-topbar > * i {
  margin-right: 6px;
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-left: 20px;
  margin-top: 15px;
}

.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  list-style: none;
  margin-bottom: 15px;
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  color: var(--foogra-text-color);
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CCCCCC;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

@media (min-width: 1200px) {
  .widget_pages ul li a:before,
  .widget_nav_menu ul li a:before,
  .widget_meta ul li a:before,
  .widget_archive ul li a:before,
  .widget_recent_entries ul li a:before,
  .widget_categories ul li a:before {
    margin-right: 0.625rem;
  }
}

.widget_pages ul li:hover > a,
.widget_pages ul li.current-cat-parent > a,
.widget_pages ul li.current-cat > a,
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat > a,
.widget_meta ul li:hover > a,
.widget_meta ul li.current-cat-parent > a,
.widget_meta ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  color: var(--foogra-theme-color);
}

.widget_pages ul li:hover > a:before,
.widget_pages ul li.current-cat-parent > a:before,
.widget_pages ul li.current-cat > a:before,
.widget_nav_menu ul li:hover > a:before,
.widget_nav_menu ul li.current-cat-parent > a:before,
.widget_nav_menu ul li.current-cat > a:before,
.widget_meta ul li:hover > a:before,
.widget_meta ul li.current-cat-parent > a:before,
.widget_meta ul li.current-cat > a:before,
.widget_archive ul li:hover > a:before,
.widget_archive ul li.current-cat-parent > a:before,
.widget_archive ul li.current-cat > a:before,
.widget_recent_entries ul li:hover > a:before,
.widget_recent_entries ul li.current-cat-parent > a:before,
.widget_recent_entries ul li.current-cat > a:before,
.widget_categories ul li:hover > a:before,
.widget_categories ul li.current-cat-parent > a:before,
.widget_categories ul li.current-cat > a:before {
  background-color: var(--foogra-theme-color);
}

ul#recentcomments,
ol.wp-block-latest-comments {
  padding: 0;
}

ul#recentcomments li,
ol.wp-block-latest-comments li {
  line-height: 1.7;
}

.special .post-info {
  position: relative;
}

.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}

.special .special-items > div:nth-child(2n) .post-info {
  position: relative;
}

.special .special-items > div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}

.contact::after {
  display: block;
  clear: both;
  content: "";
}

.contact dt {
  float: left;
  width: 30px;
  height: auto;
}

.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}

.contact .contact-icon {
  display: block;
  text-align: center;
  background: var(--foogra-theme-color);
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.contact .contact-icon .fa {
  color: #fff;
  font-size: 0.875rem;
  margin: 0 0 0 4px;
}

/*------------------------------------*\
    Widget Mailchip
\*------------------------------------*/
.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}

.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  height: 40px;
  overflow: hidden;
  font-family: var(--bs-font-sans-serif);
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important;
}

.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #dddddd;
  width: 1px;
  height: 20px;
}

.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}

.apus-search-form .title-top-search {
  font-size: 24px;
  color: var(--foogra-link-color);
}

.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #dc3545;
  cursor: pointer;
}

.apus-search-form .close-search-fix:hover, .apus-search-form .close-search-fix:active {
  color: #bd2130;
}

.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: var(--foogra-link-color);
  outline: none !important;
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.apus-search-form form {
  border: 1px solid #EAEAEA;
  display: table;
  width: 100%;
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form > .select-category {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}

.apus-search-form form .btn {
  height: 50px;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.apus-search-form form .btn i {
  font-size: 18px;
}

.apus-search-form form .btn i + span {
  margin-left: 5px;
}

.apus-search-form form .btn.st_small {
  padding-left: 15px;
  padding-right: 15px;
}

.apus-search-form form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}

.apus-search-form form .form-control {
  height: 48px;
}

.apus-search-form form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
}

.apus-search-form form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

.apus-search-form form .form-control:focus {
  color: var(--foogra-link-color);
}

.apus-search-form .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #dc3545;
  display: inline-block;
  margin-left: 30px;
}

.apus-search-form .main-search {
  width: 100%;
  position: relative;
}

.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}

.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}

.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 100%;
  background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}

.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}

.apus-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}

.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}

.apus-search-form .tt-menu a.media img {
  max-width: 60px;
}

.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}

.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: var(--foogra-theme-color);
}

.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}

.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}

.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
  padding-right: 40px;
}

.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}

.apus-search-form.style2 form .form-control:focus {
  color: #fff;
}

.apus-search-form.style2 form .btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
  right: 5px;
  border-radius: 50% !important;
}

.apus-search-form.style2 form .btn i {
  font-size: 16px;
}

.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list {
    padding: 20px;
  }
}

.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: var(--foogra-link-color);
}

.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}

.apus-search-form .autocomplete-list-item .price {
  color: var(--foogra-text-color);
}

.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: var(--foogra-main-font);
  font-weight: normal;
  color: var(--foogra-text-color);
  text-transform: capitalize;
}

.apus-search-form .autocomplete-list-item .name-product strong {
  color: #dc3545;
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--foogra-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--foogra-theme-color);
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--foogra-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--foogra-theme-color);
}

.breadcrumbs-simple {
  padding: 20px 0;
  background-color: #f4f4f4;
}

.breadcrumbs-simple .breadcrumb {
  margin: 0;
}

.breadcrumbs-simple .widget_search {
  min-width: 300px;
}

@media (max-width: 767px) {
  .breadcrumbs-simple .widget_search {
    margin-top: 0.625rem;
  }
}

.breadcrumbs-simple .widget_search .btn {
  padding: 0 15px;
  height: 40px;
  margin: 0 !important;
  border: 0;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.breadcrumbs-simple .widget_search .form-control {
  padding: 0 100px 0 15px;
  border: 0;
  height: 40px;
}

.breadcrumbs-simple .widget_search .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.wp-block-tag-cloud,
.entry-tags-list,
.tagcloud {
  margin: 0;
}

.wp-block-tag-cloud a,
.entry-tags-list a,
.tagcloud a {
  text-transform: capitalize;
  margin-bottom: 7px;
  margin-right: 4px;
  font-size: 0.8125rem !important;
  font-weight: 400;
  padding: 3px 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: var(--foogra-link-color);
  background: #f0f0f0;
  letter-spacing: 0.4px;
  border-radius: 3px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a.active,
.entry-tags-list a:hover,
.entry-tags-list a:focus,
.entry-tags-list a.active,
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.wp-block-tag-cloud a:last-child,
.entry-tags-list a:last-child,
.tagcloud a:last-child {
  margin-right: 0;
}

.widget-logo {
  padding: 1.875rem;
}

.widget-logo .item-brand > a {
  display: block;
}

.widget-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: var(--foogra-text-color);
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}

.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: var(--foogra-theme-color);
}

.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

/*-----------------------------*\
    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999;
}

.vertical-menu > .nav {
  position: relative;
  width: 100%;
  height: auto;
}

.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
  color: var(--foogra-theme-color);
}

.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #EAEAEA;
}

.vertical-menu > .nav > li.active > a {
  color: var(--foogra-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vertical-menu > .nav > li > a:hover {
  color: var(--foogra-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-right: 12px;
}

.vertical-menu > .nav > li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
}

.vertical-menu > .nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block;
}

.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 1.875rem;
  border: none;
  top: 0;
}

.vertical-menu .dropdown-menu::after {
  display: block;
  clear: both;
  content: "";
}

.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

.vertical-menu .dropdown-menu ul li {
  line-height: 34px;
}

.vertical-menu .dropdown-menu ul li a {
  color: #414141;
}

.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
  color: var(--foogra-theme-color);
}

.vertical-menu .dropdown-menu ul ul {
  padding-left: 15px;
}

.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: var(--foogra-link-color);
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important;
}

.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}

.vertical-menu .icon-ver {
  margin-right: 10px;
}

#recentcomments {
  list-style: none;
}

#recentcomments > li {
  margin: 0 0 1em;
}

#recentcomments > li:last-child {
  margin: 0;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li {
  margin-bottom: 1rem;
}

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

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px;
}

.widget-quicklink-menu .quicklink-heading {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 20px 0 0;
  padding: 12px 15px 12px 25px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--foogra-main-font);
}

.woo-onsale .onsale {
  display: none;
}

.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
}

.widget-tabs .widget-title {
  display: inline-block;
}

.widget-tabs .nav-tabs {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 7px;
}

.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0 0 15px;
}

.widget-tabs .carousel-controls {
  top: -42px;
}

.widget-infor .media .fa, .widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--foogra-theme-color);
  background: #252525;
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px;
}

.contant-info .info-description {
  margin: 0 0 30px;
}

.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.contant-info .media {
  margin-top: 30px;
}

.contant-info .media:hover .fa {
  border-color: #dc3545;
  color: #dc3545;
}

.contant-info .media-left {
  padding-right: 20px;
}

.contant-info .media-left .fa {
  border: 2px solid #0d6efd;
  border-radius: 50%;
  color: #0d6efd;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px;
}

.widget_text select,
.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px 15px;
  height: 50px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url("../images/select.png") #fff right 15px center no-repeat;
}

.widget-twitter .twitter-timeline {
  display: block !important;
}

.widget-twitter .timeline-Tweet-media {
  display: none;
}

.widget_apus_instagram {
  margin: 0;
}

.widget_apus_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}

.widget_apus_instagram .widget-title a {
  font-weight: 400;
  color: var(--foogra-theme-color);
}

.widget_apus_instagram .instagram-pics a {
  display: block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
  outline: 8px solid var(--foogra-theme-color);
  outline-offset: -8px;
}

.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget_apus_instagram .instagram-pics a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #EAEAEA;
  border-radius: 50px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}

.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #EAEAEA;
  border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important;
}

.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0;
}

.widget-ticket-pricing.style-style2 {
  border: 1px solid #EAEAEA;
  overflow: visible;
}

.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #EAEAEA;
  margin: -1px 0;
}

.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none;
}

.widget-ticket-pricing.style-style2 .column:hover {
  border-color: var(--foogra-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid var(--foogra-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid var(--foogra-theme-color);
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #EAEAEA;
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #EAEAEA;
}

.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible;
}

.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0;
}

.product-block-pricing .name {
  font-size: 22px;
  font-family: var(--foogra-main-font);
  margin: 37px 0 30px;
  font-weight: 400;
  text-align: center;
}

.product-block-pricing .wrapper-pricing {
  text-align: center;
  position: relative;
}

.product-block-pricing .wrapper-pricing:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1000px;
  height: 2px;
  border-bottom: 2px dashed #EAEAEA;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -150px;
  z-index: 1;
  content: '';
}

.product-block-pricing .wrapper-pricing .price {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #EAEAEA;
  border-radius: 50%;
  padding: 8px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.product-block-pricing .woocommerce-Price-amount {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: var(--foogra-link-color);
  background: #f1f1f1;
  border-radius: 50%;
}

.product-block-pricing .woocommerce-Price-amount > span {
  font-weight: 300;
}

.product-block-pricing .block-inner-content .desc {
  margin: 20px 0 35px;
}

.product-block-pricing .block-inner-content .desc strong {
  color: var(--foogra-link-color);
}

.product-block-pricing .block-inner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-block-pricing .block-inner-content ul li {
  margin: 0 0 5px;
}

.product-block-pricing .block-inner-content ul i {
  margin-right: 15px;
  color: var(--foogra-theme-color);
}

.product-block-pricing .button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-block-pricing .groups-button {
  margin: 40px 0 45px;
}

.product-block-pricing .groups-button .button.added {
  display: none;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
  display: inline-block;
  padding: 3.875rem 0.8125rem;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  background: var(--foogra-theme-color);
  color: #fff;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
  color: #fff;
  background: var(--foogra-theme-hover-color);
}

.product-block-pricing:hover .woocommerce-Price-amount {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.product-block-pricing:hover .button {
  color: #fff !important;
}

.product-block-pricing:hover .button:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.popupnewsletter-wrapper .mfp-content {
  width: 590px;
  max-width: 90%;
}

.popupnewsletter-wrapper .apus-mfp-close {
  background: #dc3545;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
  line-height: 47px;
  border-radius: 50%;
  -webkit-transform: translate(22px, -22px);
  -ms-transform: translate(22px, -22px);
  -o-transform: translate(22px, -22px);
  transform: translate(22px, -22px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:focus {
  background: #d32535;
}

.popupnewsletter-wrapper .modal-content {
  border-radius: 0;
  padding: 260px 60px 40px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content h3 {
    font-size: 30px;
  }
}

.popupnewsletter-wrapper .modal-content .description {
  font-family: var(--foogra-main-font);
  font-size: 16px;
  margin: 0 0 20px;
}

.popupnewsletter-wrapper .modal-content form {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #EAEAEA;
  width: 325px;
  background: #f5f6f7;
  clear: both;
  margin: 0 auto 20px;
  border-radius: 46px;
  position: relative;
  padding-right: 46px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content form {
    margin: 0 auto 40px;
  }
}

.popupnewsletter-wrapper .modal-content form:hover {
  border-color: #d1d1d1;
}

.popupnewsletter-wrapper .modal-content form .form-control {
  background: #f5f6f7;
  width: 100%;
  border: none;
  border-radius: 46px;
  height: 44px;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group {
  position: static;
  width: 100%;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group > * {
  display: block;
  float: none;
  position: static;
}

.popupnewsletter-wrapper .modal-content form [type="submit"] {
  position: absolute;
  border: none;
  padding: 0;
  z-index: 2 !important;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  display: inline-block;
  color: transparent;
  background: var(--foogra-theme-color);
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 45px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:hover, .popupnewsletter-wrapper .modal-content form [type="submit"]:focus {
  background-color: var(--foogra-theme-hover-color);
}

.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
  color: #dc3545;
}

.form-login-register-inner {
  background-color: #fff;
  border-radius: 3px;
  padding: 0.9375rem;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: auto;
}

@media (min-width: 1200px) {
  .form-login-register-inner {
    padding: 1.875rem;
  }
}

.form-login-register-inner .title {
  font-size: 18px;
  margin: 0 0 20px;
}

.form-login-register-inner #register-phone-cc + .select2 {
  width: 95px !important;
}

.form-login-register-inner #register-phone-cc + .select2 .select2-selection--single {
  border-radius: 4px 0 0 4px;
}

.form-login-register-inner #register-phone-cc + .select2 .select2-selection--single .select2-selection__rendered {
  padding: 10px 8px;
}

.form-login-register-inner #register-phone {
  width: calc(100% - 95px) !important;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-login-register-inner [for="user-remember-field"] {
  font-weight: 400;
}

.form-login-register-inner .lostpassword-link {
  margin-top: 15px;
}

.form-login-register-inner .top-login {
  position: relative;
  background-color: #F4F4F4;
  border-radius: 3px 3px 0 0;
  padding: 10px 0.9375rem;
  margin: -0.9375rem -0.9375rem 0.9375rem;
}

@media (min-width: 1200px) {
  .form-login-register-inner .top-login {
    padding: 21px 1.875rem;
    margin: -1.875rem -1.875rem 1.875rem;
  }
}

.form-login-register-inner .nav-tabs {
  border: 0;
  width: 100%;
  justify-content: center;
}

.form-login-register-inner .nav-tabs li + li {
  margin-left: 25px;
}

.form-login-register-inner .nav-tabs a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--foogra-text-color);
}

@media (min-width: 1200px) {
  .form-login-register-inner .nav-tabs a {
    font-size: 1.12rem;
  }
}

.form-login-register-inner .nav-tabs a.active {
  color: var(--foogra-theme-color);
}

@media (min-width: 576px) {
  .form-login-register-inner .forgot-password-text {
    text-align: right;
  }
}

.form-login-register-inner .close-magnific-popup {
  color: var(--foogra-link-color);
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  top: 5px;
  right: 10px;
}

@media (min-width: 1200px) {
  .form-login-register-inner .close-magnific-popup {
    top: 10px;
    right: 15px;
  }
}

.form-login-register-inner .close-magnific-popup:hover, .form-login-register-inner .close-magnific-popup:focus {
  color: #dc3545;
}

.form-forgot-password-inner {
  display: none;
}

.register-form-otp {
  display: none;
}

.register-form-otp .resend {
  margin-top: 10px;
}

.register-form-otp .sent-txt {
  text-align: center;
  margin-bottom: 10px;
}

.register-form-otp .sent-txt strong {
  font-size: 18px;
}

.register-form-otp .sent-txt .no-change {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.otp-input-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.otp-input-cont input {
  border-radius: 4px;
  border: 1px solid #EAEAEA !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(20% - 20px);
  margin: 3px 10px 0;
  text-align: center;
  padding: 7px;
  outline: none;
}

.wrapper-tab-account {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F6F8F9;
  border-radius: 3px 3px 0 0;
}

.wrapper-tab-account .nav-tabs {
  border: 0;
}

.wrapper-tab-account .nav-tabs > li {
  margin: 0;
}

.wrapper-tab-account .nav-tabs > li > a {
  border: 0 !important;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  background-color: transparent;
  color: var(--foogra-link-color) !important;
}

@media (min-width: 1200px) {
  .wrapper-tab-account .nav-tabs > li > a {
    padding: 19px 30px;
  }
}

.wrapper-tab-account .nav-tabs > li.active > a:focus,
.wrapper-tab-account .nav-tabs > li.active > a {
  background-color: #fff;
}

.wrapper-tab-account .close-advance-popup {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  height: 30px;
  color: var(--foogra-link-color);
  background-color: #E6E9EC;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 1200px) {
  .wrapper-tab-account .close-advance-popup {
    right: 30px;
  }
}

.wrapper-tab-account .close-advance-popup i {
  font-size: 10px;
}

.wrapper-tab-account .close-advance-popup:hover, .wrapper-tab-account .close-advance-popup:focus {
  background-color: #dc3545;
  color: #fff;
}

.wrapper-tab-account + .tab-content {
  padding-top: 50px;
}

.login-form-wrapper .wp_listings_directory_candidate_show,
.register-form .wp_listings_directory_candidate_show {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.login-form-wrapper .form-group:last-child,
.register-form .form-group:last-child {
  margin-bottom: 0;
}

.login-form-wrapper .form-group > .required-field,
.register-form .form-group > .required-field {
  display: none;
}

.login-form-wrapper .back-link,
.register-form .back-link {
  color: var(--foogra-theme-color);
  text-decoration: underline;
}

.login-form-wrapper .remember,
.register-form .remember {
  font-weight: 400;
}

.login-form-wrapper .select2-selection__arrow,
.register-form .select2-selection__arrow {
  display: none;
}

.login-form-wrapper [type="checkbox"],
.register-form [type="checkbox"] {
  margin-right: 2px;
}

.login-form-wrapper .info,
.register-form .info {
  font-size: 14px;
}

.login-form-wrapper .create-account,
.register-form .create-account {
  margin: 0 0 5px;
}

.login-form-wrapper .create-account .create,
.register-form .create-account .create {
  font-weight: 500;
}

.login-form-wrapper #forgot-password-form-wrapper,
.register-form #forgot-password-form-wrapper {
  display: none;
}

.login-form-wrapper #recaptcha-contact-form,
.register-form #recaptcha-contact-form {
  min-height: 88px;
}

.login-form-wrapper #recaptcha-contact-form > div,
.register-form #recaptcha-contact-form > div {
  margin: 0 auto 10px;
}

.sign-in-demo-notice {
  padding: 10px 15px;
  border-radius: 3px;
  background: #F6F8F9;
  line-height: 2;
}

.sign-in-demo-notice strong {
  color: var(--foogra-link-color);
  font-weight: 600;
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
  position: relative;
}

.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  visibility: hidden;
}

.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.inner-social {
  overflow: hidden;
  clear: both;
}

.inner-social > div {
  margin-bottom: 20px;
  text-align: center;
}

.inner-social > div a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid var(--foogra-theme-color);
  color: var(--foogra-theme-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .inner-social > div a {
    padding: 10px 30px;
  }
}

.inner-social > div a:hover {
  background-color: var(--foogra-theme-color);
  color: #fff !important;
}

.inner-social > div a > i {
  font-size: 16px;
  float: left;
  margin-top: 4px;
}

.inner-social > div a.facebook-login-btn {
  border-color: #1967D2;
  color: #1967D2;
}

.inner-social > div a.facebook-login-btn:hover, .inner-social > div a.facebook-login-btn:focus {
  background-color: #1967D2;
}

.inner-social > div a.google-login-btn {
  border-color: #D93025;
  color: #D93025;
}

.inner-social > div a.google-login-btn:hover, .inner-social > div a.google-login-btn:focus {
  background-color: #D93025;
}

.inner-social > div[class*="btn-wrapper"] {
  width: calc(50% - 10px);
  float: left;
}

.inner-social > div[class*="btn-wrapper"]:nth-child(2n) {
  margin-left: 20px;
}

.inner-social .line-header {
  position: relative;
  display: none;
}

.inner-social .line-header:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  display: block;
}

.inner-social .line-header span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-color: #fff;
  text-transform: uppercase;
}

.wp-block-search .wp-block-search__label {
  font-size: 1.05rem;
  margin: 0 0 18px;
  text-transform: capitalize;
  color: var(--foogra-heading-color);
  font-weight: 500;
  line-height: 1.2;
}

.wp-block-search .wp-block-search__input {
  height: calc(1.7em + (1rem + 2px));
  outline: none !important;
  padding: 5px 20px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wp-block-search .wp-block-search__input:hover, .wp-block-search .wp-block-search__input:focus {
  border-color: #b7b7b7;
}

.wp-block-search .wp-block-search__button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: calc(1.7em + (1rem + 2px));
  padding: 0 20px;
  border: 0;
  background: var(--foogra-theme-color);
  color: #fff;
  border-radius: 3px;
}

.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  background: var(--foogra-theme-hover-color);
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  padding: 0 12px;
  border: 0;
  background-color: transparent;
  line-height: 1.7;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: baseline;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute;
  z-index: 2;
  top: inherit;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  font-size: 0.75rem;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  padding: 5px 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 2px 12px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent;
  padding-right: calc(10px + .7em + .7em);
  position: relative;
  border-radius: 3px;
  min-width: 100px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  font-family: 'ElegantIcons';
  content: "\e0e3";
  font-size: 0.875rem;
  top: 50%;
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}

.from-to-text-wrapper {
  position: relative;
}

.from-to-text-wrapper .heading-filter-price {
  display: none;
}

.from-to-text-wrapper .price-input-wrapper input.form-control {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}

.from-to-text-wrapper .price-text-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.contact-form-wrapper .button {
  width: 100%;
  position: relative;
}

.contact-form-wrapper .button:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.contact-form-wrapper.loading .button:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.contact-form-wrapper .ga-recaptcha {
  margin-bottom: 10px;
}

.contact-form-wrapper .btn-whatsapp {
  width: 100%;
  margin-top: 15px;
}

.send-private-wrapper {
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .send-private-wrapper .send-private-message-btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.list-detail-categories li {
  line-height: 35px;
  position: relative;
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .list-detail-categories li {
    margin-bottom: 1.25rem;
  }
}

.list-detail-categories li:last-child {
  margin-bottom: 0;
}

.list-detail-categories li.has-icon {
  padding-left: 2.8125rem;
}

.list-detail-categories .icon-cate {
  margin-right: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: var(--foogra-theme-color);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-category .icon-cate {
  margin-right: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  font-size: 1rem;
  color: #fff;
  background-color: var(--foogra-theme-color);
}

.listing-category .icon-cate i {
  margin: 0;
  font-size: inherit;
}

.listing-day {
  margin-bottom: 0.75rem;
}

.listing-day:last-child {
  margin-bottom: 0;
}

.listing-time {
  color: #6CBF78;
  font-size: 0.875rem;
  font-weight: 400;
}

.listing-time.closed {
  color: #dc3545;
}

.listing-detail-price .top-widget-listing-detail {
  font-size: 0.875rem;
  font-weight: 500;
}

.listing-detail-price .claim-this-business-btn {
  color: var(--foogra-theme-color);
}

.claim-listing-form-wrapper .title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 1.25rem;
}

.claim-listing-form-wrapper .form-group {
  margin-bottom: 1.25rem;
}

.listing-detail-author .author-thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.listing-detail-author .author-thumbnail + .author-content {
  padding-left: 1.125rem;
}

.listing-detail-author .name {
  font-size: 1rem;
  margin: 0 0 3px;
}

.phone-wrapper.phone-hide .phone {
  display: none;
}

.phone-wrapper.phone-hide .phone-show span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  padding: 1px 6px;
  color: #fff;
  background-color: #24324A;
  text-transform: capitalize;
  cursor: pointer;
  margin-left: 2px;
}

.phone-wrapper.phone-hide.show .phone {
  display: inline-block;
}

.phone-wrapper.phone-hide.show .phone-show {
  display: none;
}

.flex-phone i {
  font-size: 14px;
  margin-right: 8px;
}

.cmb-form .map-popup,
.map-popup {
  width: 42px;
  height: 42px;
  margin-top: -42px;
  margin-left: -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.cmb-form .map-popup:before,
.map-popup:before {
  display: none !important;
}

.cmb-form .map-popup .icon-wrapper,
.map-popup .icon-wrapper {
  color: var(--foogra-theme-color);
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.cmb-form .map-popup .icon-wrapper img,
.map-popup .icon-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.cmb-form .map-popup .icon-wrapper:before,
.map-popup .icon-wrapper:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1) rotateX(45deg);
  -moz-transform: translateX(-50%) scale(1) rotateX(45deg);
  -ms-transform: translateX(-50%) scale(1) rotateX(45deg);
  -o-transform: translateX(-50%) scale(1) rotateX(45deg);
  transform: translateX(-50%) scale(1) rotateX(45deg);
  width: 35px;
  height: 20px;
  background: rgba(88, 148, 66, 0.3);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.cmb-form .map-popup .icon-wrapper:hover:before, .cmb-form .map-popup .icon-wrapper:focus:before,
.map-popup .icon-wrapper:hover:before,
.map-popup .icon-wrapper:focus:before {
  background: rgba(88, 148, 66, 0.4);
  -webkit-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -moz-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -ms-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -o-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  transform: translateX(-50%) scale(1.4) rotateX(45deg);
}

.cmb-form .map-popup.map-popup-selected .icon-wrapper:before,
.map-popup.map-popup-selected .icon-wrapper:before {
  background: rgba(88, 148, 66, 0.4);
  -webkit-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -moz-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -ms-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  -o-transform: translateX(-50%) scale(1.4) rotateX(45deg);
  transform: translateX(-50%) scale(1.4) rotateX(45deg);
}

.cmb-form .icon-wrapper:before,
.single-listing-map .icon-wrapper:before {
  animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
  -webkit-animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
}

#listings-google-maps,
.main-items-wrapper {
  position: relative;
}

#listings-google-maps.loading:before,
.main-items-wrapper.loading:before {
  content: '';
  background-position: center 200px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.btn-remove-compare-all,
.loadmore-message-btn,
.loadmore-replied-btn,
.reply-message-btn {
  position: relative;
  border: 0 !important;
}

.btn-remove-compare-all:before,
.loadmore-message-btn:before,
.loadmore-replied-btn:before,
.reply-message-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: var(--foogra-link-color);
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: -14px -8px;
}

.btn-remove-compare-all.loading,
.loadmore-message-btn.loading,
.loadmore-replied-btn.loading,
.reply-message-btn.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important;
}

.btn-remove-compare-all.loading:before,
.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before,
.reply-message-btn.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

#listings-google-maps.loading:before {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.75);
}

.listing-title {
  font-size: 1rem;
  margin: 0;
}

.featured-listing {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 2px 8px;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.featured-icon {
  color: var(--foogra-theme-color);
}

.label-listing-label {
  background-color: #0D263B;
  color: #fff !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 3px;
}

.label-listing-label:hover, .label-listing-label:focus {
  background-color: #040b11;
}

.gallery-listing-main-detail {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.gallery-listing-main-detail .gallery-metas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.gallery-listing-main-detail .status-listing-label {
  background-color: #0D263B;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 3px;
}

.gallery-listing-main-detail .status-listing-label:hover, .gallery-listing-main-detail .status-listing-label:focus {
  color: #fff;
  background-color: #040b11;
}

.avatar-wrapper .avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(13, 38, 59, 0.2);
  box-shadow: 0 0 10px 0 rgba(13, 38, 59, 0.2);
}

.avatar-wrapper .avatar-img img {
  margin: 0;
}

.avatar-wrapper .avatar-img + .name-author {
  width: calc(100% - 40px);
  padding-left: 10px;
}

.avatar-wrapper .name-author {
  color: var(--foogra-link-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-postdate {
  white-space: nowrap;
}

.box-white-detail {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .box-white-detail {
    padding: 25px 30px;
    margin-bottom: 30px;
  }
}

.box-white-detail .title {
  font-size: 20px;
  margin: 0 0 15px;
}

.title-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.title-wrapper > * + * {
  margin-left: 7px;
}

.star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.star-rating .review-avg {
  margin-left: 7px;
}

.review-stars-rated {
  position: relative;
  overflow: hidden;
  width: 88px;
}

.review-stars-rated .review-stars {
  list-style: none;
  padding: 0;
  margin: 0;
  color: gainsboro;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  letter-spacing: 2px;
}

.review-stars-rated .review-stars li {
  display: inline-block;
}

.review-stars-rated .review-stars.filled {
  color: var(--foogra-theme-color);
  position: absolute;
  top: 0;
  left: 0;
}

.review-stars-rated-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.review-stars-rated-wrapper .nb-review {
  margin-left: 7px;
}

.review-stars-rated-wrapper .nb-pre-review {
  margin-right: 7px;
}

.review-title-wrapper {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .review-title-wrapper {
    margin-bottom: 25px;
  }
}

.review-title-wrapper .comments-title,
.review-title-wrapper .title {
  margin: 0;
  font-size: 18px;
}

#listings-google-maps {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  font-family: var(--bs-font-sans-serif);
  line-height: 1.7;
  overflow: hidden;
  width: 100%;
  height: 280px;
}

@media (min-width: 1200px) {
  #listings-google-maps {
    height: 400px;
  }
}

#listings-google-maps .leaflet-popup-content {
  line-height: 1.7;
  margin: 0;
  width: 100% !important;
}

#listings-google-maps .leaflet-popup-content-wrapper {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 40px 30px 0 rgba(25, 25, 46, 0.05);
  box-shadow: 0 40px 30px 0 rgba(25, 25, 46, 0.05);
  width: 240px;
}

#listings-google-maps.leaflet-container a.leaflet-popup-close-button {
  top: 10px;
  right: 10px;
  background: #F4F4F4;
  padding: 2px 5px 5px;
  font-size: 14px;
  height: auto;
  width: auto;
  line-height: 1;
  margin: 0;
  border-radius: 50%;
  color: var(--foogra-link-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#listings-google-maps.leaflet-container a.leaflet-popup-close-button:hover, #listings-google-maps.leaflet-container a.leaflet-popup-close-button:focus {
  color: #fff;
  background: #dc3545;
}

#listings-google-maps .leaflet-popup {
  margin-bottom: 1.875rem;
}

#listings-google-maps .leaflet-popup-tip-container {
  margin-top: -2px;
}

#listings-google-maps .leaflet-popup-tip {
  -webkit-box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
  box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
}

#listings-google-maps .marker-cluster {
  width: 30px !important;
  height: 30px !important;
  margin-left: -15px !important;
  margin-top: -15px !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#listings-google-maps .marker-cluster > div {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  background: var(--foogra-link_hover_color);
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 5px rgba(88, 148, 66, 0.15);
  box-shadow: 0 0 0 5px rgba(88, 148, 66, 0.15);
}

#listings-google-maps .marker-cluster:hover, #listings-google-maps .marker-cluster:focus {
  -webkit-box-shadow: 0 0 0 10px rgba(88, 148, 66, 0.25);
  box-shadow: 0 0 0 10px rgba(88, 148, 66, 0.25);
}

.socials-member a {
  margin-right: 10px;
  color: #767676;
}

.socials-member a:hover, .socials-member a:focus {
  color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .socials-member a {
    margin-right: 15px;
  }
}

.listings-ordering-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .listings-ordering-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .listings-ordering-wrapper .ordering-display-mode-wrapper {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .listings-ordering-wrapper {
    margin-bottom: 1.875rem;
  }
}

.listings-ordering-wrapper .saved-search-form-btn {
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .listings-ordering-wrapper .saved-search-form-btn {
    margin-left: 25px;
  }
}

.listings-ordering-wrapper .listings-display-mode-wrapper {
  margin-left: 25px;
}

.listings-ordering-wrapper .results-count {
  color: var(--foogra-link-color);
}

@media (min-width: 992px) {
  .listings-ordering-wrapper .filter-in-sidebar-wrapper + .results-count {
    margin-left: 1.25rem;
  }
}

.mobile-groups-button .btn + .btn {
  margin-left: 0.6rem;
}

.send-message-btn {
  display: block;
  position: relative;
}

.send-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.send-message-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.location-banner-inner {
  display: block;
  position: relative;
}

.location-banner-inner .title {
  font-size: 16px;
  margin: 0 0 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .location-banner-inner .title {
    font-size: 18px;
  }
}

.location-banner-inner .number {
  font-size: 13px;
  font-weight: 600;
}

.location-banner-inner.style1 {
  text-align: center;
}

.location-banner-inner.style1 .banner-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.location-banner-inner.style1 .banner-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.location-banner-inner.style1 .banner-image:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 38, 59, 0.3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.location-banner-inner.style1 .banner-image + .inner {
  color: #fff;
  padding: 20px;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.location-banner-inner.style1 .banner-image + .inner .title {
  color: #fff;
}

.location-banner-inner.style1:hover .banner-image:before {
  background-color: rgba(13, 38, 59, 0.5);
}

.location-banner-inner.style1:hover .banner-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.location-banner-inner.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.location-banner-inner.style2 .banner-image {
  width: 60px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .location-banner-inner.style2 .banner-image {
    width: 100px;
  }
}

.location-banner-inner.style2 .inner {
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media (min-width: 768px) {
  .location-banner-inner.style2 .inner {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.location-banner-inner.style2 .number {
  font-size: 0.875rem;
  color: var(--foogra-text-color);
  font-weight: 400;
}

.location-banner-inner.style2:hover .title {
  color: var(--foogra-theme-color);
}

@media (min-width: 1500px) {
  .widget-listing-types .slick-carousel .slick-prev {
    left: -8px;
  }
  .widget-listing-types .slick-carousel .slick-next {
    right: -8px;
  }
}

.type-banner-inner {
  text-align: center;
  position: relative;
  display: block;
}

.type-banner-inner .type-icon {
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .type-banner-inner .type-icon {
    font-size: 60px;
  }
}

.type-banner-inner .title {
  margin: 0 0 5px;
  font-size: 1.125rem;
}

.type-banner-inner.style1 .banner-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.type-banner-inner.style1 .banner-image img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
}

.type-banner-inner.style1 .banner-image:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 62, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.type-banner-inner.style1 .banner-image + .inner {
  color: #fff;
  padding: 15px;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .type-banner-inner.style1 .banner-image + .inner {
    bottom: 10px;
  }
}

.type-banner-inner.style1 .banner-image + .inner .title {
  color: #fff;
}

.type-banner-inner.style1:hover .banner-image img {
  -webkit-transform: scale(1.15) rotate(-1deg);
  -moz-transform: scale(1.15) rotate(-1deg);
  -ms-transform: scale(1.15) rotate(-1deg);
  -o-transform: scale(1.15) rotate(-1deg);
  transform: scale(1.15) rotate(-1deg);
}

.type-banner-inner.style2 {
  text-align: inherit;
  display: flex;
  align-items: center;
}

.type-banner-inner.style2 .banner-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 3px;
}

.type-banner-inner.style2 .banner-image + .inner {
  padding-left: 1.25rem;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.category-banner-inner {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 2rem 1rem;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .category-banner-inner {
    padding: 70px 20px;
  }
}

.category-banner-inner .banner-icon {
  color: var(--foogra-theme-color);
  font-size: 3rem;
}

@media (min-width: 1200px) {
  .category-banner-inner .banner-icon {
    font-size: 4.375rem;
  }
}

.category-banner-inner .title {
  font-size: 1rem;
  margin: 0 0 2px;
}

@media (min-width: 1200px) {
  .category-banner-inner .title {
    font-size: 1.125rem;
  }
}

.category-banner-inner .number {
  background-color: #f0f0f0;
  color: #777;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  line-height: 35px;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  font-weight: 500;
}

.category-banner-inner .banner-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.category-banner-inner.has-image {
  padding: 0;
  text-align: left;
}

.category-banner-inner.has-image .number {
  z-index: 2;
  background: #fff;
  font-weight: 500;
}

.category-banner-inner.has-image .inner {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 30px 20px 15px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
}

.category-banner-inner.has-image .inner, .category-banner-inner.has-image .inner .title {
  color: #fff;
}

.category-banner-inner:hover {
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

.category-banner-inner:hover .banner-icon {
  color: var(--foogra-link-color);
}

.category-banner-inner:hover .banner-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.category-banner-inner-v2 {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.category-banner-inner-v2 .banner-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.category-banner-inner-v2 .inner {
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -18px;
  z-index: 1;
  line-height: 1;
  padding: 100px 20px 20px 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.category-banner-inner-v2 .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 7px;
}

.category-banner-inner-v2 .number {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.category-banner-inner-v2:hover .banner-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.category-banner-inner-v2:hover .inner {
  bottom: 0;
}

.category-banner-inner-v2:hover .number {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.location-banner-inner-list {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.location-banner-inner-list .inner {
  border: 1px solid #EAEAEA;
  padding: 18px 20px;
  border-radius: 0 0 3px 3px;
  color: var(--foogra-text-color);
}

.location-banner-inner-list .title {
  font-size: 16px;
  margin: 0 0 7px;
}

.location-banner-inner-list .number span {
  font-weight: 600;
  color: var(--foogra-link-color);
}

.location-banner-inner-list .median-price span {
  color: var(--foogra-link-color);
  font-weight: 600;
}

.location-banner-inner-list:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.07);
  box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.07);
}

.nav-member {
  margin-bottom: 15px;
  border: 0 !important;
  position: relative;
}

@media (min-width: 1200px) {
  .nav-member {
    margin-bottom: 1.875rem;
  }
}

.nav-member > li {
  margin-bottom: 0 !important;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .nav-member > li {
    margin-right: 50px;
  }
}

.nav-member > li > a {
  padding: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: var(--foogra-text-color);
}

@media (min-width: 1200px) {
  .nav-member > li > a {
    font-size: 18px;
  }
}

.nav-member > li > a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--foogra-link-color);
  display: block;
  width: 0;
  height: 2px;
}

.nav-member > li:hover > a, .nav-member > li.active > a, .nav-member > li:focus > a {
  color: var(--foogra-link-color) !important;
}

.nav-member > li:hover > a:before, .nav-member > li.active > a:before, .nav-member > li:focus > a:before {
  width: 100%;
}

.location-single-member {
  margin-top: 20px;
}

.location-single-member .title-wrapper {
  margin: 0 0 20px;
}

.location-single-member .title-wrapper .title {
  margin: 0 !important;
  font-size: 18px;
}

.saved-search-form label {
  font-weight: 400;
  color: var(--foogra-link-color);
  margin-bottom: 5px;
}

.saved-search-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.saved-search-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.listings-display-mode-wrapper label {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 8px;
}

.listings-display-mode-wrapper label [type="radio"] {
  display: none;
}

.listings-display-mode-wrapper label i {
  font-size: 15px;
  text-align: center;
  color: var(--foogra-text-color);
  display: inline-block;
  line-height: 33px;
  width: 35px;
  height: 35px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  background-color: #fff;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  .listings-display-mode-wrapper label i {
    line-height: 38px;
    width: 40px;
    height: 40px;
  }
}

.listings-display-mode-wrapper label input:checked + i {
  color: var(--foogra-theme-color);
}

.listings-display-mode-wrapper label:last-child {
  margin-right: 0;
}

.my-listings-ordering .text-sort,
.my-listings-ordering .label,
.sort-my-listings-form .text-sort,
.sort-my-listings-form .label,
.sort-listings-favorite-form .text-sort,
.sort-listings-favorite-form .label,
.listings-ordering .text-sort,
.listings-ordering .label {
  font-weight: 400;
  padding: 0;
  display: inline-block;
  font-size: -0.125rem;
  margin-right: 5px;
}

.my-listings-ordering .select2-container--default.select2-container .select2-selection--single,
.sort-my-listings-form .select2-container--default.select2-container .select2-selection--single,
.sort-listings-favorite-form .select2-container--default.select2-container .select2-selection--single,
.listings-ordering .select2-container--default.select2-container .select2-selection--single {
  height: 40px;
}

.my-listings-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.sort-my-listings-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.sort-listings-favorite-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.listings-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.my-listings-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.sort-my-listings-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.sort-listings-favorite-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.listings-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.search-orderby-wrapper {
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .search-orderby-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.search-orderby-wrapper .title-profile {
  margin: 0;
}

.search-orderby-wrapper .sortby-form {
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .search-orderby-wrapper .sortby-form {
    margin-left: 30px;
  }
}

.search-orderby-wrapper .orderby-wrapper {
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}

.listing-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align-items: center;
  -ms-align-items: center;
}

.listing-meta i {
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}

.listing-meta .value-suffix {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.listing-gallery-count i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}

.listing-item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 1200px) {
  .listing-item {
    margin-bottom: 1.875rem;
  }
}

.listing-item.images-loading .listing-image:after {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: -17px;
  margin-left: -17px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  animation: rotate_icon 1200ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1200ms linear 0s normal none infinite running;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.listing-item .listing-time {
  color: #32a067;
  border: 1px solid #32a067;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 5px 8px;
  line-height: 1;
}

.listing-item .listing-time.closed {
  color: #dc3545;
  border-color: #dc3545;
}

.listing-item .listing-metas {
  margin-top: 0.7rem;
}

.listing-item .listing-metas i {
  margin-right: 0.5rem;
}

@media (min-width: 1200px) {
  .listing-item .listing-metas i {
    margin-right: 0.625rem;
  }
}

.listing-item .listing-metas > * {
  margin-right: 0.625rem;
}

@media (min-width: 1200px) {
  .listing-item .listing-metas > * {
    margin-right: 1.875rem;
  }
}

.listing-item .listing-metas > *:last-child {
  margin-right: 0;
}

.listing-item .listing-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.listing-item .listing-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.listing-item .listing-image:before {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  display: block;
  background: -moz-linear-gradient(top, transparent 5%, black 100%);
  background: -webkit-linear-gradient(top, transparent 5%, black 100%);
  background: linear-gradient(to bottom, transparent 5%, black 100%);
}

.listing-item .image-logo {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
  box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
  padding: 2px;
}

.listing-item .listing-thumbnail-wrapper {
  position: relative;
}

.listing-item .listing-thumbnail-wrapper .review-stars-rated .review-stars {
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.listing-item .listing-thumbnail-wrapper .review-stars-rated .review-stars.filled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.listing-item .listing-thumbnail-wrapper .nb-review {
  font-size: 0.875rem;
}

.listing-item .listing-thumbnail-wrapper .top-label {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

@media (min-width: 1200px) {
  .listing-item .listing-thumbnail-wrapper .top-label {
    padding: 15px;
  }
}

.listing-item .listing-thumbnail-wrapper .bottom-label {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
}

.listing-item .listing-thumbnail-wrapper .bottom-label, .listing-item .listing-thumbnail-wrapper .bottom-label a {
  color: rgba(255, 255, 255, 0.8);
}

.listing-item .listing-thumbnail-wrapper .image-logo {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .listing-item .listing-thumbnail-wrapper .image-logo {
    right: 20px;
  }
}

.listing-item .listing-thumbnail-wrapper .listing-category {
  text-transform: uppercase;
  background-color: black;
  font-weight: 600;
  padding: 6px 8px 5px 8px;
  line-height: 1;
  font-size: 0.6875rem;
  border-radius: 3px;
}

.listing-item .listing-thumbnail-wrapper .listing-category a {
  color: #fff !important;
}

.listing-item .listing-thumbnail-wrapper .listing-title a {
  color: #fff !important;
}

.listing-item .list-action > * {
  margin-right: 1.25rem;
}

.listing-item .list-action [class*="btn"] i {
  margin: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 0.9375rem;
}

.listing-item .btn-viewmap {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #999;
}

.listing-item .btn-viewmap:hover, .listing-item .btn-viewmap:focus {
  color: var(--foogra-theme-color);
}

.listing-item .btn-viewmap i {
  margin-right: 5px;
}

.listing-item:hover .listing-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-grid .listing-thumbnail-wrapper {
  min-height: 120px;
  background: -moz-linear-gradient(top, transparent 5%, black 100%);
  background: -webkit-linear-gradient(top, transparent 5%, black 100%);
  background: linear-gradient(to bottom, transparent 5%, black 100%);
}

.listing-grid .top-info {
  margin-top: 7px;
}

.listing-grid .scored-rating .emotion {
  font-size: 0.75rem;
  margin-bottom: 1px;
}

.listing-grid .scored-rating .nb-reviews {
  font-size: 0.6875rem;
}

.listing-grid .scored-rating .right-info {
  padding: 10px 10px 8px 10px;
  font-size: 0.9375rem;
}

.listing-grid .price-avg {
  font-size: 0.8125rem;
}

.listing-grid-map {
  margin: 0;
  background: #fff;
  border-radius: 5px;
  color: var(--foogra-text-color);
}

.listing-grid-map a {
  color: var(--foogra-text-color);
}

.listing-grid-map a:hover, .listing-grid-map a:focus {
  color: var(--foogra-link-color);
}

.listing-grid-map .listing-title {
  font-size: 1rem;
}

.listing-grid-map .listing-metas {
  font-size: 90%;
  margin-top: 5px;
}

.listing-grid-map .listing-metas i {
  margin-right: 5px;
}

.listing-grid-map .top-info {
  padding: 15px;
}

.listing-item-favorite .btn-remove {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  color: #dc3545;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.listing-item-favorite .btn-remove.loading {
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.listing-item-favorite .btn-remove.loading i:before {
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.listing-item-favorite .listing-thumbnail-wrapper {
  min-height: 200px;
}

.listing-item-favorite .listing-thumbnail-wrapper:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.listing-item-favorite:hover .btn-remove,
.listing-item-favorite:hover .listing-thumbnail-wrapper:before, .listing-item-favorite:focus .btn-remove,
.listing-item-favorite:focus .listing-thumbnail-wrapper:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.listing-list-special {
  overflow: hidden;
}

.listing-list-special .listing-metas {
  margin-top: 25px;
}

.listing-list-special .listing-metas .listing-meta {
  text-align: center;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .listing-list-special .listing-metas .listing-meta {
    margin-right: 30px;
  }
}

.listing-list-special .listing-metas .listing-meta:last-child {
  margin-right: 0px;
}

.listing-list-special .listing-metas i {
  line-height: 1;
  font-size: 20px;
}

.listing-list-special .listing-metas .value-suffix {
  display: block;
}

.listing-list-special .listing-title {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .listing-list-special .listing-title {
    font-size: 22px;
    margin: 40px 0 10px;
  }
}

.listing-list-special .description {
  margin-top: 25px;
}

.listing-list-special .listing-metas-bottom {
  padding-top: 15px;
  margin-top: auto;
}

@media (min-width: 1200px) {
  .listing-list-special .listing-price {
    font-size: 22px;
  }
}

.listing-list-special .left-inner {
  width: 100%;
  padding: 20px;
}

@media (min-width: 992px) {
  .listing-list-special .left-inner {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .listing-list-special .left-inner {
    padding: 50px;
  }
}

.listing-list-special .right-inner {
  width: 60%;
}

@media (min-width: 1200px) {
  .listing-list-special .listing-thumbnail-wrapper .bottom-label {
    padding: 0 50px;
    bottom: 45px;
  }
}

.listing-list-v2 {
  overflow: hidden;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}

.listing-list-v2 .listing-thumbnail-wrapper {
  width: 150px;
}

@media (min-width: 1200px) {
  .listing-list-v2 .listing-thumbnail-wrapper {
    width: 200px;
  }
}

.listing-list-v2 .listing-image {
  border-radius: 0;
}

.listing-list-v2 .listing-image:before {
  display: none;
}

.listing-list-v2 .listing-category {
  font-size: 0.75rem;
  font-style: italic;
}

.listing-list-v2 .content-info {
  padding: 10px 40px 10px 10px;
}

@media (min-width: 1200px) {
  .listing-list-v2 .content-info {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .listing-list-v2 .listing-title {
    font-size: 1.125rem;
  }
}

.listing-list-v2 .listing-location a {
  color: #777;
}

.listing-list-v2 .price-avg {
  margin-top: 2px;
}

@media (min-width: 1200px) {
  .listing-list-v2 .price-avg {
    margin-top: 7px;
  }
}

.listing-list-v2 .scored-rating3 {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .listing-list-v2 .scored-rating3 {
    top: 10px;
    right: 10px;
  }
}

.listing-list-member {
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}

.listing-list-member .listing-thumbnail-wrapper {
  border-radius: 0;
}

.listing-list-simple .btn-action-icon {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #dc3545 !important;
  font-size: 25px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

.listing-list-simple:hover .btn-action-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.listing-list-simple .listing-thumbnail-wrapper {
  position: relative;
  width: 90px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.listing-list-simple .listing-information {
  padding-left: 20px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.listing-list-simple .listing-price {
  font-size: 0.875rem;
}

.listing-list-simple .listing-title {
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listings-list-simple article {
  margin-bottom: 20px;
}

.listings-list-simple article:last-child {
  margin-bottom: 0;
}

.my-listings-item {
  padding: .625rem;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
  border-width: 0 0 1px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .my-listings-item {
    padding: 20px;
  }
}

.my-listings-item:last-child {
  border-bottom: 0;
}

.my-listings-item .listing-thumbnail-wrapper .image-thumbnail {
  border-radius: 50%;
  overflow: hidden;
}

.my-listings-item .listing-table-info-content-expiry {
  color: #dc3545;
}

.my-listings-item .status-listing-label {
  line-height: 23px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #0D263B;
  border-radius: 3px;
}

.my-listings-item .status-listing.publish {
  color: var(--foogra-theme-color);
}

.my-listings-item .status-listing.preview, .my-listings-item .status-listing.pending, .my-listings-item .status-listing.pending_payment, .my-listings-item .status-listing.draft {
  color: #ff5a5f;
}

.my-listings-item .status-listing.expired {
  color: #fd397a;
}

.my-listings-item .listing-title {
  font-size: 1rem;
  margin: 0 0 5px;
}

.my-listings-item .featured {
  margin-bottom: 3px;
  display: inline-block;
}

.my-listings-item .inner-info-left {
  padding: 0;
}

.my-listings-item .listing-price {
  padding: 0;
  border: 0;
  color: var(--foogra-text-color);
}

.layout-my-listings {
  width: 100%;
}

.layout-my-listings.header-layout {
  background-color: #f2f4f6;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
}

@media (min-width: 1200px) {
  .layout-my-listings.header-layout {
    padding: 15px 20px;
  }
}

.layout-my-listings .listing-thumbnail-wrapper {
  position: relative;
  width: 100px;
}

.layout-my-listings .inner-info {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
  .layout-my-listings .inner-info {
    padding-left: 1.875rem;
  }
}

.layout-my-listings .layout-left > div {
  width: 20%;
  padding: 5px;
}

.layout-my-listings .layout-left .inner-info-left {
  width: 40%;
}

.border-my-listings {
  border: 1px solid #f2f4f6;
  overflow: hidden;
  border-radius: 3px;
}

.listing-banner-inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  color: #fff;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .listing-banner-inner {
    padding: 50px 15px;
  }
}

@media (min-width: 1200px) {
  .listing-banner-inner {
    padding: 180px 15px;
  }
}

.listing-banner-inner:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 38, 59, 0.4);
}

.listing-banner-inner .tagline {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.listing-banner-inner .title {
  color: #fff;
  font-size: 25px;
}

@media (min-width: 1200px) {
  .listing-banner-inner .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.listing-banner-inner .listing-metas {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .listing-banner-inner .listing-metas {
    margin-bottom: 35px;
  }
}

.listing-banner-inner .listing-metas .listing-meta {
  margin: 0 15px;
}

.listing-banner-inner .listing-metas i {
  line-height: 1;
  font-size: 20px;
}

.listing-banner-inner .listing-metas .value-suffix {
  display: block;
}

.listing-banner-inner > * {
  margin: 0 0 10px;
}

.listing-banner-inner > *:last-child {
  margin: 0;
}

.listing-grid-slider {
  text-align: center;
  color: #fff;
}

.listing-grid-slider > * {
  margin: 0 0 20px;
}

.listing-grid-slider a {
  color: #fff !important;
}

.listing-grid-slider .title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
}

@media (min-width: 768px) {
  .listing-grid-slider .title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .listing-grid-slider .title {
    font-size: 60px;
  }
}

.listing-grid-slider .listing-metas .listing-meta {
  margin: 0 15px;
}

.listing-grid-slider .listing-metas i {
  line-height: 1;
  font-size: 20px;
}

.listing-grid-slider .listing-metas .value-suffix {
  display: block;
}

.listing-grid-slider .listing-location {
  font-size: 16px;
}

.listing-grid-slider .listing-price {
  color: #fff;
}

@media (min-width: 1200px) {
  .listing-grid-slider .listing-price {
    font-size: 30px;
  }
}

.listing-grid-slider-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  padding: 30px 0 50px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .listing-grid-slider-wrapper {
    padding: 50px 0 70px;
  }
}

@media (min-width: 1200px) {
  .listing-grid-slider-wrapper {
    padding: 180px 0 200px;
  }
}

.listing-grid-slider-wrapper:before {
  content: '';
  background: rgba(13, 38, 59, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-listings-slider .slick-dots {
  padding: 0 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .widget-listings-slider .slick-dots {
    padding-bottom: 1.875rem;
  }
}

.widget-listings-slider .slick-carousel .slick-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.widget-listings-slider .slick-carousel .slick-arrow:hover, .widget-listings-slider .slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .widget-listings-slider .slick-carousel .slick-prev {
    left: 45px;
  }
  .widget-listings-slider .slick-carousel .slick-next {
    right: 45px;
  }
}

.widget-listings .bottom-view {
  padding-top: 10px;
}

@media (min-width: 1200px) {
  .widget-listings.carousel .widget-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .widget-listings.carousel .slick-list {
    padding: 20px 15px 15px;
  }
  .widget-listings.carousel .slick-prev {
    left: 7px;
  }
  .widget-listings.carousel .slick-next {
    right: 7px;
  }
  .widget-listings.carousel .slick-dots {
    padding: 0;
  }
}

.top-info-widget {
  margin: 20px 0;
}

.top-info-widget .title {
  margin: 0;
  font-size: 1.5625rem;
}

@media (min-width: 1200px) {
  .top-info-widget .title {
    font-size: 1.625rem;
  }
}

.top-info-widget .description {
  font-weight: 300;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .top-info-widget .description {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .top-info-widget .description {
    font-size: 1.125rem;
  }
}

.tabs-account.elementor-tabs-view-horizontal {
  max-width: 410px;
  margin: auto;
  background: #fff;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  border-bottom: 1px solid #e7ecea;
  display: flex;
  display: -webkit-flex;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  width: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
  border: 0 !important;
  margin: 0;
  position: relative;
  padding: 19px 25px;
  text-align: center;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--foogra-theme-color);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  display: block;
  border: 0 !important;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title:after {
  display: none !important;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  color: var(--foogra-theme-color);
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-content {
  border: 0 !important;
  padding: 25px 30px 30px;
}

@media (max-width: 767px) {
  .tabs-account.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
    border: 0 !important;
  }
  .tabs-account.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none !important;
  }
}

.top-header-detail-listing .listing-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .top-header-detail-listing .listing-title {
    font-size: 2.25rem;
  }
}

.top-header-detail-listing .status-listing-label {
  background-color: var(--foogra-theme-color) !important;
  color: #fff !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 3px;
}

.top-header-detail-listing .listing-metas i {
  margin-right: 0.5rem;
  color: var(--foogra-link-color);
}

.top-header-detail-listing .listing-price {
  font-size: 0.875rem;
  display: inline-block;
  background-color: #F4F4F4;
  padding: 4px 0.875rem;
  border-radius: 3px;
}

.top-header-detail-listing .scored-rating2 {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .top-header-detail-listing .scored-rating2 {
    margin-bottom: 15px;
  }
}

.top-header-detail-listing.v2 {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .top-header-detail-listing.v2 .listing-title {
    font-size: 1.75rem;
  }
}

.top-header-detail-listing.v2 .btn-underline {
  color: var(--foogra-theme-color);
  font-weight: 400;
}

.header-detail-top-v2 .image-logo + .detail-top {
  padding-left: 1rem;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

@media (min-width: 1200px) {
  .header-detail-top-v2 .image-logo + .detail-top {
    padding-left: 1.875rem;
  }
}

.metas-space .space {
  margin: 0 3px;
}

.image-logo {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
  box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
}

.image-logo img {
  border-radius: 50%;
}

.buttons-group-center {
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .buttons-group-center {
    padding: 1.875rem 0;
  }
}

.buttons-group-center [class|="btn"] {
  display: inline-block;
}

.buttons-group-center [class|="btn"] i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  background-color: #e3e3e3;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .buttons-group-center [class|="btn"] i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
  }
}

.buttons-group-center [class|="btn"] i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  color: var(--foogra-text-color);
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
}

.buttons-group-center [class|="btn"] > span {
  display: block;
  margin-top: 8px;
}

.buttons-group-center [class|="btn"][class*="added"]:hover i:before, .buttons-group-center [class|="btn"][class*="remove"]:hover i:before {
  vertical-align: top;
  font-size: 14px;
  content: "\f103";
  font-family: 'Flaticon';
}

.buttons-group-center [class|="btn"][class*="added"] i, .buttons-group-center [class|="btn"][class*="remove"] i, .buttons-group-center [class|="btn"]:hover i, .buttons-group-center [class|="btn"]:focus i {
  color: #fff;
  background-color: var(--foogra-theme-color);
}

.buttons-group-center [class|="btn"].loading i {
  color: transparent !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.buttons-group-center [class|="btn"].loading i:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.buttons-group-center > div {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .buttons-group-center > div {
    padding: 0 25px;
  }
}

.listing-detail-gallery {
  position: relative;
}

.listing-detail-gallery .popup-image-gallery,
.listing-detail-gallery .p-popup-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.listing-detail-gallery .popup-image-gallery img,
.listing-detail-gallery .p-popup-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.listing-detail-gallery .popup-image-gallery:hover img, .listing-detail-gallery .popup-image-gallery:focus img,
.listing-detail-gallery .p-popup-image:hover img,
.listing-detail-gallery .p-popup-image:focus img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.listing-detail-gallery-v1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}

.listing-detail-gallery-v1 + .top-header-detail-listing {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .listing-detail-gallery-v1 + .top-header-detail-listing {
    padding-bottom: 40px;
  }
}

.listing-detail-gallery-v1 + .top-header-detail-listing .listing-metas,
.listing-detail-gallery-v1 + .top-header-detail-listing .listing-metas a,
.listing-detail-gallery-v1 + .top-header-detail-listing .listing-title {
  color: #fff !important;
}

.listing-detail-gallery-v2 {
  margin-bottom: 25px;
}

.listing-detail-gallery-v2 .slick-list {
  border-radius: 3px;
}

.listing-single-gallery-thumbs .slick-arrow {
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slick-carousel-gallery-thumbs img {
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
}

.content-listing-detail {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .content-listing-detail {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.send-message-form .form-group {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .send-message-form textarea {
    height: 200px;
  }
}

.attachments-inner .attachment-item {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .attachments-inner .attachment-item {
    margin-right: 30px;
  }
}

.attachments-inner i {
  margin-right: 7px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.attachments-inner .attachment-detail-download-url {
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  color: var(--foogra-theme-color);
  text-transform: uppercase;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .attachments-inner .attachment-detail-download-url {
    margin-left: 30px;
  }
}

.attachments-inner .attachment-detail-download-url:hover, .attachments-inner .attachment-detail-download-url:focus {
  text-decoration: none;
}

.attachment-item {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.attachment-item .icon_type {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  border-radius: 3px;
  background-color: #f7f7f7;
  color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .attachment-item .icon_type {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}

.attachment-item .candidate-detail-attachment {
  display: block;
  width: calc(100% - 50px);
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .attachment-item .candidate-detail-attachment {
    width: calc(100% - 80px);
  }
}

.attachment-item .candidate-detail-attachment i {
  color: var(--foogra-theme-color);
  font-size: 18px;
  margin-right: 5px;
}

.nav-table {
  border: 0;
  padding: 0;
  margin: 0;
}

.nav-table > li {
  margin-bottom: 0 !important;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .nav-table > li {
    margin-right: 10px;
  }
}

.nav-table > li:last-child {
  margin-right: 0;
}

.nav-table > li > a {
  border: 0 !important;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #0D263B;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .nav-table > li > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

.nav-table > li > a:hover, .nav-table > li > a:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.nav-table > li.active > a:hover,
.nav-table > li.active > a:focus,
.nav-table > li.active > a {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.tabs-gallery-map {
  position: relative;
}

.tabs-gallery-map .nav-table {
  position: absolute;
  top: 15px;
  z-index: 4;
  right: 15px;
}

@media (min-width: 1200px) {
  .tabs-gallery-map .nav-table {
    top: 30px;
    right: 30px;
  }
}

.tabs-gallery-map #single-tab-listing-street-view-map,
.tabs-gallery-map #listings-google-maps {
  height: 270px;
}

@media (min-width: 768px) {
  .tabs-gallery-map #single-tab-listing-street-view-map,
  .tabs-gallery-map #listings-google-maps {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .tabs-gallery-map #single-tab-listing-street-view-map,
  .tabs-gallery-map #listings-google-maps {
    height: 700px;
  }
}

.tabs-gallery-map .listing-virtual_tour > h3 {
  display: none;
}

.listing-virtual_tour iframe {
  max-width: 100%;
  border: 0;
}

.tabs-video-virtual {
  padding-top: 5px !important;
  overflow: hidden;
}

.tabs-video-virtual .listing-section > h3 {
  display: none;
}

.listing-detail-detail .list {
  overflow: hidden;
  clear: both;
}

.listing-detail-detail .list li {
  width: 100%;
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.listing-detail-detail .list li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.listing-detail-detail .list li .text {
  color: var(--foogra-link-color);
  font-weight: 600;
}

.listing-detail-detail .list li .value {
  margin-left: auto;
}

.listing-detail-detail .listing-tax {
  color: var(--foogra-text-color);
}

.listing-detail-detail .listing-tax:hover, .listing-detail-detail .listing-tax:focus {
  color: var(--foogra-link_hover_color);
}

.feature-cat {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 1200px) {
  .feature-cat {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.feature-cat:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.feature-cat > div {
  width: 50%;
}

.feature-cat .title-wrapper {
  font-weight: 600;
  color: var(--foogra-link-color);
}

.columns-gap {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.price-filter {
  padding: 0;
  list-style: none;
  margin: 0;
}

ul.price-filter li {
  margin: 0 0 0.625rem;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

ul.price-filter li:after {
  content: '';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: 0 solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.price-filter li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin-right: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  border-radius: 3px;
}

ul.price-filter li:last-child {
  margin-bottom: 0;
}

ul.price-filter li.active:before {
  border-color: transparent;
  background: var(--foogra-theme-color);
}

ul.price-filter li.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.circle-check {
  overflow: hidden;
  clear: both;
  color: var(--foogra-text-color);
  padding: 0;
  list-style: none;
  margin: 0;
}

.circle-check li {
  margin: 0 0 0.625rem;
}

.circle-check [type="radio"],
.circle-check [type="checkbox"] {
  display: none;
}

.circle-check [type="radio"]:checked + label:before,
.circle-check [type="checkbox"]:checked + label:before {
  background: var(--foogra-theme-color);
  border-color: transparent;
}

.circle-check [type="radio"]:checked + label:after,
.circle-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.circle-check label {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

.circle-check label:after {
  content: '';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: 0 solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circle-check label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin-right: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  border-radius: 3px;
}

.listing-detail-floor-plans .panel-group {
  margin-bottom: 0;
}

.listing-detail-floor-plans .panel {
  border: 0;
}

.listing-detail-floor-plans .panel + .panel {
  margin-top: 20px;
}

.listing-detail-floor-plans .panel > .panel-heading {
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}

@media (min-width: 768px) {
  .listing-detail-floor-plans .panel > .panel-heading {
    padding: 14px 20px;
  }
}

.listing-detail-floor-plans .panel > .panel-heading > a {
  width: 100%;
  display: block;
}

.listing-detail-floor-plans .panel > .panel-heading h3 {
  font-size: 0.875rem;
  margin: 0;
}

.listing-detail-floor-plans .panel > .panel-heading.active {
  background: #F6F8F9;
}

.listing-detail-floor-plans .panel .metas {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  color: var(--foogra-text-color);
}

.listing-detail-floor-plans .panel .metas > * {
  margin-left: 25px;
}

.listing-detail-floor-plans .panel .subtitle {
  color: var(--foogra-link-color);
}

.listing-detail-floor-plans .panel .expand-icon {
  font-size: 10px;
  margin-top: 3px;
}

.listing-detail-floor-plans .panel .expand-icon:before {
  content: "\f10e";
  font-family: flaticon;
}

.listing-detail-floor-plans .content-item {
  padding: 12px;
}

@media (min-width: 1200px) {
  .listing-detail-floor-plans .content-item {
    padding: 20px;
  }
}

.listing-detail-floor-plans .content-item .content {
  margin-top: 15px;
}

.detail-metas-top {
  margin-bottom: 25px;
}

.detail-metas-top > div {
  display: inline-block;
  margin-right: 3px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

@media (min-width: 1200px) {
  .detail-metas-top > div {
    padding: 5px 20px;
    margin-right: 8px;
  }
}

.detail-metas-top .type-listing {
  color: var(--foogra-theme-color);
}

.embed-responsive {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.embed-responsive:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.embed-responsive iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-listing-map {
  min-height: 200px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.single-listing-map + .list-contact-info {
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .single-listing-map + .list-contact-info {
    margin-top: 1.875rem;
  }
}

.single-listing-google-maps-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.single-listing-google-maps-wrapper .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  padding: 5px 15px;
  color: var(--foogra-theme-color);
}

.single-listing-google-maps-wrapper .btn:hover, .single-listing-google-maps-wrapper .btn:focus {
  color: var(--foogra-theme-color);
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .single-listing-google-maps-wrapper #single-listing-street-view-map,
  .single-listing-google-maps-wrapper .single-listing-map {
    height: 400px;
  }
}

.single-listing-google-maps-wrapper #single-listing-street-view-map {
  display: none;
}

.listing-single-gallery-wrapper {
  position: relative;
}

.listing-single-gallery-wrapper .featured-listing {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}

@media (min-width: 1200px) {
  .listing-single-gallery-wrapper .featured-listing {
    top: 20px;
    left: 20px;
  }
}

.listing-single-gallery-wrapper .action2 {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

@media (min-width: 1200px) {
  .listing-single-gallery-wrapper .action2 {
    top: 20px;
    right: 20px;
  }
}

.listing-single-gallery-wrapper .listing-video {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 15px;
}

@media (min-width: 1200px) {
  .listing-single-gallery-wrapper .listing-video {
    bottom: 40px;
    right: 30px;
  }
}

.listing-single-gallery-wrapper .slick-carousel .slick-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
}

.listing-single-gallery-wrapper .slick-carousel .slick-arrow:hover, .listing-single-gallery-wrapper .slick-carousel .slick-arrow:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

@media (min-width: 1200px) {
  .listing-single-gallery-wrapper .slick-carousel .slick-prev {
    left: 40px;
  }
  .listing-single-gallery-wrapper .slick-carousel .slick-next {
    right: 40px;
  }
}

.listing-single-gallery-wrapper.v2 .slick-carousel .slick-arrow {
  background-color: #fff;
  color: var(--foogra-link-color);
}

.listing-single-gallery-wrapper.v2 .slick-carousel .slick-arrow:hover, .listing-single-gallery-wrapper.v2 .slick-carousel .slick-arrow:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.list-contact-info li {
  margin-bottom: 0.75rem;
}

.list-contact-info li:last-child {
  margin-bottom: 0;
}

.list-contact-info i {
  margin-right: 1.25rem;
  font-size: 1rem;
}

.list-contact-info .btn-readmore {
  margin-left: 2.25rem;
}

.socials-list a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.75rem;
  text-align: center;
  background-color: #999;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 3px;
}

.socials-list a:hover, .socials-list a:focus {
  background-color: var(--foogra-theme-color);
  color: #fff;
}

.socials-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.socials-list li:last-child {
  margin-right: 0;
}

.menu-price-item {
  margin-bottom: 1.25rem;
}

.menu-price-item:last-child {
  margin-bottom: 0;
}

.menu-price-item .image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.menu-price-item .image + .content {
  padding-left: 1.25rem;
}

.menu-price-item .title-price {
  font-size: 0.875rem;
  margin: 0;
}

.menu-price-item .price {
  font-style: italic;
  line-height: 1.4;
}

.menu-price-item .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-detail-listing {
  color: #fff !important;
  font-weight: 600;
}

.video-detail-listing i {
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.pills-detail-listing > div {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .pills-detail-listing > div {
    margin-bottom: 50px;
  }
}

.pills-detail-listing > div .title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

@media (min-width: 1200px) {
  .pills-detail-listing > div .title {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}

.pills-detail-listing #comments {
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .pills-detail-listing #comments {
    margin-bottom: 3.125rem;
  }
}

.pills-detail-listing .comment-respond {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .pills-detail-listing .comment-reply-title {
    margin-bottom: 30px !important;
  }
}

.pills-detail-listing .commentform {
  padding: 0;
}

.pills-detail-listing .comment-list .popup-image-gallery span {
  line-height: 35px;
  width: 35px;
  height: 35px;
  font-size: 1.125rem;
}

.pills-detail-listing .comment-list > li:last-child .the-comment {
  margin-bottom: 0;
}

.pills-detail-listing .description-inner {
  position: relative;
}

.pills-detail-listing .description-inner:not([class*="show"]) .show-more-less-wrapper {
  display: none;
}

.pills-detail-listing .description-inner.show-less .show-more {
  display: none;
}

.pills-detail-listing .description-inner.show-more:before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 70%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.pills-detail-listing .description-inner.show-more .show-less {
  display: none;
}

.description-inner-wrapper p:last-child {
  margin-bottom: 0;
}

.show-more-less-wrapper {
  margin-top: 12px;
}

.show-more-less-wrapper a {
  color: var(--foogra-theme-color);
  text-decoration: underline;
}

.show-more-less-wrapper a:hover, .show-more-less-wrapper a:focus {
  text-decoration: none;
}

.wrapper-listings-related {
  background-color: #f7f7f7;
  padding: 1.875rem 0;
}

@media (min-width: 1200px) {
  .wrapper-listings-related {
    padding: 90px 0;
  }
}

.wrapper-listings-related .title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .wrapper-listings-related .title {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}

.wrapper-listings-related .listing-item {
  margin-bottom: 0;
}

.job-detail-buttons .btn-block + .btn-block {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .job-detail-buttons .btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.job-detail-buttons .btn i {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .job-detail-buttons .btn i {
    margin-right: 10px;
  }
}

.rating-wrapper {
  max-width: 700px;
  position: relative;
}

@media (min-width: 768px) {
  .rating-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.rating-wrapper .rating-inner {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .rating-wrapper .rating-inner {
    width: calc( 50% - 15px);
  }
  .rating-wrapper .rating-inner:nth-child(2n) {
    margin-left: 30px;
  }
}

.rating-wrapper .rating-inner .active {
  color: var(--foogra-theme-color);
}

.rating-wrapper .review-label img {
  margin-right: 5px;
}

.rating-wrapper .subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
}

.rating-wrapper .review-stars {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 5px;
  color: #e1e1e1;
}

.rating-wrapper .comment-form-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating-wrapper .review-stars {
  margin-left: auto;
}

.rating-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}

.rating-wrapper ul li {
  float: left;
}

.list-category-rating {
  margin-top: 1rem;
}

.list-category-rating li {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .list-category-rating li {
    width: calc(50% - 1rem);
  }
  .list-category-rating li:nth-child(2n + 1) {
    clear: both;
    margin-right: 2rem;
  }
}

.list-category-rating .value {
  color: var(--foogra-link-color);
  font-weight: 600;
  margin-left: 1.875rem;
}

.list-category-rating .category-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
  line-height: 1;
}

.percent-wrapper {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #e9ecef;
}

.percent-wrapper .percent {
  border-radius: 5px;
  background-color: #589442;
}

.rating-result {
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .rating-result {
    margin-bottom: 50px;
  }
}

.send-private-message-wrapper .title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
}

.ui-slider-horizontal {
  margin: 10px 0;
  background-color: #DFDFDF;
  width: 100%;
  height: 5px;
  position: relative;
  z-index: 1;
  width: calc(100% - 17px) !important;
}

.ui-slider-horizontal:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  width: 17px;
  height: 100%;
  background-color: #DFDFDF;
  left: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: var(--foogra-theme-color);
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-slider-horizontal .ui-slider-handle {
  outline: none !important;
  width: 17px;
  height: 17px;
  background: #fff;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  border: 2px solid var(--foogra-theme-color);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ui-slider-horizontal + .inner {
  margin-top: 0.875rem;
}

.filter-listing-form input[type="radio"], .filter-listing-form input[type="checkbox"] {
  margin-right: 5px;
}

.filter-listing-form .select-wrapper {
  position: relative;
  z-index: 1;
}

.filter-listing-form .select-wrapper select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-listing-form .from-to-wrapper .inner {
  margin-left: auto;
}

.filter-listing-form .form-group-lot_area .inner,
.filter-listing-form .form-group-home_area .inner {
  overflow: hidden;
  clear: both;
}

.filter-listing-form .form-group-lot_area .form-control,
.filter-listing-form .form-group-home_area .form-control {
  width: calc(50% - 15px);
  float: left;
}

.filter-listing-form .form-group-lot_area .form-control + .form-control,
.filter-listing-form .form-group-home_area .form-control + .form-control {
  float: right;
}

.filter-listing-form .button {
  background-color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
  color: #fff;
  width: 100%;
}

@media (min-width: 1200px) {
  .filter-listing-form .button {
    font-size: 16px;
  }
}

.filter-listing-form .button:hover, .filter-listing-form .button:focus {
  color: #fff;
  background-color: var(--foogra-theme-hover-color);
  border-color: var(--foogra-theme-hover-color);
}

.filter-listing-form .filter-advance-fields {
  display: none;
  margin-bottom: 20px;
}

.filter-listing-form .more-advanced {
  margin-bottom: 20px;
}

.filter-listing-form .filter-toggle-adv {
  display: inline-block;
  font-weight: 700;
}

.filter-listing-form .filter-toggle-adv i {
  margin-right: 3px;
  display: inline-block;
}

.sidebar .filter-listing-form .filter-advance-fields .form-group:last-child {
  margin-bottom: 0;
}

.leaflet-geocode-container i {
  color: var(--foogra-link-color);
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}

.action-location .leaflet-geocode-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  font-size: 14px;
}

.action-location .leaflet-geocode-container ul {
  list-style: none;
  background: #fff;
  padding: 15px;
  margin: 0;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
  border-color: #EAEAEA;
  border-style: solid;
  border-width: 0 1px 1px;
}

.action-location .leaflet-geocode-container ul li {
  cursor: pointer;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

.action-location .leaflet-geocode-container ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.action-location .leaflet-geocode-container .highlight {
  font-weight: 500;
  font-size: 14px;
}

.action-location.loading .find-me {
  animation: rotate_icon 1000ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}

.action-location.loading .find-me:before {
  content: "\f110" !important;
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free" !important;
}

.form-group.slider .form-group-inner {
  display: block;
}

.form-group.slider .inner {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  -ms-align-items: center;
  align-items: center;
}

.form-group.slider .inner > * {
  display: inline-block;
  text-align: center;
  min-width: 50px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #EAEAEA;
  font-size: 12px;
  font-weight: 500;
}

.form-group.slider .inner > *:last-child {
  margin-left: auto;
}

.widget-listing-search-form {
  position: relative;
}

.widget-listing-search-form .title {
  font-size: 18px;
  margin: 0 0 20px;
}

.widget-listing-search-form .heading-label {
  position: relative;
}

.widget-listing-search-form .heading-label i {
  font-size: 20px;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.widget-listing-search-form .reset-search-btn {
  color: var(--foogra-text-color);
  text-decoration: underline;
}

.widget-listing-search-form .reset-search-btn:hover, .widget-listing-search-form .reset-search-btn:focus {
  text-decoration: none;
  color: #dc3545;
}

.widget-listing-search-form .select2-container--default.select2-container.select2-container--open .select2-selection--single,
.widget-listing-search-form .form-control:focus {
  border-color: #c4c4c4;
}

.widget-listing-search-form .form-group {
  margin-bottom: 1.25rem;
}

.widget-listing-search-form.horizontal {
  padding: 5px 5px 0;
  background: #fff;
  border-radius: 5px;
}

.widget-listing-search-form.horizontal .form-group {
  margin-bottom: 0;
}

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single,
.widget-listing-search-form.horizontal .form-control {
  border-width: 0;
  color: var(--foogra-link-color);
  font-weight: 500;
}

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single::-webkit-input-placeholder,
.widget-listing-search-form.horizontal .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single::-moz-placeholder,
.widget-listing-search-form.horizontal .form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single:-ms-input-placeholder,
.widget-listing-search-form.horizontal .form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single:-moz-placeholder,
.widget-listing-search-form.horizontal .form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.widget-listing-search-form.horizontal .list-fileds > div {
  border-right: 1px solid #EAEAEA;
  margin-bottom: 5px;
}

.widget-listing-search-form.horizontal .list-fileds > div.form-group-search, .widget-listing-search-form.horizontal .list-fileds > div.item-last {
  border: 0;
}

.widget-listing-search-form.vertical .heading-label {
  cursor: pointer;
  font-size: 0.875rem;
  color: #444;
  padding: 8px 10px;
  line-height: 1;
  margin: -5px -5px 0;
  position: relative;
}

.widget-listing-search-form.vertical .heading-label + * {
  width: 100% !important;
  padding: 12px 5px 0 !important;
}

.widget-listing-search-form.vertical .heading-label.active {
  background-color: #f8f8f8;
}

.widget-listing-search-form.vertical .hide-content .form-group-inner {
  display: none;
}

.widget-listing-search-form.vertical .search-distance-label {
  font-size: 0.8125rem;
}

.widget-listing-search-form.vertical .form-group {
  margin-bottom: 0;
}

.widget-listing-search-form.vertical .border-inside {
  margin: 0;
}

.widget-listing-search-form.vertical .border-inside > div {
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-top: -1px;
}

.widget-listing-search-form.vertical .border-inside > div.form-group-search {
  padding: 15px;
}

.widget-listing-search-form.style_1 .select2-container--default.select2-container .select2-selection--single,
.widget-listing-search-form.style_1 .form-control {
  border-width: 1px;
}

.widget-listing-search-form.style_1 .list-fileds {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-listing-search-form.style_1 .list-fileds > div {
  padding-right: 15px;
  padding-left: 15px;
  border: 0;
}

@media (min-width: 768px) {
  .widget-listing-search-form.style_1 .form-group-search:not(.col-md-12) .btn-submit {
    margin-top: 43px;
  }
}

.listings-filter-top-map {
  width: 100% !important;
  padding: 10px !important;
  display: none;
}

.listings-filter-top-map .widget:last-child {
  margin-bottom: 0;
}

.wrapper-top-filter {
  padding: 15px 15px 0;
}

.listings-filter-top-sidebar-wrapper {
  margin-bottom: 1.875rem;
}

.listings-filter-top-sidebar-wrapper .widget-listing-search-form.horizontal {
  padding: 0;
}

.listings-filter-top-sidebar-wrapper .widget-listing-search-form.horizontal .list-fileds > div {
  margin-bottom: 10px;
}

.listings-filter-top-sidebar-wrapper .wrapper-top-filter {
  padding: 15px 0;
}

.listings-filter-top-sidebar-wrapper + .main-content {
  padding-top: 0;
}

.listings-filter-top-sidebar-wrapper + .main-content .listings-ordering-wrapper {
  display: none;
}

.listings-filter-top-sidebar-wrapper-top {
  border-bottom: 1px solid #EAEAEA;
}

.listings-filter-top-sidebar-wrapper-inner {
  padding: 15px 0 0 !important;
  width: 100% !important;
  display: none;
}

.listings-filter-top-sidebar-wrapper-inner .widget:last-child {
  margin-bottom: 0;
}

form.form-search .hidden {
  display: none;
}

form.form-search .heading-label {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: var(--foogra-link-color);
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}

form.form-search .save-search-btn {
  margin-left: 1.875rem;
}

form.form-search .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  filter: alpha(opacity=100);
}

form.form-search .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  filter: alpha(opacity=100);
}

form.form-search .form-control::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}

form.form-search .form-group-inner {
  position: relative;
}

form.form-search .form-group-inner > i {
  width: 22px;
  font-size: 21px;
  color: var(--foogra-theme-color);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

form.form-search .form-group-inner > i ~ .select2-container,
form.form-search .form-group-inner > i + * {
  padding-left: 35px !important;
}

form.form-search .action-location {
  position: relative;
}

form.form-search .action-location .clear-location {
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  background-color: #e4606d;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-indent: -2px;
}

form.form-search .action-location .find-me {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1rem;
}

form.form-search .action-location .find-me:hover, form.form-search .action-location .find-me:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

form.form-search .action-location .find-me:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}

form.form-search .action-location .find-me.loading {
  animation: rotate 700ms linear 0s normal none infinite running;
  -webkit-animation: rotate 700ms linear 0s normal none infinite running;
}

form.form-search .action-location .find-me.loading:before {
  content: "\f110";
  font-weight: 900;
}

form.form-search .btn-submit {
  font-weight: 500;
}

form.form-search .advance-search-btn {
  margin-right: 12px;
  line-height: 1.2;
}

form.form-search .advance-search-btn i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 8px;
}

form.form-search .advance-search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
}

form.form-search .advance-search-wrapper-fields {
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 1.25rem 1.25rem 0;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  form.form-search .form-group-amenity .circle-check li {
    width: 20%;
    margin-bottom: 12px;
  }
}

form.form-search .tt-menu {
  background: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 8px 30px 0 rgba(13, 38, 59, 0.1);
  box-shadow: 0 8px 30px 0 rgba(13, 38, 59, 0.1);
  max-height: 245px;
  width: 100%;
  overflow-y: auto;
  padding: 0 10px;
}

form.form-search .twitter-typeahead {
  width: 100%;
  display: block;
}

form.form-search .twitter-typeahead:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  right: 12px;
  width: 22px;
  height: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center/18px auto;
}

form.form-search .twitter-typeahead.loading:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

form.form-search .tt-dataset-search > .tt-selectable:first-child {
  display: none !important;
}

form.form-search .tt-dataset-search .tt-selectable {
  line-height: 1.4;
  padding: 10px 0;
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
  color: var(--foogra-text-color);
}

form.form-search .tt-dataset-search .tt-selectable:last-child {
  border-bottom: 0;
}

form.form-search .tt-dataset-search .tt-selectable .info-body {
  padding-left: 0.9375rem;
}

form.form-search .tt-dataset-search .tt-selectable img {
  max-width: 50px;
  border-radius: 3px;
}

form.form-search .tt-dataset-search .tt-selectable h4 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}

form.form-search .tt-dataset-search .tt-selectable .tt-highlight {
  font-weight: 500;
  color: #dc3545;
}

form.form-search .tt-dataset-search .tt-selectable .listing-price {
  color: var(--foogra-link-color);
  font-size: 13px;
}

form.form-search .tt-dataset-search .tt-selectable .listing-price i {
  display: none;
}

form.form-search .tt-dataset-search .tt-selectable:hover h4 {
  color: var(--foogra-theme-color);
}

form.form-search .has-suggestion .navbar-collapse-suggestions {
  max-height: 272px;
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow-y: auto;
  scrollbar-width: thin;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 8px 30px 0 rgba(13, 38, 59, 0.1);
  box-shadow: 0 8px 30px 0 rgba(13, 38, 59, 0.1);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

form.form-search .has-suggestion.active .navbar-collapse-suggestions {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.search-suggestions-menu li {
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .search-suggestions-menu li {
    margin-bottom: 0.9375rem;
  }
}

.search-suggestions-menu li i {
  line-height: 1;
  font-size: 20px;
  margin-right: 0.5rem;
  display: inline-block;
}

@media (min-width: 1200px) {
  .search-suggestions-menu li i {
    font-size: 22px;
    margin-right: 0.8rem;
  }
}

.search-suggestions-menu li:last-child {
  margin-bottom: 0;
}

.widget-listings-maps .listings-google-maps {
  min-height: 250px;
}

@media (min-width: 1200px) {
  .widget-listings-tabs .bottom-remore {
    padding-top: 1.875rem;
  }
}

.widget-listings-tabs .top-info {
  margin: 0 0 1.875rem;
}

.widget-listings-tabs .nav {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .widget-listings-tabs .nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: start !important;
  }
}

.widget-listings-tabs .nav > li {
  float: none;
  display: inline-block;
  margin: 0 2px;
}

.widget-listings-tabs .nav > li > a {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 0;
  color: var(--foogra-text-color);
  font-weight: 500;
  font-size: 0.875rem;
  background: transparent;
  padding: 9px 1rem;
  border-radius: 40px;
}

@media (min-width: 1200px) {
  .widget-listings-tabs .nav > li > a {
    padding: 9px 2rem;
  }
}

.widget-listings-tabs .nav > li > a.active, .widget-listings-tabs .nav > li > a:hover, .widget-listings-tabs .nav > li > a:focus {
  background-color: #fff;
  color: var(--foogra-link-color);
}

@media (min-width: 1200px) {
  .widget-listings-tabs .slick-carousel {
    margin-left: -30px;
    margin-right: -30px;
  }
  .widget-listings-tabs .slick-carousel .slick-list {
    padding: 20px 15px 15px;
  }
}

.widget-listings-tabs .slick-carousel .slick-dots {
  padding: 0;
}

.results-filter-wrapper {
  margin-bottom: 20px;
}

.results-filter-wrapper .title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 20px;
}

.results-filter-wrapper .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0;
  padding-right: 20px;
  background: #fff;
}

.results-filter-wrapper .inner > a {
  margin-left: auto;
  color: #dc3545;
  font-weight: 500;
  white-space: nowrap;
}

.results-filter-wrapper .inner > a:hover, .results-filter-wrapper .inner > a:focus {
  color: #d32535;
}

.results-filter-wrapper .results-filter {
  overflow: hidden;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.results-filter-wrapper .results-filter li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.results-filter-wrapper .results-filter li a {
  display: inline-block;
  font-size: -1.125rem;
  padding: 0px 7px;
  border-radius: 2px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.results-filter-wrapper .results-filter li a .close-value {
  color: #dc3545;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.results-filter-wrapper .results-filter li a:hover {
  background-color: #dc3545;
  color: #fff;
}

.results-filter-wrapper .results-filter li a:hover .close-value {
  color: #fff;
}

.p-fix-pagination {
  position: fixed;
  bottom: 0;
  z-index: 6;
  left: 0;
  width: 100%;
}

.layout-type-top-map {
  position: relative;
}

.layout-type-top-map .p-fix-pagination {
  position: static;
}

.layout-type-top-map #listings-google-maps {
  height: 350px;
}

@media (min-width: 1200px) {
  .layout-type-top-map #listings-google-maps {
    height: 600px;
  }
}

.layout-type-top-map #listings-google-maps ~ .main-content {
  margin-top: 1.25rem;
}

@media (min-width: 1200px) {
  .layout-type-top-map #listings-google-maps ~ .main-content {
    margin-top: 50px;
  }
}

.layout-type-top-map #apus-breadscrumb {
  display: none;
}

.layout-type-top-map #listings-google-maps + .listings-filter-top-sidebar-wrapper {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .layout-type-top-map #listings-google-maps + .listings-filter-top-sidebar-wrapper > .inner {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.layout-type-top-map #listings-google-maps + .listings-filter-top-sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
}

.layout-type-half-map #listings-google-maps {
  position: fixed !important;
  right: 0;
  height: 100vh;
}

@media (min-width: 992px) {
  .layout-type-half-map #listings-google-maps {
    width: 66.666667%;
  }
}

@media (min-width: 992px) {
  .layout-type-half-map .second_class {
    width: 66.666667%;
  }
}

.layout-type-half-map .content-listing {
  padding: 0.9375rem;
}

.layout-type-half-map .listings-ordering-wrapper {
  display: none;
}

@media (min-width: 992px) {
  body.fix-header .listings-filter-top-half-map {
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
    width: 100%;
  }
}

.offcanvas-filter-half-map {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 300px;
  height: 100vh;
  background-color: #F4F4F4;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .offcanvas-filter-half-map {
    width: 360px;
  }
}

.offcanvas-filter-half-map.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.offcanvas-filter-half-map + .over-dark-filter {
  background-color: rgba(34, 34, 34, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: fixed;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  cursor: not-allowed;
  top: 0;
  left: 0;
  visibility: hidden;
}

.offcanvas-filter-half-map.active + .over-dark-filter {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.offcanvas-filter-half-map .close-filter {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: var(--foogra-link-color);
  background-color: #E6E9EC;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .offcanvas-filter-half-map .close-filter {
    top: 14px;
    right: 15px;
  }
}

.offcanvas-filter-half-map .close-filter i {
  font-size: 10px;
}

.offcanvas-filter-half-map .close-filter:hover, .offcanvas-filter-half-map .close-filter:focus {
  background-color: #dc3545;
  color: #fff;
}

.offcanvas-filter-half-map .widget {
  padding: 0.9375rem;
}

@media (min-width: 1200px) {
  .offcanvas-filter-half-map .widget {
    padding: 1.875rem;
  }
}

.offcanvas-filter-half-map .filter-listing-form .circle-check li {
  width: 100%;
}

.offcanvas-filter-half-map .filter-listing-form .circle-check li:last-child {
  margin-bottom: 0;
}

.offcanvas-filter-half-map .filter-listing-form .filter-advance-fields .form-group:last-child {
  margin-bottom: 0;
}

.listing-submission-form-wrapper .submit-listing-heading {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #EAEAEA;
  overflow-x: auto;
  position: relative;
  z-index: 0;
}

.listing-submission-form-wrapper .submit-listing-heading > li {
  display: inline-block;
  margin: 0;
  width: 50%;
  text-align: center;
}

.listing-submission-form-wrapper .submit-listing-heading > li > a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding: 13px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .listing-submission-form-wrapper .submit-listing-heading > li > a {
    padding: 13px 20px;
  }
}

.listing-submission-form-wrapper .submit-listing-heading > li > a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: var(--foogra-theme-color);
  display: block;
}

.listing-submission-form-wrapper .submit-listing-heading > li.active > a {
  color: var(--foogra-theme-color);
}

.listing-submission-form-wrapper .submit-listing-heading > li.active > a:before {
  width: 100%;
}

.listing-submission-form-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .listing-submission-form-wrapper {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  form.form-submit .left-inner {
    width: 16.66667%;
  }
  form.form-submit .enter-hours-wrapper {
    width: 41.66667%;
  }
  form.form-submit .right-inner {
    width: 83.33333%;
  }
}

div.cmb2-wrap:after, div.cmb2-wrap:before {
  content: " ";
  display: table;
  clear: both;
}

div.cmb2-wrap input.cmb2-text-small,
div.cmb2-wrap input.cmb2-timepicker {
  width: 100%;
}

div.cmb2-wrap .cmb2-list {
  list-style: none;
  padding: 0;
}

div.cmb2-wrap .cmb-row {
  margin-bottom: 20px;
}

div.cmb2-wrap .cmb-row[class*="listing-map-location"] {
  width: 100% !important;
  margin-bottom: 0;
}

div.cmb2-wrap .cmb2-metabox-description {
  margin-top: 5px;
}

div.cmb2-wrap .cmb-multicheck-toggle {
  cursor: pointer;
  color: var(--foogra-theme-color) !important;
}

div.cmb2-wrap .cmb-multicheck-toggle:hover, div.cmb2-wrap .cmb-multicheck-toggle:focus {
  text-decoration: underline;
}

div.cmb2-wrap select,
div.cmb2-wrap [type="email"],
div.cmb2-wrap [type="text"],
div.cmb2-wrap [type="number"],
div.cmb2-wrap [type="url"],
div.cmb2-wrap textarea {
  margin: 0;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--foogra-text-color);
  background-color: #fff !important;
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  outline: none !important;
}

div.cmb2-wrap select::-webkit-input-placeholder,
div.cmb2-wrap [type="email"]::-webkit-input-placeholder,
div.cmb2-wrap [type="text"]::-webkit-input-placeholder,
div.cmb2-wrap [type="number"]::-webkit-input-placeholder,
div.cmb2-wrap [type="url"]::-webkit-input-placeholder,
div.cmb2-wrap textarea::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  filter: alpha(opacity=100);
}

div.cmb2-wrap select:-ms-input-placeholder,
div.cmb2-wrap [type="email"]:-ms-input-placeholder,
div.cmb2-wrap [type="text"]:-ms-input-placeholder,
div.cmb2-wrap [type="number"]:-ms-input-placeholder,
div.cmb2-wrap [type="url"]:-ms-input-placeholder,
div.cmb2-wrap textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  filter: alpha(opacity=100);
}

div.cmb2-wrap select::placeholder,
div.cmb2-wrap [type="email"]::placeholder,
div.cmb2-wrap [type="text"]::placeholder,
div.cmb2-wrap [type="number"]::placeholder,
div.cmb2-wrap [type="url"]::placeholder,
div.cmb2-wrap textarea::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}

div.cmb2-wrap select:focus,
div.cmb2-wrap [type="email"]:focus,
div.cmb2-wrap [type="text"]:focus,
div.cmb2-wrap [type="number"]:focus,
div.cmb2-wrap [type="url"]:focus,
div.cmb2-wrap textarea:focus {
  border-color: #c4c4c4;
}

div.cmb2-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url("../images/select.png") #fff right 15px center no-repeat;
}

div.cmb2-wrap textarea {
  height: 150px;
  resize: none;
}

div.cmb2-wrap .select2-container--default.select2-container .select2-selection--single {
  height: 40px;
}

div.cmb2-wrap .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

div.cmb2-wrap .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

div.cmb2-wrap .select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 20px;
}

div.cmb2-wrap .bottom-action-hour {
  padding: 5px 0;
}

div.cmb2-wrap .bottom-action-hour .button:hover, div.cmb2-wrap .bottom-action-hour .button:focus {
  text-decoration: underline;
}

div.cmb2-wrap .bottom-action-hour .button + .button {
  margin-left: 5px;
}

div.cmb2-wrap .hours-last label + label {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  div.cmb2-wrap .hours-last label + label {
    margin-left: 10px;
  }
}

div.cmb2-wrap .enter-hours-item-inner {
  margin-bottom: 10px;
}

div.cmb2-wrap .enter-hours-item-inner .row {
  margin-left: -5px;
  margin-right: -5px;
}

div.cmb2-wrap .enter-hours-item-inner .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

div.cmb2-wrap .list-hours .list {
  margin-bottom: 20px;
}

div.cmb2-wrap .list-hours .list:last-child {
  margin-bottom: 0;
}

div.cmb2-wrap .list-hours .list a[data-toggle="tab"] {
  font-weight: 500;
}

div.cmb2-wrap [class*="virtual-tour"] pre {
  border: 1px solid #EAEAEA;
  background-color: #fff;
}

div.cmb2-wrap [class*="virtual-tour"] pre pre {
  border: 0;
  padding: 0 40px;
}

div.cmb2-wrap [class*="virtual-tour"] pre .CodeMirror {
  height: 150px;
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-gutters {
  border: 0;
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-activeline-background {
  background-color: transparent;
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-gutter {
  width: auto !important;
}

div.cmb2-wrap [type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}

div.cmb2-wrap .cmb-th {
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
  margin: 0 0 7px;
}

div.cmb2-wrap .cmb-th label {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

div.cmb2-wrap .cmb-th + .cmb-td {
  width: 100%;
  padding: 0;
}

div.cmb2-wrap .cmb-td {
  position: relative;
}

div.cmb2-wrap .cmb-td .cmb-ajax-search-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  margin: 0;
}

div.cmb2-wrap [class*="taxonomy-location-wrapper"] {
  width: 100%;
}

@media (min-width: 768px) {
  div.cmb2-wrap [class*="taxonomy-location-wrapper"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  div.cmb2-wrap [class*="taxonomy-location-wrapper"] > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}

div.cmb2-wrap [class*="taxonomy-location-wrapper"] > div {
  width: 100%;
}

@media (max-width: 767px) {
  div.cmb2-wrap [class*="taxonomy-location-wrapper"] > div {
    margin-bottom: 10px;
  }
  div.cmb2-wrap [class*="taxonomy-location-wrapper"] > div:last-child {
    margin-bottom: 0;
  }
}

div.cmb2-wrap .pw-map-search-wrapper .find-me-location {
  top: 12px;
  color: var(--foogra-text-color);
  margin-right: 10px;
}

div.cmb2-wrap .pw-map-search-wrapper .leaflet-geocode-container ul li {
  cursor: pointer;
}

div.cmb2-wrap [id*="map_location-map"] {
  margin: 20px 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  div.cmb2-wrap [id*="map_location-map"] {
    width: 100%;
    height: 300px;
  }
}

div.cmb2-wrap [id*="map_location-map"] ~ input {
  width: calc(50% - 10px);
  float: left;
}

div.cmb2-wrap .cmb-type-wp-listings-directory-file[class*="user-avatar"] .wp-listings-directory-uploaded-files {
  margin: 0;
}

div.cmb2-wrap .cmb-type-wp-listings-directory-file[class*="user-avatar"] .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file {
  padding: 0;
}

div.cmb2-wrap .cmb-type-wp-listings-directory-file[class*="user-avatar"] .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file-preview {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 3px;
}

div.cmb2-wrap .cmb-type-wp-listings-directory-file[class*="user-avatar"] .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file-preview .wp-listings-directory-remove-uploaded-file {
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  div.cmb2-wrap .cmb-type-wp-listings-directory-file[class*="user-avatar"] .cmb-td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

div.cmb2-wrap .label-can-drag {
  display: inline-block;
  margin: 0;
  padding: 10px 25px;
  border: solid 1px var(--foogra-theme-color);
  background-color: var(--foogra-theme-color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

@media (max-width: 576px) {
  div.cmb2-wrap .label-can-drag {
    margin-top: 5px;
  }
}

div.cmb2-wrap .label-can-drag:active, div.cmb2-wrap .label-can-drag:hover {
  background-color: #fff;
  border-color: var(--foogra-theme-color);
  color: var(--foogra-theme-color);
}

div.cmb2-wrap .label-can-drag .form-group {
  margin: 0;
}

div.cmb2-wrap .hours-field-timezone.hidden {
  display: none !important;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 1200px) {
  div.cmb2-wrap .wp-listings-directory-uploaded-files {
    margin-bottom: 10px;
  }
}

div.cmb2-wrap .wp-listings-directory-uploaded-files:before, div.cmb2-wrap .wp-listings-directory-uploaded-files:after {
  content: '';
  display: table;
  clear: both;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file {
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 170px;
  float: left;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-uploaded-file-preview {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: block;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 10px;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-remove-uploaded-file {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  line-height: 25px;
  color: transparent;
  font-size: 1rem;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-remove-uploaded-file:before {
  font-family: 'eleganticons';
  content: "\4d";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: var(--foogra-link-color);
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-remove-uploaded-file:hover:before {
  color: #fff;
  background: #dc3545;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-uploaded-file-name code {
  padding: 10px 35px 10px 15px;
  display: inline-block;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-uploaded-file-name .wp-listings-directory-remove-uploaded-file {
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file .wp-listings-directory-uploaded-file-name .wp-listings-directory-remove-uploaded-file:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files .wp-listings-directory-uploaded-file:hover .wp-listings-directory-remove-uploaded-file:before {
  color: #fff;
  background: #dc3545;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files.files-avatar {
  margin: 0;
}

div.cmb2-wrap .wp-listings-directory-uploaded-files.files-avatar .wp-listings-directory-uploaded-file {
  padding: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  div.cmb2-wrap .wp-listings-directory-uploaded-files.files-avatar .wp-listings-directory-uploaded-file {
    margin-right: 30px;
  }
}

div.cmb2-wrap .cmb2-checkbox-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.cmb2-wrap .cmb2-checkbox-list li {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  line-height: 1;
  padding-left: 1px;
}

@media (min-width: 992px) {
  div.cmb2-wrap .cmb2-checkbox-list li {
    margin: 0 0 18px;
    width: 33.33%;
  }
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"] {
  display: none;
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"]:checked + label {
  color: var(--foogra-theme-color);
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"]:checked + label:before {
  content: "\f14a";
  color: var(--foogra-theme-color);
}

div.cmb2-wrap .cmb2-checkbox-list label {
  cursor: pointer;
  font-weight: 400;
}

div.cmb2-wrap .cmb2-checkbox-list label:before {
  content: "\f0c8";
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
}

div.cmb2-wrap .select2-selection__choice {
  display: inline-block;
  padding: 5px 7px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 3px !important;
}

div.cmb2-wrap .select2-selection__choice .select2-selection__choice__remove {
  color: #dc3545 !important;
}

div.cmb2-wrap .before-group-row {
  overflow: hidden;
  clear: both;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 0.9375rem;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
  div.cmb2-wrap .before-group-row {
    padding: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

div.cmb2-wrap .before-group-row .submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

div.cmb2-wrap .before-group-row .submit-button-wrapper .btn {
  padding: 5px 15px;
}

div.cmb2-wrap .before-group-row .submit-button-wrapper .job-submission-next-btn {
  margin-left: auto;
}

div.cmb2-wrap .before-group-row-inner [data-fieldtype="wysiwyg"] {
  width: 100% !important;
}

div.cmb2-wrap .columns-1 .before-group-row-inner .cmb-row:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  div.cmb2-wrap .columns-2 .before-group-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  div.cmb2-wrap .columns-2 .before-group-row-inner > div {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
}

div.cmb2-wrap .columns-2 .before-group-row-inner > [data-fieldtype="title"],
div.cmb2-wrap .columns-2 .before-group-row-inner > .submit-button-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  div.cmb2-wrap .columns-3 .before-group-row-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  div.cmb2-wrap .columns-3 .before-group-row-inner > div {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    float: left;
  }
}

div.cmb2-wrap .columns-3 .before-group-row-inner > [data-fieldtype="title"],
div.cmb2-wrap .columns-3 .before-group-row-inner > .submit-button-wrapper {
  width: 100%;
}

div.cmb2-wrap .cmb2-metabox-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--foogra-link-color);
  margin: 0;
  padding: 0;
}

div.cmb2-wrap .cmb-type-group .inside {
  padding: 20px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: none;
  border-width: 0 1px 1px !important;
  border-color: #EAEAEA !important;
  border-style: solid !important;
  border-radius: 0 0 3px 3px;
}

div.cmb2-wrap .cmb-type-group .inside label {
  font-size: 14px;
}

div.cmb2-wrap .cmb-type-group .cmb-group-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--foogra-link-color);
  margin: 0;
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row {
  border: 1px solid var(--foogra-theme-color);
  background: var(--foogra-theme-color);
  color: #fff;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 20px;
  border-radius: 3px;
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row:hover, div.cmb2-wrap .cmb-type-group .cmb-add-group-row:focus {
  border-color: var(--foogra-theme-color);
  color: var(--foogra-theme-color);
  background: #fff;
}

div.cmb2-wrap .cmb-type-group .cmb-row:not(:last-of-type) {
  border: 0;
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping {
  border: 0 !important;
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping .cmb-group-title {
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-left: -15px;
  margin-right: -15px;
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping:not(.closed) .cmb-group-title {
  border-radius: 3px 3px 0 0;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row {
  padding-top: 10px;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up {
  display: inline-block;
  padding: 5px;
  background-color: var(--foogra-theme-color);
  color: #fff;
  border-radius: 4px;
  margin: 0 2px !important;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down .dashicons,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up .dashicons {
  margin: 0;
}

div.cmb2-wrap .cmb-type-group .alignright,
div.cmb2-wrap .cmb-type-group .alignleft {
  margin: 0;
}

div.cmb2-wrap .cmb-type-group .dashicons-before.cmb-remove-group-row {
  margin-top: 5px;
}

div.cmb2-wrap .cmb-type-group .cmbhandle {
  margin-top: 5px;
}

@media (min-width: 768px) {
  div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="select"],
  div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="text"] {
    float: left;
    width: 50%;
  }
}

div.cmb2-wrap .cmb-type-group .cmb-remove-field-row,
div.cmb2-wrap .cmb-type-group .cmb-repeat-group-field {
  padding: 0 15px;
  border: 0 !important;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-field-row {
  margin-bottom: 0;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button {
  border: 1px solid #dc3545;
  background: #dc3545;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 3px;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button:hover {
  background-color: #fff;
  color: #dc3545;
  border-color: #dc3545;
}

div.cmb2-wrap .cmb2-id--listing-feature .cmb-td {
  padding: 0;
  overflow: hidden;
  clear: both;
}

div.cmb2-wrap .term-parent-wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  div.cmb2-wrap .term-parent-wrapper {
    width: 33.33%;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  div.cmb2-wrap .term-parent-wrapper {
    width: 20%;
    padding-right: 30px;
  }
}

div.cmb2-wrap .term-parent-wrapper h3 {
  font-size: 0.875rem;
  margin: 0 0 15px;
}

div.cmb2-wrap .term-parent-wrapper label {
  display: block;
  color: var(--foogra-text-color);
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  div.cmb2-wrap .term-parent-wrapper label {
    margin-bottom: 18px;
  }
}

div.cmb2-wrap .term-parent-wrapper label:last-child {
  margin-bottom: 0;
}

div.cmb2-wrap .term-parent-wrapper label input {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  div.cmb2-wrap .term-parent-wrapper label input {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .form-profile div.cmb-field-list .cmb-type-text:not([class*="address"]) {
    width: calc( 50% - 15px);
    float: left;
  }
  .form-profile div.cmb-field-list .cmb-type-text:not([class*="address"]):nth-child(2n + 1) {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .form-profile [type="submit"] {
    min-width: 200px;
    text-align: center;
    padding: 0.9375rem 1.875rem;
  }
}

.form-table .cmb-remove-row .dashicons {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}

.warpper-action-listing .btn-action-icon {
  margin-left: 10px;
}

.warpper-action-listing .btn-action-icon:first-child {
  margin-left: 0;
}

.listing-submission-preview-form-wrapper .wrapper-action-listing {
  padding: 0 0 15px 0;
}

.listing-submission-preview-form-wrapper .wrapper-action-listing .btn + .btn {
  margin-left: 10px;
}

.submission-form-wrapper {
  margin: 30px 0;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}

@media (min-width: 1200px) {
  .submission-form-wrapper {
    margin: 50px 0;
  }
}

.submission-form-wrapper a {
  color: var(--foogra-theme-color);
}

.submission-form-wrapper a:hover {
  text-decoration: underline;
}

.menu_short_profile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_short_profile li a {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 0.9375rem;
}

.menu_short_profile i {
  margin-right: 7px;
}

@media (min-width: 992px) {
  .page-template-page-dashboard.left-main .apus-footer {
    padding-left: 250px;
  }
  .page-template-page-dashboard.main-right .apus-footer {
    padding-right: 250px;
  }
}

.page-dashboard {
  background: #f8f8f8;
}

@media (min-width: 992px) {
  .page-dashboard[class*="left"] {
    padding-left: 250px;
  }
  .page-dashboard[class*="right"] {
    padding-right: 250px;
  }
}

.page-dashboard .page-sidebar .sidebar-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
}

.page-dashboard .page-sidebar .sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
}

.page-dashboard .page-sidebar aside.sidebar {
  padding: 90px 0 0;
  background: #212529;
  color: #ced4da;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.page-dashboard .page-sidebar aside.sidebar a {
  color: #ced4da;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.page-dashboard .page-sidebar aside.sidebar a:hover, .page-dashboard .page-sidebar aside.sidebar a:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-dashboard .page-sidebar aside.sidebar li.active > a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-dashboard .page-sidebar aside.sidebar .widget {
  margin: 0.9375rem 0 0;
}

.page-dashboard .main-page {
  padding: 0.9375rem;
}

@media (min-width: 1200px) {
  .page-dashboard #dashboard_listing_chart_wrapper {
    height: 468px !important;
  }
}

.page-dashboard .close-sidebar-btn {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.apus-breadscrumb-dashboard {
  padding: .75rem 1rem;
  margin-bottom: 20px;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.apus-breadscrumb-dashboard .breadcrumb {
  margin: 0;
}

.apus-breadscrumb-dashboard .breadcrumb a {
  color: var(--foogra-theme-color);
}

.statistics {
  margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
  .statistics {
    margin-bottom: 1.875rem;
  }
}

.dashboard-box {
  background: var(--foogra-theme-color);
  color: #fff;
  padding: 1.25rem;
  border-radius: 3px;
}

.dashboard-box h4 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}

.dashboard-box i {
  font-size: 2rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.dashboard-box.posted-listings {
  background-color: #007bff;
}

.dashboard-box.posted-listings-pending {
  background-color: #ffc107;
}

.dashboard-box.reviews {
  background-color: #ffc107;
}

.dashboard-box.favorite {
  background-color: #dc3545;
}

.box-white-dashboard {
  background: #fff;
  border-radius: 3px;
  padding: 0.9375rem;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .box-white-dashboard {
    padding: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.box-white-dashboard .title {
  font-size: 1rem;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .box-white-dashboard .title {
    margin-bottom: 25px;
    font-size: 1.3125rem;
  }
}

.box-white-dashboard .title i {
  margin-right: 10px;
  color: #ddd;
}

@media (min-width: 1200px) {
  .box-white-dashboard .comment-list .the-comment {
    margin-bottom: 25px;
  }
}

.title-profile {
  font-size: 22px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .title-profile {
    font-size: 30px;
    margin-bottom: 1.875rem;
  }
}

.stats-graph-search-form label {
  margin-bottom: 5px;
}

.top-dashboard-search {
  margin-bottom: 1.875rem;
}

.search-listings-form form {
  background-color: #f2f4f6;
  border-radius: 3px;
}

.search-listings-form [name="search"] {
  border: 0;
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .search-listings-form [name="search"] {
    min-width: 280px;
  }
}

.search-listings-form .btn {
  background-color: transparent !important;
  border: 0;
  color: var(--foogra-theme-color);
  font-size: 1rem;
  padding: 7px 15px;
}

.search-listings-form .btn:hover, .search-listings-form .btn:focus {
  color: var(--foogra-theme-hover-color);
}

@media (min-width: 1200px) {
  .search-form-stats {
    margin-top: 20px;
  }
}

.comment-list.list-reviews > li:last-child > .the-comment {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-message-small {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-message-small > li {
  margin-bottom: 15px;
}

.list-message-small > li:last-child {
  margin-bottom: 0;
}

.list-message-small > li.unread .user-name {
  color: #dc3545;
}

.list-message-small .message-item-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.list-message-small .avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center;
}

.list-message-small .avatar img {
  margin: 0;
}

.list-message-small .content {
  padding-left: 15px;
  overflow: hidden;
  width: calc(100% - 50px);
}

.list-message-small .user-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2px;
}

.list-message-small .message-title {
  font-size: -0.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-message-small .message-time {
  font-size: 12px;
  font-weight: 400;
}

.message-section-wrapper .list-message-inner {
  position: relative;
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-inner {
    height: calc(100% - 116px);
  }
}

@media (min-width: 1200px) {
  .message-section-wrapper .message-inner {
    height: 770px;
  }
}

.message-section-wrapper .list-message-wrapper {
  width: 100%;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px;
}

.message-section-wrapper .list-message-wrapper .list-message-inner {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-wrapper {
    padding: 1.875rem;
  }
  .message-section-wrapper .list-message-wrapper .list-message-inner {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.message-section-wrapper .list-message-wrapper .loadmore-action {
  padding-top: 5px;
  text-align: center;
}

.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
  font-weight: 700;
  font-size: 14px;
}

.message-section-wrapper .replies-content {
  width: 100%;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
  }
  .message-section-wrapper .replies-content > div {
    width: 100%;
  }
}

.message-section-wrapper .replies-content .content-box-white {
  position: relative;
  padding: 20px 20px 70px;
  height: calc(100% - 71px);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content .content-box-white {
    padding: 1.875rem;
    padding-bottom: 100px;
    height: calc(100% - 81px);
  }
}

.message-section-wrapper .replies-content .content-box-white .reply-message-form-wrapper {
  z-index: 1;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content .content-box-white .reply-message-form-wrapper {
    left: 1.875rem;
    right: 1.875rem;
  }
}

.message-section-wrapper .replies-content .recipient-info .message-item {
  max-width: 55%;
}

.message-section-wrapper .recipient-info {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info {
    padding: 15px 1.875rem;
  }
}

.message-section-wrapper .recipient-info .user-name {
  font-size: 0.875rem;
  margin: 0;
}

.message-section-wrapper .recipient-info .message-title {
  color: var(--foogra-text-color);
}

.message-section-wrapper .recipient-info .delete-message-btn {
  color: #dc3545;
  text-decoration: underline;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info .delete-message-btn {
    margin-top: 12px;
  }
}

.message-section-wrapper .recipient-info .delete-message-btn:hover, .message-section-wrapper .recipient-info .delete-message-btn:focus {
  color: #bd2130;
}

.message-section-wrapper .search-message-form {
  padding-bottom: 15px;
}

.search-wrapper-message {
  margin-bottom: 25px;
  position: relative;
}

.search-wrapper-message .form-control {
  padding-left: 45px;
  background-color: #F9F9F9;
}

.search-wrapper-message .search-message-btn {
  border: 0;
  color: var(--foogra-text-color);
  background: transparent !important;
  position: absolute;
  top: 14px;
  left: 14px;
}

.search-wrapper-message .search-message-btn:hover, .search-wrapper-message .search-message-btn:focus {
  color: var(--foogra-theme-color);
}

.list-options-action {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.list-options-action > li {
  display: inline-block;
  margin-right: 15px;
}

.list-options-action > li:last-child {
  margin-right: 0;
}

.list-options-action label {
  font-weight: 600;
  color: var(--foogra-link-color);
  cursor: pointer;
}

.list-options-action label:hover, .list-options-action label:focus {
  color: var(--foogra-theme-color);
}

.list-options-action [type="radio"] {
  display: none;
}

.list-options-action [type="radio"]:checked + label {
  color: var(--foogra-link_hover_color);
}

.list-message {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-message li {
  padding: 10px 20px;
}

@media (min-width: 1200px) {
  .list-message li {
    padding: 15px 30px;
  }
}

.list-message li.unread .user-name {
  color: #dc3545;
}

.list-message li.active {
  background-color: var(--foogra-theme-color-005);
}

.message-item {
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.message-item div.avatar {
  line-height: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.message-item div.avatar img {
  margin: 0;
}

.message-item .content {
  padding-left: 12px;
  width: calc(100% - 50px);
}

.message-item .user-name {
  font-size: 0.875rem;
  margin: 0;
}

.message-item .message-time {
  color: var(--foogra-text-color);
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}

.message-item .message-title {
  color: var(--foogra-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reply-message-form-wrapper .wrapper-form {
  padding: 10px 0;
  padding-right: 160px !important;
}

@media (min-width: 1200px) {
  .reply-message-form-wrapper .wrapper-form {
    padding: 25px 0;
  }
}

.reply-message-form-wrapper .wrapper-form:before {
  content: '';
  background-color: #EAEAEA;
  width: calc(100% + 60px);
  height: 1px;
  top: 0;
  left: -30px;
  position: absolute;
}

.reply-message-form-wrapper .reply-message-form {
  position: relative;
}

.reply-message-form-wrapper .reply-message-form textarea {
  height: 50px;
  background: transparent;
  border: none;
  resize: none;
  padding: 12px 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.reply-message-form-wrapper .reply-message-form .reply-message-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.list-replies {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-replies li {
  margin-bottom: 28px;
  overflow: hidden;
  clear: both;
}

.list-replies li.last-child {
  margin-bottom: 50px;
}

.list-replies .avatar {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.list-replies .avatar img {
  margin: 0;
}

.list-replies .reply-content {
  overflow: hidden;
  padding-left: 15px;
}

.list-replies .post-date {
  margin-bottom: 10px;
  color: #717171;
}

.list-replies .post-content {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  background: #F5F7FC;
  color: #1947E2;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .list-replies .post-content {
    padding: 15px 20px;
  }
}

.list-replies .user-reply .post-content {
  background: #EEF2F6;
  color: #5F6973;
}

.list-replies .yourself-reply {
  text-align: right;
}

.list-replies-inner {
  position: relative;
  height: 100%;
}

.list-replies-inner .loadmore-action {
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.list-replies-inner .loadmore-replied-btn {
  color: var(--foogra-text-color);
}

.list-replies-inner .loadmore-replied-btn:hover, .list-replies-inner .loadmore-replied-btn:focus {
  color: var(--foogra-link-color);
}

.user-name {
  font-size: 20px;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .user-name {
    margin: 0 0 20px;
  }
}

@media (max-width: 1199px) {
  .message-section-wrapper .message-inner .list-message-wrapper {
    position: relative;
    display: none;
  }
  .list-message-inner {
    position: relative;
    max-height: 200px;
    border-bottom: 1px solid #ededed;
  }
  .list-replies-inner {
    overflow-x: auto;
    max-height: 300px;
  }
  .toggle-message-btn {
    border: none;
    padding: 0 !important;
    font-weight: 700;
    color: #198754;
    margin: 0 0 20px;
  }
  .toggle-message-btn i {
    margin-left: 5px;
  }
  .filter-options {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .toggle-message-btn {
    display: none;
  }
}

.replies-content,
.list-message-wrapper {
  position: relative;
}

.replies-content:before,
.list-message-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center 180px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}

.replies-content.loading:before,
.list-message-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.change-profile-form .sub {
  font-size: 16px;
  margin: 0 0 20px;
}

#wp-private-message-popup-message,
#wp-listings-directory-popup-message {
  position: fixed;
  z-index: 99;
  top: 40%;
  right: 0;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#wp-private-message-popup-message .alert,
#wp-listings-directory-popup-message .alert {
  margin: 0;
  font-weight: 500;
  color: #fff;
  background-color: #0dcaf0;
}

.widget-user-packages {
  border: 1px solid #EAEAEA;
  overflow: hidden;
  border-radius: 3px;
}

.user-transactions {
  margin: 0;
  border: none;
}

.user-transactions thead {
  background-color: #EEF2F6;
  color: var(--foogra-link-color);
}

.user-transactions thead td {
  white-space: nowrap;
  font-weight: 600;
}

.user-transactions td {
  border: 0;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 1200px) {
  .user-transactions td {
    padding: 16px 25px;
  }
}

@media (min-width: 1200px) {
  .user-transactions tbody td {
    padding: 25px;
  }
}

.user-transactions tr:last-child td {
  border-bottom: 0 !important;
}

.user-transactions .date {
  white-space: nowrap;
}

.user-transactions .title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--foogra-link-color);
}

.user-transactions .id_listing {
  font-size: 16px;
  color: var(--foogra-link-color);
  font-weight: 600;
}

.user-transactions .success {
  color: #198754;
}

.user-transactions .pending {
  color: #ffc107;
}

.user-transactions .alert-query .text {
  color: var(--foogra-text-color);
  font-weight: 400;
}

.user-transactions .alert-query .value {
  font-weight: 500;
  color: var(--foogra-link-color);
}

table.user-packages {
  width: 100%;
}

table.user-packages td, table.user-packages th {
  padding: 5px 10px;
  border: 1px solid #EAEAEA;
}

@media (min-width: 1200px) {
  table.user-packages td, table.user-packages th {
    padding: 10px 20px;
  }
}

table.user-packages thead td,
table.user-packages th {
  font-weight: 500;
  font-size: 1rem;
  color: var(--foogra-link-color);
}

table.user-packages .value,
table.user-packages td.title {
  font-weight: 500;
  color: var(--foogra-link-color);
}

table.user-packages .lists-info {
  list-style-position: inside;
  padding: 0;
}

table.user-packages .lists-info li {
  white-space: nowrap;
}

table.user-packages .action {
  font-weight: 500;
  color: #ffc107;
}

table.user-packages .action.active {
  color: var(--foogra-theme-color);
}

ul.messages {
  list-style: none;
  padding: 0;
  margin: 0;
}

.valuation-item .progress {
  height: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .valuation-item .progress {
    margin-bottom: 25px;
  }
}

.valuation-item .progress-bar {
  line-height: 10px;
  background-color: var(--foogra-theme-color);
}

.valuation-item .valuation-label {
  font-weight: 600;
  color: var(--foogra-link-color);
}

.valuation-item:last-child .progress {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .listing-public-facilities .listing-public-facility-wrapper {
    margin-top: 10px;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .listing-public-facilities > .clearfix {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.listing-public-facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.listing-public-facility .listing-public-facility-title {
  min-width: 110px;
  font-weight: 600;
  color: var(--foogra-link-color);
}

.energy-inner-top .list {
  color: var(--foogra-link-color);
}

.energy-inner-top .list li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .energy-inner-top .list li {
    margin-bottom: 15px;
  }
}

.energy-inner-top .list li:last-child {
  margin-bottom: 0;
}

.energy-inner-top .list .text {
  font-weight: 600;
}

.energy-inner-top .list .value {
  margin-left: auto;
}

.energy-inner-top + .energy-inner {
  margin-top: 90px;
}

.energy-group {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
}

.energy-group .indicator-energy {
  position: absolute;
  text-align: left;
  white-space: nowrap;
  background: inherit;
  bottom: 100%;
  font-size: 13px;
  left: 0;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.energy-group .indicator-energy:before {
  display: block;
  background-color: inherit;
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff #fff;
  left: 12px;
  top: 100%;
}

@media (min-width: 768px) {
  .energy-group .indicator-energy:before {
    left: 30px;
  }
}

.energy-inner {
  max-width: 745px;
  position: relative;
}

.energy-inner > div {
  width: 100%;
  text-align: center;
  word-break: break-word;
}

.energy-aplus {
  background-color: #0d766e;
}

.energy-a {
  background-color: #108d83;
}

.energy-b {
  background-color: #14b380;
}

.energy-c {
  background-color: #84c866;
}

.energy-d {
  background-color: #fbc948;
}

.energy-e {
  background-color: #fca78f;
}

.energy-e ~ .energy-group .indicator-energy {
  left: auto;
  right: 0;
}

.energy-e ~ .energy-group .indicator-energy:before {
  left: auto;
  right: 12px;
}

@media (min-width: 768px) {
  .energy-e ~ .energy-group .indicator-energy:before {
    right: 30px;
  }
}

.energy-f {
  background-color: #f98d59;
}

.energy-g {
  background-color: #eb4164;
}

.energy-h {
  background-color: #e92a51;
}

@media (max-width: 767px) {
  .energy-c,
  .energy-d,
  .energy-e {
    position: static;
  }
  .energy-c .indicator-energy,
  .energy-d .indicator-energy,
  .energy-e .indicator-energy {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .energy-c .indicator-energy:before,
  .energy-d .indicator-energy:before,
  .energy-e .indicator-energy:before {
    left: 50%;
    margin-left: -5px;
  }
  .energy-c .indicator-energy:before {
    margin-left: -40px;
  }
  .energy-e .indicator-energy:before {
    margin-left: 30px;
  }
}

.print-detail {
  padding: 15px 1.875rem;
  margin: auto;
  max-width: 1000px;
  background-color: #fff;
}

.print-detail .title-inner,
.print-detail h3 {
  font-size: 20px;
  margin: 0 0 20px;
}

.print-detail > div {
  margin-bottom: 40px;
}

.print-detail .print-header-top {
  margin-bottom: 10px;
}

.print-logo {
  max-width: 280px;
  display: block;
  margin: auto;
  text-align: center;
}

.print-logo .tag-line {
  display: inline-block;
  margin-top: 10px;
}

.print-header-middle {
  padding: 15px 0;
  margin: 0 !important;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.print-header-middle h1 {
  margin: 0;
  font-size: 30px;
}

.print-header-middle .print-header-middle-right {
  margin-left: auto;
}

.print-main-image {
  position: relative;
}

.print-main-image .qr-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.print-block .title {
  font-size: 16px;
  margin: 0;
}

.print-block .agent-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.print-block .agent-media .media-image-left {
  width: 120px;
  padding-right: 15px;
}

.print-block .agent-media .media-image-left .media-body-right {
  width: calc(100% - 120px);
}

.print-gallery .print-gallery-image {
  margin-bottom: 1.875rem;
}

.list-check li {
  margin-bottom: 0;
}

.list-check li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.list-check li i {
  font-size: 13px;
}

.form-theme .form-control {
  height: 40px;
  padding: 5px 20px;
}

.form-theme textarea.form-control {
  height: 100px;
  resize: none;
}

@media (min-width: 1200px) {
  .form-theme textarea.form-control {
    height: 150px;
  }
}

.form-theme .form-group {
  margin-bottom: 1.25rem;
}

.apus-mortgage-calculator .form-group {
  position: relative;
}

@media (min-width: 1200px) {
  .apus-mortgage-calculator .form-group {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .mortgage-calculator-form .btn {
    min-width: 200px;
    text-align: center;
  }
  .mortgage-calculator-form .wrapper-submit {
    padding-top: 5px;
  }
}

.mortgage-calculator-chart-wrapper {
  position: relative;
  max-width: 270px;
}

.mortgage-calculator-chart-wrapper .monthly-payment-wrap {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--foogra-link-color);
}

.mortgage-calculator-chart-wrapper .monthly-payment-val {
  font-size: 24px;
}

.list-result-calculator {
  max-width: 250px;
  margin-top: 1.875rem;
}

.list-result-calculator li {
  margin-bottom: 15px;
}

.list-result-calculator li:last-child {
  margin-bottom: 0;
}

.list-result-calculator li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--foogra-theme-color);
  margin-right: 12px;
}

.list-result-calculator li:nth-child(2):before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.list-result-calculator li:nth-child(3):before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.list-result-calculator .name-result + span {
  color: var(--foogra-link-color);
  margin-left: auto;
}

.schedule-a-tour-form-wrapper label {
  font-weight: normal;
}

.popup-image-gallery {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}

.popup-image-gallery span {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .popup-image-gallery span {
    font-size: 1.625rem;
  }
}

.popup-image-gallery img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.popup-image-gallery:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.listing_features li {
  display: inline-block;
}

.listing_features .feature-icon {
  font-size: 20px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin-right: 10px;
}

.accordion-item-faq {
  border: 1px solid #EAEAEA !important;
  border-radius: 3px;
  margin-bottom: 1.25rem;
}

.accordion-item-faq:last-child {
  margin-bottom: 0;
}

.accordion-item-faq .accordion-header {
  padding: 1.15rem 1.875rem;
  font-size: 0.9375rem;
}

.accordion-item-faq .accordion-body {
  padding: 0 1.875rem 1.25rem;
}

.accordion-item-faq .accordion-button {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--foogra-link-color) !important;
}

.group-upload-preview {
  margin-top: 1.25rem;
  overflow: hidden;
  clear: both;
  display: none;
}

.group-upload-preview img {
  max-width: 25%;
  border-radius: 3px;
  margin-right: 1.25rem;
}

@media (min-width: 768px) {
  .group-upload-preview img {
    max-width: 15%;
  }
}

.change-password-form label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foogra-link-color);
  margin-bottom: 7px;
}

.listing-user-avarta {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
  box-shadow: 0 0 10px 0 rgba(140, 152, 164, 0.6);
  border: 4px solid #fff;
  margin-right: 0.9375rem;
}

@media (min-width: 1200px) {
  .listing-user-avarta {
    margin-right: 1.875rem;
  }
}

.listing-user-avarta img {
  border-radius: 50%;
}

.listing-user-info {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.listing-user-info .title {
  font-size: 1.25rem;
  margin: 0 0 0.625rem;
}

@media (min-width: 1200px) {
  .listing-user-info .title {
    font-size: 1.875rem;
  }
}

.listing-user-header {
  background-color: #F4F4F4;
  padding: 1.875rem 0;
}

@media (min-width: 1200px) {
  .listing-user-header {
    padding: 50px 0;
  }
}

.single-user-content-wrapper .title {
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
}

@media (min-width: 1200px) {
  .single-user-content-wrapper .title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .single-user-content-wrapper .my-listings {
    margin-bottom: 0.625rem;
  }
}

.single-user-wrapper {
  margin-top: 1.875rem;
}

@media (min-width: 1200px) {
  .single-user-wrapper {
    margin-top: 50px;
  }
}

.listing-author-description p:last-child {
  margin-bottom: 0;
}

.currencies-wrapper {
  position: relative;
}

.currencies-wrapper .dropdown-toggle {
  position: relative;
  padding: 3px 12px;
  display: inline-block;
  border-radius: 3px;
  min-width: 100px;
}

.currencies-wrapper .dropdown-toggle i {
  float: right;
  margin-top: 4px;
}

.currencies-wrapper .dropdown-toggle:after {
  display: none;
}

.currencies-wrapper .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 0.75rem;
  padding: 0;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  min-width: 100px;
}

.currencies-wrapper .listings-currencies .currencies {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

.currencies-wrapper .listings-currencies .currencies li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 2px 12px;
}

.currencies-wrapper .listings-currencies .currencies li:hover > label, .currencies-wrapper .listings-currencies .currencies li.active > label {
  color: var(--foogra-theme-color);
}

.currencies-wrapper .listings-currencies .currencies [type="radio"] {
  display: none;
}

.currencies-wrapper label {
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.currencies-wrapper:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.scored-rating {
  text-align: right;
  line-height: 1;
}

.scored-rating .emotion {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 3px;
}

.scored-rating .nb-reviews {
  font-size: 0.75rem;
  font-weight: 400;
}

.scored-rating .right-info {
  font-size: 1.3125rem;
  padding: 12px 10px 8px 10px;
  background-color: #f0f0f0;
  border-radius: 5px 5px 5px 0;
  display: inline-block;
  margin-left: 8px;
  font-weight: 600;
}

.scored-rating2 {
  line-height: 1;
  color: #fff;
}

.scored-rating2 .emotion {
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 2px;
}

.scored-rating2 .nb-reviews {
  font-size: 0.6875rem;
}

.scored-rating2 .left-info {
  background-color: #1f2f6a;
  color: #fff;
  border-radius: 5px 5px 5px 0;
  padding: 10px 10px 8px 10px;
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: 600;
  margin-right: 8px;
}

.scored-rating3 {
  background: #f0f0f0;
  line-height: 1;
  border-radius: 5px 5px 5px 0;
  padding: 10px;
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: 600;
}

.row-photo {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.row-photo > div {
  width: 20%;
  padding-left: 2px;
  padding-right: 2px;
}

.box-dark {
  background-color: #f9f9f9;
  padding: 0.9375rem;
  border-radius: 3px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .box-dark {
    padding: 40px;
  }
}

.box-dark .btn-underline {
  font-weight: 600;
  color: var(--foogra-theme-color);
}

.title-small {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 1.125rem;
}

.title-socials {
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 0 5px;
}

.all-socials {
  margin-top: 25px;
}

.title-box {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 1.875rem;
}

@media (min-width: 1200px) {
  .title-box {
    font-size: 1.5rem;
  }
}

.score-total {
  text-align: center;
  background-color: #1f2f6a;
  color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  font-size: 0.75rem;
}

.score-total .emotion {
  font-weight: 500;
  font-size: 0.875rem;
}

.score-total .score {
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.9;
}

@media (min-width: 1200px) {
  .score-total .score {
    font-size: 2.625rem;
  }
}

.review-avg-listing {
  font-size: 0.75rem;
}

.review-avg-listing span {
  color: #589442;
  font-weight: 600;
}

.review-avg-listing .review-avg {
  font-size: 1.625rem;
  line-height: 1;
}

.review-avg-listing .per {
  margin-right: 2px;
  display: inline-block;
}

.date-review {
  font-style: italic;
}

.tabs-detail-listing {
  border-bottom: 2px solid #EAEAEA;
  margin: 0 0 25px;
}

@media (min-width: 1200px) {
  .tabs-detail-listing {
    margin-bottom: 45px;
  }
}

.tabs-detail-listing .nav-link {
  padding: 0 15px 5px;
  font-size: 0.9375rem;
  color: #444;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: -2px;
  border-width: 0 0 2px;
  border-bottom: 2px solid transparent;
}

.tabs-detail-listing .nav-link.active {
  color: var(--foogra-theme-color);
  border-color: var(--foogra-theme-color);
}

@media (min-width: 1200px) {
  .sidebar-listing-inner.sidebar-right {
    padding-left: 20px;
  }
  .sidebar-listing-inner.sidebar-left {
    padding-right: 20px;
  }
}

.phone-plus > * {
  display: inline;
}

.top-widget-listing-detail {
  text-align: center;
  padding: 15px;
  background-color: #f8f8f8;
  border-bottom: 2px dotted #d2d8dd;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .top-widget-listing-detail {
    padding: 23px 20px 18px 20px;
  }
}

.top-widget-listing-detail .title {
  font-size: 1rem;
  margin: 0 0 2px;
}

@media (min-width: 1200px) {
  .top-widget-listing-detail .title {
    font-size: 1.3rem;
  }
}

.top-widget-listing-detail + * {
  padding: 15px;
}

@media (min-width: 1200px) {
  .top-widget-listing-detail + * {
    padding: 25px;
  }
}

.sidebar-listing-inner .widget {
  border: 2px dotted #d2d8dd;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
}

.sidebar-listing-inner .widget.widget_apus_listing_price, .sidebar-listing-inner .widget.widget_apus_listing_hours, .sidebar-listing-inner .widget.widget_apus_listing_contact_form {
  padding: 0;
}

.sidebar-listing-inner .widget.widget_apus_listing_contact_form {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .listing-single-v2 .content-listing-detail {
    margin-top: 40px;
  }
}

.hours-field-timezone {
  margin-bottom: 20px;
  max-width: 600px;
}

.hours-field-timezone label {
  font-weight: 500;
  color: var(--guido-link-color);
  margin: 0 0 10px;
}

/* 12. responsive */
/*
*  Responsive
*/
@media (min-width: 1200px) {
  .hidden-dots .slick-dots {
    display: none;
  }
}

@media (min-width: 1310px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  .dashboard-box {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .mobile-groups-button {
    padding: 15px 0 0;
    position: relative;
    z-index: 2;
  }
  .mobile-groups-button ~ .main-content {
    margin-top: 0 !important;
  }
  .user-listing-packaged > div {
    margin-bottom: 15px;
  }
  .widget-your-packages .bottom-packages {
    margin-top: 0;
  }
  .offcanvas-filter-half-map {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-filter-half-map.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .layout-type-top-map #listings-google-maps {
    margin-bottom: 0.9375rem;
  }
  .top-header-detail-listing.v2 .listing-action-detail {
    margin-top: 0.625rem;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row > [class*="col-"]:not(.elementor-column) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 2px;
  }
  .apus-breadscrumb .bread-title {
    margin-bottom: 5px;
  }
  .listing-detail-gallery-v1 {
    min-height: 230px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-detail-gallery-v1 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.cmb2-wrap .label-can-drag {
    padding: 10px 25px;
  }
  .reply-message-form-wrapper .reply-message-form .reply-message-btn {
    padding: 10px 20px;
  }
  .top-dashboard-search {
    display: block;
  }
  .top-dashboard-search .ali-right {
    margin-top: 10px;
  }
  .type-post {
    margin-bottom: 1rem;
  }
  .widget-features-box .st-grid {
    margin-bottom: 1.25rem;
  }
  .widget-features-box .st-grid:last-child {
    margin-bottom: 0;
  }
  .widget-listing-search-form.style2 {
    border-radius: 3px;
    overflow: hidden;
  }
  .widget-listing-search-form.style2 .btn-submit,
  .widget-listing-search-form.style2 .form-group {
    border-radius: 0;
  }
  .type-banner-inner.style2 .banner-image {
    width: 70px;
    height: 70px;
  }
  .type-banner-inner.style2 .title {
    font-size: 1rem;
  }
  .details-product .information {
    margin-top: 1.25rem;
  }
  .nav.tabs-product {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .nav.tabs-product > li > a {
    white-space: nowrap;
  }
  .header-info-blog .header-info-blog-inner {
    padding: 1rem 0 0;
  }
  .entry-content-detail .list-categories {
    margin-bottom: 0.5rem;
  }
  .entry-content-detail .list-categories .categories-name {
    padding: 0 5px;
  }
  .listings-filter-half-map {
    padding-bottom: 0.9375rem;
  }
  .menu-price-item {
    margin-bottom: 0.9375rem;
  }
  .comment-attactments .attachment {
    margin-bottom: 0.5rem;
  }
  .listing-single-v1 .top-header-detail-listing {
    padding-top: 0.9375rem;
  }
  .listing-single-v1 .top-header-detail-listing .review {
    padding: 0;
  }
  .listing-single-v1 .top-header-detail-listing .list-action {
    margin-top: 0.625rem;
  }
  .top-header-detail-listing.v2 .review {
    padding: 5px;
  }
  .top-header-detail-listing.v2 .image-logo {
    width: 80px;
    height: 80px;
  }
  .top-dashboard-search .sortby-form {
    margin-top: 0.625rem;
  }
  .layout-my-listings .listing-thumbnail-wrapper {
    width: 80px;
  }
  .layout-my-listings .layout-left .inner-info-left {
    width: calc(100% - 100px);
  }
  .layout-my-listings .layout-left .warpper-action-listing {
    width: 100px;
  }
  .widget-listing-search-form.horizontal .list-fileds > div {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #EAEAEA;
  }
  .top-info-widget .ms-auto {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .listing-list .listing-thumbnail-wrapper {
    width: 100%;
  }
  .listing-list .listing-thumbnail-wrapper + .top-info {
    padding: 0.9375rem 0 0;
  }
}

@media (max-width: 479px) {
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
  .apus-filter .subtitle {
    display: none;
  }
  .search-orderby-wrapper .text-sort {
    display: none;
  }
  div.cmb2-wrap [id*="map_location-map"] ~ input {
    margin: 0 0 5px !important;
    width: 100%;
  }
  .comment-list .comment-reply-link .text-reply::before {
    display: none;
  }
  .woocommerce-page table.cart td.actions .coupon {
    margin: 0;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text {
    margin: 0 0 1rem;
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar.header_transparent #apus-header {
    top: 46px;
  }
  .admin-bar .header-mobile {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar .header-mobile {
    top: 32px;
  }
}

@media (max-width: 600px) {
  .admin-bar .header-mobile.sticky-header {
    top: 0;
  }
}
