.account-btn {
  display: none !important;
}

.logged-in .login-btn {
  display: none !important;
}

.logged-in .account-btn {
  display: block !important;
}

.login-btn .elementor-widget-container, .account-btn .elementor-widget-container {
  height: 100%;
  display: flex;
  align-items: center;
}

h1,
h2 {
  word-break: break-word;
}

.woocommerce a {
  transition: all 0.3s;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0 15px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: var(--e-global-color-text);
  display: block;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 22px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #F6F6F6;
  border-bottom-color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 0 0 20px 20px;
  width: 78%;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0 0 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .acf-fields {
  margin-bottom: 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .acf-field {
  padding: 0 !important;
  margin-bottom: 9px !important;
  border: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .acf-field .acf-label {
  margin: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .acf-field .acf-label label {
  margin: 0 !important;
  line-height: 2;
  font-weight: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .acf-field input[type=text], .woocommerce-account .woocommerce-MyAccount-content .acf-field input[type=email], .woocommerce-account .woocommerce-MyAccount-content .acf-field textarea {
  padding: 8px 16px !important;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 30px 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .acf-icon.dark {
  background: var(--e-global-color-primary);
  color: #fff;
  line-height: 26px;
}
.woocommerce-account .woocommerce-MyAccount-content label {
  font-weight: 500 !important;
}
.woocommerce-account .woocommerce-MyAccount-content input, .woocommerce-account .woocommerce-MyAccount-content textarea {
  padding: 8px 16px !important;
  font-size: 19px !important;
  line-height: 22px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .show-password-input, .woocommerce-account .woocommerce-MyAccount-content .show-password-input {
  top: 0.4em !important;
}
.woocommerce-account .woocommerce-MyAccount-content [type=submit] {
  margin: 0 auto;
  display: block;
}

.woocommerce-Button.button {
  transition: all 0.3s;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  line-height: var(--e-global-typography-accent-line-height) !important;
  letter-spacing: var(--e-global-typography-accent-letter-spacing) !important;
  color: var(--e-global-color-secondary) !important;
  background-color: var(--e-global-color-primary) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-primary) !important;
  border-radius: 5px 5px 5px 5px !important;
  padding: 8px 24px 8px 24px !important;
}
.woocommerce-Button.button:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-primary) !important;
}

#add-user-form fieldset {
  display: flex;
}
@media (max-width: 767px) {
  #add-user-form fieldset {
    flex-direction: column;
    gap: 20px;
  }
}
#add-user-form fieldset input {
  padding: 8px 16px !important;
  line-height: normal !important;
  margin-right: 15px;
}

.news-outer-wr {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.news-outer-wr .news-wr {
  border: 1px solid #666;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  width: calc(50% - 15px);
  min-height: 180px;
}
.news-outer-wr .news-wr:nth-child(odd) {
  margin-right: 15px;
}
.news-outer-wr .news-wr:nth-child(even) {
  margin-left: 15px;
}
.news-outer-wr .news-wr .news-image {
  width: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #DFEDFB;
  background-image: url("../img/placeholder.webp");
  background-size: cover;
}
.news-outer-wr .news-wr .news-content {
  width: calc(100% - 200px);
  padding: 15px;
  position: relative;
}
.news-outer-wr .news-wr .news-content a {
  text-decoration: none;
  color: var(--e-global-color-text);
}
.news-outer-wr .news-wr .news-content a:hover {
  color: var(--e-global-color-primary);
}
.news-outer-wr .news-wr .news-content h2 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 400;
}
.news-outer-wr .news-wr .news-content h2 a {
  color: var(--e-global-color-primary);
}
.news-outer-wr .news-wr .news-content h2 a:hover {
  color: var(--e-global-color-text);
}
.news-outer-wr .news-wr .news-content .news-date {
  text-align: right;
  font-style: italic;
  font-size: 0.85rem;
  margin-top: -10px;
}
.news-outer-wr .news-wr .news-content .news-text {
  line-height: 1rem;
  margin-bottom: 15px;
}
.news-outer-wr .news-wr .news-content .edit-btns {
  display: flex;
  position: absolute;
  bottom: 0;
}
.news-outer-wr .news-wr .news-content .edit-btns a {
  color: var(--e-global-color-primary);
  transition: all 0.3s;
}
.news-outer-wr .news-wr .news-content .edit-btns a:first-child {
  margin-right: 15px;
}
.news-outer-wr .news-wr .news-content .edit-btns a.delete-post-btn {
  color: red;
}
.news-outer-wr .news-wr .news-content .edit-btns a:hover {
  color: var(--e-global-color-text);
}

.wr-with-shadow {
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .wr-with-shadow {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

.wp-editor-container button {
  background-color: transparent !important;
  border-color: var(--e-global-color-text) !important;
}
.wp-editor-container button:hover {
  outline: none !important;
  border-color: var(--e-global-color-primary) !important;
  color: #fff !important;
  background-color: var(--e-global-color-primary) !important;
}
.wp-editor-container button:hover i {
  color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  outline: none !important;
  border: 1px solid var(--e-global-color-primary) !important;
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: none !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
  color: var(--e-global-color-primary) !important;
  background: #fff !important;
}

.news-create-form-wr label {
  width: 100%;
}
.news-create-form-wr label span {
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: block;
}
.news-create-form-wr input {
  padding: 8px 16px !important;
}
.news-create-form-wr form > div {
  margin-bottom: 15px;
}
.news-create-form-wr #img-preview {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-color: lightgrey;
  background-position: center;
  background-size: cover;
}
.news-create-form-wr #img-preview #header_image_button {
  position: absolute;
  top: calc(50% - 45.5px);
  left: calc(50% - 41px);
  border: none;
  font-size: 50px;
}
.news-create-form-wr #news_publication_date {
  width: 33% !important;
}
.news-create-form-wr #news_publication_date:before {
  content: ",";
  position: absolute;
  left: 133px;
}
.news-create-form-wr .sms-code-input-wr {
  max-width: 215px;
  margin: 20px auto;
}
.news-create-form-wr .real-submit-wr {
  text-align: center;
}

.relative .elementor-container {
  position: relative;
}

.news-company-block-wr {
  display: flex;
  max-height: 145px;
  height: 145px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.news-company-block-wr a {
  transition: all 0.3s;
}
.news-company-block-wr .company-logo-wr {
  width: 115px;
  height: 115px;
}
.news-company-block-wr .company-logo-wr .company-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-company-block-wr .company-info-wr {
  width: calc(100% - 160px - 30px);
  margin-left: 30px;
}
.news-company-block-wr .company-info-wr .company-name,
.news-company-block-wr .company-info-wr .company-name a {
  color: var(--e-global-color-secondary);
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 1.2px;
  transition: all 0.3s;
}
.news-company-block-wr .company-info-wr .company-name:hover,
.news-company-block-wr .company-info-wr .company-name a:hover {
  color: var(--e-global-color-primary);
}
.news-company-block-wr .company-info-wr .company-address,
.news-company-block-wr .company-info-wr .company-phone,
.news-company-block-wr .company-info-wr .company-email {
  font-size: 16px;
  line-height: 24px;
}
.news-company-block-wr .company-info-wr .company-address i,
.news-company-block-wr .company-info-wr .company-phone i,
.news-company-block-wr .company-info-wr .company-email i {
  margin-right: 10px;
}
.news-company-block-wr .company-info-wr .company-address i.fa-envelope,
.news-company-block-wr .company-info-wr .company-phone i.fa-envelope,
.news-company-block-wr .company-info-wr .company-email i.fa-envelope {
  top: 1px;
  position: relative;
}
.news-company-block-wr .company-info-wr .company-address a,
.news-company-block-wr .company-info-wr .company-phone a,
.news-company-block-wr .company-info-wr .company-email a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.news-company-block-wr .company-info-wr .company-address a:hover,
.news-company-block-wr .company-info-wr .company-phone a:hover,
.news-company-block-wr .company-info-wr .company-email a:hover {
  color: var(--e-global-color-primary);
}
.news-company-block-wr.authors-page {
  max-height: 200px;
  height: 200px;
  padding: 0;
}
.news-company-block-wr.authors-page a {
  color: var(--e-global-color-text) !important;
}
.news-company-block-wr.authors-page a:hover {
  color: var(--e-global-color-primary) !important;
}
.news-company-block-wr.authors-page .company-logo-wr {
  width: 200px;
  height: 200px;
}
.news-company-block-wr.authors-page .company-logo-wr .company-logo {
  border-radius: 0;
}
.news-company-block-wr.authors-page .company-info-wr {
  margin-left: 60px;
}
.news-company-block-wr.authors-page .company-name {
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.06px;
  font-weight: 800;
  margin-top: -8px;
  color: var(--e-global-color-text) !important;
  margin-bottom: 20px;
}
.news-company-block-wr.authors-page .company-name:hover {
  color: var(--e-global-color-text) !important;
}
.news-company-block-wr.authors-page .company-address,
.news-company-block-wr.authors-page .company-phone,
.news-company-block-wr.authors-page .company-phone a,
.news-company-block-wr.authors-page .company-email,
.news-company-block-wr.authors-page .company-email a {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .news-company-block-wr.authors-page {
    display: block;
    max-height: none;
    height: auto;
  }
  .news-company-block-wr.authors-page .company-logo-wr {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .news-company-block-wr.authors-page .company-info-wr {
    margin-left: 0;
    width: 100%;
  }
  .news-company-block-wr.authors-page .company-name {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
  }
  .news-company-block-wr.authors-page .company-address,
  .news-company-block-wr.authors-page .company-phone,
  .news-company-block-wr.authors-page .company-phone a,
  .news-company-block-wr.authors-page .company-email,
  .news-company-block-wr.authors-page .company-email a {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .news-company-block-wr.authors-page .company-address,
  .news-company-block-wr.authors-page .company-phone,
  .news-company-block-wr.authors-page .company-email {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-company-block-wr:not(.authors-page) {
    padding-left: 0;
    display: block;
    max-height: none;
    height: fit-content;
  }
  .news-company-block-wr:not(.authors-page) .company-logo-wr {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .news-company-block-wr:not(.authors-page) .company-info-wr {
    width: 100%;
    margin: 0;
  }
  .news-company-block-wr:not(.authors-page) .company-name {
    text-align: center;
  }
  .news-company-block-wr:not(.authors-page) a, .news-company-block-wr:not(.authors-page) i, .news-company-block-wr:not(.authors-page) div {
    color: var(--e-global-color-text) !important;
  }
}

.news-loop-wr {
  display: grid;
  place-items: stretch;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.news-loop-wr .news-elem-wr {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px 60px;
  position: relative;
}
.news-loop-wr .news-company-logo {
  display: block;
  margin: -20px -20px 0 -20px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #DFDFDF;
}
.news-loop-wr .news-title {
  display: block;
  color: #0057B7;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.36px;
  margin-top: 17px;
  margin-bottom: 0px;
  font-weight: 500;
}
.news-loop-wr .news-company {
  margin-bottom: 16px;
}
.news-loop-wr .news-read {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
}
.news-loop-wr .news-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--e-global-color-text);
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 600;
  line-height: 29px;
}
.news-loop-wr .news-text {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.34px;
}
@media (max-width: 767px) {
  .news-loop-wr .news-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-loop-wr .edit-post-btn {
  position: absolute;
  bottom: 20px;
  right: 120px;
  transition: all 0.3s;
}
.news-loop-wr .delete-post-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: red;
  transition: all 0.3s;
}
.news-loop-wr .delete-post-btn:hover {
  color: var(--e-global-color-text);
}
@media (min-width: 768px) {
  .news-loop-wr.horizontal {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-loop-wr.horizontal .news-elem-wr {
    display: flex;
    padding: 0;
    min-height: 200px;
  }
  .news-loop-wr.horizontal .news-elem-wr .news-company-logo {
    margin: 0;
    width: 250px;
    height: 100%;
    border: none;
  }
  .news-loop-wr.horizontal .news-elem-wr .news-content {
    width: calc(100% - 250px);
    padding: 20px 20px 60px;
    position: relative;
  }
  .news-loop-wr.horizontal .news-elem-wr .news-title {
    margin-top: 0;
    padding-right: 120px;
  }
  .news-loop-wr.horizontal .news-elem-wr .news-date {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .news-loop-wr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .news-loop-wr {
    grid-template-columns: repeat(1, 1fr);
  }
}

.as-author .woocommerce .woocommerce-MyAccount-navigation ul li {
  width: 100%;
}

.delete-author-wr {
  text-align: center;
}
.delete-author-wr a {
  color: red !important;
}
.delete-author-wr a:hover {
  color: var(--e-global-color-text) !important;
}

.footer-wr > div > div {
  margin-left: 10px;
  margin-right: 10px;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first {
  padding-left: 0 !important;
}
.woocommerce-EditAccountForm .woocommerce-form-row--last {
  padding-right: 0 !important;
}
.woocommerce-EditAccountForm .woocommerce-form-row--wide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-EditAccountForm > .woocommerce-form-row:nth-child(6) {
  display: none;
}

.page-template-default {
  /*.media-attachments-filter-heading {
  	display: none !important;
  }*/
}
.page-template-default .media-modal-content .media-frame-menu-heading,
.page-template-default .media-modal-content .media-frame-menu {
  display: none !important;
}
.page-template-default .media-menu-item {
  color: var(--e-global-color-text) !important;
  border-radius: 0 !important;
  outline: none !important;
}
.page-template-default .media-menu-item:focus, .page-template-default .media-menu-item:hover {
  background: #fff;
  border: 1px solid #dcdcde !important;
  border-bottom: none !important;
}
.page-template-default .attachments-browser .media-toolbar {
  display: none !important;
}
.page-template-default .media-frame-toolbar {
  left: 0 !important;
}
.page-template-default .media-toolbar button {
  font-size: 14px !important;
  line-height: 16px !important;
}
.page-template-default .media-frame-content {
  left: 40px !important;
}
.page-template-default .attachments-browser .uploader-inline, .page-template-default .attachments-browser.has-load-more .attachments-wrapper, .page-template-default .attachments-browser:not(.has-load-more) .attachments {
  top: 20px !important;
  left: -14px !important;
}
.page-template-default .media-frame-router {
  left: 34px !important;
}
.page-template-default .media-frame-title {
  left: 26px !important;
}
.page-template-default .media-sidebar h2 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.page-template-default .media-sidebar a, .page-template-default .media-sidebar button {
  font-size: 14px !important;
  line-height: 14px !important;
}
.page-template-default .media-sidebar [data-setting=title],
.page-template-default .media-sidebar [data-setting=caption],
.page-template-default .media-sidebar [data-setting=description],
.page-template-default .media-sidebar [data-setting=url],
.page-template-default .media-sidebar #alt-text-description {
  display: none !important;
}
.page-template-default .media-modal-close {
  line-height: 20px;
  font-size: 20px;
  padding: 4px;
  height: auto;
  background: none;
  color: var(--e-global-color-primary);
  border: none;
}
.page-template-default .media-modal-close:hover {
  color: var(--e-global-color-text) !important;
}

.warning-msg {
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: red;
}

.cf-left {
  width: calc(50% - 35px) !important;
  margin-right: 35px !important;
}

.cf-right {
  width: calc(50% - 35px) !important;
  margin-left: 35px !important;
}

.news-creeping-line-wr {
  height: 56px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 5px;
  display: flex;
}
.news-creeping-line-wr a, .news-creeping-line-wr i {
  transition: all 0.3s;
}
.news-creeping-line-wr .news-elems-wr {
  height: 100%;
  opacity: 0;
  width: fit-content;
  display: flex;
}
.news-creeping-line-wr:hover .news-elems-wr {
  animation-play-state: paused;
}
.news-creeping-line-wr .news-elem-wr {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  /*float: left;*/
}
.news-creeping-line-wr .news-elem-wr .news-company a,
.news-creeping-line-wr .news-elem-wr .news-title a {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.news-creeping-line-wr .news-elem-wr .news-company {
  margin: 0 20px;
}
.news-creeping-line-wr .news-elem-wr .news-company a {
  color: var(--e-global-color-text);
  font-weight: 600;
}
.news-creeping-line-wr .news-elem-wr .news-company a:hover {
  color: var(--e-global-color-primary);
}
.news-creeping-line-wr .news-elem-wr .news-title {
  padding-left: 20px;
  border-left: 1px solid var(--e-global-color-text);
  margin-right: 80px;
  overflow: hidden;
}
.news-creeping-line-wr .news-elem-wr .news-title a {
  color: var(--e-global-color-text);
  font-weight: 400;
}
.news-creeping-line-wr .news-elem-wr .news-title a:hover {
  color: var(--e-global-color-primary);
}
.news-creeping-line-wr .news-nav-wr {
  display: none !important;
  position: absolute;
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.news-creeping-line-wr .news-nav-wr i {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
}
.news-creeping-line-wr .news-nav-wr i:first-child {
  padding-left: 7px;
}
.news-creeping-line-wr .news-nav-wr i:last-child {
  padding-right: 7px;
}
.news-creeping-line-wr .news-nav-wr i:hover {
  color: var(--e-global-color-primary);
}

.img-left-zone,
.img-right-zone {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 240px;
  display: none;
}
.img-left-zone.img-right-zone,
.img-right-zone.img-right-zone {
  left: auto;
  right: 0;
}
.img-left-zone a,
.img-right-zone a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.language-selector-wr a {
  padding: 0 !important;
}
.language-selector-wr li:nth-child(2) {
  position: relative;
  padding-left: 10px;
}
.language-selector-wr li:nth-child(2):before {
  content: "/";
  position: absolute;
  left: 2px;
  top: 1px;
}
.language-selector-wr .wpml-ls-current-language a {
  font-weight: 600;
}

#elementor-popup-modal-691 > .dialog-widget-content {
  background-color: transparent;
}
#search-btn,
#search-btn-2 {
  background: none !important;
  padding: 0 !important;
}

.accordion-styles .elementor-accordion .elementor-accordion-item {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #d5d8dc;
  border-left: 0 !important;
}
.accordion-styles .elementor-accordion .elementor-tab-content {
  border: 0 !important;
}
.accordion-styles .elementor-accordion-icon {
  position: relative;
  top: 5px;
}

.pagination {
  padding-top: 30px;
}
.pagination > * {
  padding: 8px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 5px;
}
.pagination > *:hover {
  border: 1px solid #000;
}
.pagination .current {
  border: 1px solid #000;
}

#change-order-wr {
  opacity: 0;
}

.sticky-header .news-creeping-line-wr {
  height: 38px !important;
}
.sticky-header .header-logo-wr .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sticky-header .header-logo-wr .elementor-widget-wrap a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sticky-header .header-logo-wr .elementor-widget-wrap a img {
  max-height: 100px !important;
}
.sticky-header .header-content-wr .elementor-widget-wrap {
  padding-top: 14px !important;
}
.sticky-header .header-content-wr .elementor-widget-shortcode {
  margin-bottom: 6px !important;
}
.sticky-header .header-content-wr .elementor-nav-menu .elementor-item {
  line-height: 65px !important;
}
.sticky-header > section {
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.1607843137) !important;
}

.partners-wr {
  display: grid;
  place-items: stretch;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .partners-wr {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .partners-wr {
    grid-template-columns: repeat(3, 1fr);
  }
}
.partners-wr > div a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.partners-wr > div a:hover {
  transform: scale(1.1);
}

.mobile-header-wr .menu-wr {
  height: 100%;
  display: flex;
  align-items: center;
}

/*@media (max-width: 1400px) {
	.desktop-header-wr {
		display: none !important;
	}
	.mobile-header-wr {
		display: block !important;
	}
}*/
.mobile-header-wr .elementor-container {
  justify-content: space-between;
  position: relative;
  height: 95px;
}
.mobile-header-wr .elementor-column {
  width: fit-content !important;
}
.mobile-header-wr .elementor-column:nth-of-type(2) {
  position: absolute;
  left: calc(50% - 47.5px);
}
.mobile-header-wr .elementor-button-text {
  white-space: nowrap;
}
.mobile-header-wr .elementor-button-icon .fa-user {
  display: none !important;
}

.sms-code-wr {
  width: 100%;
  clear: both;
}
.sms-code-wr .woocommerce-form-row {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sms-code-wr .sms-code-error {
  text-align: center;
  color: #f00;
}
.sms-code-wr .sms-code-success {
  display: none !important;
  text-align: center;
}
.sms-code-wr .sms-code-input-wr {
  max-width: 216px;
}

.woocommerce-orders-table__cell-order-action .woocommerce-button.button {
  margin-right: 15px;
}
.woocommerce-orders-table__cell-order-action .woocommerce-button.button:after {
  display: none !important;
}

a[href$="/shop"] {
  display: none !important;
}

.cart_totals .cart-subtotal,
.cart_totals .shipping {
  display: none !important;
}

.checkout-button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 53px !important;
}
.checkout-button br {
  display: none !important;
}

#mailpoet_woocommerce_checkout_optin,
#mailpoet_woocommerce_checkout_optin + * {
  display: none !important;
}

.status-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 7px;
  display: none;
}
.status-circle.status-circle-red {
  background-color: red;
}
.status-circle.status-circle-yellow {
  background-color: yellow;
}
.status-circle.status-circle-green {
  background-color: green;
}

.woocommerce-MyAccount-content .status-circle {
  display: inline-block;
}

.woocommerce-orders-table__cell-order-actions .button.invoice::after {
  display: none !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  margin-right: 10px !important;
}

.woocommerce-customer-details address {
  border: 0 !important;
  padding: 0 !important;
}

.elementor-sub-item {
  background: #fff !important;
  position: relative;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  border-left: 0 !important;
}

.elementor-sub-item:hover,
.elementor-sub-item.elementor-item-active {
  border-bottom: 3px solid var(--e-global-color-primary);
  background: #F6F6F6 !important;
  color: #000000 !important;
}

.widget-toggle-header,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title {
  display: flex;
  align-items: center;
}
.widget-toggle-header.elementor-active,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
  background: hsla(0, 0%, 50.2%, 0.0705882353);
  border-bottom: 1px solid #d5d8dc;
}
.widget-toggle-header .elementor-toggle-icon,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  width: 5% !important;
  float: none !important;
  color: var(--e-global-color-text);
}
.widget-toggle-header .first,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .first {
  width: 40%;
  text-align: center;
}
.widget-toggle-header .first a:not([target=_blank]),
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .first a:not([target=_blank]) {
  display: none;
}
.widget-toggle-header .first a,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .first a {
  color: var(--e-global-color-primary);
}
.widget-toggle-header .first a:hover,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .first a:hover {
  color: var(--e-global-color-text);
}
.widget-toggle-header .second,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .second {
  width: 30%;
  text-align: center;
}
.widget-toggle-header .third,
.elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title .third {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .widget-toggle-header,
  .elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title {
    font-size: 14px !important;
  }
  .widget-toggle-header a, .widget-toggle-header b,
  .elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title a,
  .elementor-widget-toggle.my-widget-toggle .elementor-toggle .elementor-tab-title b {
    font-size: 14px !important;
  }
}

.widget-toggle-header {
  padding: 0 15px;
  font-weight: bold;
}
.widget-toggle-header .first {
  margin-left: 5%;
}

.elementor-widget-toggle.my-widget-toggle .elementor-tab-content {
  padding-right: 0;
  padding-right: 0;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content.elementor-active {
  background: hsla(0, 0%, 50.2%, 0.0705882353);
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .wr {
  display: flex !important;
  justify-content: space-between;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right {
  width: calc(50% - 15px);
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left table td, .elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left table th,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right table td,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right table th {
  border: none !important;
  background: none !important;
  padding: 5px !important;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left.left th:first-child,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right.left th:first-child {
  text-align: left;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left.left td:last-child,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right.left td:last-child {
  text-align: center;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left.right th,
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right.right th {
  text-align: left;
}
@media (max-width: 767px) {
  .elementor-widget-toggle.my-widget-toggle .elementor-tab-content .wr {
    display: block !important;
  }
  .elementor-widget-toggle.my-widget-toggle .elementor-tab-content .left,
  .elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right {
    width: 100% !important;
  }
  .elementor-widget-toggle.my-widget-toggle .elementor-tab-content .right {
    margin-top: 20px;
  }
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .info-wr {
  position: relative;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .info-wr .info-data {
  display: none;
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .info-wr .info-data table {
  margin: 0;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .info-wr .info-data ul {
  padding-left: 17px;
}
.elementor-widget-toggle.my-widget-toggle .elementor-tab-content .info-wr:hover .info-data {
  display: block;
}

.elementor-location-footer .sub-arrow {
  display: none !important;
}
.elementor-location-footer .sub-menu {
  display: block !important;
  background: none !important;
  position: static !important;
  width: 100% !important;
  padding-left: 15px !important;
}
.elementor-location-footer .sub-menu a {
  padding: 4px 0 !important;
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 18px !important;
}
.elementor-location-footer .sub-menu a:hover {
  color: #0057B7 !important;
}
.elementor-location-footer .sub-menu .elementor-sub-item.elementor-item-active {
  color: #0057B7 !important;
}

tr.shipping {
  display: none !important;
}

.address-field .select2-selection__rendered {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .m-no-background .elementor-widget-wrap {
    background: none !important;
  }
  table.result th, table.result td {
    padding: 5px !important;
    font-size: 14px !important;
  }
  table.result th a, table.result td a {
    font-size: 14px !important;
  }
}
@media (max-width: 1450px) {
  .elementor-97 .elementor-element.elementor-element-0bb2b9d,
  .elementor-734 .elementor-element.elementor-element-274fd66e {
    width: calc(100% - 350px) !important;
  }
  .elementor-97 .elementor-element.elementor-element-331b45e,
  .elementor-734 .elementor-element.elementor-element-32b0dccc {
    width: 350px !important;
  }
  .elementor-location-footer a[href="#"] {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .footer-wr .elementor-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /*.elementor-location-header {
  	.elementor-widget-shortcode:first-of-type {
  		display: none !important;
  	}
  }*/
  .news-creeping-line-wr {
    height: 44px;
  }
  .sticky-header .header-content-wr .elementor-widget-wrap {
    padding-top: 10px !important;
  }
  .order-0 {
    order: 0 !important;
  }
  .order-1 {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .elementor-nav-menu--main li {
    text-align: center !important;
  }
  .elementor-nav-menu--main li a {
    display: inline-block;
    text-align: center !important;
  }
  .mobile-header-wr .elementor-container {
    height: 70px;
  }
  .mobile-header-wr .elementor-column:nth-of-type(2) {
    position: absolute;
    left: calc(50% - 35px);
  }
  .mobile-header-wr .elementor-column:nth-of-type(3) .fa,
  .mobile-header-wr .elementor-column:nth-of-type(3) span {
    font-size: 14px;
  }
  .mobile-header-wr .elementor-column:nth-of-type(3) .elementor-button-link {
    padding: 5px 8px 4px !important;
  }
  .mobile-header-wr .elementor-column:nth-of-type(3) .elementor-button-link .elementor-button-icon {
    margin: 0 !important;
  }
  .mobile-header-wr .elementor-button-text {
    display: none !important;
    white-space: break-spaces;
    max-width: 50px;
  }
  .mobile-header-wr .elementor-button-icon .fa-user {
    display: inline-block !important;
  }
  .mobile-header-wr .elementor-button-icon .elementor-button-text {
    display: none !important;
  }
}

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