@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local(""),
    url("../css/fonts/Roboto/roboto-v29-latin-100.woff2") format("woff2"),
    url("../css/fonts/Roboto/roboto-v29-latin-100.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../css/fonts/Roboto/roboto-v29-latin-300.woff2") format("woff2"),
    url("../css/fonts/Roboto/roboto-v29-latin-300.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../css/fonts/Roboto/roboto-v29-latin-regular.woff2") format("woff2"),
    url("../css/fonts/Roboto/roboto-v29-latin-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../css/fonts/Roboto/roboto-v29-latin-500.woff2") format("woff2"),
    url("../css/fonts/Roboto/roboto-v29-latin-500.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../css/fonts/Roboto/roboto-v29-latin-700.woff2") format("woff2"),
    url("../css/fonts/Roboto/roboto-v29-latin-700.woff") format("woff");
  font-display: swap;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
  overflow-x: hidden;
}

.bootstrapiso b,
b {
  font-weight: normal;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }

  .bottom-section .ue-image img {
    height: auto !important;
  }

  #navbar-holder #logo-text {
    max-width: none;
    width: auto;
    height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #mega-menu-wrap-footer_main_menu #mega-menu-footer_main_menu>li.mega-menu-megamenu>ul.mega-sub-menu * {
    width: 100% !important;
  }

  #mega-menu-wrap-footer_main_menu #mega-menu-footer_main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    margin-bottom: 0px !important;
  }

  #mega-menu-wrap-footer_main_menu #mega-menu-footer_main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
    float: none !important;
    padding: 0px !important;
    margin-top: 10px;
  }
}

.main-menu-right {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

#navbar-holder {
  height: 60px;
  background-color: #fafafa;
  color: #5b5b5b;
  font-family: "Roboto", sans-serif !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 15px;
}

#navbar-holder .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.main-menu {
  font-size: 15px;
  margin-left: 0px;
}

.navbar-brand {
  width: 300px;
  height: auto;
  margin-left: -10px;
}

#logo-text .navbar-brand .menu-logo-text > img,
#menu-mobile .menu-logo-text > img {
  height: 52.5px !important;
  width: 210px !important;
}

.wpml-ls-flag {
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}

.input-search>input:focus {
  border: #96c21f solid 1px;
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dcdcdc;
  font-size: 14px;
}

.client-panel-menu {
  margin-left: auto !important;
  padding: 0 7px;
  position: relative;
}

.client-panel-menu > button {
  background-color: white;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 14px;
  height: 42px;
  width: 154.7px;
  color: rgb(30, 48, 66);
  transition: all 0.2s;
  border: 1px solid #1e3042;
  font-weight: 700;
  cursor: pointer;
}


.client-panel button:hover {
  filter: brightness(96%);
  transition: all 0.2s;
  text-decoration: none !important;
  cursor: pointer;
}

.breadcrumb-background {
  background-color: white;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 47px;
  text-transform: uppercase;
  font-size: 11px;
  color: #5b5b5b;
  display: flex;
  align-items: center;
}

.breadcrumb-background .container {
  width: 100%;
}

.breadcrumb-background a {
  color: #96c21f;
  text-decoration: none;
}

.breadcrumb-background a:hover {
  color: #81a71a;
  text-decoration: none;
}

.footer * {
  color: #5b5b5b;
  font-size: 15px;
  font-family: "Roboto", sans-serif !important;
}

.rights-section {
  height: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.rights-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rights-section .row {
  margin: 0 !important;
  padding-top: 35px;
  padding-bottom: 35px;
  row-gap: 15px;
}

.rights-section .row .left-text-rights {
	margin-right: 10px;
}

.rights-section .btm-right-menu .mega-menu {
	text-align: center !important;
}

#mega-menu-wrap-footer_bottom_menu #mega-menu-footer_bottom_menu > li.mega-menu-item:first-of-type a.mega-menu-link {
	padding-left: 0;
}

.bottom-section .bottom-section-text {
  font-size: 13px;
  margin: 2rem 0;
}

.footer-img {
  padding: 6px;
}

.bottom-section .ue-image img {
  height: 40px;
}

.bottom-section .text {
  color: #393939;
  font-size: 13px;
}

.main-menu ul li ul ul li:last-child ul li ul li:last-child a {
  color: #96c21f !important;
}

#mega-menu-wrap-footer_main_menu #mega-menu-footer_main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
  position: relative !important;
  z-index: 100;
}

#mega-menu-wrap-footer_main_menu #mega-menu-footer_main_menu li.mega-menu-item>ul.mega-sub-menu {
  visibility: visible !important;
  z-index: 100;
}

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

.main-menu .mega-menu-item:last-child > ul {
  left: 65% !important;
  transform: translateX(-50%) !important;
}

.footer {
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}

.footer .row {
  font-size: 15px !important;
  font-family: "Roboto", sans-serif !important;
}

.footer *.row {
  margin: 0px !important;
}

.footer-main-menu-info {
  margin: 25px 0;
}

.footer-main-menu-info .header-text {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.footer-main-menu-info .address-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-main-menu-info .icons-section .icon-text {
  margin-left: -10px;
}

.footer-ict {
  display: flex !important;
  padding-left: 2rem !important;
  align-items: center;
}

.footer-main-menu-info .icons-section .icon-text a {
  color: #96c21f;
  text-decoration: none;
  font-size: 18px;
}

.footer-main-menu-info .icons-section .icon-text a:hover {
  text-decoration: underline;
  color: #96c21f;
}

#mega-menu-primary>li>ul.mega-sub-menu {
  margin-top: 30px !important;
  z-index: 2000 !important;
}

#mega-menu-primary .menu-active {
  color: #96c21f !important;
}

.wpml-ls-legacy-dropdown-click {
  width: auto !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none !important;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  padding: 0px !important;
}

.wpml-ls-link {
  width: max-content;
  color: black !important;
  padding: 5px !important;
  min-width: 60px;
}

.wpml-ls-link:hover {
  color: #96c21f !important;
  text-decoration: none !important;
}

.wpml-ls-native {
  color: black !important;
}

.wpml-ls-native:hover {
  color: #96c21f !important;
  text-decoration: none !important;
}

.language-switcher-mobile {
  display: none;
}

.language-switcher-mobile .wpml-ls-legacy-dropdown-click a {
  padding: 5px 0px 5px 0px !important;
}

.contact-form-button-active:before {
  content: "";
  border-bottom: 5px solid #96c21f;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.mobile-contact-form-button-active {
  background-color: #96c21f;
  color: white;
  font-weight: bold;
}

.mobile-contact-form-button-active * {
  color: white;
  font-weight: bold;
}

.mobile-contact-form-button-active a {
  color: white !important;
}

.contact-form-button-active:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #96c21f;
}

.arrow-menu-footer {
  color: #96c21f;
  font-size: 18px;
  line-height: 14px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-end;
  top: 0;
  z-index: 1000;
  right: -15px;
  transition: all 0.2s;
}

.arrow-menu-footer-margin {
  margin-left: 10px;
}

.mega-menu-link:hover {
  transition: all 0.2s;
  padding-right: 5px;
}

.mega-menu-link {
  position: relative !important;
  width: max-content !important;
}

.arrow-menu-footer:hover {
  right: -20px;
  transition: all 0.2s;
}

.wp-block-image.size-full {
  margin: 0 !important;
}

.rank-input-block {
  display: block;
  margin: 0 10px;
}

.couriers-reviews-left {
  flex-basis: 40% !important;
  max-width: 40% !important;
}

.couriers-reviews-right {
  flex-basis: 80% !important;
  max-width: 80% !important;
  padding-left: 5px !important;
  margin-top: 5px;
}

.couriers-reviews-right dl {
  display: inline-block;
  margin-bottom: 10px;
}

.couriers-reviews-right dd {
  padding-left: 0 !important;
}

.star-elem span {
  width: 150px !important;
  text-align: end;
  padding-right: 5px;
}

.starbar {
  top: -1px !important;
  right: 0 !important;
}

.star-elem-wrapper .star-elem:nth-of-type(2) {
  padding-top: 5px !important;
}

@media screen and (max-width: 768px) {
  .col.col-12.star-elem {
    /* display: grid !important; */
    justify-content: center !important;
  }

  .col.col-12.star-elem span {
    text-align: center;
    padding: 0;
  }

  .form-rank {
    display: block !important;
  }

  .starbar {
    margin: auto;
  }

  .flex-elems {
    display: block !important;
  }

  .flex-elem-left {
    margin: auto;
    max-width: 90% !important;
  }

  .star-elem-wrapper .col.col-12 {
    text-align: center;
  }

  .dash-realisation__body dl {
    justify-content: center;
  }

  .couriers-reviews-right {
    margin: auto;
    padding: 0 !important;
    max-width: 90% !important;
  }

  .couriers-reviews-right dl {
    display: block !important;
    text-align: center;
    margin: auto;
  }

  .couriers-reviews-right dl dt {
    margin-top: 25px !important;
  }
}

.button-filter {
  background-color: #96c21f;
  margin-top: 25px;
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
}

.button-filter:hover {
  cursor: pointer;
}

/* BLOG */

.page-template-blog-page {
  overflow-x: hidden;
}

.blog-body * {
  font-family: Roboto, sans-serif;
}

.blog-body {
  margin: 15px 0;
}

.blog-body .with-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-body .with-arrow img {
  width: 15px;
  margin-left: 8px;
}

.blog-body section.blog-header {
  text-align: center;
  background-color: #96c21f;
  color: white;
  padding: 30px 0;
}

.blog-body section.blog-header-text p {
  margin-top: 25px;
  font-size: 16px;
}

.blog-body section.blog-header h2,
.blog-body section.blog-header h1 {
  font-size: 4rem;
}

.blog-body section.blog-header h3,
.blog-body section.blog-header p {
  font-size: 2.5rem;
}

.blog-body section.blog-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 10px auto;
}

.blog-body section.blog-categories .disabler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}

.blog-body section.blog-categories a button {
  color: #1e3042;
}

.blog-body section.blog-categories.category-page {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto auto auto;
}

.blog-body section.blog-categories button {
  background-color: #e3e3e3;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #afafaf;
}

.blog-body section.blog-categories button.active-button {
  background-color: #96c21f;
  border: 1px solid #96c21f;
  color: white;
}

.blog-body .blog-categories button:hover {
  background-color: #96c21f;
  border: 1px solid #96c21f;
  color: white;
}

.blog-body section.blog-posts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  justify-items: center;
  padding-right: 20px;
}

.blog-body section.blog-posts .empty-result {
  font-size: 26px;
}

#wp_loader {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100px;
}

.blog-body section.blog-posts-and-search {
  display: flex;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar {
  flex: 1 0 25%;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar a img {
  display: table;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container {
  padding: 15px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container h3,
.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container p.title {
  margin-bottom: 10px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container form {
  position: relative;
  display: flex;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container form input[type="text"] {
  background: white;
  padding: 10px 0 10px 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 0px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container form button {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  background-color: #96c21f;
  height: 50px;
  width: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container form button:hover {
  background-color: #81a71a;
  transition: all 0.3s;
  cursor: pointer;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container form button img {
  width: 20px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .search-container {
  background-color: #efefef;
  border-radius: 5px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .top-posts-container .top-posts-post {
  background-color: #efefef;
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .top-posts-container .top-posts-post h3 {
  font-size: 1.25rem;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .top-posts-container .top-posts-post h4 a {
  color: gray;
  transition: all 0.1s;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .top-posts-container .top-posts-post h4 a:hover {
  color: black;
  transition: all 0.1s;
  text-decoration: none;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .glossary-button {
  background-color: #96c21f;
  padding: 15px 20px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  margin: auto;
  width: 100%;
  margin-top: 15px;
  transition: all 0.3s;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar a:hover {
  text-decoration: none;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .glossary-button:hover {
  background-color: #81a71a;
  transition: all 0.3s;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .top-posts-container .top-posts-post h4 {
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 5px;
}

.blog-body section.blog-posts-and-search section.blog-posts {
  height: max-content;
  flex: 1 0 75%;
}

.blog-body .social-media {
  background-color: #96c21f;
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
}

.blog-body .social-media .icon {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: relative;
}

.blog-body .social-media .icon img {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar {
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  border: 1px solid #96c21f;
  border-radius: 5px;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar h3,
.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar p.title {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
}

.blog-body section.big-newsletter .newsletter-header-container {
  display: flex;
  flex-direction: column;
}

.blog-body section.big-newsletter .newsletter-header-container h3 {
  line-height: 1;
}

.blog-body section.big-newsletter .newsletter-header-container h5 {
  margin: .5rem 0 0 0;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar h5,
.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar p.subtitle {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar .newsletter-bottom {
  background-color: #96c21f;
  margin: auto -15px -15px -15px;
  padding: 15px;
}

.blog-body input[type="text"],
.blog-body input[type="email"] {
  background-color: white;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 7px 15px;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
  font-weight: 300;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-bottom button {
  background-color: #1e3042;
  padding: 8px 20px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  margin: auto;
  width: auto;
  margin-top: 15px;
  transition: all 0.3s;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-bottom button:hover {
  background-color: #1e3042;
  opacity: 0.9;
  transition: all 0.3s;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar>* {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar .image-cont {
  margin: auto -15px;
  display: flex;
}

.blog-body section.blog-posts-and-search section.blog-posts-sidebar .newsletter-sidebar .image-cont img {
  width: 100%;
}

.blog-body section.big-newsletter {
  background-color: #96c21f;
  color: white;
  padding: 30px 0;
  margin-top: 15px;
}

.blog-body section.big-newsletter h3 {
  flex: 1 0 20%;
  font-size: 30px;
  margin: 0;
}

.blog-body section.big-newsletter div {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.blog-body section.big-newsletter #newsletter-form {
  flex: 1 0 50%;
  width: 100%;
}

.blog-body section.big-newsletter #newsletter-form button {
  margin-left: auto;
  background-color: #1e3042;
  padding: 10px 25px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s;
}

.blog-body section.big-newsletter #newsletter-form button:hover {
  transition: all 0.3s;
  background-color: #1e3050;
  opacity: 0.9;
}

.blog-body section.big-newsletter .social-media {
  flex: 1 0 30%;
}

.blog-body section.big-newsletter .social-media {
  padding: 0;
}

.blog-body section.blog-posts .card .card-body .btn {
  background-color: #96c21f;
  color: white;
  padding: 7px 10px;
  width: max-content;
  margin-top: 15px;
}

.blog-body section.blog-posts .card .card-text {
  overflow: hidden;
}

.blog-body section.blog-posts .card {
  width: 265px;
  border-radius: 5px;
  border: 1px solid #818a91;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.blog-body section.blog-posts .card .card-body {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 20px 20px 0 20px;
  flex: 1 1 auto;
}

.blog-body section.blog-posts .card .card-body .btn {
  font-size: 13px;
  transition: all 0.3s;
}

.blog-body section.blog-posts .card .card-body .btn:hover {
  text-decoration: none;
  background-color: #81a71a;
  transition: all 0.3s;
}

.blog-body section.blog-posts .card .card-body h3,
.blog-body section.blog-posts .card .card-body h2 {
  color: #5e615c;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.blog-body section.blog-posts .card .posts-photo-container {
  position: relative;
  height: 166px;
  overflow: hidden;
}

.blog-body section.blog-posts .card:hover .posts-photo-container .photo-aple {
  background-image: none;
  transition: all 0.5s;
}

.blog-body section.blog-posts .card .posts-photo-container .photo-aple {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-body section.blog-posts .card img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-body section.blog-posts .card .card-body p {
  color: #777;
  font-size: 14px;
}

.blog-body section.blog-posts .card .card-body .card-body-desc {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-body section.blog-posts .card .card-body .date-container {
  margin-top: auto;
  color: #adadad;
  font-size: 11px;
  margin-bottom: 10px;
}

.blog-body section.blog-posts .card .card-body .date-container hr {
  border: none;
  border-top: 1px solid #adadad;
}

.blog-body section.blog-posts .card .card-body a:hover {
  text-decoration: none;
}

.blog-body section.blog-posts-pagination .pagination {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 15px;
}

.blog-body section.blog-posts-pagination {
  grid-column-start: 2;
  padding: 0;
}

.blog-body section.blog-posts-pagination .pagination a,
.blog-body section.blog-posts-pagination .pagination span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 5px;
}

.blog-body section.blog-posts-pagination .pagination span.current {
  background-color: #96c21f;
  color: white;
}

.blog-body section.blog-posts-pagination .pagination a:hover {
  color: black;
  text-decoration: none;
  background-color: #e9e9e9;
}

.blog-body section.blog-posts-pagination .pagination .page-numbers.dots {
  align-self: flex-end;
}

.blog-body section.blog-category h2 {
  margin: 15px;
  font-size: 3rem;
  text-align: center;
}

.blog-body section.blog-category-title {
  padding: 40px;
  text-align: center;
}

.blog-body section.blog-category-title p {
  text-align: unset;
  font-size: 16px;
}

.blog-body section.blog-category-title h2 {
  font-size: 26px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  #wp_loader {
    position: static;
    top: 0;
    padding: 2rem 0;
  }

  .blog-body section.blog-posts-and-search {
    flex-wrap: wrap;
  }

  .blog-body section.big-newsletter {
    display: none !important;
  }

  .blog-body section.blog-posts-and-search section.blog-posts {
    flex: 1 0 100%;
    padding-right: 0;
  }

  .blog-body section.blog-posts-and-search section.blog-posts-sidebar {
    flex: 1 0 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .blog-body section.blog-posts .card {
    width: 100%;
  }

  .blog-body section.big-newsletter #newsletter-form,
  .blog-body section.big-newsletter h3,
  .blog-body section.big-newsletter .social-media {
    flex: 1 0 100%;
    margin-bottom: 10px;
  }

  .blog-body section.big-newsletter:last-child {
    margin-bottom: 0;
  }

  .blog-body section.big-newsletter div {
    flex-wrap: wrap;
  }

  .blog-body section.blog-posts-pagination {
    grid-column-start: 1;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .blog-body input[type="email"] {
    font-size: 16px;
  }
}

section.comments-section {
  margin-top: 25px;
}

section.comments-section #comments {
  margin: auto !important;
}

.comments-section #wpd-post-rating {
  margin: 0 !important;
}

.comments-section .wpd-form-head {
  display: none !important;
}

.comments-section .wpd-comment-last-edited {
  display: none !important;
}

.heateor_sss_sharing_ul {
  display: flex;
  justify-content: center;
}

.heateor_sss_sharing_title {
  text-align: center;
  font-size: 18px;
  font-weight: 500 !important;
  color: #393939;
  margin: 25px 0;
}

.heateor_sss_sharing_container {
  margin-top: 25px;
}

.blog-body .article {
  padding: 0;
}

.post-content-body .blog-posts-sidebar {
  margin: 3.5rem auto;
}

article.article {
  font-size: 1.4rem !important;
}

.post-content-body table td {
  padding: 0.75rem !important;
  word-break: break-word !important;
}

.post-content-body #ez-toc-container {
  background-color: #efefef !important;
  padding: 15px 25px;
  width: 100%;
}

#wpd-bubble-count {
  width: 54px !important;
  height: 54px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(-10deg, rgb(139, 150, 32) 0%, rgb(139, 150, 32) 100%) repeat scroll 0% 0% !important;
}

#wpd-bubble-wrapper {
  right: 23px !important;
}

#wpd-bubble {
  width: 53px !important;
  height: 53px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(-10deg, rgb(139, 150, 32) 0%, rgb(139, 150, 32) 100%) repeat scroll 0% 0% !important;
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message {
  background: rgba(0, 0, 0, 0) linear-gradient(-10deg, rgb(139, 150, 32) 0%, rgb(139, 150, 32) 100%) repeat scroll 0% 0% !important;
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message {
  height: 35px !important;
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message::before {
  content: none !important;
}

.blog-body .wrap.section__wrap {
  margin: 0;
}

.blog-body .heateor_sss_sharing_ul li {
  filter: grayscale(1);
  transition: all 0.3s;
}

.blog-body .heateor_sss_sharing_ul li:hover {
  filter: grayscale(0);
  transition: all 0.3s;
}

.blog-body .section.section--border {
  padding: 5px;
  overflow: unset;
}

.blog-body time.article__date {
  background-color: #efefef;
}

.blog-body #salesmanagoIframe {
  height: 325px;
}

.blog-body #salesmanagoIframe2 {
  height: 225px;
}

.blog-body section.share-link-section .next-prev-posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-body section.share-link-section .next-prev-posts .post-link-container {
  display: grid;
}

.blog-body section.share-link-section .next-prev-posts .post-link-container.right {
  text-align: right;
}

.blog-body section.share-link-section .next-prev-posts .post-link-container .post-link-title {
  font-size: 16px;
}

.blog-body section.share-link-section .next-prev-posts .post-link-container .post-link a {
  color: #96c21f;
  font-size: 14px;
}

.blog-body section.share-link-section .next-prev-posts .post-link-container .post-link p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #afafaf;
}

.blog-body a:hover,
.blog-body a {
  color: #96c21f;
}

.ranking-reply-container {
  padding-left: 50px;
}

.ranking-reply {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 15px 25px;
  display: grid;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}

.ranking-reply:hover {
  box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.03);
  border-color: #96c21f;
  text-decoration: none;
}

.ranking-reply .__date {
  color: #afafaf;
  font-size: 12px;
}

.ranking-reply .__sign {
  margin-left: auto;
  color: #96c21f;
}

.ranking-reply .__reply {
  margin: 5px 0;
}

.courier-all {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 25px;
  align-items: stretch;
  justify-items: center;
}

.courier-last {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 25px;
  align-items: stretch;
  justify-items: center;
  grid-template-areas: "a b c";
}

.courier-information-heading p {
  text-align: center !important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.courier-tile-information {
  padding: 20px 20px !important;
}

.courier-tile-information .tile-star-elem-wrapper {
  margin-top: 15px;
}

.courier-tile-information .tile-star-elem-wrapper .star-elem {
  padding-left: 0px;
}

.courier-tile-information .tile-star-elem-wrapper .star-elem span {
  width: 150px !important;
  text-align: end;
  margin-left: 25px;
}

.courier-tile-information .tile-star-elem-wrapper .star-elem .starbar {
  margin-left: 10px;
}

.courier-all .courier-tile {
  width: 100%;
  min-height: auto !important;
  margin: 0 !important;
  background: #f9f9f9;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c8c6c6;
  margin: 0px 10px 0px 10px;
  padding: 4px;
}

.courier-tile .opinion-element {
  padding: 0px 10px;
}

.courier-tile .avg-courier {
  text-align: end;
}

.courier-tile .opinion-counter {
  font-size: 12px !important;
  text-align: end;
}

.opinion-element .opinion-link {
  float: right;
}

.best-three {
  border: 2px solid #96c21f !important;
}

.courier-tile .one-line-flex {
  padding-bottom: 0px;
  padding-left: 10px;
}

.tile-star-elem-wrapper .star-elem {
  padding-bottom: 0px;
}

.courier-all.single-tile {
  padding: 0px !important;
}

@media only screen and (max-width: 768px) {
  .avg-courier {
    text-align: center;
  }

  .tile-star-elem-wrapper .star-elem {
    display: flex !important;
    flex-direction: unset !important;
  }

  .courier-tile .opinion-element {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-main-menu.other-nav #mega-menu-footer_main_menu>li>ul>li>a:first-child:before {
    content: "";
    display: block;
    width: 85px !important;
    position: absolute !important;
    left: 100% !important;
    background: #ddd !important;
    height: 1px !important;
    top: 50% !important;
    margin-left: 15px !important;
  }

  .footer-main-menu.other-nav .footer-main-menu-info .header-text {
    border: none !important;
    position: relative;
    max-width: max-content;
  }

  .footer-main-menu.other-nav .footer-main-menu-info .header-text:before {
    border: none !important;
    content: "";
    display: block;
    width: 100% !important;
    position: absolute !important;
    left: 100% !important;
    background: #ddd !important;
    height: 1px !important;
    top: 50% !important;
    margin-left: 15px !important;
  }

  .footer-main-menu.other-nav .mega-menu-item.mega-menu-item-type-custom>a:first-child {
    border: none !important;
  }

  .footer-main-menu.other-nav #mega-menu-footer_main_menu>li>ul>li {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 640px) {
  .footer-main-menu.other-nav .col-xl-3.col-12 {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .footer-main-menu.other-nav ul.mega-sub-menu .footer-main-menu-info {
    display: none;
  }
}

.courier-all .courier-tile.mobile {
  display: none;
}

.courier-list-elem-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .courier-all {
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
  }

  .courier-all .courier-tile {
    width: auto;
  }

  .courier-all .courier-tile.desktop,
  .courier-list-elem.desktop {
    display: none !important;
  }

  .courier-list-elem-mobile {
    display: flex !important;
  }

  .courier-all .courier-tile.mobile {
    display: flex !important;
    justify-content: space-between;
    padding: 25px 35px;
  }

  .courier-all .courier-tile.mobile .left-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .courier-all .courier-tile.mobile .right-container {
    margin-bottom: -20px;
  }

  .courier-all .courier-tile.mobile .right-container .avg-courier {
    line-height: 18px;
    margin-bottom: 10px;
  }

  .courier-all .right-container .opinion-counter {
    text-align: end;
    margin-bottom: 15px;
  }

  .courier-all .courier-tile.mobile .right-container .tile-star-elem-wrapper .star-elem {
    padding: 0px !important;
  }

  .courier-all .courier-tile.mobile .right-container .tile-star-elem-wrapper .star-elem span {
    padding-right: 10px;
    text-align: end;
  }

  .courier-all .courier-tile.mobile .right-container .tile-star-elem-wrapper .star-elem .starbar {
    margin: 4px 0 0 0 !important;
  }

  .courier-tile .opinion-element {
    padding: 0px;
    margin-right: -25px;
    margin-top: 10px;
    text-align: end;
  }

  .article-box .flex-elems .flex-elem-left .star-elem-wrapper .star-elem {
    flex-direction: row;
    justify-content: unset !important;
    padding: 0 !important;
  }

  .article-box .flex-elems .flex-elem-left .star-elem-wrapper .star-elem span {
    text-align: end;
    flex: 0 0 50%;
  }

  .article-box .flex-elems .flex-elem-left .star-elem-wrapper .star-elem .starbar {
    margin: 4px 0 0 10px;
  }

  .couriers-client-reviews .reviews-container-pag .article-box {
    display: flex;
    flex-direction: column;
  }

  .article-box .flex-elems .flex-elem-left .star-elem-wrapper:nth-child(1) {
    margin-bottom: 10px;
  }

  .article-box .flex-elems .couriers-reviews-right dt {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  .article-box .article-box__date {
    margin-top: 0 !important;
    text-align: center;
  }

  .article-box .flex-elems .flex-elem-left .star-elem-wrapper .col {
    padding: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .courier-all .courier-tile.mobile {
    padding: 15px 15px;
  }

  .courier-all .courier-tile.mobile .right-container {
    margin-bottom: -5px;
  }

  .courier-tile .opinion-element {
    margin-right: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .blog-body time.article__date {
    position: static;
    display: block;
    margin: 0;
    padding: 5px 0;
    width: auto;
    text-align: right;
    background: none;
    background-color: #efefef;
    color: #393939;
    text-align: center;
  }

  .blog-body time.article__date .article__date-day {
    font-size: 18px !important;
    color: #393939 !important;
    margin-right: 5px;
  }

  .blog-body .section.section--border {
    overflow: hidden;
  }
}

.courier-list-elem.desktop .star-elem div.starbar {
  margin-left: 10px;
}

.courier-list-elem.desktop .single-tile-avg {
  text-align: end;
}

.courier-list-elem.desktop {
  padding: 10px 15px;
}

@media screen and (max-width: 991px) {
  .courier-list-elem-mobile .left-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .courier-list-elem-mobile .right-container .single-tile-avg {
    text-align: end;
  }

  .courier-list-elem-mobile .right-container .single-tile-avg .avg-courier {
    text-align: end;
  }

  .courier-list-elem-mobile .star-elem-wrapper .star-elem:nth-of-type(2) {
    padding: 0 !important;
  }

  .courier-list-elem-mobile .star-elem-wrapper .star-elem {
    flex-direction: row;
    padding-bottom: 0 !important;
  }

  .courier-list-elem-mobile {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .button-courier-container {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .client-panel a button {
    margin: 0;
    padding: 0 15px;
    width: 115px;
  }

  .main-menu .language-switcher div {
    margin-top: 0;
  }
}

.button-courier-container {
  margin-top: 20px;
}

.button-courier-container .button-courier {
  background-color: #cf0000;
  padding: 10px 25px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.button-courier:hover {
  cursor: pointer;
  opacity: 0.9;
}

#modal-newsletter {
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 10000;
  transition: all 0.3s;
}

#modal-newsletter .modall {
  background-color: #efefef;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 15px;
  display: grid;
}

#modal-newsletter img {
  margin: auto;
}

#modal-newsletter .text {
  color: #1e3042;
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
}

#modal-newsletter .text2 {
  color: #1e3042;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

#modal-newsletter .esc {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
}

#modal-newsletter .esc:hover {
  cursor: pointer;
}

#wpcf7-f4568-p4460-o1 .text-uppercase {
  text-transform: uppercase;
}

.wpcf7-validates-as-required {
  width: 100%;
  padding: 10px 0px;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: none;
}

.ez-toc-list a {
  padding-left: 15px;
}

.ez-toc-list li {
  padding-top: 1px !important;
}

#ez-toc-container {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before {
  top: 47% !important;
}

.more-carriers {
  margin: 3rem 2rem 0 2rem;
  width: auto;
  background: #f9f9f9;
  border-radius: 10px;
  border: solid 1px #c8c6c6;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-carriers:hover {
  border: solid 1px #96c21f;
  color: #96c21f;
  transition: 0.3s all;
  cursor: pointer;
}

.more-carriers:hover .more-carriers-arrow {
  filter: invert(61%) sepia(82%) saturate(394%) hue-rotate(35deg) brightness(95%) contrast(97%);
  transition: 0.3s all;
}

.more-carriers-arrow {
  margin-left: 2rem;
  transition: 0.3s all;
}

.more-carriers-arrow.right {
  transform: rotate(-90deg);
}

.more-carriers-arrow.down {
  transform: none;
}

.aligncenter {
  text-align: center;
}

.bootstrapiso b,
.bootstrapiso strong {
  font-weight: bold !important;
}

.courier-other {
  display: none;
  margin-top: 2rem;
}

.last-glob {
  display: flex;
  justify-content: center;
}

.last-glob .courier-tile {
  width: auto !important;
}

.footer .left-menu {
  flex: 0 0 75%;

}

.footer .right-menu {
  flex: 0 0 25%;
}

.container.footer-logos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.row.footer-logos {
  justify-content: center;
  gap: 5rem;
}

.row.footer-logos-gap {
  justify-content: center;
  gap: 2rem;
}

.footer-logos-gap .foot-btm-log-sub div,
.footer-logos-gap .foot-btm-log-sub2 div {
  justify-content: center;
}

.footer-logos-gap .foot-btm-log-sub .text,
.footer-logos-gap .foot-btm-log-sub2 .text {
  font-size: 14px;
}


.footer .bottom-section .foot-btm-log,
.footer .bottom-section .foot-btm-log2 {
  display: flex;
  align-items: center;
}

.footer .bottom-section .foot-btm-log3 {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .bottom-section {
  margin-top: 2rem;
}

@media screen and (max-width: 1200px) {
  .footer .left-menu {
    flex: 0 0 100%;
  }

  .footer .right-menu {
    flex: 0 0 100%;
    margin-left: 15px;
  }

  .footer .right-menu .header-text {
    display: table;
  }
}

@media screen and (max-width: 640px) {
  .footer .left-menu {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .footer .bottom-section .row.footer-logos {
    justify-content: center;
    gap: .5rem;
  }

  .footer .bottom-section .foot-btm-log,
  .footer .bottom-section .foot-btm-log2,
  .footer .bottom-section .foot-btm-log3 {
    flex: 0 0 100%;
    justify-content: center;
  }

  .footer .bottom-section .foot-btm-log3 .row {
    justify-content: center;
  }
}

/** BOOTSTRAP CUSTOM */

.cboot .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.cboot .row {
  display: flex;
  flex-wrap: wrap;
}

.cboot * {
  box-sizing: border-box;
}

.cboot .d-flex {
  display: flex !important;
}

.cboot .d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .cboot .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cboot .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cboot .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cboot .container {
    max-width: 1170px;
  }
}

.addRank .form-row {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: 1rem;
  line-height: 1;
  font-size: 13px;
}

.addRank .form-row .review-aggreement {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin: 0;
}

.delivery-number {
  float:right;
  margin-top: 7px;
}

@media screen and (max-width: 1000px) {
  .delivery-number {
    float: none;
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  .delivery-number {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .full-form-mobile {
    margin: 0 !important;
    padding: 10px !important;
    font-size: 13px !important;
    border-radius: 15px !important; 
  }

  .full-form-mobile label {
    margin-bottom: 0 !important;
    font-size: 13px !important
  }
  
  .full-form-mobile input:not([type="checkbox"]) {
    height: 4rem;
    font-size: 13px !important
  }

  .full-form-mobile button {
    font-size: 16px !important
  }

  .full-form-mobile > div > div:nth-child(3) {
    line-height: 1.1;
  }
}

.tablepress.table thead tr th,
.tablepress.table tbody tr td.column-1 {
  text-align: center !important;
}

.tablepress.table tbody tr td.column-1 {
  text-align: left !important;
}

.tablepress.table tbody tr td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tablepress.table thead tr th,
  .tablepress.table tbody tr td {
    padding: 5px !important;
    font-size: 13px !important;
  }

  table.c-mobile-table {
    width: auto !important;
  }
}

.social-media-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.social-media-share .media-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.social-media-share .media-wrapper {
  display: flex;
  gap: 1rem;
}

.social-media-share .media-wrapper a {
  transition: .3s all;
}

.social-media-share .media-wrapper a:hover {
  transition: .3s all;
  opacity: .8;
}

.top-posts-container {
  display: flex;
  align-items: center;
}
.top-post-thumbnail {
  width: 75px;
  height: 50px;
  margin-top: 10px;
  margin-right: 5px;
  flex-shrink: 0;
  object-fit: cover;
}

.popular-posts-header {
  text-align: center;
  font-weight: 500;
  font-size: 1.30em !important;
}

.top-post-title {
  font-size: small;
  margin-left: 0;
}

.reading-time-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.verified-courier {
  font-weight: 700;
  margin: 10px 0 5px 10px;
  cursor: pointer;
}

.verified-courier-info-box {
  position: relative;
  display: inline-block;
}

.verified-courier-info-box .verified-text {
  visibility: hidden;
  width: 350px;
  background-color: #F9F9F9;
  text-align: center;
  font-weight: 300;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #96C21F;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .verified-courier-info-box .verified-text {
    width: auto;
  }

  .verified-courier {
    font-weight: 700;
    font-size: 0.9em;
    margin: 10px 0 5px 10px;
    cursor: pointer;
  }
}

.verified-courier-info-box:hover .verified-text {
  visibility: visible;
}

#navbar-holder .left-menu,
#navbar-holder .right-menu {
  background-color: white;
  border-radius: 5px;
  font-weight: 500;
  padding-bottom: 50px;
}

#navbar-holder .left-menu {
  position: relative;
}

#navbar-holder .menu-hover .left-menu::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  left: 15%;
  transform: translateX(-50%);
}


#navbar-holder .right-menu {
  margin-left: 5px;
}

#navbar-holder .ml-auto {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

#navbar-holder .main-menu-wrapper {
  margin-left: -10px;
  font-weight: 500;
}

#navbar-holder .main-menu-wrapper > div > ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

#navbar-holder .main-menu-wrapper > div > ul > li {
  position: relative;
  padding-right: 15px;
}

#navbar-holder .main-menu-wrapper > div > ul > li:hover {
  cursor: pointer;
}

#navbar-holder .main-menu-wrapper > div > ul > li:hover a,
#navbar-holder .main-menu-wrapper > div > ul > li:hover span {
  color: #96c21f
}

#navbar-holder .main-menu-wrapper > div > ul > li.arrow::after {
  position: absolute;
  content: '⌄';
  color: #96c21f;
  right: 0;
  transition: .3s all;
  top: 38%;
  transform: translateY(-50%);
  font-weight: 600;
}

#navbar-holder .main-menu-wrapper > div > ul > li > ul {
  display: none;
}

#navbar-holder .menu-hover {
  display: none;
  position: absolute;
  z-index: 1000;
  transition: all 0.5s;
}

#navbar-holder .hover-wrapper {
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, .5);
  display: flex;
  position: relative;
}

#navbar-holder .hover-wrapper .right-menu {
  position: absolute;
  min-width: 225px;
  z-index: 1000;
  padding-bottom: 12px !important;
  transition: all 0.5s;
}

#menu-item-177889,
#menu-item-164924,
#menu-item-177896 {
  height: 65px !important;
}

.subCategory-hover-bg {
  border-radius: 5px;
  background-color: #eaefde;
}

.subCategory-hover-bg-span {
  color: #96c21f !important;
  padding: 5px;
}

#navbar-holder .menu-hover .left-menu {
  flex: 1 1 25%;
  padding: 1rem 1.5rem;
  min-width: 220px;
  position: relative;
}

#navbar-holder .menu-hover .right-menu {
  flex: 1 1 75%;
  padding: 8px 5px;
  max-width: 220px;
}

.has-submenu::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#navbar-holder .hover-wrapper .left-menu > li,
#client-panel-nav .client-panel-nav-wrapper li {
  position: relative;
  padding: 10px;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li a,
#navbar-holder .hover-wrapper .left-menu > li span,
#client-panel-nav .client-panel-nav-wrapper li { 
  color: #5b5b5b;
  text-decoration: none;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li:hover,
#client-panel-nav .client-panel-nav-wrapper li {
  cursor: pointer;
  opacity: .8;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li:hover a,
#navbar-holder .hover-wrapper .left-menu > li:hover span,
#client-panel-nav .client-panel-nav-wrapper li {
  color: #96c21f;
  text-decoration: none;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li.arrow::after {
  position: absolute;
  content: '>';
  color: #81a71a;
  right: 3px;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li:hover:after {
  right: 3px;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .left-menu > li > ul {
  display: none;
}

#navbar-holder .hover-wrapper .right-menu .wrapper li {
  padding: 5px 0;
  color: #5b5b5b;
}

#navbar-holder .hover-wrapper .right-menu .wrapper li a,
#navbar-holder .hover-wrapper .right-menu .wrapper li span {
  color: #5b5b5b;
  transition: .3s all;
}

#navbar-holder .hover-wrapper .right-menu .wrapper li a:hover {
  transition: .3s all;
  color: #96c21f;
  text-decoration: none;
}

#navbar-holder .hover-wrapper .right-menu .wrapper div:not(:nth-child(1)) {
  display: none;
}

#navbar-holder .hover-wrapper .right-menu .see-more {
  margin-top: 1rem;
  display: none;
}

#navbar-holder .hover-wrapper .right-menu .see-more:hover {
  cursor: pointer;
  opacity: .5;
}

#navbar-holder .hover-wrapper .right-menu .wrapper {
  display: flex;
  margin-top: 3px;
}

#navbar-holder .hover-wrapper .right-menu .wrapper

#navbar-holder .hover-wrapper .right-menu .wrapper li:hover a,
#navbar-holder .hover-wrapper .right-menu .wrapper li:hover span {
  color: #96c21f;
  transition: .3s all;
}

#navbar-holder .menu-button,
.mobile-expandable-menu .buttons .menu-button {
  border: 1px solid #96c21f;
  border-radius: 5px;
  color: #5b5b5b;
  text-decoration: none;
  transition: .3s all;
  padding: 0 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

#navbar-holder .menu-button:hover {
  opacity: .8;
  transition: .3s all;
  cursor: pointer;
}

#navbar-holder .menu-button:hover {
  text-decoration: none !important;
}

#navbar-holder .language-switcher {
  margin-left: auto;
  background-color: #fafafa;
}

.wpml-ls-sidebars-language_switcher_widget a {
  background-color: #fafafa !important; 
}
.wpml-ls-legacy-dropdown-click a {
  border: none !important;
}

#navbar-holder .menu-button.status-btn,
.mobile-expandable-menu .buttons .menu-button.status-btn  {
  background-color: white;
}

.mobile-expandable-menu .buttons .menu-button.search-btn  {
  color: white;
  background-color: #96c21f;
  height: 40px;
}

#navbar-holder .menu-button.search-btn {
  color: #5b5b5b;
  height: 40px;
  border: 1px solid #96c21f;
  transition: .3s all;
}

#navbar-holder .menu-button.search-btn:hover {
  cursor: pointer;
  background-color: #96c21f;
  color: white;
  transition: .3s all;
}

#navbar-holder .menu-item.active a,
#navbar-holder .menu-item.active span {
  color: #96c21f;
}

#navbar-holder .left-menu .menu-item:hover,
#navbar-holder .right-menu .menu-item:hover,
#client-panel-nav .client-panel-nav-wrapper .menu-item:hover {
  border-radius: 5px;
  background-color: #eaefde;
}

#navbar-holder .menu-hover .hover-wrapper .left-menu li:hover span,
#navbar-holder .menu-hover .hover-wrapper .left-menu li:hover a,
#navbar-holder .menu-hover .hover-wrapper .right-menu li:hover a,
#client-panel-nav .client-panel-nav-wrapper li:hover a {
  padding-left: 5px;
  color: #96c21f;
}

#navbar-holder .menu-hover .hover-wrapper .right-menu li a {
  margin-left: 15px;
}

#navbar-holder .menu-hover .hover-wrapper .right-menu li:hover a {
    color: #96c21f;
}

#navbar-holder .right-menu .wrapper .sub-cat-wrapper {
  width: 100%;
}

#navbar-holder .right-menu .wrapper .menu-item,
#navbar-holder .left-menu .wrapper .menu-item {
  height: 42.5px;
}

.upper-menu {
  border-bottom: 1px solid #e3e3e3;
}

.upper-menu-switcher-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px 1px 5px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.upper-menu-switcher-wrapper.hovered {
  border: 1px solid #e3e3e3;
  border-bottom: none;
}

.upper-menu a {
  color: white;
  transition: .3s all;
}

.upper-menu a:hover {
  opacity: .9;
  color: #96c21f;
  transition: .3s all;
  color: white;
}

.upper-menu .upper-menu-wrapper {
  display: flex;
  gap: .5rem;
  font-size: 14px;
  position: relative;
}

#upper-row .navbar-brand > img {
	width: 100%;
}

.language-switcher a img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  filter: brightness(.97);
  margin-bottom: 4px;
  margin-right: 3px;
}

.language-switcher ul.js-wpml-ls-sub-menu {
  background-color: white;
}

.js-wpml-ls-sub-menu img {
  width: 25px !important;
  height: 25px !important;
}

.wpml-ls-sub-menu {
  right: auto !important;
  filter: drop-shadow(0 0 3px rgba(0,0,0, .3));
  border: none;
  visibility: visible;
  left: 50% !important;
  transform: translateX(-50%);
}

.upper-menu-dm .ex-menu-header {
  background-color: #fafafa;
  padding: 1.5rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  border-top: 1px solid #e3e3e3;
}

.ex-upper-menu-wrapper .border {
  margin-right: 45px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
}

#upper-expandable-menu .ex-menu-header {
  border-bottom: 1px solid #e3e3e3;
}

.mobile-expandable-menu .btn-wrapper {
  margin: 10px 10px auto;
}

.mobile-expandable-menu .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b5b5b;
  height: 38px;
  font-size: 14px;
  border: 1px solid #96c21f;
  width: 100%;
  border-radius: 5px;
}

.upper-menu-dm .ex-menu-header span {
  font-size: 20px;
  font-weight: 500;
  color: #96c21f;
}

.upper-menu-dm .buttons .text-line {
  position: relative;
  font-size: 14px;
  opacity: .3;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.upper-menu-dm .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-bottom: 1px solid #e3e3e3;
}

.upper-menu-dm .buttons .login {
  background-color: #96c21f;
  padding: 1rem;
  border-radius: 5px;
  color: white;
}

.upper-menu-dm .buttons .login:hover {
  background-color: #79a600;
}

.upper-menu-dm .buttons .register {
  border: 1px solid #96c21f;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

.upper-menu-dm .buttons .register:hover {
  border-color: #79a600;
  color: #79a600 !important;
  opacity: 1 !important;
}

.upper-menu-dm .buttons a {
  transition: .3s all;
}

.upper-menu-dm .buttons a:hover {
  cursor: pointer;
  transition: .3s all;
  text-decoration: none;
}

.upper-menu-dm .buttons a button:hover {
  cursor: pointer;
}

.upper-menu-dm .buttons .text-line:before, 
.upper-menu-dm .buttons .text-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  opacity: .3;
  background-color: black;
}

.upper-menu-dm .buttons .text-line:before {
  margin-left: -55%;
  text-align: right;
}

#menu-mobile .wrapp {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.upper-menu-dm .buttons .text-line:after {
  margin-right: -55%;
  text-align: right;
}

.upper-menu-dm .menu {
  padding: 1rem;
}

.upper-menu-dm .menu ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.upper-menu .ex-upper-menu-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  border-top-right-radius: 0;
}

.upper-menu .register {
  font-weight: bold;
}

#search-menu-form,
#search-menu-form-mobile {
  position: relative;
  margin: 0;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  color: #5b5b5b;
  border: solid 1px #bcbcbc;
  box-sizing: border-box;
  width: 180px;
  display: flex;
}

#search-menu-form-mobile {
  width: auto;
  margin: 15px;
}

#search-menu-form input[type="search"],
#search-menu-form-mobile input[type="search"] {
  width: 150px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 0 7px 15px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

#search-menu-form-mobile input[type="search"] {
  width: auto;
  padding: 7px 15px;
}

#search-menu-form button[type="submit"],
#search-menu-form-mobile button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

#search-menu-form-mobile button[type="submit"] {
  margin-right: 0;
}

#search-menu-form input[type="search"]::placeholder,
#search-menu-form-mobile input[type="search"]::placeholder {
  color: #bbb;
}

.wpml-ls-sidebars-language_switcher_widget {
  padding: 0;
  margin: 0;
}

.wpml-ls-sidebars-language_switcher_widget img {
  filter: drop-shadow(0 0 2px rgba(0,0,0,.1));
}

#menu-mobile {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  height: 77px;
}

#menu-mobile .hamburger {
  width: 25px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

#menu-mobile .hamburger:hover span {
  background-color: #96c21f;
}

#menu-mobile .hamburger span {
  width: 30px;
  height: 2px;
  background-color: #1e3042;
}

.mobile-expandable-menu,
.upper-menu-dm {
  position: fixed;
  right: -280px;
  height: 100%;
  top: 0;
  background-color: white;
  z-index: 1000000;
  width: 280px;
  transition: .2s all;
}

.mobile-expandable-menu.visible,
#upper-expandable-menu.visible {
  right: 0;
  transition: .2s all;
  filter: drop-shadow(0 0 3px rgba(1,1,1,.3));
}

.mobile-expandable-menu .mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-expandable-menu .mobile-menu-wrapper  .inside-wrapper {
  position: relative;
  height: 100%;
}

.upper-menu-switcher {
  transition: .3s all;
}

.upper-menu-switcher:hover {
  transition: .3s all;
  opacity: .9;
}

.mobile-expandable-menu .mobile-menu-wrapper .mob-ex-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 15px;
  color: white;
  background-color: #1e3042;
  font-size: 20px;
}

.mobile-expandable-menu .mobile-menu-wrapper .mob-ex-header .close-button:hover {
  color: white;
}

.mobile-expandable-menu .close-button {
  transition: .2s all;
  font-size: 20px;
}

#upper-expandable-menu .close-button {
  font-size: 20px;
  transition: .2s all;
}

.mobile-expandable-menu .menu-list > div > ul > li > ul,
.mobile-expandable-menu .menu-append-list .list > li > ul {
  display: none;
}

.mobile-expandable-menu .menu-list > div > ul > li > ul > li > ul,
.mobile-expandable-menu .menu-append-list .list > li > ul > li > ul {
  display: none;
}

.mobile-expandable-menu .menu-list li a,
.mobile-expandable-menu .menu-append-list .list > li a {
  color: #393939;
}

.mobile-expandable-menu .menu-list > div > ul > li,
.mobile-expandable-menu .menu-append-list .list > li,
.mobile-expandable-menu .menu-append-list .go-back,
.mobile-expandable-menu .menu-append-list .active-item {
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 15px;
  line-height: 1;
  color: #393939;
  transition: .2s all;
  display: flex;
  align-items: center;
}

.mobile-expandable-menu .menu-append-list .list > li:nth-child(1) {
  border-top: none;
}

.mobile-expandable-menu .menu-append-list .list > li {
  padding: 15px 15px 15px 0;
  margin-left: 10px;
}

.mobile-expandable-menu .menu-append-list .go-back::before {
  position: absolute;
  content: '\2039';
  color: #dfdfdf;
  left: 12px;
  transition: .3s all;
  font-size: 30px;
  top: 5px;
}

.mobile-expandable-menu .menu-append-list .go-back {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #bbb;
  border-bottom: 1px solid #e3e3e3;
}

.mobile-expandable-menu .menu-append-list .active-item {
  background-color: #96c21f;
  color: white;
  font-weight: 500;
}

@media(hover: hover) {
  .mobile-menu-wrapper .inside-wrapper .list li.menu-item:hover,
  .mobile-menu-wrapper .inside-wrapper .menu-list ul > li:hover {
      background-color: #e3e3e3;
      transition: .2s all;
    }
}

.mobile-expandable-menu .menu-append-list .list {
  max-height: 80vh;
  overflow: auto;
  position: relative;
}

.mobile-expandable-menu .close-button:hover,
#upper-expandable-menu .close-button:hover {
  color: #96c21f;
  transition: .2s all;
  cursor: pointer;
}

.bg-aple {
  opacity: .85;
  background-color: #1e3042;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
  left: 0;
  display: none;
}

.mobile-expandable-menu li.arrow::after {
  position: absolute;
  content: '\203A';
  color: #96C21F;
  right: 10%;
  transition: .3s all;
  font-size: 30px;
}

.mobile-expandable-menu .menu-append-list {
  margin-left: 280px;
  transition: .3s all;
  background-color: white;
  z-index: 100000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobile-expandable-menu .menu-append-list.scroll {
  margin-left: 0;
  transition: .3s all;
}

.mobile-expandable-menu .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem;
  text-align: center;
}

.mobile-menu-wrapper .inside-wrapper .sub .list li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-menu-wrapper .inside-wrapper .sub .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-menu-wrapper .inside-wrapper .list li.menu-item {
  cursor: pointer;
}

.mobile-menu-wrapper .inside-wrapper .list li.menu-item a:hover {
  text-decoration: none !important;
}

.mobile-menu-wrapper .inside-wrapper .menu-list li.menu-item:not(.arrow),
.mobile-menu-wrapper .inside-wrapper .menu-append-list li.menu-item:not(.arrow) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-menu-wrapper .inside-wrapper .menu-list li.menu-item:not(.arrow) a,
.mobile-menu-wrapper .inside-wrapper .menu-append-list li.menu-item:not(.arrow) a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-menu-wrapper .inside-wrapper .menu-list li {
  cursor: pointer;
}

#input-tracking-mobile {
  text-align: center;
  border-color: #5b5b5b !important;
}

#mobile-search-wrapper {
  position: relative;
  margin-bottom: 20px;
}

#mobile-search-wrapper .binocular-svg {
  fill: #96C21F;
  position: absolute;
  top: 15px;
  right: 15px;
}

#mobile-search-wrapper .binocular-svg:hover {
  cursor: pointer;
}

.mobile-expandable-menu .inside-wrapper .btn-wrapper {
  margin: 5px, 5px, 0, 5px;
}

.mobile-expandable-menu .create-account {
  display: flex;
  background-color: #1e3042;
  height: 42px;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
}

.mobile-expandable-menu .create-account button {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.mobile-expandable-menu .create-account a {
  text-decoration: none;
}

.mobile-expandable-menu .login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  line-height: 25px;
  background-color: #fff;
  font-weight: 700;
  border-radius: 5px;
  border-width: 1px;
  border-color: #1e3042 !important;
  border-style: solid;
  cursor: pointer;
}

.mobile-expandable-menu .login button {
  color: #1e3042;
  cursor: pointer;
  text-decoration: none;
}

.mobile-expandable-menu .login a {
  text-decoration: none;
}

.js-wpml-ls-sub-menu {
  overflow-x: hidden;
  margin-top: .5rem !important;
}

body.overflow-hidden {
  overflow: hidden !important;
}

body #upper-expandable-menu-desktop.upper-menu-dm {
 position: absolute; 
 display: none;
 right: -1px;
 top: 36px;
 background-color: white;
 z-index: 10000000;
 transition: none;
 border-radius: 5px;
}

#menu-desktop {
  background-color: #fafafa;
  border-bottom: 1px solid #e3e3e3;
}

#upper-expandable-menu-desktop .ex-upper-menu-wrapper {
  background-color: white;
  border: 1px solid #e3e3e3;
  border-top: none;
}

@media only screen and (max-width: 1200px) {
  #navbar-holder .menu-button {
    font-size: 14px;
  }

}

@media only screen and (max-width: 1024px) {
  #navbar-holder {
    display: none !important;
  }

  #menu-mobile {
    display: flex !important;
  }

  #menu-mobile .navbar-brand > img {
    height: 44px;
	vertical-align: middle;
  }

  .upper-menu {
    display: none !important;
  }
}

.input-search-button {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 3px;
  display: flex;
  background-color: #96c21f;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  font-weight: 400;
  color: white;
  transition: all 0.2s;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.binocular-svg {
  width: 15px;
  height: 9px;
  fill: white;
  margin-left: 7px;
}

.input-search>.input-search-button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #81a71a;
}

#upper-row {
  height: 80px;
  align-items: center;
  padding: 0px !important;
}

.upper-buttons-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.input-search {
  background-color: #fafafa;
  display: inline-flex;
  height: 42px;
  gap: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-left: auto !important;
  width: 358px;
  margin-right: 20px;
}

#input-tracking {
  color: #5b5b5b;
  border-top-width: 1px;
  height: 35px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #bcbcbc;
  box-sizing: border-box;
  margin-left: 3px;
  margin-top: auto;
  margin-bottom: auto;
  width: 212px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #upper-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #upper-row .navbar-brand,
  #menu-mobile .navbar-brand {
    margin-left: 5px;
  }

  #navbar-holder .main-menu-wrapper {
    margin-left: 5px;
  }
}

#navbar-holder .right-menu .wrapper div {
  width: 100%;
}

#navbar-holder .menu-hover .hover-wrapper .left-menu li span,
#navbar-holder .right-menu .sub-cat-wrapper li {
  cursor: pointer !important;
}

#navbar-holder .right-menu .sub-cat-wrapper li a {
  display: flex;
  align-items: center;
  cursor: pointer !important;
  width: 100%;
  height: 100%;
}

#navbar-holder .left-menu li.menu-item:not(.arrow) {
  padding-top: 0;
  padding-bottom: 0;
}

#navbar-holder .left-menu li.menu-item:not(.arrow) a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}

.inside-wrapper .btn-wrapper .login button {
  font-weight: 600;
}

#client-panel-nav .client-panel-nav-wrapper {
  display: none;
  position: absolute;
  width: 250px;
  background-color: #fff;
  right: 7px;
  height: auto;
  border-radius: 5px 0px 5px 5px;
  border: 1px solid #1e3042;
  padding: 10px;
  border-top: none !important;
}

#client-panel-button {
  position: relative;
  z-index: 1000000;
  padding-right: 10px;
}

.client-panel-menu .client-panel-arrow-down {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(135deg);
  bottom: 40%;
  right: 10%;
  cursor: pointer;
}

.client-panel-menu .client-panel-arrow-up {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(-45deg);
  bottom: 40%;
  right: 10%;
  cursor: pointer;
}

#client-panel-nav .client-panel-nav-wrapper .menu-item {
  font-weight: 700;
}

#client-panel-nav .client-panel-nav-wrapper li a {
  display: flex;
  width: 100%;
  align-items: center;
}

.cp-remove-bottom-border {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: white !important;
  height: 45px !important;
}

.mobile-menu-wrapper .inside-wrapper .menu-list li:first-child {
  margin-top: 46px;
}

.cp-border-top-left {
  position: absolute;
  border-top: 1px solid #1e3042;
  left: 2.5px;
  width: 92.7px;
  z-index: 999999;
  top: 0.25px;
}

/* fix dla elementów nav menu do których elementor dokłada kropkę na niektórych stronach  */
#navbar-holder li,
.mobile-menu-wrapper li,
#menu-mobile li {
  list-style-type: none !important;
}

.globletter-iframe {
  position: absolute;
  top: 30%;
  left: 10%;
  border: none;
  z-index: 10;
}

.globletter-img-style {
  width: 100%;
  height: auto;
}

.globletter-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
}

@media only screen and (min-width: 1200px) {
  .cboot .breadcrumb-background .container .breadcrumbs {
    margin-left: -10px;
  }
}

#upper-row .create-account {
  display: flex;
  background-color: #1e3042;
  height: 42px;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  width: 184px;
}

#upper-row .create-account button {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

#upper-row .create-account a {
  text-decoration: none;
}

#upper-row .create-account:hover {
  filter: brightness(60%);
}

#upper-row .top-right-btns-wrapper {
  display: flex;
  height: 45px;
  min-width: 352.7px;
}

#upper-row .top-right-btns-wrapper .btn-wrapper {
  height: 42px;
}

#sticky-header {
  z-index: 10000;
  width: 100%; 
  position: fixed;
  top: 0;
}

#wp-breadcrumbs {
    margin-top: 142px;
}

@media screen and (max-width: 1024px) {
    #wp-breadcrumbs {
        margin-top: 77px;
    }
}

.fixed-nav-under-admin-panel {
    margin-top: 32px !important;
}

.scrolled-upper-row-low-height {
    height: 60px !important;
}

@media screen and (max-width: 782px) {
    #wpadminbar {
        position: sticky;
        top: 0;
    }

    .fixed-nav-under-admin-panel {
        margin-top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

#qr-section {
  background-color: white;
  margin-bottom: 30px;
}

#qr-section .return-code-text {
  font-weight: 700;
  font-size: 2rem;
  color: black;
}

#qr-section .return-data-container {
  padding: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
}

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

#delivery-number-input .elementor-button:hover {
  cursor: pointer;
}

#delivery-number-input .elementor-button {
  display: flex;
  justify-content: center;
  max-height: 47px;
}

.quick-return-hide {
  display: none !important;
}

#qr-section .quick-return-steps {
  display: flex;
  justify-content: center;
}

#qr-section .quick-return-qr {
  margin-left: -200px;
}

#qr-section .quick-return-steps .elementor-widget-container  {
  text-align: start;
}

#qr-section .quick-return-steps .elementor-widget-container strong {
  margin-bottom: 20px;
  font-size: 1.5em;
}

#qr-section .quick-return-steps .elementor-widget-container ol {
  padding-left: 20px;
}

#qr-section .quick-return-steps .elementor-widget-container li {
  display: list-item !important;
  list-style: decimal !important;
}

@media only screen and (max-width: 780px) {
  #qr-section .return-data-container {
    flex-direction: column;
  }
  #qr-section .quick-return-qr {
    margin: auto;
  }
}

@media screen and (max-width: 490px) and (min-width: 400px) {
  .globletter-iframe {
    top: 10%;
    left: 0;
  }

  .globletter-wrapper {
    height: 250px;
  }

  #salesmanagoIframe {
    scale: 0.8;
    width: 390px !important;
  }
}

@media screen and (max-width: 399px) {
  .globletter-wrapper {
    height: 250px;
  }

  #salesmanagoIframe {
    scale: 0.8;
    width: 390px !important;
  }

  .globletter-iframe {
    top: 10%;
    left: -10%;
  }
}

@media screen and (max-width: 550px) and (min-width: 491px) {
  .globletter-iframe {
    left: -17%;
    top: 20%;
  }
  #salesmanagoIframe {
    scale: 0.75;
  }
}

@media screen and (max-width: 600px) and (min-width: 551px) {
  .globletter-iframe {
    left: -10%;
    top: 20%;
  }
  #salesmanagoIframe {
    scale: 0.8;
  }
}

@media screen and (max-width: 700px) and (min-width: 601px) {
  .globletter-iframe {
    left: 0;
    top: 20%;
  }
  #salesmanagoIframe {
    scale: 0.9;
  }
}

.recaptcha-error-message {
  color: red;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px;
}

.elementor-widget-container .floating-button {
  z-index: 10000;
}

#formularz_oceny .submit-courier-review {
    position: relative;
}

#formularz_oceny .courier-rank-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 25%;
    left: 48%;
    transform: translate(-50%, -50%);
    display: none;
}

#formularz_oceny .review-agreement label,
#formularz_oceny .review-agreement input {
  cursor: pointer;
}

ol > li {
    list-style: decimal !important;
}

ol {
    padding-left: 40px !important;
}