@charset "UTF-8";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }
  @media (min-width: 801px) and (max-width: 1024px) {
    html {
      scroll-padding-top: 150px; } }
  @media (max-width: 800px) {
    html {
      scroll-padding-top: 20px; } }

body {
  margin: 0;
  padding: 0; }

.dot-button {
  padding: 15px 42px;
  border-radius: 26px;
  border: solid 2px transparent;
  display: inline;
  font-size: 17px;
  text-decoration: none; }
  .dot-button:hover {
    transition: all .3s;
    cursor: pointer; }
  .dot-button--green {
    color: white;
    background-color: #0DB02B; }
    .dot-button--green:hover {
      background-color: white;
      color: #0DB02B;
      border-color: #0DB02B; }
  .dot-button--green-reverse {
    background-color: white;
    color: #0DB02B;
    border-color: #0DB02B; }
    .dot-button--green-reverse:hover {
      color: white;
      background-color: #0DB02B; }
  .dot-button--blue {
    color: white;
    background-color: #0084F4; }
    .dot-button--blue:hover {
      background-color: white;
      color: #0084F4;
      border-color: #0084F4; }
  .dot-button--blue-reverse {
    background-color: white;
    color: #0084F4;
    border-color: #0084F4; }
    .dot-button--blue-reverse:hover {
      color: white;
      background-color: #0084F4; }
  .dot-button--white {
    color: #0DB02B;
    background-color: white;
    border-color: white; }
  .dot-button--transparent {
    color: white;
    background-color: transparent;
    border: 2px solid white; }
    .dot-button--transparent:hover {
      color: #3F4858;
      background-color: white; }
  .dot-button--hover-green {
    color: #0DB02B;
    background-color: white; }
    .dot-button--hover-green:hover {
      color: white;
      background-color: #0DB02B; }
  .dot-button--hover-blue {
    color: #0084F4;
    background-color: white; }
    .dot-button--hover-blue:hover {
      color: white;
      background-color: #0084F4; }

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 2px;
  background-clip: content-box;
  border: 2px solid #0DB02B;
  background-color: #fff;
  border-radius: 50%; }

input[type="radio"]:checked {
  background-color: #0DB02B; }

.selects {
  margin-top: 10px;
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .selects {
      flex-direction: column; } }
  .selects .select {
    flex: 1; }
    .selects .select .label {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      text-align: left;
      color: #3f4858; }
    .selects .select .select2 {
      width: 100% !important; }
    .selects .select .select2-selection {
      height: 48px; }

.select2-dropdown,
.select2-selection--single {
  border-color: #DFDFDF !important; }

.select2-selection {
  height: 48px; }
  .select2-selection .select2-selection__rendered, .select2-selection .select2-selection__arrow {
    margin-top: 10px;
    padding-left: 20px !important; }
  .select2-selection .select2-selection__arrow {
    margin-top: 10px;
    margin-right: 5px; }

.select2-results__options li {
  padding: 13px 18px;
  margin: 0 !important; }

.select2-results__option--highlighted {
  background-color: #0DB02B !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 225px !important; }

.dot-custom-header-wrapper .elementor-column-wrap {
  padding: 0 !important; }

.dot-custom-header {
  background-color: white;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  height: 80px; }
  .dot-custom-header .logo {
    flex-basis: 18%;
    margin-top: auto;
    margin-bottom: auto; }
    .dot-custom-header .logo a {
      display: flex; }
    .dot-custom-header .logo svg {
      margin-left: auto;
      display: flex;
      margin-right: auto; }
      @media (max-width: 1300px) {
        .dot-custom-header .logo svg {
          padding-left: 20px !important; } }
  .dot-custom-header .navmenu {
    flex-basis: 34%;
    margin-top: auto;
    margin-bottom: auto;
    /* medium menu specific */
    /* small menu specific */ }
    .dot-custom-header .navmenu .dot-header-menu {
      display: none; }
      .dot-custom-header .navmenu .dot-header-menu ul {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        flex-direction: row; }
        .dot-custom-header .navmenu .dot-header-menu ul li {
          white-space: nowrap; }
          .dot-custom-header .navmenu .dot-header-menu ul li a {
            color: #3F4858;
            font-weight: 500;
            font-size: 17px; }
        .dot-custom-header .navmenu .dot-header-menu ul li:hover {
          cursor: pointer; }
          .dot-custom-header .navmenu .dot-header-menu ul li:hover a {
            color: #0AC460; }
      .dot-custom-header .navmenu .dot-header-menu .menu-arrow-control {
        height: 46px;
        max-width: none;
        position: absolute;
        z-index: 10; }
      .dot-custom-header .navmenu .dot-header-menu .menu-arrow-control.white {
        visibility: hidden; }
    .dot-custom-header .navmenu #header-menu-medium {
      margin-top: -20px;
      flex-flow: column; }
      .dot-custom-header .navmenu #header-menu-medium li {
        flex-flow: column;
        flex-basis: 45%;
        justify-content: center;
        display: grid; }
    .dot-custom-header .navmenu #header-menu-small {
      flex-direction: row;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      outline: none;
      overflow-x: hidden; }
      .dot-custom-header .navmenu #header-menu-small #pane {
        width: 100%;
        height: auto;
        overflow: auto;
        outline: none;
        overflow-y: hidden;
        -ms-overflow-style: scroll;
        scrollbar-width: none; }
      .dot-custom-header .navmenu #header-menu-small #pane::-webkit-scrollbar {
        display: none; }
      .dot-custom-header .navmenu #header-menu-small ul {
        width: 75%;
        flex-wrap: nowrap !important; }
        .dot-custom-header .navmenu #header-menu-small ul li {
          flex: 2 1 auto;
          margin-top: 3px;
          overflow: hidden;
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 45%;
          white-space: nowrap; }
      .dot-custom-header .navmenu #header-menu-small .menu-arrow-control {
        position: relative; }
    @media (min-width: 1301px) {
      .dot-custom-header .navmenu #header-menu-big {
        display: flex;
        overflow: inherit; } }
    @media (min-width: 1025px) and (max-width: 1300px) {
      .dot-custom-header .navmenu #header-menu-small {
        display: flex;
        margin-top: 0px;
        width: 70% !important;
        position: relative !important;
        top: 0; } }
    @media (min-width: 801px) and (max-width: 1024px) {
      .dot-custom-header .navmenu #header-menu-medium {
        display: flex; } }
    @media (min-width: 768px) and (max-width: 800px) {
      .dot-custom-header .navmenu .dot-header-left {
        width: 100% !important; }
      .dot-custom-header .navmenu #header-menu-small {
        display: flex;
        margin-top: -58px;
        width: 50% !important;
        margin-left: 128px;
        position: relative !important;
        top: 0; } }
    @media (min-width: 640px) and (max-width: 767px) {
      .dot-custom-header .navmenu #header-menu-small {
        display: flex;
        margin-top: -58px;
        width: 50% !important;
        margin-left: 128px;
        position: relative !important;
        top: 0; } }
    @media (min-width: 480px) and (max-width: 640px) {
      .dot-custom-header .navmenu #header-menu-small {
        display: flex;
        margin-top: -66px; }
        .dot-custom-header .navmenu #header-menu-small li {
          justify-content: center;
          display: grid; } }
    @media (max-width: 480px) {
      .dot-custom-header .navmenu #header-menu-small {
        display: flex;
        margin-top: -66px; }
        .dot-custom-header .navmenu #header-menu-small li {
          justify-content: center;
          display: grid; } }
  .dot-custom-header .greenmenu {
    flex-basis: 20.6%; }
    .dot-custom-header .greenmenu .moje_dotykacka_menu {
      margin-top: -10px;
      margin-left: 15px;
      position: absolute;
      z-index: 100; }
      @media (max-width: 359px) {
        .dot-custom-header .greenmenu .moje_dotykacka_menu {
          margin-top: -30px; } }
      @media (min-width: 768px) and (max-width: 800px) {
        .dot-custom-header .greenmenu .moje_dotykacka_menu {
          margin-top: -35px; } }
      @media (min-width: 1060px) and (max-width: 1125px) {
        .dot-custom-header .greenmenu .moje_dotykacka_menu {
          margin-left: unset;
          right: 15%; } }
      .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_spacer {
        background-color: #0DB02B;
        height: 22px;
        width: 221px; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements {
        max-height: 1px;
        overflow: hidden;
        transition: max-height 0.4s ease-out; }
        .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element {
          background-color: #0DB02B;
          display: inline-block;
          width: 221px;
          z-index: 20;
          position: relative; }
          .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element:hover {
            background-color: #488E2B; }
          @media (max-width: 800px) {
            .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element {
              width: 126px; } }
        .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element .content {
          font-family: "Gotham", Sans-serif;
          font-size: 14px;
          padding: 12px; }
          @media (max-width: 800px) {
            .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element .content {
              font-size: 12px; } }
          .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements .moje_dotykacka_menu_element .content .title {
            color: white; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu .moje_dotykacka_menu_elements.opened {
        max-height: 500px;
        transition: max-height 0.4s ease-in; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu .bottom-image {
        background-color: #0DB02B;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media (max-width: 800px) {
          .dot-custom-header .greenmenu .moje_dotykacka_menu .bottom-image {
            padding: 3px 0 3px 0;
            width: 126px; } }
      .dot-custom-header .greenmenu .moje_dotykacka_menu .elementor-image img {
        margin-top: -15px; }
      @media (min-width: 1025px) and (max-width: 1300px) {
        .dot-custom-header .greenmenu .moje_dotykacka_menu {
          margin-left: -9vw; } }
  .dot-custom-header .support {
    flex-basis: 13.6%;
    margin-top: auto;
    margin-bottom: auto; }
    .dot-custom-header .support a {
      display: flex; }
      .dot-custom-header .support a .support-icon {
        display: flex;
        align-items: center; }
      .dot-custom-header .support a .support-text {
        padding-left: 4px;
        margin-top: 3px;
        color: #3F4858;
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0px;
        text-decoration-color: #3F4858; }
        @media (min-width: 1160px) and (max-width: 1174px) {
          .dot-custom-header .support a .support-text {
            font-size: 16px; } }
    @media (max-width: 1160px) {
      .dot-custom-header .support {
        display: none; } }
    @media (min-width: 1160px) and (max-width: 1300px) {
      .dot-custom-header .support {
        margin-left: -4vw; } }
  .dot-custom-header .cart {
    flex-basis: 13.6%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0; }
    @media (max-width: 800px) {
      .dot-custom-header .cart .elementor-button-text {
        display: none; } }

@media (min-width: 801px) and (max-width: 1024px) {
  .dot-custom-header {
    height: 130px !important; }
    .dot-custom-header .logo {
      margin-top: 20px !important;
      margin-bottom: unset !important; }
    .dot-custom-header .navmenu {
      position: absolute !important;
      top: 100px !important;
      width: 100% !important; }
    .dot-custom-header .greenmenu {
      margin-left: 27vw !important; }
    .dot-custom-header .cart {
      margin-left: 9vw !important;
      margin-top: 10px !important;
      margin-bottom: unset !important; } }

@media (min-width: 640px) and (max-width: 800px) {
  .dot-custom-header {
    height: 50px !important;
    margin-top: -5px; }
    .dot-custom-header .logo {
      margin-left: unset !important;
      margin-right: unset !important; }
      .dot-custom-header .logo svg {
        max-height: 25px !important;
        padding-left: unset !important;
        margin-left: -10px !important;
        padding-right: 35px !important; }
    .dot-custom-header .navmenu {
      margin-top: 60px !important;
      width: 100% !important;
      margin-left: -11rem !important; }
    .dot-custom-header .greenmenu {
      margin-left: -28vw !important; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu {
        margin-top: 1px !important;
        margin-top: -10px !important; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu_element, .dot-custom-header .greenmenu .elementor-image {
        width: 126px !important; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu_spacer {
        width: 126px !important; }
    .dot-custom-header .cart {
      margin-top: 18px !important; } }

@media (max-width: 639px) {
  .dot-custom-header {
    height: 100px !important; }
    .dot-custom-header .logo {
      margin-left: unset !important;
      margin-right: unset !important;
      margin-top: 25px !important;
      margin-bottom: unset !important; }
      .dot-custom-header .logo svg {
        max-height: 25px !important;
        padding-left: unset !important;
        margin-left: -10px !important; }
    .dot-custom-header .navmenu {
      margin-top: 50px !important;
      width: 100% !important;
      margin-left: -13rem !important; }
      .dot-custom-header .navmenu #header-menu-small {
        margin-top: unset !important;
        width: 98% !important;
        margin-left: 5% !important; }
    .dot-custom-header .greenmenu {
      margin-left: -50vw !important; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu {
        margin-top: unset !important; } }
      @media (max-width: 639px) and (max-width: 340px) {
        .dot-custom-header .greenmenu .moje_dotykacka_menu {
          margin-left: 0; } }

@media (max-width: 639px) {
      .dot-custom-header .greenmenu .moje_dotykacka_menu_element, .dot-custom-header .greenmenu .elementor-image {
        width: 126px !important; }
      .dot-custom-header .greenmenu .moje_dotykacka_menu_spacer {
        width: 126px !important; }
    .dot-custom-header .cart {
      margin-bottom: unset !important;
      margin-top: 28px !important;
      margin-left: 15vw !important; } }

@media (max-width: 340px) {
  .dot-custom-header .logo {
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: 15px !important;
    margin-bottom: unset !important; }
    .dot-custom-header .logo svg {
      max-height: 20px !important;
      padding-left: unset !important;
      margin-left: -5px !important;
      padding-right: 60px; }
  .dot-custom-header .moje_dotykacka_menu_spacer {
    width: 126px !important; } }

.progress-bar-column {
  padding: 10px; }

.elementor-top-column.dot-eshop-fixed-menu {
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 798px) {
    .elementor-top-column.dot-eshop-fixed-menu {
      top: 25px; } }
  @media (max-width: 768px) {
    .elementor-top-column.dot-eshop-fixed-menu {
      position: relative;
      top: 0; } }

.elementor-top-column.dot-fixed-progress-bar {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 99;
  background-color: #F1F1F1; }
  @media (max-width: 1025px) {
    .elementor-top-column.dot-fixed-progress-bar {
      top: 130px; } }
  @media (max-width: 800px) {
    .elementor-top-column.dot-fixed-progress-bar {
      top: 50px; } }

@media (max-width: 800px) {
  .elementor-widget-wrap > .elementor-element.elementor-fixed.fixed-menu {
    position: relative; } }

@media (max-width: 767px) {
  .dot-footer-contact .elementor-icon-box-icon {
    position: absolute;
    left: 0; } }

.dot-footer-contact .elementor-icon-box-content p a {
  color: #FFFFFF; }

@media (max-width: 1024px) {
  .dot-footer-social {
    justify-content: center; } }

@media (max-width: 1024px) {
  .dot-footer-social > div {
    max-width: 325px; } }

@media (max-width: 767px) {
  .dot-footer-menu ul {
    display: flex;
    flex-direction: column; } }

@media (max-width: 767px) {
  .dot-footer-menu li.menu-item {
    margin: 0 auto;
    text-align: center; } }

.dot-footer-menu li.menu-item a {
  padding-left: 0 !important; }

.dot-footer-menu li.menu-item:before {
  display: none; }

.dot-footer-menu .elementor-row {
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .dot-footer-menu .elementor-row {
      justify-content: center; } }
  .dot-footer-menu .elementor-row .elementor-column {
    width: auto; }
    @media (max-width: 767px) {
      .dot-footer-menu .elementor-row .elementor-column .elementor-heading-title {
        text-align: center; } }

@media (max-width: 1024px) {
  .dot-footer > .elementor-container > .elementor-row {
    flex-direction: column-reverse; } }

body {
  font-family: "Gotham", Sans-serif; }

h1, h2, h3, h4, h5 {
  letter-spacing: -1px; }

h1 {
  font-size: 72px;
  font-weight: 300; }

h2 {
  font-size: 65px;
  line-height: 80px;
  font-weight: 300; }

h3 {
  font-size: 34px;
  line-height: 33px;
  font-weight: 300; }

h5 {
  font-size: 25px;
  font-weight: 300; }

.blue {
  color: #0084F4; }

.green {
  color: #0DB02B; }

.black {
  color: black; }

.gray {
  color: #DFDFDF; }

.gray-dark {
  color: #716C80; }

.gray-darker {
  color: #3F4858; }

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

ul {
  list-style-image: url("images/bullet-point.png");
  margin-left: 0;
  padding-inline-start: 0; }
  ul li {
    margin-left: 18px; }

/* Změna odřádkování UL/OL listů */
.page ol li,
.page ul li,
.page .dot-blog-post-content .elementor-widget-container ul li {
  margin-bottom: 12px; }

ul.elementor-nav-menu li {
  margin-bottom: 0; }

/* Změna odsazení na odvětví */
.dot-menu-segmenty ul.sub-menu {
  padding-inline-start: 0; }

/* Změna paddingu na odvětví */
.dot-menu-segmenty li.menu-item-has-children {
  padding-bottom: 20px; }

/* Změna odkazu v segmentech odvětví */
.dot-menu-segmenty li.menu-item-has-children > a {
  padding-bottom: 0;
  margin-bottom: 20px; }

.elementor-text-editor a {
  text-decoration: underline !important;
  color: #0084F4; }
  .elementor-text-editor a:hover {
    color: #3F4858; }

blockquote {
  border-left: 3px solid #2cb34a;
  margin: 0;
  padding: 10px 0 10px 30px; }
  blockquote h1:first-of-type, blockquote h2:first-of-type, blockquote h3:first-of-type {
    margin-block-start: 0; }

.sgr-infotext {
  padding: 0 !important;
  margin-bottom: 0 !important;
  color: #716C80; }
  .sgr-infotext a {
    text-decoration: underline !important;
    color: #0084F4; }
    .sgr-infotext a:hover {
      color: #3F4858; }

@media (max-width: 1024px) {
  .small-phone-margin {
    margin: 0 0 4px !important; }
  .special-pic {
    position: initial !important; } }

.dot-menu-segmenty ul {
  list-style-image: url("images/checkmark.png"); }

.dot-menu-segmenty ul.menu {
  display: flex;
  font-size: 25px;
  flex-wrap: wrap;
  padding-left: 42px; }
  .dot-menu-segmenty ul.menu a {
    color: #3F4858;
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .dot-menu-segmenty ul.menu a {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .dot-menu-segmenty ul.menu {
      flex-direction: column;
      align-content: center; } }
  @media (max-width: 1288px) {
    .dot-menu-segmenty ul.menu {
      justify-content: center; } }

.dot-menu-segmenty li.menu-item-has-children {
  padding-bottom: 110px;
  list-style: none;
  width: calc(95% * (1/3) - 11px); }
  .dot-menu-segmenty li.menu-item-has-children > a {
    font-size: 25px;
    line-height: 40px;
    display: block;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .dot-menu-segmenty li.menu-item-has-children > a {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 0; } }
  @media (max-width: 1288px) {
    .dot-menu-segmenty li.menu-item-has-children {
      width: calc(100% * (1/2) - 11px);
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .dot-menu-segmenty li.menu-item-has-children {
      width: auto;
      padding-bottom: 20px; } }

.dot-menu-segmenty ul.sub-menu {
  list-style-type: disc;
  color: #0DB02B;
  padding-inline-start: 18px; }
  .dot-menu-segmenty ul.sub-menu a {
    color: #716C80;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px; }
    @media (max-width: 767px) {
      .dot-menu-segmenty ul.sub-menu a {
        font-size: 14px;
        line-height: 20px; } }

.dot-banner-list {
  display: contents; }
  @media (max-width: 767px) {
    .dot-banner-list {
      width: 100% !important; } }
  .dot-banner-list ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    flex-direction: row !important; }
    @media (max-width: 1365px) {
      .dot-banner-list ul {
        flex-direction: column !important; } }
    .dot-banner-list ul > li {
      width: 45% !important;
      margin-bottom: 15px !important; }
      @media (max-width: 1365px) {
        .dot-banner-list ul > li {
          width: 100% !important;
          margin-bottom: 5px !important; } }

.offeset-from-fix-menu {
  margin-top: 80px; }
  @media (max-width: 1024px) {
    .offeset-from-fix-menu {
      margin-top: 120px; } }
  @media (max-width: 767px) {
    .offeset-from-fix-menu {
      margin-top: auto; } }

.elementor-accordion-item .elementor-tab-content a {
  text-decoration: underline !important;
  color: #0084F4; }

.elementor-accordion-item .elementor-tab-content a:hover {
  color: #7A7A7A; }

.dot-blog-post {
  font-family: "Gotham", Sans-serif; }
  .dot-blog-post h1 {
    font-weight: 300 !important;
    font-size: 72px !important;
    line-height: 72px !important;
    text-align: left !important;
    color: #0DB02B !important; }
  .dot-blog-post h2 {
    font-weight: bold !important;
    font-size: 33px !important;
    line-height: 35px !important;
    text-align: left !important;
    color: #3F4858 !important; }
  .dot-blog-post h3 {
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 35px !important;
    text-align: left !important;
    color: #0DB02B !important; }
  .dot-blog-post h4 {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: left !important;
    color: #716C80 !important; }
  .dot-blog-post h5 {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: left !important;
    color: #716C80 !important; }
  .dot-blog-post-title h1 {
    font-weight: bold !important;
    font-size: 38px !important;
    line-height: 38px !important;
    text-align: left !important;
    color: #3F4858 !important; }
  .dot-blog-post-content .elementor-widget-container {
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #716c80 !important; }
    @media (max-width: 700px) {
      .dot-blog-post-content .elementor-widget-container {
        font-size: 14px !important;
        line-height: 24px !important; } }
    .dot-blog-post-content .elementor-widget-container strong {
      font-weight: 500 !important;
      color: #716c80 !important; }
    .dot-blog-post-content .elementor-widget-container blockquote {
      border-left: none;
      margin-left: 0 !important; }
      @media (max-width: 700px) {
        .dot-blog-post-content .elementor-widget-container blockquote {
          padding-left: 0 !important; } }
      .dot-blog-post-content .elementor-widget-container blockquote::before {
        content: url("images/quotation.svg");
        display: inline-block;
        width: 36px;
        margin: 7px;
        vertical-align: top; }
      .dot-blog-post-content .elementor-widget-container blockquote p {
        display: inline-block;
        width: calc(100% - 60px);
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 600 !important;
        font-size: 22px !important;
        line-height: 33px !important;
        color: #3F4858 !important; }
        @media (max-width: 700px) {
          .dot-blog-post-content .elementor-widget-container blockquote p {
            font-size: 14px !important;
            line-height: 24px !important; } }
      .dot-blog-post-content .elementor-widget-container blockquote cite {
        display: block;
        margin-left: 55px;
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 18px !important;
        line-height: 21px !important;
        color: #3F4858 !important;
        letter-spacing: 1px; }
        @media (max-width: 700px) {
          .dot-blog-post-content .elementor-widget-container blockquote cite {
            font-size: 16px !important; } }
      .dot-blog-post-content .elementor-widget-container blockquote .wp-block-gallery li {
        margin-left: 0 !important; }
    .dot-blog-post-content .elementor-widget-container ul {
      list-style-image: url("images/bullet-point.png");
      margin-left: 0 !important;
      padding-left: 0 !important; }
      .dot-blog-post-content .elementor-widget-container ul li {
        margin-left: 25px !important; }
    .dot-blog-post-content .elementor-widget-container ol {
      counter-reset: item;
      list-style-type: none;
      line-height: 1.6em;
      padding-left: 2em; }
      @media (max-width: 700px) {
        .dot-blog-post-content .elementor-widget-container ol {
          padding-left: 1em; } }
      .dot-blog-post-content .elementor-widget-container ol li {
        position: relative;
        display: flex;
        align-items: baseline;
        margin-bottom: 12px; }
        .dot-blog-post-content .elementor-widget-container ol li::marker {
          display: none; }
        .dot-blog-post-content .elementor-widget-container ol li::before {
          content: counter(item) " ";
          counter-increment: item;
          flex-shrink: 0;
          color: #0DB02B;
          display: inline-block;
          border: 2px solid #0DB02B;
          height: 2em;
          width: 2em;
          line-height: 1.9em;
          text-align: center;
          border-radius: 2em;
          font-weight: 700;
          margin-bottom: 0.6em;
          margin-right: .8em; }
        .dot-blog-post-content .elementor-widget-container ol li strong, .dot-blog-post-content .elementor-widget-container ol li b, .dot-blog-post-content .elementor-widget-container ol li span {
          display: contents; }
        .dot-blog-post-content .elementor-widget-container ol li strong, .dot-blog-post-content .elementor-widget-container ol li b {
          font-weight: 600 !important; }
    .dot-blog-post-content .elementor-widget-container a {
      text-decoration: underline;
      color: #0084F4; }
      .dot-blog-post-content .elementor-widget-container a:hover {
        color: #3F4858; }
    .dot-blog-post-content .elementor-widget-container .wp-block-image img,
    .dot-blog-post-content .elementor-widget-container .wp-block-gallery img {
      border-radius: 6px; }
  @media (max-width: 700px) {
    .dot-blog-post-nav-links {
      display: none; } }
  .dot-blog-post-nav-links a {
    text-decoration: none; }
  .dot-blog-post-nav-links .elementor-post-navigation__link span {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 30px !important; }
  .dot-blog-post-nav-links .post-navigation__arrow-prev, .dot-blog-post-nav-links .post-navigation__arrow-next {
    padding-top: 5px; }

.wpgs-wrapper .wpgs-image {
  margin-bottom: 80px !important; }
  @media (max-width: 767px) {
    .wpgs-wrapper .wpgs-image {
      margin-bottom: 50px !important; } }
  .wpgs-wrapper .wpgs-image .slick-dots li button::before {
    color: #B6E7BF;
    opacity: 1; }
  .wpgs-wrapper .wpgs-image .slick-dots li.slick-active button::before {
    color: #0DB02B; }

.wpgs-wrapper .wpgs-thumb .slick-list {
  margin: 0 20px; }
  @media (max-width: 767px) {
    .wpgs-wrapper .wpgs-thumb .slick-list .thumbnail_image {
      margin: 10px; } }

.wpgs-wrapper .wpgs-thumb .slick-list .thumbnail_image {
  border-radius: 5px; }
  .wpgs-wrapper .wpgs-thumb .slick-list .thumbnail_image img {
    width: 100px; }

.wpgs-wrapper.has_tag_new::before {
  z-index: 20;
  margin-top: 10px;
  position: absolute;
  background-color: #0084F4;
  padding: 5px 15px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 500;
  font-size: 12px;
  color: #fff; }

.dot_product_column .elementor-column-wrap .elementor-widget-wrap {
  flex-direction: column; }
  .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_title .product_title {
    display: flex;
    flex-direction: row; }
    .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_title .product_title .title {
      font-weight: bold;
      font-size: 25px;
      line-height: 33px;
      text-align: left;
      color: #3f4858; }
    .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_title .product_title .sku {
      align-self: center;
      margin-left: auto;
      font-weight: 500;
      font-size: 8px;
      letter-spacing: 0.03em;
      text-align: center;
      color: #716c80;
      opacity: 0.55; }
      @media (max-width: 767px) {
        .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_title .product_title .sku {
          display: none; } }
  .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_description {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #716c80; }
  .dot_product_column .elementor-column-wrap .elementor-widget-wrap .dot_product_price {
    margin-top: auto; }

.dot_product-comments #reply-title {
  display: none; }

.dot_product-comments #comments {
  display: none; }

.dot_product-comments #respond {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .dot_product-comments #respond {
      margin-top: 30px; } }

.dot_product-comments .comment-reply-link::after {
  content: url("images/arrow.svg");
  margin-left: 10px; }

.fancybox-inner .fancybox-image {
  background-color: #fff;
  border-radius: 6px; }

.woocommerce-product-details__short-description p a {
  text-decoration: underline !important;
  color: #0084F4; }
  .woocommerce-product-details__short-description p a:hover {
    color: #3F4858; }

.avatar {
  border-radius: 50% !important;
  background-color: #fff !important;
  box-shadow: 0 0 16px #DFDFDF !important; }

.dot-blog-post #comments {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  color: #3f4858; }

.dot-blog-post-comments .commentlist {
  padding-left: 0;
  list-style-type: none; }
  .dot-blog-post-comments .commentlist .comment .comment-body {
    display: flex;
    flex-direction: row; }
    .dot-blog-post-comments .commentlist .comment .comment-body .comment-author-avatar img {
      width: 100px;
      max-width: 100px;
      height: 100px;
      max-height: 100px; }
      @media (max-width: 700px) {
        .dot-blog-post-comments .commentlist .comment .comment-body .comment-author-avatar img {
          width: 50px;
          max-width: 50px;
          height: 50px;
          max-height: 50px; } }
    .dot-blog-post-comments .commentlist .comment .comment-body .comment-content {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      margin-left: 20px; }
      .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata {
        display: flex;
        flex-direction: row; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata {
            flex-direction: column; } }
        .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-author-name .fn, .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-author-name .fn a {
          font-weight: bold;
          font-size: 20px;
          line-height: 30px;
          color: #3f4858;
          font-style: normal; }
          @media (max-width: 700px) {
            .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-author-name .fn, .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-author-name .fn a {
              font-size: 14px;
              line-height: 7px; } }
        .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-author-name .says {
          display: none; }
        .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-meta {
          display: flex;
          flex: 1; }
          .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-meta span {
            margin-left: auto;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 16px;
            line-height: 21px;
            color: #3f4858;
            opacity: 0.8; }
            @media (max-width: 700px) {
              .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-meta span {
                margin-left: 0;
                margin-top: 5px;
                font-size: 8px;
                line-height: 4px;
                color: #5b5766;
                opacity: 0.8; } }
          .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .comment-metadata .comment-meta .comment-edit-link {
            display: none; }
      .dot-blog-post-comments .commentlist .comment .comment-body .comment-content p {
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: #716c80; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment .comment-body .comment-content p {
            font-size: 12px;
            line-height: 19px; } }
      .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .reply {
        margin-top: 15px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .reply {
            margin-top: 0; } }
        .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .reply a {
          text-decoration: none;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #3f4858; }
          @media (max-width: 700px) {
            .dot-blog-post-comments .commentlist .comment .comment-body .comment-content .reply a {
              font-size: 12px;
              line-height: 17px;
              color: #3f4858; } }
  .dot-blog-post-comments .commentlist .comment ul.children {
    list-style: none;
    padding-left: 0px; }
    .dot-blog-post-comments .commentlist .comment ul.children .comment-body {
      padding-top: 50px;
      padding-left: 25px;
      margin-left: 30px;
      border-left: 2px solid #DFDFDF; }
      @media (max-width: 700px) {
        .dot-blog-post-comments .commentlist .comment ul.children .comment-body {
          padding-top: 30px;
          padding-left: 20px;
          margin-left: 6px; } }
  .dot-blog-post-comments .commentlist .comment.depth-1:not(:first-child) {
    margin-top: 50px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-1:not(:first-child) {
        margin-top: 30px; } }
  .dot-blog-post-comments .commentlist .comment.depth-2 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 50px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-2 {
        margin-left: 25px; } }
    .dot-blog-post-comments .commentlist .comment.depth-2 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-2 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-2 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-3 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 80px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-3 {
        margin-left: 35px; } }
    .dot-blog-post-comments .commentlist .comment.depth-3 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-3 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-3 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-4 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 110px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-4 {
        margin-left: 45px; } }
    .dot-blog-post-comments .commentlist .comment.depth-4 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-4 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-4 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-5 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 140px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-5 {
        margin-left: 55px; } }
    .dot-blog-post-comments .commentlist .comment.depth-5 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-5 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-5 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-6 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 170px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-6 {
        margin-left: 65px; } }
    .dot-blog-post-comments .commentlist .comment.depth-6 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-6 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-6 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-7 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 200px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-7 {
        margin-left: 75px; } }
    .dot-blog-post-comments .commentlist .comment.depth-7 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-7 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-7 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-8 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 230px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-8 {
        margin-left: 85px; } }
    .dot-blog-post-comments .commentlist .comment.depth-8 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-8 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-8 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-9 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 260px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-9 {
        margin-left: 95px; } }
    .dot-blog-post-comments .commentlist .comment.depth-9 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-9 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-9 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot-blog-post-comments .commentlist .comment.depth-10 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 290px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments .commentlist .comment.depth-10 {
        margin-left: 105px; } }
    .dot-blog-post-comments .commentlist .comment.depth-10 .comment-body {
      margin-top: 20px; }
      .dot-blog-post-comments .commentlist .comment.depth-10 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot-blog-post-comments .commentlist .comment.depth-10 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }

.dot-blog-post-comments #reply-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #3f4858; }

@media (max-width: 700px) {
  .dot-blog-post-comments #commentform .comment-form-comment {
    margin-bottom: 0; } }

.dot-blog-post-comments #commentform .comment-form-comment label {
  display: none; }

.dot-blog-post-comments #commentform .comment-form-comment textarea {
  outline: none;
  -moz-outline-style: none;
  resize: none;
  width: 100%;
  border: 1px solid #E1E4ED;
  border-radius: 10px;
  padding: 10px; }

.dot-blog-post-comments #commentform .comment-form-comment textarea::placeholder {
  font-family: "Gotham", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #716c80;
  opacity: 0.8; }
  @media (max-width: 700px) {
    .dot-blog-post-comments #commentform .comment-form-comment textarea::placeholder {
      font-family: "Gotham", Sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 6px;
      text-align: left;
      color: #716c80;
      opacity: 0.8; } }

.dot-blog-post-comments #commentform .comment-form-author {
  display: inline; }
  .dot-blog-post-comments #commentform .comment-form-author label {
    display: none; }
  .dot-blog-post-comments #commentform .comment-form-author input {
    height: 50px;
    border: 1px solid #E1E4ED;
    padding: 10px;
    border-radius: 5px;
    width: calc(50% - 3px); }
    @media (max-width: 700px) {
      .dot-blog-post-comments #commentform .comment-form-author input {
        width: 100%;
        margin-top: 3px;
        height: 50px; } }
  .dot-blog-post-comments #commentform .comment-form-author input::placeholder {
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #716c80;
    opacity: 0.8;
    line-height: 30px;
    padding: 15px 15px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments #commentform .comment-form-author input::placeholder {
        font-family: "Gotham", Sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #716c80;
        opacity: 0.8;
        padding: 20px 10px;
        line-height: 30px; } }

.dot-blog-post-comments #commentform .comment-form-email {
  display: inline; }
  @media (max-width: 700px) {
    .dot-blog-post-comments #commentform .comment-form-email {
      margin-top: 5px; } }
  .dot-blog-post-comments #commentform .comment-form-email label {
    display: none; }
  .dot-blog-post-comments #commentform .comment-form-email input {
    height: 50px;
    border: 1px solid #E1E4ED;
    padding: 10px;
    border-radius: 5px;
    width: calc(50% - 2px); }
    @media (max-width: 700px) {
      .dot-blog-post-comments #commentform .comment-form-email input {
        margin-left: 0;
        margin-top: 5px;
        width: 100%; } }
  .dot-blog-post-comments #commentform .comment-form-email input::placeholder {
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #716c80;
    opacity: 0.8;
    line-height: 30px;
    padding: 15px 15px; }
    @media (max-width: 700px) {
      .dot-blog-post-comments #commentform .comment-form-email input::placeholder {
        font-family: "Gotham", Sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #716c80;
        opacity: 0.8;
        padding: 20px 10px;
        line-height: 30px; } }

.dot-blog-post-comments #commentform .comment-form-url {
  display: none; }

.dot-blog-post-comments #commentform .comment-form-cookies-consent {
  display: none; }

.dot-blog-post-comments #commentform .form-submit {
  margin-top: 40px;
  margin-bottom: 20px; }

@media (max-width: 700px) {
  .dot-blog-post-comments #commentform .btn_div {
    display: flex; }
    .dot-blog-post-comments #commentform .btn_div .dot-button {
      margin-left: auto;
      margin-right: auto;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.03em;
      text-align: center;
      color: #fff; } }

.dot_product #comments {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  color: #3f4858; }

.dot_product-comments .commentlist {
  padding-left: 0;
  list-style-type: none; }
  .dot_product-comments .commentlist .review .comment-body {
    display: flex;
    flex-direction: row; }
    .dot_product-comments .commentlist .review .comment-body .comment-author-avatar img {
      width: 100px;
      max-width: 100px;
      height: 100px;
      max-height: 100px; }
      @media (max-width: 700px) {
        .dot_product-comments .commentlist .review .comment-body .comment-author-avatar img {
          width: 50px;
          max-width: 50px;
          height: 50px;
          max-height: 50px; } }
    .dot_product-comments .commentlist .review .comment-body .comment-content {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      margin-left: 20px; }
      .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata {
        display: flex;
        flex-direction: row; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata {
            flex-direction: column; } }
        .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-author-name .fn, .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-author-name .fn a {
          font-weight: bold;
          font-size: 20px;
          line-height: 30px;
          color: #3f4858;
          font-style: normal; }
          @media (max-width: 700px) {
            .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-author-name .fn, .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-author-name .fn a {
              font-size: 14px;
              line-height: 7px; } }
        .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-author-name .says {
          display: none; }
        .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-meta {
          display: flex;
          flex: 1; }
          .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-meta span {
            margin-left: auto;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 16px;
            line-height: 21px;
            color: #3f4858;
            opacity: 0.8; }
            @media (max-width: 700px) {
              .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-meta span {
                margin-left: 0;
                margin-top: 5px;
                font-size: 8px;
                line-height: 4px;
                color: #5b5766;
                opacity: 0.8; } }
          .dot_product-comments .commentlist .review .comment-body .comment-content .comment-metadata .comment-meta .comment-edit-link {
            display: none; }
      .dot_product-comments .commentlist .review .comment-body .comment-content p {
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: #716c80; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review .comment-body .comment-content p {
            font-size: 12px;
            line-height: 19px; } }
        .dot_product-comments .commentlist .review .comment-body .comment-content p a {
          text-decoration: underline;
          color: #0084F4; }
          .dot_product-comments .commentlist .review .comment-body .comment-content p a:hover {
            color: #3F4858; }
      .dot_product-comments .commentlist .review .comment-body .comment-content .reply {
        margin-top: 15px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review .comment-body .comment-content .reply {
            margin-top: 0; } }
        .dot_product-comments .commentlist .review .comment-body .comment-content .reply a {
          text-decoration: none;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #3f4858; }
          @media (max-width: 700px) {
            .dot_product-comments .commentlist .review .comment-body .comment-content .reply a {
              font-size: 12px;
              line-height: 17px;
              color: #3f4858; } }
  .dot_product-comments .commentlist .review ul.children {
    list-style: none;
    padding-left: 0px; }
    .dot_product-comments .commentlist .review ul.children .comment-body {
      padding-top: 50px;
      padding-left: 25px;
      margin-left: 30px;
      border-left: 2px solid #DFDFDF; }
      @media (max-width: 700px) {
        .dot_product-comments .commentlist .review ul.children .comment-body {
          padding-top: 30px;
          padding-left: 20px;
          margin-left: 6px; } }
  .dot_product-comments .commentlist .review.depth-1:not(:first-child) {
    margin-top: 50px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-1:not(:first-child) {
        margin-top: 30px; } }
  .dot_product-comments .commentlist .review.depth-2 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 50px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-2 {
        margin-left: 25px; } }
    .dot_product-comments .commentlist .review.depth-2 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-2 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-2 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-3 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 80px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-3 {
        margin-left: 35px; } }
    .dot_product-comments .commentlist .review.depth-3 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-3 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-3 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-4 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 110px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-4 {
        margin-left: 45px; } }
    .dot_product-comments .commentlist .review.depth-4 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-4 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-4 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-5 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 140px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-5 {
        margin-left: 55px; } }
    .dot_product-comments .commentlist .review.depth-5 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-5 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-5 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-6 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 170px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-6 {
        margin-left: 65px; } }
    .dot_product-comments .commentlist .review.depth-6 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-6 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-6 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-7 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 200px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-7 {
        margin-left: 75px; } }
    .dot_product-comments .commentlist .review.depth-7 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-7 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-7 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-8 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 230px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-8 {
        margin-left: 85px; } }
    .dot_product-comments .commentlist .review.depth-8 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-8 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-8 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-9 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 260px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-9 {
        margin-left: 95px; } }
    .dot_product-comments .commentlist .review.depth-9 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-9 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-9 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }
  .dot_product-comments .commentlist .review.depth-10 {
    border-left: 1px solid rgba(225, 228, 237, 0.38);
    margin-left: 290px; }
    @media (max-width: 700px) {
      .dot_product-comments .commentlist .review.depth-10 {
        margin-left: 105px; } }
    .dot_product-comments .commentlist .review.depth-10 .comment-body {
      margin-top: 20px; }
      .dot_product-comments .commentlist .review.depth-10 .comment-body .comment-author-avatar img {
        margin-left: 30px; }
        @media (max-width: 700px) {
          .dot_product-comments .commentlist .review.depth-10 .comment-body .comment-author-avatar img {
            margin-left: 10px; } }

.dot_product-comments #reply-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #3f4858; }

@media (max-width: 700px) {
  .dot_product-comments #commentform .comment-form-comment {
    margin-bottom: 0; } }

.dot_product-comments #commentform .comment-form-comment label {
  display: none; }

.dot_product-comments #commentform .comment-form-comment textarea {
  outline: none;
  -moz-outline-style: none;
  resize: none;
  width: 100%;
  border: 1px solid #E1E4ED;
  border-radius: 10px;
  padding: 10px; }

.dot_product-comments #commentform .comment-form-comment textarea::placeholder {
  font-family: "Gotham", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #716c80;
  opacity: 0.8; }
  @media (max-width: 700px) {
    .dot_product-comments #commentform .comment-form-comment textarea::placeholder {
      font-family: "Gotham", Sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 6px;
      text-align: left;
      color: #716c80;
      opacity: 0.8; } }

.dot_product-comments #commentform .comment-form-author {
  display: inline; }
  .dot_product-comments #commentform .comment-form-author label {
    display: none; }
  .dot_product-comments #commentform .comment-form-author input {
    height: 50px;
    border: 1px solid #E1E4ED;
    padding: 10px;
    border-radius: 5px;
    width: calc(50% - 3px); }
    @media (max-width: 700px) {
      .dot_product-comments #commentform .comment-form-author input {
        width: 100%;
        margin-top: 3px;
        height: 50px; } }
  .dot_product-comments #commentform .comment-form-author input::placeholder {
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #716c80;
    opacity: 0.8;
    line-height: 30px;
    padding: 15px 15px; }
    @media (max-width: 700px) {
      .dot_product-comments #commentform .comment-form-author input::placeholder {
        font-family: "Gotham", Sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #716c80;
        opacity: 0.8;
        padding: 20px 10px;
        line-height: 30px; } }

.dot_product-comments #commentform .comment-form-email {
  display: inline; }
  @media (max-width: 700px) {
    .dot_product-comments #commentform .comment-form-email {
      margin-top: 5px; } }
  .dot_product-comments #commentform .comment-form-email label {
    display: none; }
  .dot_product-comments #commentform .comment-form-email input {
    height: 50px;
    border: 1px solid #E1E4ED;
    padding: 10px;
    border-radius: 5px;
    width: calc(50% - 2px); }
    @media (max-width: 700px) {
      .dot_product-comments #commentform .comment-form-email input {
        margin-left: 0;
        margin-top: 5px;
        width: 100%; } }
  .dot_product-comments #commentform .comment-form-email input::placeholder {
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #716c80;
    opacity: 0.8;
    line-height: 30px;
    padding: 15px 15px; }
    @media (max-width: 700px) {
      .dot_product-comments #commentform .comment-form-email input::placeholder {
        font-family: "Gotham", Sans-serif;
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #716c80;
        opacity: 0.8;
        padding: 20px 10px;
        line-height: 30px; } }

.dot_product-comments #commentform .comment-form-url {
  display: none; }

.dot_product-comments #commentform .comment-form-cookies-consent {
  display: none; }

.dot_product-comments #commentform .form-submit {
  margin-top: 40px;
  margin-bottom: 20px; }

@media (max-width: 700px) {
  .dot_product-comments #commentform .btn_div {
    display: flex; }
    .dot_product-comments #commentform .btn_div .dot-button {
      margin-left: auto;
      margin-right: auto;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.03em;
      text-align: center;
      color: #fff; } }

.native-checkout h3 {
  display: none; }

.native-checkout .wooccm-type-heading.custom-title h3, .native-checkout .woocommerce-shipping-fields h3 {
  display: block;
  font-weight: bold; }

.native-checkout .custom-title.firm_details {
  margin-bottom: 0 !important; }
  .native-checkout .custom-title.firm_details h3 {
    margin-bottom: 0 !important; }

.native-checkout .firm-details-hint h3 {
  text-decoration: none;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 20px;
  color: #202124; }

.native-checkout .billing-details {
  margin-top: 50px !important; }

.native-checkout .woocommerce-billing-fields__field-wrapper {
  padding-top: 20px; }

.native-checkout #order_review_heading, .native-checkout #order_review {
  display: none; }

.native-checkout #customer_details {
  display: flex;
  flex-direction: column; }
  .native-checkout #customer_details .col-1, .native-checkout #customer_details .col-2 {
    width: 100%; }
  .native-checkout #customer_details .col-1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center; }
  .native-checkout #customer_details #ship-to-different-address {
    margin-top: 0;
    margin-bottom: 0; }
    .native-checkout #customer_details #ship-to-different-address input {
      margin-left: 0; }
    .native-checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox {
      letter-spacing: normal !important; }
    .native-checkout #customer_details #ship-to-different-address span {
      font-weight: normal;
      font-size: 13px;
      text-align: left;
      color: #4e5664; }
  .native-checkout #customer_details .shipping_address {
    display: none; }
  .native-checkout #customer_details #billing_first_name_field, .native-checkout #customer_details #shipping_first_name_field {
    width: 100%; }
  .native-checkout #customer_details label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #3d4655;
    margin-bottom: 3px; }
  .native-checkout #customer_details input {
    border: 2px solid #EBEDED;
    border-radius: 5px;
    padding: 10px 15px;
    transition: 0.3s; }
    .native-checkout #customer_details input:active, .native-checkout #customer_details input:focus {
      border: 2px solid #0DB02B; }
  .native-checkout #customer_details textarea {
    height: 14em;
    border: 2px solid #EBEDED;
    border-radius: 5px; }
  .native-checkout #customer_details select {
    border: 2px solid #EBEDED;
    border-radius: 5px;
    padding: 8px 11px; }
  .native-checkout #customer_details .required {
    color: #3d4655; }
  .native-checkout #customer_details .optional {
    display: none; }
  .native-checkout #customer_details .ico_error {
    font-size: 12px;
    color: #a50202; }

.native-checkout #terms-field {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #4e5664;
  margin-top: -8px;
  padding-left: 0; }
  .native-checkout #terms-field input {
    margin: 2px;
    margin-left: 0; }
  .native-checkout #terms-field a {
    color: #4e5664;
    text-decoration: underline; }
  .native-checkout #terms-field .required {
    color: #3d4655; }

.dot-hide {
  display: none; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border: none !important;
  color: white;
  text-align: center;
  font-family: "Gotham", Sans-serif;
  padding: 15px; }
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before {
    content: ""; }

.woocommerce-message {
  background-color: #0DB02B;
  color: white; }

.woocommerce-error {
  background-color: #F32841;
  color: white; }

.woocommerce-info {
  background-color: #0084F4;
  color: white; }

.cli-wrapper {
  text-align: center !important; }

#cookie-law-info-bar {
  background-color: rgba(0, 132, 244, 0.96) !important; }
  #cookie-law-info-bar h5 {
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
    font-weight: 400 !important; }
  #cookie-law-info-bar .cli-plugin-button {
    border-radius: 4px !important;
    padding: 12px !important; }
  #cookie-law-info-bar #wt-cli-accept-all-btn {
    font-weight: 500 !important;
    margin: 0 !important; }
  #cookie-law-info-bar .cookie-text {
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 600px !important; }
  #cookie-law-info-bar .cookie-text-href {
    color: #FFF; }
  #cookie-law-info-bar .cookie-text-href:hover {
    text-decoration: none; }
  #cookie-law-info-bar .cli-bar-btn_container {
    justify-content: center !important;
    margin: 0 !important; }
  #cookie-law-info-bar .cookie-reject-btn {
    margin: 0 !important;
    font-size: 11px !important; }

.cli_settings_button,
.cookie_action_close_header_reject {
  background-color: transparent !important; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  border-radius: 4px !important;
  padding: 12px !important;
  background-color: #0084F4 !important;
  font-weight: 500 !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #0084F4 !important; }

#cookie-law-info-again {
  box-shadow: none !important;
  border-radius: 5px 5px 0 0 !important; 
  right:20% !important;}

#wt-cli-settings-btn {
  border-bottom: none !important; }

.dot-function-carousel {
  padding-bottom: 0px !important; }
  .dot-function-carousel .swiper-button-prev, .dot-function-carousel .swiper-button-next {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
  .dot-function-carousel .swiper-pagination {
    position: absolute;
    margin-top: 41px; }
    .dot-function-carousel .swiper-pagination .swiper-pagination-bullet {
      background-color: #B6E7BF;
      opacity: 1;
      width: 8px;
      height: 8px; }
      @media (max-width: 767px) {
        .dot-function-carousel .swiper-pagination .swiper-pagination-bullet {
          display: none; } }
    .dot-function-carousel .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #0DB02B;
      opacity: 1; }
  @media (min-width: 767px) {
    .dot-function-carousel .swiper-wrapper {
      margin-top: 40px;
      margin-bottom: 50px; } }
  .dot-function-carousel .swiper-nav-arrow {
    height: 53px; }
  .dot-function-carousel .swiper-slide {
    max-width: 538px;
    padding: 15px; }
    .dot-function-carousel .swiper-slide .carousel-item {
      max-width: 538px;
      height: 378px;
      padding-top: 1px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 20px #e1e4ed; }
    .dot-function-carousel .swiper-slide .item-image {
      text-align: center; }
      .dot-function-carousel .swiper-slide .item-image > * {
        margin-top: 66px;
        height: 60px;
        width: 100%;
        object-fit: contain; }
    .dot-function-carousel .swiper-slide .item-title {
      margin-top: 28px;
      font-family: "Gotham", Sans-serif;
      font-weight: bold;
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 33px;
      text-align: center;
      color: #000; }
      @media (max-width: 767px) {
        .dot-function-carousel .swiper-slide .item-title {
          font-size: 19px; } }
    .dot-function-carousel .swiper-slide .item-excerpt {
      margin: 13px 23px 33px 23px;
      font-family: "Gotham", Sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      color: #716c80; }
      @media (max-width: 767px) {
        .dot-function-carousel .swiper-slide .item-excerpt {
          font-size: 19px; } }
    .dot-function-carousel .swiper-slide .item-more-info {
      text-align: center;
      font-family: "Gotham", Sans-serif;
      font-weight: normal;
      font-size: 16px;
      position: absolute;
      bottom: 90px;
      width: 100%;
      color: #0084F4; }
      .dot-function-carousel .swiper-slide .item-more-info:hover {
        color: #3F4858; }
      @media (max-width: 767px) {
        .dot-function-carousel .swiper-slide .item-more-info {
          font-size: 16px; } }

.dot-function-title {
  margin-bottom: 10px !important; }

.dot-function-more {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .dot-function-more {
      display: none; } }
  .dot-function-more .elementor-button {
    padding: 26px 69px 26px 69px; }

.cut-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.dot-size h2, .dot-size h3 {
  text-align: center; }

.dot-size h2 {
  color: #0DB02B; }
  @media (max-width: 767px) {
    .dot-size h2 {
      font-size: 30px;
      font-weight: 300;
      line-height: 80px;
      margin: auto; } }

.dot-size h3 {
  color: #3F4858;
  font-weight: bold;
  font-size: 25px; }
  @media (max-width: 767px) {
    .dot-size h3 {
      font-size: 20px; } }

.dot-size ul {
  color: #716C80;
  font-size: 18px;
  text-align: left;
  margin-top: 53px;
  line-height: 30px;
  list-style-image: url("/wp-content/themes/dotykacka/images/checkmark.png"); }
  @media (max-width: 767px) {
    .dot-size ul {
      margin-top: 27px; } }

.dot-size li {
  padding-left: 18px; }
  @media (max-width: 767px) {
    .dot-size li {
      padding-left: 0;
      font-size: 14px;
      line-height: 23px; } }

.dot-size .dot-button--green {
  display: inline-block;
  margin: 26px auto; }
  @media (max-width: 767px) {
    .dot-size .dot-button--green {
      font-size: 12px; } }

.dot-size--cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto; }
  @media (max-width: 767px) {
    .dot-size--cards {
      flex-direction: column; } }

.dot-size--card {
  display: flex;
  flex-direction: column;
  width: 410px;
  padding: 26px 0;
  margin: 0 10px;
  text-align: center;
  justify-content: space-between;
  border-radius: 7px;
  background-color: white;
  box-shadow: 0 0 14px 7px #E1E4ED; }
  @media (max-width: 767px) {
    .dot-size--card {
      width: 90%;
      font-size: 20px;
      padding: 12px 0;
      margin: 0 auto 30px; } }

.dot-size--image {
  height: 300px;
  width: 100%;
  margin: 55px auto 0;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 359px) {
    .dot-size--image {
      background-size: 82%; } }
  @media (max-width: 767px) {
    .dot-size--image {
      height: 140px;
      margin: 15px 0 0;
      background-size: 220px; } }

.dot-size--ul-wrap {
  padding: 0 55px; }
  @media (max-width: 767px) {
    .dot-size--ul-wrap {
      margin: auto;
      padding: 0;
      width: max-content; } }

.dot-size h2, .dot-size h3 {
  text-align: center; }

.dot-size h2 {
  color: #0DB02B; }
  @media (max-width: 767px) {
    .dot-size h2 {
      font-size: 30px;
      font-weight: 300;
      line-height: 80px;
      margin: auto; } }

.dot-size h3 {
  color: #3F4858;
  font-weight: bold;
  font-size: 25px; }
  @media (max-width: 767px) {
    .dot-size h3 {
      font-size: 20px; } }

.dot-size ul {
  color: #716C80;
  font-size: 18px;
  text-align: left;
  margin-top: 53px;
  line-height: 30px;
  list-style-image: url("/wp-content/themes/dotykacka/images/checkmark.png"); }
  @media (max-width: 767px) {
    .dot-size ul {
      margin-top: 27px; } }

.dot-size li {
  padding-left: 18px; }
  @media (max-width: 767px) {
    .dot-size li {
      padding-left: 0;
      font-size: 14px;
      line-height: 23px; } }

.dot-size .dot-button--green {
  display: inline-block;
  margin: 26px auto; }
  @media (max-width: 767px) {
    .dot-size .dot-button--green {
      font-size: 12px; } }

.dot-size--cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto; }
  @media (max-width: 767px) {
    .dot-size--cards {
      flex-direction: column; } }

.dot-size--card {
  display: flex;
  flex-direction: column;
  width: 410px;
  padding: 26px 0;
  margin: 0 10px;
  text-align: center;
  justify-content: space-between;
  border-radius: 7px;
  background-color: white;
  box-shadow: 0 0 14px 7px #E1E4ED; }
  @media (max-width: 767px) {
    .dot-size--card {
      width: 90%;
      font-size: 20px;
      padding: 12px 0;
      margin: 0 auto 30px; } }

.dot-size--image {
  height: 300px;
  width: 100%;
  margin: 55px auto 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 359px) {
    .dot-size--image {
      background-size: 82%; } }
  @media (max-width: 767px) {
    .dot-size--image {
      height: 140px;
      margin: 15px 0 0;
      background-size: 220px; } }

.dot-size--ul-wrap {
  padding: 0 55px; }
  @media (max-width: 767px) {
    .dot-size--ul-wrap {
      margin: auto;
      padding: 0;
      width: max-content; } }

@media (max-width: 800px) {
  #dotykacka-cart {
    margin-top: -15px; } }

#dotykacka-cart #elementor-menu-cart__toggle_button {
  border: 0; }
  @media (max-width: 800px) {
    #dotykacka-cart #elementor-menu-cart__toggle_button {
      padding-right: 0 !important; } }
  #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text {
    text-align: left; }
    #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text .woocommerce-Price-amount {
      color: #303030;
      font-family: "Gotham", Sans-serif; }
      @media (max-width: 800px) {
        #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text .woocommerce-Price-amount {
          display: none; } }
      #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text .woocommerce-Price-amount bdi {
        font-weight: 500;
        font-size: 12px; }
      #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text .woocommerce-Price-amount:before {
        display: block;
        content: "KOŠÍK";
        font-weight: bold;
        font-size: 16px; }
  #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-text {
    margin-left: 45px; }
  #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-icon {
    position: absolute; }
    #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-icon .eicon:before {
      content: url("images/cart.svg");
      height: 30px;
      width: 30px; }
    #dotykacka-cart #elementor-menu-cart__toggle_button .elementor-button-icon:before {
      background-color: #0084f4;
      min-width: 20px;
      height: 20px;
      padding: 3px;
      top: -1px; }

.dot-newsletter button, .dot-cta-call-me button {
  cursor: pointer; }

.dot-newsletter button:disabled span, .dot-cta-call-me button:disabled span {
  animation: fa-spin 2s linear infinite; }
  .dot-newsletter button:disabled span:after, .dot-cta-call-me button:disabled span:after {
    content: "";
    background-image: url("images/spin.png");
    width: 24px;
    height: 24px; }
  .dot-newsletter button:disabled span span, .dot-cta-call-me button:disabled span span {
    display: none; }

@media (max-width: 767px) {
  .dot-newsletter #form-field-email, .dot-cta-call-me #form-field-email {
    padding-right: 135px; } }

@media (max-width: 767px) {
  .dot-newsletter #form-field-tel, .dot-cta-call-me #form-field-tel {
    padding-right: 135px; } }

@media (min-width: 767px) {
  .dot-newsletter-section, .dot-cta-call-me-section {
    background-color: transparent !important; } }

@media (min-width: 767px) {
  .dot-newsletter-section--grey, .dot-cta-call-me-section--grey {
    background-color: #F6F7FA !important; } }

@media (max-width: 767px) {
  .dot-newsletter-section .elementor-field-type-submit, .dot-cta-call-me-section .elementor-field-type-submit {
    position: absolute;
    width: 145px !important;
    right: -7px; } }

.dot-newsletter .elementor-message, .dot-cta-call-me .elementor-message {
  color: #fff !important; }
  @media (min-width: 767px) {
    .dot-newsletter .elementor-message, .dot-cta-call-me .elementor-message {
      margin: 20px 0;
      position: absolute;
      top: 33px; } }

@media (min-width: 767px) {
  .dot-newsletter .elementor-message:not(.elementor-help-inline), .dot-cta-call-me .elementor-message:not(.elementor-help-inline) {
    width: 100%;
    text-align: right; } }

.dot-feature {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row; }
  @media (max-width: 1024px) {
    .dot-feature {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 767px) {
    .dot-feature {
      align-items: center;
      flex-direction: column; } }
  .dot-feature-spacer {
    flex: 1 0 10px; }
    @media (max-width: 1024px) {
      .dot-feature-spacer {
        flex: 0 0 40px; }
        .dot-feature-spacer:nth-child(4) {
          display: none; } }
    @media (max-width: 767px) {
      .dot-feature-spacer {
        display: none; } }
  .dot-feature-item {
    border-radius: 10px;
    width: 100%;
    height: 360px;
    max-width: 330px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 1024px) {
      .dot-feature-item:first-child {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .dot-feature-item {
        height: 240px;
        max-width: 100%;
        margin-bottom: 20px; }
        .dot-feature-item:nth-child(7) {
          margin-bottom: 0; }
        .dot-feature-item:first-child {
          margin-bottom: 20px; } }
    .dot-feature-item-icon {
      padding-top: 40px;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .dot-feature-item-icon {
          padding-top: 25px;
          padding-bottom: 15px; } }
      .dot-feature-item-icon svg {
        height: 50px; }
        @media (max-width: 767px) {
          .dot-feature-item-icon svg {
            height: 40px; } }
  .dot-feature-heading {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .dot-feature-heading {
        margin-bottom: 5px; } }
  .dot-feature-text {
    margin-bottom: 60px; }
    .dot-feature-text.cut-text {
      -webkit-line-clamp: 4; }

.licenses-types-widget {
  font-family: "Gotham", Sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto; }
  @media (max-width: 767px) {
    .licenses-types-widget {
      flex-direction: column; } }
  .licenses-types-widget .license-card {
    display: flex;
    flex-direction: column;
    width: 415px;
    padding: 26px 35px 26px 35px;
    margin: 0 10px;
    justify-content: space-between;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 0 14px 7px #E1E4ED; }
    @media (max-width: 767px) {
      .licenses-types-widget .license-card {
        width: 90%;
        font-size: 20px;
        margin: 0 auto 30px;
        padding: 15px 35px; } }
    .licenses-types-widget .license-card .tag {
      color: white;
      font-size: 13px;
      font-weight: bold;
      position: relative;
      background-color: #0084F4;
      border-radius: 26px;
      padding: 8px 20px;
      letter-spacing: 0.03em;
      width: 150px;
      align-self: flex-end;
      margin-right: -50px; }
      @media (max-width: 767px) {
        .licenses-types-widget .license-card .tag {
          margin-top: 10px;
          font-weight: bold;
          font-size: 9px;
          width: 125px;
          padding: 8px 25px; } }
      .licenses-types-widget .license-card .tag-hidden {
        visibility: hidden; }
    .licenses-types-widget .license-card .title {
      margin-top: 25px;
      font-size: 27px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .licenses-types-widget .license-card .title {
          font-size: 25px; } }
    .licenses-types-widget .license-card .line {
      margin-top: 20px;
      width: 35px;
      border: none; }
    .licenses-types-widget .license-card .price {
      margin-top: 20px;
      font-size: 50px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .licenses-types-widget .license-card .price {
          font-size: 40px; } }
    .licenses-types-widget .license-card .period {
      margin-top: 10px;
      font-size: 18px;
      font-weight: 350; }
    .licenses-types-widget .license-card .benefits {
      margin-top: 30px; }
      .licenses-types-widget .license-card .benefits ul {
        list-style: none;
        padding-left: 0; }
      .licenses-types-widget .license-card .benefits li {
        margin-top: 10px;
        font-size: 17px;
        font-weight: 500;
        display: inline-flex; }
        .licenses-types-widget .license-card .benefits li img {
          max-width: 17px; }
        @media (max-width: 767px) {
          .licenses-types-widget .license-card .benefits li {
            font-size: 13px; } }
      .licenses-types-widget .license-card .benefits .name {
        margin-left: 10px; }
    .licenses-types-widget .license-card .dot-button {
      padding: 15px 62px; }
      .licenses-types-widget .license-card .dot-button:hover {
        cursor: pointer; }
      .licenses-types-widget .license-card .dot-button-link {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto; }
    .licenses-types-widget .license-card .spacer {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .licenses-types-widget .license-card .spacer {
          margin-top: 25px; } }

.dot-function-list-licence {
  height: 35px !important; }
  @media (max-width: 767px) {
    .dot-function-list-licence {
      height: 20px !important; } }
  .dot-function-list-licence-title {
    width: 15%;
    text-align: center;
    display: block; }
    @media (max-width: 767px) {
      .dot-function-list-licence-title {
        display: none;
        width: 17%; } }
    .dot-function-list-licence-title--respo {
      display: none; }
      @media (max-width: 767px) {
        .dot-function-list-licence-title--respo {
          display: block;
          width: 17%; } }

.dot-function-list-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 767px) {
    .dot-function-list-buttons {
      justify-content: flex-start; } }
  .dot-function-list-buttons-toggle-button {
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    height: 50px;
    background-color: white;
    border: 1px #CCCCCC solid;
    outline: 0;
    cursor: pointer;
    color: #333333;
    transition: all 0.1s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    .dot-function-list-buttons-toggle-button:hover {
      background-color: #707070;
      color: white; }
    @media (max-width: 767px) {
      .dot-function-list-buttons-toggle-button {
        height: 40px;
        margin-bottom: 8px; } }

.dot-function-list-header {
  width: 100%;
  background-color: white;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  border: 1px #EBEBEB solid;
  padding-left: 50px;
  padding-right: 55px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding-top: 2.5px; }
  @media (max-width: 767px) {
    .dot-function-list-header {
      height: 60px;
      padding-left: 15px; } }
  .dot-function-list-header-prices {
    height: 40px; }
    @media (max-width: 767px) {
      .dot-function-list-header-prices {
        height: 8px; } }
  .dot-function-list-header-title {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
  .dot-function-list-header-toggle-differences {
    transition: background-color 0.2s linear;
    display: none;
    background-color: white;
    height: 28px;
    width: 48px;
    border-radius: 15px;
    border: solid 1px #E1E4ED;
    position: absolute;
    right: 100px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .dot-function-list-header-toggle-differences {
        height: 16px;
        width: 28px;
        right: 50px; } }
    .dot-function-list-header-toggle-differences:before {
      position: absolute;
      content: "ROZDÍLNÉ FUNKCE";
      line-height: 28px;
      top: 0;
      left: -130px;
      font-size: 11px;
      font-weight: 500;
      font-family: "Gotham", sans-serif;
      color: #8C8899; }
      @media (max-width: 767px) {
        .dot-function-list-header-toggle-differences:before {
          line-height: 16px;
          font-size: 7px;
          left: -80px; } }
    .dot-function-list-header-toggle-differences:after {
      transition: left 0.1s linear;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 26px;
      width: 26px;
      background-color: #0DB02B;
      border: solid 2px #F6F7FA;
      border-radius: 13px; }
      @media (max-width: 767px) {
        .dot-function-list-header-toggle-differences:after {
          border: solid 1px #F6F7FA;
          height: 14px;
          width: 14px;
          border-radius: 7px; } }
    .dot-function-list-header-toggle-differences.active {
      background-color: #0DB02B; }
      .dot-function-list-header-toggle-differences.active:after {
        left: 20px; }
        @media (max-width: 767px) {
          .dot-function-list-header-toggle-differences.active:after {
            left: 13px; } }
  .dot-function-list-header-toggle-button {
    position: absolute;
    width: 43px;
    height: 30px;
    right: 40px;
    background-color: rgba(1, 1, 1, 0);
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    .dot-function-list-header-toggle-button--expand {
      display: block; }
    .dot-function-list-header-toggle-button--collapse {
      display: none; }
    .dot-function-list-header-toggle-button svg {
      height: 18px;
      width: 18px; }
      @media (max-width: 767px) {
        .dot-function-list-header-toggle-button svg {
          height: 11px;
          width: 8px; } }
    @media (max-width: 767px) {
      .dot-function-list-header-toggle-button {
        right: 15px; } }
  .dot-function-list-header--expanded .dot-function-list-header-toggle-button--expand {
    display: none; }
  .dot-function-list-header--expanded .dot-function-list-header-toggle-button--collapse {
    display: block; }

.dot-function-list-body {
  max-height: 5px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px #EBEBEB solid;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background-color: white; }
  .dot-function-list-body-diff .dot-function-list-body-diff-row--same {
    display: none !important; }
  .dot-function-list-body-diff .dot-function-list-body-diff-row--even {
    background: white !important; }
  .dot-function-list-body--collapsed * {
    transition: filter 0.2s linear;
    filter: opacity(0) !important; }
  .dot-function-list-body * {
    transition: filter 0.2s linear;
    filter: opacity(1); }
  .dot-function-list-body-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 60px;
    margin-right: 50px;
    margin-left: 50px;
    padding-left: 50px;
    padding-right: 20px;
    align-items: center;
    background-color: white; }
    @media (max-width: 767px) {
      .dot-function-list-body-row {
        margin-right: 5px;
        margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px; } }
    .dot-function-list-body-row > a {
      text-decoration: underline !important;
      color: #0084F4 !important; }
      .dot-function-list-body-row > a:hover {
        color: #3F4858 !important; }
    .dot-function-list-body-row:last-child {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .dot-function-list-body-row:last-child {
          margin-bottom: 5px; } }
    .dot-function-list-body-row-title {
      margin: auto auto auto 0;
      width: 55%; }
      @media (max-width: 767px) {
        .dot-function-list-body-row-title {
          width: 49%; } }
      .dot-function-list-body-row-title-prices {
        font-weight: 500 !important; }
    .dot-function-list-body-row svg {
      width: 15%; }
      @media (max-width: 767px) {
        .dot-function-list-body-row svg {
          height: 15px;
          width: 20%; } }
    .dot-function-list-body-row .custom-img {
      width: 15%;
      text-align: center; }
      @media (max-width: 767px) {
        .dot-function-list-body-row .custom-img {
          height: 15px;
          width: 20%; } }
    .dot-function-list-body-row--prices div:not(:first-child) {
      width: 15%;
      text-align: center; }
      @media (max-width: 767px) {
        .dot-function-list-body-row--prices div:not(:first-child) {
          width: 17%; } }

.woocommerce-message li {
  margin-bottom: 0 !important; }

.licenses-types-cards {
  font-family: "Gotham", Sans-serif;
  display: flex;
  max-width: 1470px;
  margin: auto auto 20px; }
  @media (max-width: 1280px) {
    .licenses-types-cards {
      flex-direction: column; } }
  .licenses-types-cards .card {
    border-radius: 10px; }
    .licenses-types-cards .card-left {
      padding: 95px 100px 60px;
      border: 3px solid #0db02b;
      filter: drop-shadow(0px 0px 21px #e1e4ed); }
      @media (max-width: 1280px) {
        .licenses-types-cards .card-left {
          padding: 36px 10px;
          width: 100%; } }
      .licenses-types-cards .card-left .title {
        font-weight: bold;
        font-size: 72px;
        letter-spacing: -0.02em;
        line-height: 80px;
        text-align: center;
        color: #3f4858;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .title {
            font-size: 30px;
            letter-spacing: -0.02em;
            font-weight: bold; } }
      .licenses-types-cards .card-left .subtitle {
        font-weight: normal;
        font-size: 28px;
        line-height: 39px;
        text-align: center;
        color: #3f4858;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .subtitle {
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: #3f4858;
            margin-top: 10px;
            width: 100%;
            padding: 0px 40px; } }
      .licenses-types-cards .card-left .licence {
        width: 100%;
        display: inline-flex;
        margin-top: 20px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .licence {
            display: flex;
            flex-direction: row; } }
        @media (max-width: 400px) {
          .licenses-types-cards .card-left .licence {
            flex-direction: column; } }
        .licenses-types-cards .card-left .licence .image {
          width: 360px;
          margin-left: -50px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .licence .image {
              margin-left: auto;
              width: 50%;
              max-width: 177px;
              max-height: 155px;
              align-self: center; } }
          @media (max-width: 400px) {
            .licenses-types-cards .card-left .licence .image {
              margin: 0 auto; } }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) {
              .licenses-types-cards .card-left .licence .image {
                max-height: 300px; } } }
        .licenses-types-cards .card-left .licence .benefits {
          margin-top: 60px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .licence .benefits {
              margin-top: 0;
              margin-right: auto;
              margin-left: auto; } }
          @media (max-width: 400px) {
            .licenses-types-cards .card-left .licence .benefits {
              margin-left: auto; } }
          .licenses-types-cards .card-left .licence .benefits .title {
            font-weight: bold;
            font-size: 25px;
            line-height: 24px;
            text-align: left; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .licence .benefits .title {
                font-size: 16px; } }
          .licenses-types-cards .card-left .licence .benefits .lists {
            display: inline-flex;
            margin-top: 10px; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .licence .benefits .lists {
                margin-top: 0;
                margin-left: 20px;
                display: flex;
                flex-direction: column; } }
            .licenses-types-cards .card-left .licence .benefits .lists ul {
              text-align: left;
              list-style-type: none; }
              .licenses-types-cards .card-left .licence .benefits .lists ul.left-list {
                padding-left: 0; }
              @media (max-width: 1280px) {
                .licenses-types-cards .card-left .licence .benefits .lists ul.left-list {
                  margin-bottom: 0; }
                .licenses-types-cards .card-left .licence .benefits .lists ul.right-list {
                  padding-left: 0;
                  margin-top: 0; } }
              .licenses-types-cards .card-left .licence .benefits .lists ul li {
                font-weight: normal;
                font-size: 18px;
                line-height: 32px; }
                @media (max-width: 1280px) {
                  .licenses-types-cards .card-left .licence .benefits .lists ul li {
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 23px; } }
                .licenses-types-cards .card-left .licence .benefits .lists ul li img {
                  width: 16px;
                  height: 14px;
                  margin-right: 8px; }
                  @media (max-width: 1280px) {
                    .licenses-types-cards .card-left .licence .benefits .lists ul li img {
                      width: 12px;
                      height: 10px; } }
      .licenses-types-cards .card-left .all-functions {
        margin-top: 0px;
        height: 10px;
        text-align: center; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .all-functions {
            margin-top: 5px; } }
        .licenses-types-cards .card-left .all-functions .dot-button {
          padding: 15px 32px;
          transition: all .3s; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .all-functions .dot-button {
              padding: 13px 25px;
              font-size: 14px; } }
          .licenses-types-cards .card-left .all-functions .dot-button:hover {
            cursor: pointer;
            color: white;
            background-color: #0084f4; }
          .licenses-types-cards .card-left .all-functions .dot-button--blue {
            color: #0084f4;
            border-radius: 25px;
            background: transparent;
            border: 2px solid #0084f4; }
      .licenses-types-cards .card-left .icons {
        display: flex;
        margin-top: 50px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .icons {
            flex-flow: row wrap;
            margin-top: 20px; } }
        .licenses-types-cards .card-left .icons .icon-block {
          flex: 1 1 0px;
          align-content: center;
          display: flex;
          flex-direction: column; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .icons .icon-block {
              flex: 50%;
              margin-top: 28px; } }
          .licenses-types-cards .card-left .icons .icon-block img {
            margin-left: auto;
            margin-right: auto;
            height: 56px;
            max-width: 56px; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .icons .icon-block img {
                height: 56px; } }
          .licenses-types-cards .card-left .icons .icon-block .icon-text {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            font-weight: bold;
            font-size: 20px;
            letter-spacing: -0.01em;
            line-height: 24px;
            text-align: center;
            color: #3f4858; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .icons .icon-block .icon-text {
                font-weight: bold;
                font-size: 14px;
                letter-spacing: -0.01em;
                line-height: 18px;
                text-align: center; } }
      .licenses-types-cards .card-left .hardware {
        display: inline-flex;
        margin-top: 40px;
        margin-bottom: 20px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .hardware {
            display: flex;
            flex-direction: column; } }
        .licenses-types-cards .card-left .hardware-block {
          flex-grow: 1;
          padding: 0 20px;
          width: 50%; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .hardware-block {
              max-width: 100%;
              width: inherit; } }
          .licenses-types-cards .card-left .hardware-block .image {
            width: 100%;
            display: flex;
            align-items: center;
            height: 70%; }
            .licenses-types-cards .card-left .hardware-block .image img {
              max-height: 320px; }
              @media (max-width: 1280px) {
                .licenses-types-cards .card-left .hardware-block .image img {
                  max-width: 353px;
                  width: 100%;
                  display: flex;
                  margin-left: auto;
                  margin-right: auto; } }
        .licenses-types-cards .card-left .hardware-single img {
          display: block;
          max-height: 320px;
          margin: 30px auto 16px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .hardware-single img {
              max-width: 353px;
              width: 100%; } }
        .licenses-types-cards .card-left .hardware .plus {
          font-weight: bold;
          font-size: 89px;
          line-height: 27px;
          text-align: center;
          color: #15b036;
          align-items: center;
          display: flex; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .hardware .plus {
              font-weight: bold;
              font-size: 43px;
              line-height: 13px;
              margin: 30px auto; } }
        .licenses-types-cards .card-left .hardware-description {
          text-align: center;
          font-weight: normal;
          font-size: 18px;
          line-height: 28px;
          margin-top: 1em;
          color: #716c80; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .hardware-description {
              font-weight: normal;
              font-size: 14px;
              line-height: 23px;
              max-width: 450px;
              margin: 1em auto; } }
      .licenses-types-cards .card-left .price {
        margin-top: 40px; }
        .licenses-types-cards .card-left .price hr {
          height: 2px;
          border-top: 2px solid #e2e2e2;
          border-bottom: none; }
        .licenses-types-cards .card-left .price .price-items {
          padding: 30px 30px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .price .price-items {
              padding: 15px 5px; } }
        .licenses-types-cards .card-left .price .price-final {
          padding: 30px 30px;
          display: inline-flex;
          width: 100%; }
          .licenses-types-cards .card-left .price .price-final div:nth-child(1) {
            font-weight: bold;
            font-size: 25px;
            line-height: 52px;
            color: #3f4858; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .price .price-final div:nth-child(1) {
                font-weight: bold;
                font-size: 14px;
                line-height: 25px; } }
          .licenses-types-cards .card-left .price .price-final div:nth-child(2) {
            margin-left: auto;
            text-align: end; }
            .licenses-types-cards .card-left .price .price-final div:nth-child(2) .price-final-value {
              font-weight: 500;
              font-size: 25px;
              line-height: 52px;
              color: #0db02b; }
              @media (max-width: 1280px) {
                .licenses-types-cards .card-left .price .price-final div:nth-child(2) .price-final-value {
                  font-weight: 500;
                  font-size: 14px;
                  line-height: 25px; } }
            .licenses-types-cards .card-left .price .price-final div:nth-child(2) .price-final-comment {
              font-weight: normal;
              font-size: 18px;
              line-height: 26px;
              color: #716c80; }
              @media (max-width: 1280px) {
                .licenses-types-cards .card-left .price .price-final div:nth-child(2) .price-final-comment {
                  font-weight: normal;
                  font-size: 8px;
                  line-height: 12px; } }
          .licenses-types-cards .card-left .price .price-final .arrow:not(.resp) {
            position: absolute;
            right: 7%;
            bottom: 5%;
            margin-top: 15px; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .price .price-final .arrow:not(.resp) {
                display: none; } }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) {
                .licenses-types-cards .card-left .price .price-final .arrow:not(.resp) {
                  left: 57% !important;
                  right: unset;
                  bottom: unset; } } }
          .licenses-types-cards .card-left .price .price-final .arrow.resp {
            display: none; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .price .price-final .arrow.resp {
                display: block;
                position: absolute; } }
        .licenses-types-cards .card-left .price .price-row {
          display: flex; }
          .licenses-types-cards .card-left .price .price-row .price-text {
            font-weight: 600;
            font-size: 18px;
            line-height: 56px;
            text-align: left;
            color: #3f4858; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .price .price-row .price-text {
                font-weight: normal;
                font-size: 11px;
                letter-spacing: -0.01em;
                line-height: 22px;
                width: 50%; } }
          .licenses-types-cards .card-left .price .price-row .price-price {
            margin-left: auto;
            font-weight: bold;
            font-size: 18px;
            line-height: 57px;
            text-align: right;
            color: #3f4858; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-left .price .price-row .price-price {
                font-weight: bold;
                font-size: 11px;
                letter-spacing: -0.01em;
                line-height: 22px;
                align-self: flex-end; } }
      .licenses-types-cards .card-left .row-button {
        width: 100%;
        justify-content: space-between;
        display: flex;
        margin-top: 15px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-left .row-button {
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 9px;
            margin-top: 0; } }
        @media (max-width: 767px) {
          .licenses-types-cards .card-left .row-button {
            display: block; } }
        .licenses-types-cards .card-left .row-button .dot-button {
          padding: 15px 62px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-left .row-button .dot-button {
              padding: 20px 27px; } }
          @media (max-width: 767px) {
            .licenses-types-cards .card-left .row-button .dot-button {
              display: block;
              margin: 10px;
              text-align: center; } }
          .licenses-types-cards .card-left .row-button .dot-button:hover {
            cursor: pointer; }
      .licenses-types-cards .card-left .licence-month_container {
        max-width: 300px; }
      .licenses-types-cards .card-left .licence-turnover_container {
        max-width: 300px; }
    .licenses-types-cards .card-right {
      margin-left: -20px;
      margin-top: 20px;
      padding: 85px 26px 64px 21px;
      background: rgba(225, 228, 237, 0.3);
      border: 1px solid #d1d3dc; }
      @media (max-width: 1280px) {
        .licenses-types-cards .card-right {
          margin: 0px 0px;
          width: 100%;
          padding: 47px 45px; } }
      .licenses-types-cards .card-right .title {
        font-weight: bold;
        font-size: 30px;
        letter-spacing: -0.02em;
        line-height: 70px;
        text-align: center;
        color: #3f4858; }
      .licenses-types-cards .card-right .subtitle {
        margin-left: auto;
        margin-right: auto;
        font-weight: normal;
        font-size: 19px;
        letter-spacing: 0.01em;
        line-height: 25px;
        text-align: center;
        color: #3f4858; }
      .licenses-types-cards .card-right .licence {
        text-align: center; }
        .licenses-types-cards .card-right .licence .image {
          max-width: 280px; }
          @media (max-width: 1280px) {
            .licenses-types-cards .card-right .licence .image {
              max-width: 200px; } }
        .licenses-types-cards .card-right .licence .usecases {
          text-align: center; }
          .licenses-types-cards .card-right .licence .usecases-title {
            font-weight: bold;
            font-size: 25px;
            line-height: 31px;
            color: #3f4858; }
          .licenses-types-cards .card-right .licence .usecases-list {
            justify-content: center;
            display: flex; }
            .licenses-types-cards .card-right .licence .usecases-list ul {
              text-align: left;
              list-style-type: none;
              margin-left: 7%;
              padding-left: 0; }
              @media (max-width: 1280px) {
                .licenses-types-cards .card-right .licence .usecases-list ul {
                  margin-left: 0; } }
              .licenses-types-cards .card-right .licence .usecases-list ul li {
                font-weight: normal;
                font-size: 18px;
                line-height: 31px; }
                @media (max-width: 1280px) {
                  .licenses-types-cards .card-right .licence .usecases-list ul li {
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 23px; } }
                .licenses-types-cards .card-right .licence .usecases-list ul li img {
                  width: 16px;
                  height: 14px;
                  margin-right: 10px; }
                  @media (max-width: 1280px) {
                    .licenses-types-cards .card-right .licence .usecases-list ul li img {
                      width: 12px;
                      height: 10px; } }
      .licenses-types-cards .card-right .row-button {
        width: 100%;
        align-content: center;
        display: flex;
        margin-top: 35px; }
        @media (max-width: 1280px) {
          .licenses-types-cards .card-right .row-button {
            font-weight: normal;
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 22px;
            width: 110%;
            margin-left: -5%; } }
        .licenses-types-cards .card-right .row-button a {
          margin-left: auto;
          margin-right: auto; }
          .licenses-types-cards .card-right .row-button a .dot-button {
            padding: 15px 32px;
            transition: all .3s; }
            @media (max-width: 1280px) {
              .licenses-types-cards .card-right .row-button a .dot-button {
                padding: 13px 25px;
                font-size: 14px; } }
            .licenses-types-cards .card-right .row-button a .dot-button:hover {
              cursor: pointer;
              color: white;
              background-color: #0084f4; }
            .licenses-types-cards .card-right .row-button a .dot-button--blue {
              color: #0084f4;
              border-radius: 25px;
              background: transparent;
              border: 2px solid #0084f4; }
  .licenses-types-cards .title-between {
    display: none; }
    @media (max-width: 1280px) {
      .licenses-types-cards .title-between {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        letter-spacing: -0.02em;
        line-height: 39px;
        margin-top: 45px;
        margin-bottom: 20px; } }
  .licenses-types-cards .left {
    width: 75%; }
    @media (max-width: 1280px) {
      .licenses-types-cards .left {
        width: 100%; } }
  .licenses-types-cards .right {
    flex-direction: column;
    overflow: hidden;
    width: 25%; }
    @media (max-width: 1280px) {
      .licenses-types-cards .right {
        width: 100%; } }
    .licenses-types-cards .right .after_texts {
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      @media (max-width: 1280px) {
        .licenses-types-cards .right .after_texts {
          display: none; } }
      .licenses-types-cards .right .after_texts .after_text_block {
        flex-direction: row;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; }
        .licenses-types-cards .right .after_texts .after_text_block img {
          max-width: 35px;
          max-height: 35px; }
        .licenses-types-cards .right .after_texts .after_text_block .text {
          font-weight: 500;
          font-size: 18px;
          line-height: 28px;
          text-align: left;
          color: #3f4858;
          max-width: 195px;
          margin-left: 27px; }
  @media (min-width: 1440px) {
    .licenses-types-cards .hardware img {
      width: 20vw; } }
  @media (min-width: 1280px) and (max-width: 1440px) {
    .licenses-types-cards {
      margin-left: auto;
      margin-right: auto; }
      .licenses-types-cards .hardware img {
        width: 20vw; }
      .licenses-types-cards .card-left .price .arrow {
        left: 78% !important; } }
  @media (min-width: 1391px) and (max-width: 1440px) {
    .licenses-types-cards .price .arrow.resp {
      left: 78% !important; } }
  @media (min-width: 1281px) and (max-width: 1390px) {
    .licenses-types-cards .price .arrow.resp {
      left: 78% !important; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    .licenses-types-cards .card {
      width: 600px !important;
      margin-left: auto;
      margin-right: auto; }
    .licenses-types-cards .price .arrow.resp {
      left: 520px !important;
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .licenses-types-cards .price .arrow.resp {
      margin-left: 80px !important;
      margin-top: 10px !important; } }
  @media (min-width: 1100px) and (max-width: 1113px) {
    .licenses-types-cards .price .arrow.resp {
      left: 71% !important;
      margin-top: 10px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .licenses-types-cards .price .arrow.resp {
      margin-top: 10px;
      left: 72% !important; }
    @supports (-moz-appearance: none) {
      .licenses-types-cards .price .arrow.resp {
        margin-top: unset;
        left: 520px !important; } } }

@media all and (min-width: 1024px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .licenses-types-cards .price .arrow.resp {
    margin-top: 10px;
    left: 520px !important; } }

.dot-faq-widget .elementor-accordion-item {
  border: none !important;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .dot-faq-widget .elementor-accordion-item {
      margin-bottom: 0px; } }
  .dot-faq-widget .elementor-accordion-item .elementor-tab-title {
    padding: 27px 50px 27px 50px;
    margin-bottom: 8px;
    font-family: "Gotham", Sans-serif;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 33px !important;
    color: #716c80;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e2e2e2; }
    @media (max-width: 767px) {
      .dot-faq-widget .elementor-accordion-item .elementor-tab-title {
        font-size: 12px;
        letter-spacing: -0.01em;
        line-height: 17px !important;
        padding: 19px 50px 15px 19px;
        display: flex;
        align-items: center; } }
    .dot-faq-widget .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
      color: #0DB02B; }
      @media (max-width: 767px) {
        .dot-faq-widget .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
          position: absolute;
          right: 30px; } }

.dot-faq-widget .elementor-tab-content {
  padding-left: 50px !important;
  padding-right: 50px !important;
  border: none !important;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e2e2e2 !important;
  font-family: "Gotham", Sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  color: #716c80; }
  .dot-faq-widget .elementor-tab-content div {
    padding-bottom: 20px; }
  .dot-faq-widget .elementor-tab-content a {
    text-decoration: underline;
    color: #0084F4; }
    .dot-faq-widget .elementor-tab-content a:hover {
      color: #3F4858; }
  @media (max-width: 767px) {
    .dot-faq-widget .elementor-tab-content {
      font-size: 12px;
      letter-spacing: -0.01em;
      line-height: 17px !important;
      padding-left: 19px !important;
      padding-right: 19px !important; } }
  .dot-faq-widget .elementor-tab-content .dot-more-info {
    font-family: "Gotham", Sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #0db02b; }
    @media (max-width: 767px) {
      .dot-faq-widget .elementor-tab-content .dot-more-info {
        font-size: 10px;
        letter-spacing: -0.01em;
        line-height: 17px !important; } }
    .dot-faq-widget .elementor-tab-content .dot-more-info:after {
      font-family: eicons;
      content: '\e87d';
      margin-left: 10px; }

.dot-slider-container {
  font-family: "Gotham", Sans-serif; }
  .dot-slider-container .slider-item {
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .dot-slider-container .slider-item {
        height: 580px; } }
  .dot-slider-container .item-header {
    height: 75px;
    color: #716C80;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; }
    @media (max-width: 767px) {
      .dot-slider-container .item-header {
        height: 60px;
        line-height: 24px; } }
  .dot-slider-container .item-title {
    color: #3F4858;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .dot-slider-container .item-title {
        font-size: 20px;
        margin-bottom: 0; } }
  .dot-slider-container .item-content {
    height: 190px;
    overflow: hidden;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
    line-height: 33px;
    color: #5B5766;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .dot-slider-container .item-content {
        height: 325px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 14px;
        line-height: 23px;
        -webkit-line-clamp: 14; } }
  .dot-slider-container .item-author {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .dot-slider-container .item-author--name {
      color: #3A3A3A;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px; }
    .dot-slider-container .item-author--title {
      color: #5B5766;
      font-size: 16px;
      font-weight: 400;
      line-height: 21px; }
    .dot-slider-container .item-author--image {
      margin-bottom: 10px;
      width: 140px;
      height: 140px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 70px; }
  .dot-slider-container .swiper-button-prev, .dot-slider-container .swiper-button-next {
    width: 47px;
    height: 47px;
    top: 25%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .dot-slider-container .swiper-button-prev, .dot-slider-container .swiper-button-next {
        height: 29px;
        width: 29px;
        top: 27%; } }
  .dot-slider-container .swiper-button-prev {
    background-image: url("images/slider_prev.svg");
    left: 0; }
  .dot-slider-container .swiper-button-next {
    background-image: url("images/slider_next.svg");
    right: 0; }

.hardware-table-widget {
  font-family: "Gotham", Sans-serif;
  padding: 0px 10px; }
  .hardware-table-widget .header {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .hardware-table-widget .header .title {
      flex-grow: 0;
      font-weight: bold;
      font-size: 26px;
      line-height: 37px;
      color: #3f4858;
      margin-right: 24px; }
    .hardware-table-widget .header .line {
      flex-grow: 1;
      background-color: #0db02b;
      height: 2px; }
  .hardware-table-widget .table {
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    .hardware-table-widget .table .row {
      display: flex;
      flex-direction: row; }
      @media (max-width: 767px) {
        .hardware-table-widget .table .row {
          flex-direction: column; } }
      .hardware-table-widget .table .row .tag {
        position: absolute;
        background-color: #0084F4;
        padding: 0 15px;
        border-top-right-radius: 55px;
        border-bottom-right-radius: 55px;
        margin-top: 20px;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.03em;
        line-height: 30px;
        text-align: left;
        color: #fff; }
        @media (max-width: 767px) {
          .hardware-table-widget .table .row .tag {
            margin-top: 20px; } }
      .hardware-table-widget .table .row .image-product {
        flex: 21%;
        align-items: center;
        border: 1px #E2E2E2 solid;
        border-radius: 10px;
        display: flex;
        min-height: 230px;
        max-height: 230px; }
        @media (max-width: 767px) {
          .hardware-table-widget .table .row .image-product {
            justify-content: center;
            min-height: 70vw;
            max-height: 70vw; } }
        @media (max-width: 767px) {
          .hardware-table-widget .table .row .image-product img {
            max-height: 50vw; } }
      .hardware-table-widget .table .row .info {
        flex: 41%;
        padding: 10px 20px 0px 40px;
        display: flex;
        flex-direction: column; }
        @media (max-width: 767px) {
          .hardware-table-widget .table .row .info {
            padding: 10px 0; } }
        .hardware-table-widget .table .row .info a {
          height: 100%;
          display: flex;
          flex-direction: column; }
        .hardware-table-widget .table .row .info-title {
          font-weight: bold;
          font-size: 22px;
          line-height: 23px;
          text-align: left;
          color: #3f4858; }
        .hardware-table-widget .table .row .info-descr {
          margin-top: 10px;
          font-weight: normal;
          font-size: 16px;
          letter-spacing: -0.02em;
          line-height: 27px;
          text-align: left;
          color: #716c80; }
        .hardware-table-widget .table .row .info-spacer {
          flex: 1;
          display: flex; }
        .hardware-table-widget .table .row .info-price {
          display: flex;
          flex-direction: row; }
          @media (max-width: 767px) {
            .hardware-table-widget .table .row .info-price {
              margin-top: 40px; } }
          .hardware-table-widget .table .row .info-price-more {
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            color: #0db02b;
            display: flex;
            align-items: center; }
          .hardware-table-widget .table .row .info-price-values {
            display: flex;
            flex-direction: column;
            margin-left: auto; }
            .hardware-table-widget .table .row .info-price-values-novat {
              font-weight: bold;
              font-size: 20px;
              line-height: 24px;
              text-align: left;
              color: #3f4858; }
              @media (max-width: 767px) {
                .hardware-table-widget .table .row .info-price-values-novat {
                  text-align: center; } }
            .hardware-table-widget .table .row .info-price-values-vat {
              font-size: 12px;
              text-align: left;
              color: #333; }
      .hardware-table-widget .table .row .licences {
        flex: 38%;
        padding-top: 10px; }
        @media (max-width: 767px) {
          .hardware-table-widget .table .row .licences {
            margin-top: 10px; } }
        .hardware-table-widget .table .row .licences-title {
          font-weight: normal;
          font-size: 17px;
          line-height: 23px;
          text-align: left;
          color: #3f4858; }
        .hardware-table-widget .table .row .licences-prices {
          display: flex;
          flex-direction: row;
          margin-top: 20px; }
          .hardware-table-widget .table .row .licences-prices-block {
            flex: 31%;
            background-color: #F6F7FA;
            border-radius: 5px;
            padding: 20px 5px; }
            .hardware-table-widget .table .row .licences-prices-block .title {
              font-weight: bold;
              font-size: 17px;
              line-height: 24px;
              text-align: center; }
              @media (max-width: 767px) {
                .hardware-table-widget .table .row .licences-prices-block .title {
                  font-size: 13px; } }
            .hardware-table-widget .table .row .licences-prices-block .price {
              font-weight: bold;
              font-size: 19px;
              line-height: 23px;
              text-align: center;
              color: #3f4858;
              white-space: nowrap; }
              @media (max-width: 767px) {
                .hardware-table-widget .table .row .licences-prices-block .price {
                  font-size: 14px; } }
          .hardware-table-widget .table .row .licences-prices-block:nth-child(2) {
            margin-left: 1%;
            margin-right: 1%; }
    .hardware-table-widget .table .separator {
      margin: 20px 0px;
      border-top: 1px #F6F7FA solid;
      border-bottom: none; }
      @media (max-width: 767px) {
        .hardware-table-widget .table .separator {
          margin: 35px 0px; } }
    .hardware-table-widget .table .separator:last-child {
      display: none; }

.accessories-table-widget {
  font-family: "Gotham", Sans-serif;
  padding: 0px 10px; }
  .accessories-table-widget .header {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .accessories-table-widget .header .title {
      flex-grow: 0;
      font-weight: bold;
      font-size: 26px;
      line-height: 37px;
      color: #3f4858;
      margin-right: 24px; }
    .accessories-table-widget .header .line {
      flex-grow: 1;
      background-color: #0db02b;
      height: 2px; }
  .accessories-table-widget .table {
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    .accessories-table-widget .table .row {
      display: flex;
      flex-direction: row; }
      @media (max-width: 767px) {
        .accessories-table-widget .table .row {
          flex-direction: column; } }
      .accessories-table-widget .table .row .tag {
        position: absolute;
        background-color: #0084F4;
        padding: 0 15px;
        border-top-right-radius: 55px;
        border-bottom-right-radius: 55px;
        margin-top: 20px;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.03em;
        line-height: 30px;
        text-align: left;
        color: #fff; }
      .accessories-table-widget .table .row .image-product {
        flex: 21%;
        align-items: center;
        border: 1px #E2E2E2 solid;
        border-radius: 10px;
        display: flex;
        min-height: 230px;
        max-height: 230px; }
        @media (max-width: 767px) {
          .accessories-table-widget .table .row .image-product {
            justify-content: center;
            min-height: 70vw;
            max-height: 70vw; } }
        @media (max-width: 767px) {
          .accessories-table-widget .table .row .image-product img {
            max-height: 50vw; } }
      .accessories-table-widget .table .row .info {
        flex: 79%;
        padding: 10px 20px 0px 40px;
        display: flex;
        flex-direction: column; }
        @media (max-width: 767px) {
          .accessories-table-widget .table .row .info {
            padding: 10px 0; } }
        .accessories-table-widget .table .row .info a {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center; }
        .accessories-table-widget .table .row .info-title {
          font-weight: bold;
          font-size: 22px;
          line-height: 23px;
          text-align: left;
          color: #3f4858; }
        .accessories-table-widget .table .row .info-descr {
          margin-top: 10px;
          font-weight: normal;
          font-size: 16px;
          letter-spacing: -0.02em;
          line-height: 27px;
          text-align: left;
          color: #716c80; }
        .accessories-table-widget .table .row .info-price {
          display: flex;
          flex-direction: row; }
          @media (max-width: 767px) {
            .accessories-table-widget .table .row .info-price {
              margin-top: 40px; } }
          .accessories-table-widget .table .row .info-price-more {
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            color: #0db02b;
            display: flex;
            align-items: center; }
          .accessories-table-widget .table .row .info-price-values {
            display: flex;
            flex-direction: column;
            margin-left: auto; }
            .accessories-table-widget .table .row .info-price-values-novat {
              font-weight: bold;
              font-size: 20px;
              line-height: 24px;
              text-align: right;
              color: #3f4858; }
              @media (max-width: 767px) {
                .accessories-table-widget .table .row .info-price-values-novat {
                  text-align: center; } }
            .accessories-table-widget .table .row .info-price-values-vat {
              font-size: 12px;
              text-align: right;
              color: #333; }
    .accessories-table-widget .table .separator {
      margin: 20px 0px;
      border-top: 1px #F6F7FA solid;
      border-bottom: none; }
      @media (max-width: 767px) {
        .accessories-table-widget .table .separator {
          margin: 35px 0px; } }
    .accessories-table-widget .table .separator:last-child {
      display: none; }

.dot-sector {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 1365px) {
    .dot-sector {
      justify-content: center; } }
  @media (max-width: 767px) {
    .dot-sector {
      align-items: center;
      flex-direction: column; } }
  .dot-sector-item {
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 395px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 1629px) {
      .dot-sector-item {
        width: 24%; } }
    @media (max-width: 1365px) {
      .dot-sector-item {
        max-width: 35%;
        width: 100%;
        margin-bottom: 20px; }
        .dot-sector-item:nth-child(odd) {
          margin-bottom: 20px;
          margin-right: 20px; } }
    @media (max-width: 1009px) {
      .dot-sector-item {
        max-width: 320px; } }
    @media (max-width: 767px) {
      .dot-sector-item {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0 !important; } }
    .dot-sector-item-wrapper {
      width: 100%; }
    .dot-sector-item-icon {
      padding-top: 1.6em;
      padding-bottom: 1.6em;
      display: flex; }
      @media (max-width: 767px) {
        .dot-sector-item-icon {
          padding-top: 25px;
          padding-bottom: 15px; } }
      .dot-sector-item-icon svg {
        height: 50px; }
        @media (max-width: 767px) {
          .dot-sector-item-icon svg {
            height: 40px; } }
  .dot-sector-heading {
    margin-bottom: 10px;
    display: flex; }
  .dot-sector-text {
    padding-bottom: 1.6em;
    text-align: left; }
    .dot-sector-text.cut-text {
      -webkit-line-clamp: 4; }
    .dot-sector-text ul {
      padding-left: 1em; }
      .dot-sector-text ul a {
        display: block; }
  .dot-sector a {
    color: #716C80; }
    .dot-sector a:hover {
      text-decoration: underline; }
    .dot-sector a.dot-sector-heading-href {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      color: #0DB02B;
      padding: 6px; }

.dot-blog {
  display: flex;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px; }
  .dot-blog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    @media (max-width: 767px) {
      .dot-blog-categories {
        justify-content: flex-start; } }
    .dot-blog-categories-container {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-left: 20px;
      padding-right: 20px; }
    .dot-blog-categories--button {
      border-radius: 25px;
      padding: 0;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 15px;
      height: 50px;
      background-color: white;
      border: 2px #CCCCCC solid;
      outline: 0;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.1s linear;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent; }
      .dot-blog-categories--button:hover {
        background-color: #707070; }
        .dot-blog-categories--button:hover > a {
          color: white; }
      .dot-blog-categories--button.active {
        background-color: #707070; }
        .dot-blog-categories--button.active > a {
          color: white; }
      @media (max-width: 767px) {
        .dot-blog-categories--button {
          height: 40px;
          margin-bottom: 8px; } }
      .dot-blog-categories--button > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #333333;
        font-family: "Gotham", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        padding-left: 25px;
        padding-right: 25px; }
        @media (max-width: 767px) {
          .dot-blog-categories--button > a {
            line-height: 36px; } }
  .dot-blog-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .dot-blog-content-container {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-left: 20px;
      padding-right: 20px; }
  .dot-blog-item {
    min-height: 715px;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .dot-blog-item {
        min-height: 477px; } }
    .dot-blog-item--image {
      height: 370px;
      border-radius: 10px;
      background: grey no-repeat center;
      background-size: cover; }
      @media (max-width: 767px) {
        .dot-blog-item--image {
          height: 225px; } }
    .dot-blog-item--categories {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .dot-blog-item--categories {
          margin-top: 15px; } }
    .dot-blog-item--heading a {
      color: #3F4858; }
      .dot-blog-item--heading a:hover {
        color: #0DB02B; }
    .dot-blog-item--heading, .dot-blog-item--date, .dot-blog-item--excerpt {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .dot-blog-item--heading, .dot-blog-item--date, .dot-blog-item--excerpt {
          margin-top: 10px; } }
    @media (max-width: 767px) {
      .dot-blog-item--excerpt.cut-text {
        -webkit-line-clamp: 3; } }
    .dot-blog-item--detail {
      transition: all .3s;
      margin: auto 0 0;
      padding: 0;
      border: solid 2px transparent; }
      .dot-blog-item--detail > div {
        transition: all .3s;
        text-align: center;
        display: inline-block;
        height: 100%;
        width: 100%; }
  .dot-blog-pagination {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%; }
    .dot-blog-pagination--more {
      transition: all .3s;
      margin: 0 auto;
      padding: 0;
      background-color: white;
      border: solid 2px transparent; }
      .dot-blog-pagination--more > div {
        transition: all .3s;
        display: inline-block;
        text-align: center;
        height: 100%;
        width: 100%; }
    .dot-blog-pagination--pages {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .dot-blog-pagination--pages {
          display: none; } }
      .dot-blog-pagination--pages-page {
        height: 32px;
        width: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 10px;
        background-color: white;
        font-family: "Gotham", Sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-left: 12px; }
        .dot-blog-pagination--pages-page.active {
          pointer-events: none;
          color: white !important; }

.product_info {
  font-family: "Gotham", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #716c80;
  /* Style the tab */
  /* Style the respo tab */
  /* Style the tab content */ }
  .product_info .tabs {
    overflow: hidden;
    background-color: #F9F9FB;
    display: flex;
    flex-direction: row;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* Style the buttons that are used to open the tab content */
    /* Change background color of buttons on hover */
    /* Create an active/current tablink class */ }
    @media (max-width: 767px) {
      .product_info .tabs {
        display: none; } }
    .product_info .tabs button {
      font-size: 20px;
      color: #3f485830;
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 30px 5px;
      transition: 0.3s;
      border-bottom: 4px solid #E5E8EA;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      font-family: "Gotham", Sans-serif; }
      @media (max-width: 767px) {
        .product_info .tabs button {
          font-size: 18px; } }
    .product_info .tabs button:hover {
      background-color: #e7e7e7; }
    .product_info .tabs button.active {
      color: #3f4858;
      border-bottom: 4px solid #0DB02B; }
    .product_info .tabs .spacer {
      border-bottom: 4px solid #E5E8EA; }
      @media (max-width: 767px) {
        .product_info .tabs .spacer {
          border-bottom: unset; } }
      .product_info .tabs .spacer.left {
        width: 40px; }
      .product_info .tabs .spacer.right {
        flex: 1; }
  .product_info .tabs-respo {
    display: none;
    overflow: hidden;
    background-color: #F9F9FB;
    flex-direction: row;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 20px;
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    /* Style the buttons that are used to open the tab content */
    /* Change background color of buttons on hover */
    /* Create an active/current tablink class */ }
    @media (max-width: 767px) {
      .product_info .tabs-respo {
        display: flex; } }
    .product_info .tabs-respo button {
      font-size: 18px;
      color: #3f485830;
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 20px 5px;
      transition: 0.3s;
      border-bottom: 4px solid #E5E8EA;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 55vw;
      white-space: nowrap; }
    .product_info .tabs-respo button:hover {
      background-color: #e7e7e7; }
    .product_info .tabs-respo button.active {
      color: #3f4858;
      border-bottom: 4px solid #0DB02B; }
    .product_info .tabs-respo .spacer {
      border-bottom: 4px solid #E5E8EA;
      flex-grow: 0;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .product_info .tabs-respo .spacer {
          border-bottom: unset; } }
      .product_info .tabs-respo .spacer.left {
        width: 35px; }
      .product_info .tabs-respo .spacer.left:first-child {
        width: 10px; }
      .product_info .tabs-respo .spacer.right {
        width: 35px; }
  .product_info .tabcontent {
    padding: 6px 12px;
    border-top: none;
    background-color: #F9F9FB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .product_info .tabcontent#dot_description_content ul {
      list-style: none;
      margin-left: 30px;
      margin-top: 40px; }
      @media (max-width: 767px) {
        .product_info .tabcontent#dot_description_content ul {
          margin-left: 0;
          width: 90%; } }
      .product_info .tabcontent#dot_description_content ul li {
        margin-top: 10px; }
        .product_info .tabcontent#dot_description_content ul li::before {
          content: "\2022";
          color: #0DB02B;
          font-weight: bold;
          width: 1em;
          margin-left: -1em; }
          @media (max-width: 767px) {
            .product_info .tabcontent#dot_description_content ul li::before {
              margin-left: -1.3em; } }
        .product_info .tabcontent#dot_description_content ul li span {
          margin-left: 20px;
          font-weight: 500;
          font-size: 18px;
          color: #716c80; }
          @media (max-width: 767px) {
            .product_info .tabcontent#dot_description_content ul li span {
              font-size: 14px;
              margin-left: 13px; } }
    .product_info .tabcontent#dot_description_content .spacer {
      height: 60px; }
    .product_info .tabcontent#dot_compare_content table {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      border-collapse: collapse; }
      .product_info .tabcontent#dot_compare_content table tr {
        height: 70px; }
        .product_info .tabcontent#dot_compare_content table tr td:first-child {
          padding-left: 20px;
          font-weight: normal;
          text-decoration: none;
          font-size: 18px;
          line-height: 28px;
          color: #716c80; }
        .product_info .tabcontent#dot_compare_content table tr td:not(:first-child) {
          text-align: center;
          font-weight: normal;
          font-size: 18px;
          color: #716c80; }
      .product_info .tabcontent#dot_compare_content table thead tr td:first-child {
        width: 40%; }
      .product_info .tabcontent#dot_compare_content table tbody tr:first-child td:first-child {
        font-weight: bold; }
      .product_info .tabcontent#dot_compare_content table tbody tr:nth-child(odd) {
        background-color: white; }
      .product_info .tabcontent#dot_compare_content table tbody tr td {
        line-height: 15px; }
        .product_info .tabcontent#dot_compare_content table tbody tr td p {
          margin-top: 0;
          margin-bottom: 0; }
      .product_info .tabcontent#dot_compare_content table .dot_smaller_text {
        font-weight: normal;
        font-size: 12px;
        color: #716c80;
        line-height: 10px; }
    .product_info .tabcontent#dot_compare_content .table_respo {
      display: none;
      flex-direction: column;
      margin: 20px 0; }
      .product_info .tabcontent#dot_compare_content .table_respo .block {
        display: flex;
        flex-direction: column; }
        .product_info .tabcontent#dot_compare_content .table_respo .block:nth-child(odd) {
          background-color: white; }
        .product_info .tabcontent#dot_compare_content .table_respo .block-header {
          padding: 20px 20px 20px 20px;
          display: flex;
          flex-direction: row; }
          .product_info .tabcontent#dot_compare_content .table_respo .block-header_title {
            flex: 0.7;
            font-weight: normal;
            text-decoration: underline;
            font-size: 14px;
            letter-spacing: -0.01em;
            line-height: 21px;
            text-align: left;
            color: #716c80; }
          .product_info .tabcontent#dot_compare_content .table_respo .block-header_icon {
            flex: 0.3;
            display: flex;
            justify-content: end; }
            .product_info .tabcontent#dot_compare_content .table_respo .block-header_icon div {
              margin-left: auto;
              margin-top: auto;
              margin-bottom: auto; }
        .product_info .tabcontent#dot_compare_content .table_respo .block-body {
          display: none;
          flex-direction: row;
          padding-bottom: 20px; }
          .product_info .tabcontent#dot_compare_content .table_respo .block-body_section {
            flex: 1;
            text-align: center;
            display: inline-block;
            width: 32%;
            vertical-align: top;
            font-weight: normal;
            font-size: 12px;
            letter-spacing: -0.01em;
            line-height: 15px;
            color: #716c80;
            padding: 0 10px; }
            .product_info .tabcontent#dot_compare_content .table_respo .block-body_section p {
              margin-top: 0;
              margin-bottom: 0; }
            .product_info .tabcontent#dot_compare_content .table_respo .block-body_section .dot_smaller_text {
              font-weight: normal;
              font-size: 10px;
              line-height: 14px;
              color: #716c80; }
    @media (max-width: 767px) {
      .product_info .tabcontent#dot_compare_content table {
        display: none; }
      .product_info .tabcontent#dot_compare_content .table_respo {
        display: flex; } }
    .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container {
      margin: 30px; }
      .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul {
        list-style: none;
        margin-top: 20px;
        margin-bottom: 20px; }
        .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul li {
          margin-top: 10px; }
          .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul li::before {
            content: "\2022";
            color: #0DB02B;
            font-weight: bold;
            width: 1em;
            margin-left: -1em; }
            @media (max-width: 767px) {
              .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul li::before {
                margin-left: -1.3em; } }
          .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul li span {
            margin-left: 20px;
            font-weight: 500;
            font-size: 18px;
            color: #716c80; }
            @media (max-width: 767px) {
              .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container ul li span {
                font-size: 14px;
                margin-left: 13px; } }
      @media (max-width: 767px) {
        .product_info .tabcontent#dot_terminal_content .dot_terminal_content_container {
          margin-left: 0;
          font-size: 14px;
          width: 90%; } }
    .product_info .tabcontent#dot_terminal_content .spacer {
      height: 60px; }

.related_products {
  margin-top: 50px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .related_products {
      margin-top: 20px; } }
  .related_products .section_title {
    font-weight: 300;
    font-size: 72px;
    line-height: 69px;
    text-align: center;
    color: #0db02b; }
    @media (max-width: 767px) {
      .related_products .section_title {
        font-size: 30px;
        line-height: 40px; } }
  .related_products .cards {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 767px) {
      .related_products .cards {
        margin-top: 20px;
        flex-wrap: wrap; } }
    .related_products .cards .dot-product-table-content-item {
      width: calc((100% - (4 * 16px)) / 4);
      background-color: #FFFFFF;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #E2E2E2;
      box-shadow: 0px 0px 7px 0px #E1E4ED;
      position: relative;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 15px;
      border-radius: 10px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 60px 30px 30px;
      min-height: 390px;
      transition: all .1s ease-in-out; }
      @media (max-width: 767px) {
        .related_products .cards .dot-product-table-content-item {
          width: calc((100% - (2 * 10px)) / 2);
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 10px;
          padding: 25px 15px 20px;
          min-height: 205px; } }
      .related_products .cards .dot-product-table-content-item:hover {
        transform: scale(1.02); }
      .related_products .cards .dot-product-table-content-item[class*="visible-"] {
        display: flex; }
      @media (max-width: 767px) {
        .related_products .cards .dot-product-table-content-item {
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 10px;
          padding: 25px 15px 20px;
          min-height: 205px; } }
      .related_products .cards .dot-product-table-content-item--image {
        height: 172px;
        max-width: 250px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        align-self: center;
        margin: 0 auto auto;
        background-position: center; }
        @media (max-width: 767px) {
          .related_products .cards .dot-product-table-content-item--image {
            height: 84px; } }
      .related_products .cards .dot-product-table-content-item--title {
        font-family: "Gotham", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #716C80; }
        @media (max-width: 767px) {
          .related_products .cards .dot-product-table-content-item--title {
            font-size: 11px;
            line-height: 15px; } }
      .related_products .cards .dot-product-table-content-item--spacer {
        width: 17%;
        height: 2px;
        border-radius: 1px;
        margin-top: 15px;
        margin-bottom: 20px;
        background-color: #0DB02B; }
        @media (max-width: 767px) {
          .related_products .cards .dot-product-table-content-item--spacer {
            margin-top: 6px;
            margin-bottom: 8px; } }
      .related_products .cards .dot-product-table-content-item-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-height: 48px;
        height: 100%;
        overflow: hidden; }
        @media (max-width: 767px) {
          .related_products .cards .dot-product-table-content-item-info {
            max-height: 28px; } }
        .related_products .cards .dot-product-table-content-item-info-price {
          display: flex;
          flex-direction: column; }
          .related_products .cards .dot-product-table-content-item-info-price--notax {
            font-family: "Gotham", Sans-serif;
            font-size: 19px;
            font-weight: 800;
            line-height: 24px;
            color: #3F4858; }
            @media (max-width: 767px) {
              .related_products .cards .dot-product-table-content-item-info-price--notax {
                font-size: 14px;
                line-height: 15px; } }
          .related_products .cards .dot-product-table-content-item-info-price--tax {
            margin-top: -6px;
            font-family: "Gotham", Sans-serif;
            font-size: 12px;
            font-weight: 300;
            line-height: 30px;
            color: #333333; }
            @media (max-width: 767px) {
              .related_products .cards .dot-product-table-content-item-info-price--tax {
                font-size: 8px;
                line-height: 30px; } }
        .related_products .cards .dot-product-table-content-item-info--stock {
          margin: auto 0;
          font-family: "Gotham", Sans-serif;
          font-size: 13px;
          font-weight: 300;
          line-height: 30px; }
          @media (max-width: 767px) {
            .related_products .cards .dot-product-table-content-item-info--stock {
              font-size: 8px;
              line-height: 14px; } }
          .related_products .cards .dot-product-table-content-item-info--stock.in-stock {
            color: #0DB02B; }
          .related_products .cards .dot-product-table-content-item-info--stock.not-in-stock {
            color: #B00D1B; }
      .related_products .cards .dot-product-table-content-item--new {
        position: absolute;
        padding-left: 22px;
        padding-right: 22px;
        top: 23px;
        left: 0;
        color: #FFFFFF;
        line-height: 27px;
        height: 27px;
        border-top-right-radius: calc(27px / 2);
        border-bottom-right-radius: calc(27px / 2);
        font-family: "Gotham", Sans-serif;
        font-size: 12px;
        font-weight: 500;
        background-color: #0084F4; }
        @media (max-width: 767px) {
          .related_products .cards .dot-product-table-content-item--new {
            padding-left: 11px;
            padding-right: 11px;
            top: 11px; } }

.product_price {
  display: flex;
  flex-direction: column; }
  .product_price .prices-header {
    margin-bottom: 10px;
    color: #0DB02B;
    text-align: center; }
  .product_price .meta {
    display: flex; }
    .product_price .meta .counter {
      flex: 0.5; }
      .product_price .meta .counter .controls {
        display: flex;
        /* Firefox */ }
        .product_price .meta .counter .controls .quantity-value {
          border: none;
          width: 45px;
          text-align: center;
          margin: auto 10px;
          font-weight: bold;
          font-size: 16px;
          color: #3f4858;
          /* Chrome, Safari, Edge, Opera */ }
          .product_price .meta .counter .controls .quantity-value::-webkit-outer-spin-button, .product_price .meta .counter .controls .quantity-value::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .product_price .meta .counter .controls input[type=number] {
          -moz-appearance: textfield; }
        .product_price .meta .counter .controls .control {
          width: 23px;
          height: 23px;
          background-color: #F1F1F1;
          color: #0DB02B;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .product_price .meta .counter .controls .control:hover {
            cursor: pointer; }
          @media (max-width: 767px) {
            .product_price .meta .counter .controls .control.control-more {
              margin-right: auto; } }
    .product_price .meta .stock {
      flex: 0.5;
      text-align: end; }
      .product_price .meta .stock .instock {
        font-weight: 300;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: #0db02b; }
        @media (max-width: 767px) {
          .product_price .meta .stock .instock {
            font-size: 8px;
            line-height: 10px; } }
      .product_price .meta .stock .outofstock {
        font-weight: 300;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: #b00d1b; }
        @media (max-width: 767px) {
          .product_price .meta .stock .outofstock {
            font-size: 8px;
            line-height: 10px; } }
  .product_price .prices {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 1024px) {
      .product_price .prices {
        flex-wrap: wrap; } }
    @media (max-width: 560px) {
      .product_price .prices {
        flex-direction: column; } }
    .product_price .prices .meta {
      display: block; }
      .product_price .prices .meta .counter {
        display: flex;
        justify-content: center; }
      .product_price .prices .meta .stock {
        text-align: center; }
    .product_price .prices .price-box {
      display: flex;
      flex-direction: column;
      width: calc((100% - (4 * 16px)) / 4);
      position: relative;
      border: 1px solid #DFDFDF;
      box-shadow: 0px 0px 7px 0px #e1e4ed;
      box-sizing: border-box;
      padding: 20px 30px 6px;
      margin: 15px 8px;
      border-radius: 10px;
      background: #FFF; }
      @media (max-width: 1024px) {
        .product_price .prices .price-box {
          width: calc((100% - (2 * 16px)) / 2); } }
      @media (max-width: 560px) {
        .product_price .prices .price-box {
          width: calc(100% - 16px);
          padding: 20px 16px 6px; } }
      .product_price .prices .price-box-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 22px;
        font-weight: 800;
        color: #3F4858;
        padding-bottom: 10px;
        min-height: 70px; }
      .product_price .prices .price-box-body {
        display: flex;
        flex-flow: column;
        min-height: 224px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 2px solid #F6F7FA; }
        .product_price .prices .price-box-body .product_image {
          text-align: center; }
        .product_price .prices .price-box-body .meta {
          justify-content: center; }
        .product_price .prices .price-box-body .you-save-license {
          text-align: center;
          padding-top: 10px;
          font-size: 14px;
          line-height: 22px;
          color: #0DB02B; }
        .product_price .prices .price-box-body .lease {
          display: flex;
          flex-direction: column;
          text-align: center;
          margin-top: 20px;
          color: #0DB02B; }
          .product_price .prices .price-box-body .lease-text {
            font-size: 22px;
            font-weight: 800; }
          .product_price .prices .price-box-body .lease-license {
            padding-top: 10px;
            font-size: 14px;
            line-height: 22px; }
            .product_price .prices .price-box-body .lease-license-value {
              white-space: nowrap; }
        .product_price .prices .price-box-body .total_without_vat {
          margin-top: 16px;
          font-weight: 800;
          font-size: 28px;
          line-height: 30px;
          color: #FFF;
          letter-spacing: 2px; }
        .product_price .prices .price-box-body .total_with_vat {
          font-weight: 300;
          font-size: 16px;
          line-height: 24px;
          color: #FFF; }
        .product_price .prices .price-box-body .summary {
          display: block;
          float: none;
          width: 100%;
          text-align: left;
          margin-bottom: auto; }
          .product_price .prices .price-box-body .summary-hw, .product_price .prices .price-box-body .summary-license, .product_price .prices .price-box-body .summary-dotypay {
            padding: 8px;
            display: flex; }
          .product_price .prices .price-box-body .summary .summary-name {
            padding: 0px 8px; }
          .product_price .prices .price-box-body .summary .summary-count {
            padding: 0px 8px; }
        .product_price .prices .price-box-body .totals {
          margin-top: auto; }
      .product_price .prices .price-box-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #3F4858;
        padding: 10px 0;
        margin-top: auto;
        min-height: 76px;
        border-top: 2px solid #F6F7FA; }
        .product_price .prices .price-box-footer .without_vat {
          font-weight: 800;
          font-size: 24px;
          line-height: 30px;
          color: #3F4858; }
          .product_price .prices .price-box-footer .without_vat-text {
            font-size: 16px;
            font-weight: 400; }
        .product_price .prices .price-box-footer .with_vat {
          font-weight: 300;
          font-size: 13px;
          line-height: 24px;
          color: #3F4858; }
        .product_price .prices .price-box-footer .transaction {
          display: flex; }
          .product_price .prices .price-box-footer .transaction-text {
            flex: 1;
            text-align: left;
            font-size: 14px;
            border-right: 2px solid #F6F7FA; }
          .product_price .prices .price-box-footer .transaction-value {
            flex: 1;
            font-size: 24px;
            line-height: 34px;
            font-weight: 800; }
        .product_price .prices .price-box-footer .dot-button {
          width: 100%;
          padding: 12px;
          margin-bottom: 6px; }
      .product_price .prices .price-box:last-of-type {
        background: #0DB02B;
        border: 2px solid #0DB02B; }
        .product_price .prices .price-box:last-of-type .price-box-header {
          color: #FFF; }
        .product_price .prices .price-box:last-of-type .price-box-body {
          text-align: center;
          border-top: 2px solid rgba(246, 247, 250, 0.4);
          border-bottom: none;
          color: #FFF; }
          .product_price .prices .price-box:last-of-type .price-box-body .no-terminal {
            padding-top: 54px; }
        .product_price .prices .price-box:last-of-type .price-box-footer {
          border-top: none; }
    .product_price .prices .prices-left {
      display: flex;
      width: 50%; }
      .product_price .prices .prices-left .price-free {
        margin-bottom: auto;
        flex: 0.75;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        color: #0db02b; }
      .product_price .prices .prices-left .price-notfree {
        margin-bottom: auto;
        display: flex;
        flex-direction: column;
        flex: 0.85;
        font-weight: 500;
        font-size: 22px;
        line-height: 19px;
        color: #0DB02B; }
        @media (max-width: 767px) {
          .product_price .prices .prices-left .price-notfree {
            flex: 0.95; } }
        .product_price .prices .prices-left .price-notfree .row {
          display: flex;
          flex-direction: row; }
        .product_price .prices .prices-left .price-notfree .price-value_hardware_vat {
          margin-top: 5px;
          font-weight: 300;
          font-size: 13px;
          line-height: 19px;
          text-align: left;
          color: #3f4858; }
      .product_price .prices .prices-left .plus-icon {
        flex: 0.25;
        align-items: center;
        display: flex; }
        .product_price .prices .prices-left .plus-icon img {
          width: 27px;
          height: 27px; }
    .product_price .prices .prices-right {
      width: 50%; }
      .product_price .prices .prices-right .without_vat {
        font-weight: 500;
        font-size: 20px;
        line-height: 19px;
        color: #3f4858; }
      .product_price .prices .prices-right .with_vat, .product_price .prices .prices-right .by_months {
        margin-top: 5px;
        font-weight: 300;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        color: #3f4858; }
      .product_price .prices .prices-right .with_vat {
        margin-top: 5px; }
  .product_price .line {
    margin-top: 10px;
    border: none;
    border-top: 1px solid #e3e3e3; }
  .product_price .actions {
    margin-top: 30px;
    display: flex;
    flex-direction: row; }
    @media (max-width: 992px) {
      .product_price .actions {
        flex-direction: column;
        margin-top: 20px; } }
    .product_price .actions .action {
      flex: 0.5; }
    .product_price .actions .simple_price .price-value {
      font-weight: 500;
      font-size: 20px;
      line-height: 19px; }
    .product_price .actions .simple_price .price-value_vat, .product_price .actions .simple_price .price-value_vat_value {
      font-weight: 300;
      font-size: 13px;
      line-height: 19px; }
    .product_price .actions .btn {
      margin-top: 15px;
      margin-bottom: 20px;
      margin-right: 2%;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        .product_price .actions .btn {
          text-align: left;
          margin-top: 35px; } }
  .product_price .plus-icon img {
    width: 27px;
    height: 27px; }

.big {
  font-weight: bold;
  font-size: 28px;
  color: #3F4858; }
  @media (max-width: 767px) {
    .big {
      font-size: 23px; } }

.dot-eshop-progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .dot-eshop-progress-bar-left, .dot-eshop-progress-bar-cart {
    width: 100%; }
  .dot-eshop-progress-bar-categories {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 680px;
    width: 100%;
    height: 75px; }
    .dot-eshop-progress-bar-categories > a {
      transition: all 0.2s linear;
      position: absolute;
      right: 130px;
      top: 10px;
      color: #0DB02B;
      background: rgba(0, 0, 0, 0);
      border-color: #0DB02B;
      font-weight: 500; }
      @media (max-width: 1300px) {
        .dot-eshop-progress-bar-categories > a {
          right: 0;
          position: relative;
          top: 0;
          height: 54px;
          align-self: center; } }
      @media (max-width: 1430px) {
        .dot-eshop-progress-bar-categories > a {
          right: 20px; } }
      .dot-eshop-progress-bar-categories > a:hover {
        color: white;
        background-color: #0DB02B; }
    .dot-eshop-progress-bar-categories-category {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      .dot-eshop-progress-bar-categories-category--icon {
        height: 50px;
        width: 50px;
        border: 4px solid;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center; }
      .dot-eshop-progress-bar-categories-category--text {
        position: absolute;
        bottom: 0; }

.dot-product-table-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .dot-product-table-filters {
      justify-content: flex-start;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 24px; } }
  .dot-product-table-filters-button {
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
    height: 50px;
    background-color: white;
    border: 1px #CCCCCC solid;
    outline: 0;
    cursor: pointer;
    color: #333333;
    transition: all 0.1s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 767px) {
      .dot-product-table-filters-button {
        height: 40px;
        margin-bottom: 6px; } }
    .dot-product-table-filters-button.active {
      background-color: #707070;
      color: white; }

.dot-product-table-content {
  display: flex;
  flex-wrap: wrap; }
  .dot-product-table-content-item {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 30px 30px;
    min-height: 390px;
    transition: all .1s ease-in-out; }
    .dot-product-table-content-item:hover {
      transform: scale(1.02); }
    .dot-product-table-content-item[class*="visible-"] {
      display: flex; }
    @media (max-width: 767px) {
      .dot-product-table-content-item {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 25px 15px 20px;
        min-height: 205px; } }
    .dot-product-table-content-item-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      max-height: 48px;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .dot-product-table-content-item-info {
          max-height: 28px; } }
      .dot-product-table-content-item-info-price {
        display: flex;
        flex-direction: column; }
        .dot-product-table-content-item-info-price--tax {
          margin-top: -6px; }
      .dot-product-table-content-item-info--stock {
        margin: auto 0; }
    .dot-product-table-content-item--new {
      position: absolute;
      padding-left: 22px;
      padding-right: 22px;
      top: 23px;
      left: 0; }
      @media (max-width: 767px) {
        .dot-product-table-content-item--new {
          padding-left: 11px;
          padding-right: 11px;
          top: 11px; } }
    .dot-product-table-content-item--spacer {
      width: 17%;
      height: 2px;
      border-radius: 1px;
      margin-top: 15px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .dot-product-table-content-item--spacer {
          margin-top: 6px;
          margin-bottom: 8px; } }
    .dot-product-table-content-item--image {
      height: 172px;
      max-width: 250px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      align-self: center;
      margin: 0 auto auto;
      background-position: center; }
      @media (max-width: 767px) {
        .dot-product-table-content-item--image {
          height: 84px; } }

.stepper, .stepper.respo {
  width: 60%;
  max-width: 1000px;
  margin-left: 20%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .stepper, .stepper.respo {
      display: none; } }
  .stepper .steps, .stepper.respo .steps {
    display: flex;
    flex-direction: row; }
    .stepper .steps a, .stepper.respo .steps a {
      text-decoration: none; }
    .stepper .steps .step .number, .stepper.respo .steps .step .number {
      margin-left: auto;
      margin-right: auto;
      margin-top: -25px;
      height: 50px;
      width: 50px;
      background-color: #0db02b;
      border: 3px solid #e2e2e2;
      border-radius: 25px;
      text-align: center;
      line-height: 45px;
      font-weight: 500;
      font-size: 15px;
      color: #fff; }
      .stepper .steps .step .number img, .stepper.respo .steps .step .number img {
        width: 16px; }
    .stepper .steps .step .step-label, .stepper.respo .steps .step .step-label {
      position: absolute;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.03em;
      line-height: 13px;
      text-align: center;
      color: #d0c9d6;
      margin-top: 10px; }
    .stepper .steps .step.passed .number, .stepper.respo .steps .step.passed .number {
      padding-top: 3px; }
    .stepper .steps .step.active .step-label, .stepper.respo .steps .step.active .step-label {
      color: #3e4756; }
    .stepper .steps .step.future .number, .stepper.respo .steps .step.future .number {
      background-color: white;
      color: #e2e2e2; }
    .stepper .steps hr, .stepper.respo .steps hr {
      flex: 1;
      height: 2px; }
      .stepper .steps hr.passed, .stepper.respo .steps hr.passed {
        border-color: #00b100; }
      .stepper .steps hr.future, .stepper.respo .steps hr.future {
        border: 1px solid #b4eac3; }
  .stepper .labels, .stepper.respo .labels {
    display: flex;
    margin-top: 18px; }
    .stepper .labels .label, .stepper.respo .labels .label {
      font-weight: 500;
      font-size: 14px;
      line-height: 13px;
      color: #3f4858;
      width: 33.3%;
      flex: 1; }
    .stepper .labels hr, .stepper.respo .labels hr {
      flex: 1;
      height: 0px;
      color: transparent; }

.stepper.respo {
  display: none; }
  @media (max-width: 767px) {
    .stepper.respo {
      display: flex;
      width: 100%;
      margin-left: 0; } }
  .stepper.respo .arrow {
    margin-top: -6px;
    margin-right: 10px;
    margin-left: -5px; }
  .stepper.respo .label {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; }
  .stepper.respo hr.passed {
    border-top: 3px solid #00b100; }
  .stepper.respo hr.future {
    border-top: 3px solid #b4eac3 !important; }

.order_table table {
  border: none !important; }
  @media (max-width: 767px) {
    .order_table table {
      margin-bottom: 0; } }
  .order_table table thead tr {
    background-color: #0084f4; }
    .order_table table thead tr th {
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      background-color: #0084f4; }
      .order_table table thead tr th:first-child {
        border-radius: 5px 0 0 5px; }
      .order_table table thead tr th:last-child {
        border-radius: 0 5px 5px 0; }
    .order_table table thead tr .product-remove {
      width: 1%; }
    .order_table table thead tr .product-thumbnail {
      color: #fff;
      text-align: left;
      padding-left: 50px;
      vertical-align: middle;
      display: table-cell; }
    .order_table table thead tr .product-name {
      width: 40%; }
    .order_table table thead tr .product-price {
      width: 15%;
      text-align: end;
      padding-right: 30px;
      color: #fff; }
    .order_table table thead tr .product-quantity {
      width: 10%;
      text-align: end;
      color: #fff;
      padding-right: 20px; }
    .order_table table thead tr .product-subtotal {
      width: 18%;
      text-align: end;
      padding-right: 30px;
      color: #fff; }
  @media (max-width: 767px) {
    .order_table table tbody tr:not(:first-child) {
      border-top: 1px solid #f6f7f8;
      margin-top: 10px;
      padding-top: 15px; }
    .order_table table tbody td {
      border-top: unset !important;
      text-align: center !important; } }
  .order_table table tbody .product-remove {
    display: revert !important; }
    @media (max-width: 767px) {
      .order_table table tbody .product-remove {
        display: none !important; } }
    .order_table table tbody .product-remove a.remove {
      color: #ff4252;
      font-weight: 300; }
      .order_table table tbody .product-remove a.remove:hover {
        color: #ff4252 !important;
        background-color: white; }
  .order_table table tbody .product-thumbnail {
    display: table-cell !important;
    align-items: center; }
    .order_table table tbody .product-thumbnail img {
      width: 130px; }
    @media (max-width: 767px) {
      .order_table table tbody .product-thumbnail {
        display: block !important; } }
  .order_table table tbody .product-remove-respo {
    display: none !important; }
    @media (max-width: 767px) {
      .order_table table tbody .product-remove-respo {
        display: flex !important; } }
    .order_table table tbody .product-remove-respo a.remove {
      color: #ff4252;
      font-weight: 300; }
      @media (max-width: 767px) {
        .order_table table tbody .product-remove-respo a.remove {
          margin-left: auto;
          margin-right: auto; } }
      .order_table table tbody .product-remove-respo a.remove:hover {
        color: #ff4252 !important;
        background-color: white; }
  @media (max-width: 767px) {
    .order_table table tbody .product-name {
      padding-right: 30px; } }
  .order_table table tbody .product-name .name {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
    color: #716c80; }
  .order_table table tbody .product-name .variation {
    font-weight: 350;
    font-size: 16px;
    text-align: left;
    color: #716c80; }
    @media (max-width: 767px) {
      .order_table table tbody .product-name .variation {
        text-align: center; } }
  .order_table table tbody .product-name .benefits {
    list-style-image: unset;
    padding-left: 0; }
    @media (max-width: 767px) {
      .order_table table tbody .product-name .benefits {
        text-align: start; } }
    .order_table table tbody .product-name .benefits-item {
      margin-left: 15px;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #707070; }
      .order_table table tbody .product-name .benefits-item::marker {
        color: #0DB02B; }
  .order_table table tbody .product-price {
    text-align: end;
    padding-right: 30px;
    font-weight: normal;
    font-size: 16px;
    color: #716c80; }
  .order_table table tbody .product-quantity {
    text-align: end; }
    @media (max-width: 767px) {
      .order_table table tbody .product-quantity {
        padding-right: 30px; } }
    .order_table table tbody .product-quantity .quantity {
      display: none; }
    .order_table table tbody .product-quantity .controls {
      display: flex; }
      .order_table table tbody .product-quantity .controls .quantity-value {
        margin: 0 10px;
        width: 45px;
        background: transparent;
        text-align: center;
        border: none;
        font-weight: bold;
        font-size: 16px;
        color: #3f4858;
        /*Firefox*/
        -moz-appearance: textfield;
        /* Chrome, Safari, Edge, Opera */ }
        .order_table table tbody .product-quantity .controls .quantity-value.hidden {
          display: none; }
        .order_table table tbody .product-quantity .controls .quantity-value::-webkit-outer-spin-button, .order_table table tbody .product-quantity .controls .quantity-value::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .order_table table tbody .product-quantity .controls .control {
        width: 23px;
        height: 23px;
        background-color: #F1F1F1;
        color: #0DB02B;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .order_table table tbody .product-quantity .controls .control:hover {
          cursor: pointer; }
        .order_table table tbody .product-quantity .controls .control.control-less {
          margin-left: auto; }
        @media (max-width: 767px) {
          .order_table table tbody .product-quantity .controls .control.control-more {
            margin-right: auto; } }
        .order_table table tbody .product-quantity .controls .control.hidden {
          display: none; }
  .order_table table tbody .product-subtotal {
    text-align: end;
    padding-right: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #3f4858; }
  .order_table table tbody tr.bundle-row-1 {
    background-color: #F6F7FA !important; }
    .order_table table tbody tr.bundle-row-1 td {
      background-color: #F6F7FA !important;
      border-top: 1px solid #d3cfcf; }
    .order_table table tbody tr.bundle-row-1 td:first-child {
      border-left: 1px solid #d3cfcf;
      border-top-left-radius: 3px; }
    .order_table table tbody tr.bundle-row-1 td:last-child {
      border-right: 1px solid #d3cfcf;
      border-top-right-radius: 3px; }
    @media (max-width: 767px) {
      .order_table table tbody tr.bundle-row-1 td {
        border: unset !important; } }
  .order_table table tbody tr.bundle-row-2 {
    background-color: #F6F7FA !important; }
    .order_table table tbody tr.bundle-row-2 td {
      background-color: #F6F7FA !important; }
    .order_table table tbody tr.bundle-row-2 td:first-child {
      border-left: 1px solid #d3cfcf; }
    .order_table table tbody tr.bundle-row-2 td:last-child {
      border-right: 1px solid #d3cfcf; }
    .order_table table tbody tr.bundle-row-2 .product-price {
      text-align: end;
      padding-right: 30px;
      font-weight: normal;
      font-size: 16px;
      color: #afaeb1; }
    .order_table table tbody tr.bundle-row-2 .product-subtotal {
      text-align: end;
      padding-right: 30px;
      font-weight: bold;
      font-size: 20px;
      color: #908e94; }
    @media (max-width: 767px) {
      .order_table table tbody tr.bundle-row-2 {
        margin-top: 0;
        padding-top: 0;
        border-top: 1px solid #c8c8c8 !important; }
        .order_table table tbody tr.bundle-row-2 td {
          border: unset !important; } }
  .order_table table tbody tr.bundle-row-3 {
    background-color: #F6F7FA !important; }
    .order_table table tbody tr.bundle-row-3 td {
      background-color: #F6F7FA !important;
      border-bottom: 1px solid #d3cfcf; }
    .order_table table tbody tr.bundle-row-3 td:first-child {
      border-left: 1px solid #d3cfcf;
      border-bottom-left-radius: 3px; }
    .order_table table tbody tr.bundle-row-3 td:last-child {
      border-right: 1px solid #d3cfcf;
      border-bottom-right-radius: 3px; }
    .order_table table tbody tr.bundle-row-3 .product-price {
      text-align: end;
      padding-right: 30px;
      font-weight: normal;
      font-size: 16px;
      color: #afaeb1; }
    .order_table table tbody tr.bundle-row-3 .product-subtotal {
      text-align: end;
      padding-right: 30px;
      font-weight: bold;
      font-size: 20px;
      color: #908e94; }
    @media (max-width: 767px) {
      .order_table table tbody tr.bundle-row-3 {
        margin-top: 0;
        padding-top: 0;
        border-top: 1px solid #c8c8c8 !important; }
        .order_table table tbody tr.bundle-row-3 td {
          border: unset !important; } }
  .order_table table tbody tr.dotypay {
    width: 100%; }
    .order_table table tbody tr.dotypay td {
      flex-direction: row;
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .order_table table tbody tr.dotypay td {
          padding-top: 10px;
          padding-bottom: unset; } }
      .order_table table tbody tr.dotypay td .dotypay_btn {
        display: block;
        right: unset;
        margin-top: -14px; }
        .order_table table tbody tr.dotypay td .dotypay_btn::before {
          content: unset; }
      .order_table table tbody tr.dotypay td .label {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 28px;
        color: #716c80; }
        @media (max-width: 767px) {
          .order_table table tbody tr.dotypay td .label {
            font-size: 16px; } }
    .order_table table tbody tr.dotypay td.dotypay_td {
      padding-left: 55px; }
      @media (max-width: 767px) {
        .order_table table tbody tr.dotypay td.dotypay_td {
          margin-left: 30%; } }
  .order_table table tbody tr:last-child .actions {
    padding-top: 50px; }
    .order_table table tbody tr:last-child .actions .coupon #coupon_code {
      height: 50px;
      width: 260px;
      border-radius: 26px;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .order_table table tbody tr:last-child .actions .coupon #coupon_code {
          width: 70%; } }
    .order_table table tbody tr:last-child .actions .coupon button {
      height: 50px;
      margin-left: -50px;
      color: #fff;
      border-color: #0DB02B;
      padding-top: 12px;
      background-color: #0DB02B;
      transition: 0.3s all; }
      .order_table table tbody tr:last-child .actions .coupon button:hover {
        cursor: pointer;
        color: #0DB02B;
        background-color: #fff;
        border-color: #0DB02B; }
      @media (max-width: 767px) {
        .order_table table tbody tr:last-child .actions .coupon button {
          position: absolute;
          left: 70%;
          border: 2px; } }
    .order_table table tbody tr:last-child .actions .update_cart_btn {
      display: none; }
  .order_table table tbody tr:last-child .prices-td {
    padding-top: 50px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .order_table table tbody tr:last-child .prices-td {
        padding-top: 10px; } }
    .order_table table tbody tr:last-child .prices-td .coupons {
      margin-top: 10px; }
      .order_table table tbody tr:last-child .prices-td .coupons .item-external-coupon {
        color: #716c80;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        padding-left: 26px; }
      .order_table table tbody tr:last-child .prices-td .coupons .item {
        display: flex; }
        .order_table table tbody tr:last-child .prices-td .coupons .item .item-name {
          flex: 0.8;
          font-weight: 500;
          font-size: 16px;
          text-align: left;
          color: #716c80;
          margin-top: auto;
          margin-bottom: auto; }
          @media (max-width: 1024px) {
            .order_table table tbody tr:last-child .prices-td .coupons .item .item-name {
              font-size: 14px; } }
        .order_table table tbody tr:last-child .prices-td .coupons .item .item-price {
          letter-spacing: 0.03em;
          line-height: 28px;
          font-weight: 500;
          font-size: 16px;
          color: #716c80;
          flex: 0.4;
          text-align: end;
          margin-top: auto;
          margin-bottom: auto; }
          @media (max-width: 1024px) {
            .order_table table tbody tr:last-child .prices-td .coupons .item .item-price {
              font-size: 14px; } }
    .order_table table tbody tr:last-child .prices-td .prices {
      padding-top: 20px; }
      .order_table table tbody tr:last-child .prices-td .prices .price_without_vat, .order_table table tbody tr:last-child .prices-td .prices .price_with_vat {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #716c80; }
        @media (max-width: 1024px) {
          .order_table table tbody tr:last-child .prices-td .prices .price_without_vat, .order_table table tbody tr:last-child .prices-td .prices .price_with_vat {
            font-size: 14px; } }
      .order_table table tbody tr:last-child .prices-td .prices .price_with_vat {
        margin-top: 25px; }
      .order_table table tbody tr:last-child .prices-td .prices .price_without_vat_value {
        margin-left: auto;
        font-weight: bold;
        font-size: 20px;
        text-align: right;
        color: #0db02b; }
        @media (max-width: 1024px) {
          .order_table table tbody tr:last-child .prices-td .prices .price_without_vat_value {
            font-size: 18px; } }
      .order_table table tbody tr:last-child .prices-td .prices .price_with_vat_value {
        margin-left: auto;
        font-weight: 500;
        font-size: 16px;
        text-align: right;
        color: #716c80; }
        @media (max-width: 1024px) {
          .order_table table tbody tr:last-child .prices-td .prices .price_with_vat_value {
            font-size: 14px; } }
      .order_table table tbody tr:last-child .prices-td .prices hr {
        border: unset;
        border-top: 1px solid #E2E3E3;
        margin-top: 30px; }

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: unset; }

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: white; }

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: center !important; } }

.cart_navigation_buttons {
  display: flex; }
  @media (max-width: 767px) {
    .cart_navigation_buttons {
      flex-direction: column; } }
  .cart_navigation_buttons .left {
    display: flex;
    flex: 0.5; }
    @media (max-width: 767px) {
      .cart_navigation_buttons .left {
        flex: 1; } }
    .cart_navigation_buttons .left .dot-button--blue {
      color: #33A0FF;
      border-color: #33A0FF;
      background-color: #ffffff; }
    .cart_navigation_buttons .left .dot-button--blue:hover {
      color: #fff;
      border-color: #fff;
      background-color: #33A0FF; }
  .cart_navigation_buttons .right {
    display: flex;
    flex: 0.5; }
    @media (max-width: 767px) {
      .cart_navigation_buttons .right {
        flex: 1;
        margin-top: 20px; } }
    .cart_navigation_buttons .right .spacer {
      flex: 1; }
      @media (max-width: 767px) {
        .cart_navigation_buttons .right .spacer {
          display: none; } }
  .cart_navigation_buttons .dot-button:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    .cart_navigation_buttons a {
      width: 100%;
      text-align: center; }
      .cart_navigation_buttons a div {
        font-size: 15px; }
    .cart_navigation_buttons .dot-button {
      width: 100%;
      display: inline-block; } }

.cart_card {
  background-color: #F6F7FA;
  border-radius: 5px;
  height: 100%; }
  .cart_card .header {
    background-color: #0084F4;
    padding: 10px 20px;
    display: flex;
    font-size: 16px;
    text-align: left;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .cart_card .header .right {
      margin-left: auto; }
  .cart_card .body {
    display: flex;
    flex-direction: column;
    padding: 20px 20px; }

.delivery_card .option, .payment_card .option {
  display: flex;
  padding: 10px 0; }
  .delivery_card .option:not(:first-child), .payment_card .option:not(:first-child) {
    margin-top: 10px; }
  .delivery_card .option .left .title, .payment_card .option .left .title {
    display: flex; }
    .delivery_card .option .left .title .radio, .payment_card .option .left .title .radio {
      margin-top: -4px;
      margin-right: 5px; }
  .delivery_card .option .left .address, .payment_card .option .left .address {
    margin-top: 5px; }
    .delivery_card .option .left .address a, .payment_card .option .left .address a {
      text-decoration: underline;
      font-weight: normal;
      font-size: 13px;
      color: #707070; }
  .delivery_card .option .right, .payment_card .option .right {
    margin-left: auto; }

.delivery_card .line, .payment_card .line {
  margin-top: 10px;
  color: #707070;
  border-top: unset; }

.delivery_card .info, .payment_card .info {
  font-weight: normal;
  font-size: 13px;
  margin-top: 20px; }
  .delivery_card .info .grey, .payment_card .info .grey {
    color: #707070; }
  .delivery_card .info .red, .payment_card .info .red {
    margin-top: 10px;
    color: #E94555; }

.payment_card .gateway {
  margin-bottom: 20px; }
  .payment_card .gateway .option .left label {
    margin-top: -5px;
    margin-left: 5px; }
  .payment_card .gateway .option .left .icon {
    width: 30px;
    height: 30px; }
  .payment_card .gateway .option .left .name {
    display: inline-flex;
    top: -10px;
    left: 5px;
    position: relative; }

.payment_card .description {
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  color: #707070; }

.payment_card .missing_shipment {
  text-align: center;
  margin-top: 20%;
  color: #707070; }

.final_price_card .header-green {
  padding-top: 12px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 28px;
  text-align: center;
  color: #0db02b; }

.final_price_card .body .section-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 28px;
  text-align: left;
  color: #3d4655;
  margin-bottom: 10px; }

.final_price_card .body .cart_content-product {
  display: flex; }
  @media (max-width: 1024px) {
    .final_price_card .body .cart_content-product {
      font-size: 14px; } }
  .final_price_card .body .cart_content-product .image img {
    width: 50px; }
  .final_price_card .body .cart_content-product .title {
    flex: 0.8;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px; }
  .final_price_card .body .cart_content-product .price {
    flex: 0.4;
    text-align: end;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap; }

.final_price_card .body .cart_content-single {
  background-color: #0DB02B;
  border: 2px solid #0DB02B;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 6px;
  color: #fff; }

.final_price_card .body .cart_content-bundle {
  background-color: #0DB02B;
  border-top: 2px solid #0DB02B;
  border-left: 2px solid #0DB02B;
  border-right: 2px solid #0DB02B;
  border-radius: 6px 6px 0 0;
  padding: 6px;
  color: #fff; }

.final_price_card .body .cart_content-bundle-item {
  border-left: 2px solid #0DB02B;
  border-right: 2px solid #0DB02B;
  padding: 6px;
  background-color: #fff; }

.final_price_card .body .cart_content-bundle-item-last {
  border-left: 2px solid #0DB02B;
  border-right: 2px solid #0DB02B;
  border-bottom: 2px solid #0DB02B;
  padding: 6px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin-bottom: 12px; }

.final_price_card .body .payment {
  margin-top: 10px; }
  .final_price_card .body .payment .item {
    display: flex; }
    .final_price_card .body .payment .item .item-name {
      font-weight: normal;
      font-size: 14px;
      letter-spacing: 0.03em;
      line-height: 28px;
      text-align: left;
      color: #3d4654; }
    .final_price_card .body .payment .item .item-price {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 28px;
      text-align: left;
      color: #4e5664;
      margin-left: auto; }

.final_price_card .body .line {
  margin: 25px 0px;
  color: #707070;
  border-top: unset; }

.final_price_card .body .coupons {
  margin-top: 10px; }
  .final_price_card .body .coupons .item-external-coupon {
    font-weight: normal;
    font-size: 14px;
    color: #3d4654;
    padding-left: 23px; }
  .final_price_card .body .coupons .item {
    display: flex; }
    .final_price_card .body .coupons .item .item-name {
      flex: 0.8;
      font-weight: normal;
      font-size: 14px;
      color: #3d4654;
      margin-top: auto;
      margin-bottom: auto; }
    .final_price_card .body .coupons .item .item-price {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 28px;
      color: #4e5664;
      flex: 0.4;
      text-align: end;
      margin-top: auto;
      margin-bottom: auto; }

.final_price_card .body .prices {
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: left;
  color: #4e5664; }
  @media (max-width: 1024px) {
    .final_price_card .body .prices {
      font-size: 14px; } }
  .final_price_card .body .prices .price_value {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 28px;
    text-align: left;
    color: #0db02b;
    margin-left: auto; }
    .final_price_card .body .prices .price_value.price_with_vat_value {
      font-size: 14px; }
      @media (max-width: 1024px) {
        .final_price_card .body .prices .price_value.price_with_vat_value {
          font-size: 12px; } }
  .final_price_card .body .prices .price_no_vat, .final_price_card .body .prices .price_with_vat {
    display: flex; }
  .final_price_card .body .prices .price_no_vat_value {
    font-size: 16px; }
    @media (max-width: 1024px) {
      .final_price_card .body .prices .price_no_vat_value {
        font-size: 14px; } }
  .final_price_card .body .prices .price_with_vat_value {
    color: #4e5664; }

.native_cart {
  display: none; }

@media (min-width: 768px) {
  .cart_cards_section .elementor-column {
    height: 100%; }
    .cart_cards_section .elementor-column .elementor-column-wrap {
      height: 100%; }
      .cart_cards_section .elementor-column .elementor-column-wrap .elementor-widget-wrap {
        height: 100%; }
        .cart_cards_section .elementor-column .elementor-column-wrap .elementor-widget-wrap .elementor-element {
          height: 100%; }
          .cart_cards_section .elementor-column .elementor-column-wrap .elementor-widget-wrap .elementor-element .elementor-widget-container {
            height: 100%; } }

@media (max-width: 767px) {
  .cartsLoadingBlock .cartsLoadingBlockTitle img {
    display: none !important; } }

.custom-cart-icon {
  background: transparent;
  border-radius: 0;
  color: #818a91;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  padding: 12px 24px;
  padding-right: 0;
  fill: #fff;
  text-align: center; }

.custom-cart-icon .elementor-button-text {
  margin-left: 45px;
  text-align: left;
  margin-right: .3em; }
  .custom-cart-icon .elementor-button-text .woocommerce-Price-amount {
    color: #303030; }
    @media (max-width: 800px) {
      .custom-cart-icon .elementor-button-text .woocommerce-Price-amount {
        display: none; } }
    .custom-cart-icon .elementor-button-text .woocommerce-Price-amount bdi {
      font-weight: 500;
      font-size: 12px; }

.custom-cart-icon .elementor-button-icon {
  position: absolute; }
  @media (max-width: 800px) {
    .custom-cart-icon .elementor-button-icon {
      margin-top: -6px; } }

.custom-cart-icon .elementor-button-icon::before {
  background-color: #0084f4;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  top: -1px;
  content: attr(data-counter);
  display: block;
  position: absolute;
  line-height: 1.5em;
  right: -.7em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px; }

.custom-cart-icon .elementor-button-icon .eicon::before {
  content: url("images/cart.svg");
  height: 30px;
  width: 30px; }

.dot-search-bar--footer {
  max-width: 263px; }
  .dot-search-bar--footer .fa-search:before {
    content: url("images/zoom-icon-dark.png"); }
  .dot-search-bar--footer input[type="search"]::-webkit-search-decoration,
  .dot-search-bar--footer input[type="search"]::-webkit-search-cancel-button,
  .dot-search-bar--footer input[type="search"]::-webkit-search-results-button,
  .dot-search-bar--footer input[type="search"]::-webkit-search-results-decoration {
    display: none; }
  .dot-search-bar--footer .elementor-search-form--skin-minimal .elementor-search-form__icon,
  .dot-search-bar--footer .elementor-search-form--skin-minimal .elementor-search-form__input {
    opacity: 1 !important; }
  .dot-search-bar--footer .elementor-search-form__input {
    text-align: right;
    color: white; }

.dot-search-bar--main .elementor-search-form__container {
  border-radius: 0 !important;
  background: none !important; }
  .dot-search-bar--main .elementor-search-form__container:before {
    display: block;
    box-sizing: border-box;
    content: url("images/zoom-icon-dark.png");
    padding: 19px;
    position: absolute; }
  .dot-search-bar--main .elementor-search-form__container input {
    border-radius: 50px !important; }
  .dot-search-bar--main .elementor-search-form__container button {
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all .3s !important;
    border: 2px solid #0DB02B !important; }
    .dot-search-bar--main .elementor-search-form__container button:hover {
      background-color: transparent !important;
      color: #0DB02B !important; }
  .dot-search-bar--main .elementor-search-form__container input {
    border: 2px solid #DFDFDF !important;
    margin-right: 5px !important;
    padding-left: 50px !important; }
  @media (max-width: 550px) {
    .dot-search-bar--main .elementor-search-form__container {
      display: flex;
      flex-direction: column; }
      .dot-search-bar--main .elementor-search-form__container button, .dot-search-bar--main .elementor-search-form__container input {
        line-height: 3.2rem !important;
        height: 50px !important;
        margin-top: 10px !important; }
      .dot-search-bar--main .elementor-search-form__container:before {
        padding: 14px; } }

.dot-search__upper-text {
  text-align: center;
  font-size: 22px; }

.dot-search__category-buttons {
  display: flex;
  justify-content: center;
  margin: 155px auto 50px; }
  .dot-search__category-buttons .dot-button {
    min-width: 260px;
    text-align: center;
    margin: 0 12px;
    border: 2px solid #0DB02B;
    color: #0DB02B;
    pointer-events: all; }
    .dot-search__category-buttons .dot-button:hover {
      color: white; }
    .dot-search__category-buttons .dot-button.active {
      pointer-events: none;
      border-color: #DFDFDF;
      color: #DFDFDF; }
  @media (max-width: 550px) {
    .dot-search__category-buttons {
      flex-direction: column;
      font-size: 18px;
      margin: 75px auto 30px; } }

.dot-search__pagination-buttons {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 25px; }
  .dot-search__pagination-buttons .dot-product-table-content-pagination,
  .dot-search__pagination-buttons .dot-search-result-rest-pagination {
    margin: 0 0 auto auto; }
  .dot-search__pagination-buttons .dot-search--more-button {
    border: solid 1px #0084F4;
    color: #0084F4; }
    .dot-search__pagination-buttons .dot-search--more-button:hover {
      color: white; }
  .dot-search__pagination-buttons .dot-search--pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .dot-search__pagination-buttons .dot-search--pagination__page {
      color: #0DB02B;
      border: 1px solid transparent; }
      .dot-search__pagination-buttons .dot-search--pagination__page span {
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 9px;
        margin-left: 2px; }
    .dot-search__pagination-buttons .dot-search--pagination__page.active span {
      color: white;
      background: #0DB02B;
      pointer-events: none; }

@media (max-width: 550px) {
  .dot-search-result--rest:not(:first-child) {
    margin-top: 10px !important; } }

.dot-search__results--rest li {
  list-style-image: none;
  list-style-type: disc;
  color: #0DB02B;
  font-size: 33px;
  line-height: 33px; }
  .dot-search__results--rest li a p {
    color: #3F4858;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    margin-block-end: 0.5em; }
  .dot-search__results--rest li ul {
    padding-left: 0; }
  .dot-search__results--rest li span {
    color: #716C80;
    font-size: 18px; }
  @media (max-width: 550px) {
    .dot-search__results--rest li {
      line-height: 20px; }
      .dot-search__results--rest li span {
        font-size: 16px; }
      .dot-search__results--rest li a p {
        font-size: 18px; } }

.dot-404-page .fa-search:before {
  content: url("images/zoom-icon-blue.png"); }

.consider-acquisition-widget {
  font-family: "Gotham", Sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto; }
  @media (max-width: 767px) {
    .consider-acquisition-widget {
      flex-direction: column; } }
  .consider-acquisition-widget .card {
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 620px;
    padding: 26px 35px;
    margin: 0 10px;
    justify-content: space-between;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 0 14px 7px #E1E4ED; }
    @media (min-width: 767px) and (max-width: 1240px) {
      .consider-acquisition-widget .card {
        width: 50%; } }
    @media (max-width: 767px) {
      .consider-acquisition-widget .card {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        margin: 0 auto 30px;
        padding: 15px 35px; } }
    .consider-acquisition-widget .card .title {
      font-weight: 600;
      margin-block-end: 0.5em;
      color: #3f4858; }
      @media (max-width: 767px) {
        .consider-acquisition-widget .card .title {
          font-size: 22px; } }
    .consider-acquisition-widget .card p {
      color: #6d7882;
      font-weight: lighter;
      font-size: 18px;
      line-height: 28px; }
      @media (max-width: 767px) {
        .consider-acquisition-widget .card p {
          font-size: 13px;
          line-height: 20px; } }
      .consider-acquisition-widget .card p a {
        text-decoration: underline;
        color: #0084F4; }
        .consider-acquisition-widget .card p a:hover {
          color: #3F4858; }
    .consider-acquisition-widget .card .image {
      justify-content: end;
      margin: auto; }
      .consider-acquisition-widget .card .image img {
        max-height: 350px; }
    .consider-acquisition-widget .card .button {
      margin-top: 12px; }
      .consider-acquisition-widget .card .button .dot-button {
        padding: 15px 62px;
        border-radius: 26px;
        border: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 500; }
        .consider-acquisition-widget .card .button .dot-button:hover {
          cursor: pointer; }
        .consider-acquisition-widget .card .button .dot-button--hover, .consider-acquisition-widget .card .button .dot-button--hover-green, .consider-acquisition-widget .card .button .dot-button--hover-blue {
          border: solid;
          border-width: 2px 2px 2px 2px;
          transition: all .3s; }
        .consider-acquisition-widget .card .button .dot-button--green {
          color: white;
          background-color: #0DB02B; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .consider-acquisition-widget .card .button .dot-button {
            padding: 15px 46px; } }
        @media (max-width: 767px) {
          .consider-acquisition-widget .card .button .dot-button {
            padding: 15px;
            border-radius: 8px;
            font-size: 14px; } }
      @media (max-width: 767px) {
        .consider-acquisition-widget .card .button {
          margin-bottom: 8px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .consider-acquisition-widget .card {
      width: 47%; } }

.bundle-collector-widget {
  font-family: "Gotham", Sans-serif;
  padding: 0px 10px; }
  .bundle-collector-widget .bundle-collector_container {
    background-color: #FFF;
    padding: 40px 60px;
    box-shadow: 0px 0px 7px 0px #e1e4ed;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #DFDFDF; }
    @media (max-width: 1350px) {
      .bundle-collector-widget .bundle-collector_container {
        padding: 10px; } }
    .bundle-collector-widget .bundle-collector_container .months {
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        .bundle-collector-widget .bundle-collector_container .months {
          flex-wrap: wrap; } }
      .bundle-collector-widget .bundle-collector_container .months-select {
        padding: 0.5em 0;
        margin: 0 1em;
        font-size: 1.2em;
        border-bottom: 3px solid transparent;
        color: #DFDFDF;
        font-weight: 600;
        cursor: pointer; }
      .bundle-collector-widget .bundle-collector_container .months .active {
        color: #3F4858;
        border-bottom: 3px solid #0DB02B; }
    .bundle-collector-widget .bundle-collector_container .bundle-license_container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .bundle-collector-widget .bundle-collector_container .bundle-license_container {
          display: block; } }
      .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box {
        width: calc((100% - (3 * 16px)) / 3);
        min-width: 370px;
        position: relative;
        box-shadow: 0px 0px 7px 0px #e1e4ed;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 2px solid transparent;
        border-radius: 10px;
        margin: 30px 8px;
        background: #FFF; }
        @media (max-width: 767px) {
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box {
            width: calc(100% - 16px); } }
        @media (max-width: 450px) {
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box {
            min-width: auto;
            margin: 20px 8px; } }
        .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-header {
          padding: 20px 30px;
          margin: -2px;
          border-radius: 7px 7px 0 0;
          color: #FFF;
          font-weight: 300;
          font-size: 1.4em;
          text-align: center; }
          @media (max-width: 450px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-header {
              padding: 20px 10px; } }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-header-license-name {
            font-weight: 700;
            text-transform: uppercase; }
        .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control {
          padding: 20px 30px;
          margin-bottom: -2px; }
          @media (max-width: 450px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control {
              padding: 20px 10px; } }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio {
            display: flex;
            flex-direction: row;
            font-size: 1.1em;
            color: #959595;
            font-weight: 400;
            cursor: pointer; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio.with-terminal {
              color: #fff; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio:nth-of-type(even) {
              border-top: 1px solid #F6F7FA;
              margin-top: 10px; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-input {
              display: flex;
              align-items: center;
              padding: 8px; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select {
              display: flex;
              align-items: center; }
              @media (max-width: 767px) {
                .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select {
                  flex-grow: 1; } }
              @media (max-width: 450px) {
                .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select {
                  flex-wrap: wrap; } }
              .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select-text {
                display: flex;
                align-items: center;
                padding: 8px; }
              .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select-price {
                padding: 8px;
                min-width: 125px;
                text-align: right;
                margin-left: auto; }
                @media (max-width: 450px) {
                  .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select-price {
                    margin: 0;
                    text-align: left;
                    padding: 0px 8px; }
                    .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select-price br {
                      display: none; } }
                .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio-select-price-value {
                  font-size: 1.2em;
                  font-weight: 600; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .license-radio .active {
              font-weight: 600; }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-control .selects .label {
            color: #fff; }
        .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-charge {
          padding: 20px 30px;
          color: #FFF;
          margin: -0 -2px; }
          @media (max-width: 359px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-charge {
              padding: 20px 10px; } }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-charge .transaction {
            display: flex;
            text-align: center; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-charge .transaction-text {
              flex: 1;
              display: flex;
              justify-content: center;
              text-align: left;
              border-right: 2px solid #F6F7FA;
              font-size: 14px; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-charge .transaction-value {
              flex: 1;
              font-size: 1.6em;
              line-height: 34px;
              font-weight: 800; }
        .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits {
          padding: 0 30px; }
          @media (max-width: 359px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits {
              padding: 0 10px; } }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-title {
            font-size: 1.1em;
            text-align: center;
            font-weight: 500;
            cursor: pointer;
            padding: 10px 0 16px;
            user-select: none; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-title::after {
              font-family: "Font Awesome 5 Free";
              content: "\f0d7"; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-title.active::after {
              content: "\f0d8"; }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content {
            display: none; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content.active {
              display: block; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content ul {
              list-style: none;
              padding-left: 0;
              margin-top: 0; }
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content li {
              margin-top: 10px;
              font-size: 17px;
              font-weight: 500;
              display: inline-flex; }
              .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content li img {
                max-width: 17px; }
              @media (max-width: 767px) {
                .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits-content li {
                  font-size: 13px; } }
          .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-benefits .name {
            margin-left: 10px; }
        .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-select {
          display: flex;
          padding: 0 30px 20px;
          border-radius: 0 0 10px 10px;
          justify-content: center; }
          @media (max-width: 359px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-select {
              display: block;
              padding: 0;
              margin: 20px auto;
              text-align: center; } }
          @media (max-width: 359px) {
            .bundle-collector-widget .bundle-collector_container .bundle-license_container .license-box-select-button {
              margin: 10px;
              display: block;
              padding: 15px; } }
    .bundle-collector-widget .bundle-collector_container .bundle-hardware {
      max-width: 900px;
      margin: 2em auto; }
      .bundle-collector-widget .bundle-collector_container .bundle-hardware .header {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .bundle-collector-widget .bundle-collector_container .bundle-hardware .header .title {
          flex-grow: 0;
          font-weight: bold;
          font-size: 26px;
          line-height: 37px;
          color: #3f4858;
          margin-right: 24px; }
        .bundle-collector-widget .bundle-collector_container .bundle-hardware .header .line {
          flex-grow: 1;
          background-color: #0db02b;
          height: 2px; }
      .bundle-collector-widget .bundle-collector_container .bundle-hardware .table {
        display: flex;
        flex-direction: column;
        margin-top: 20px; }
        .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row {
          display: flex;
          flex-direction: row;
          align-items: center; }
          @media (max-width: 767px) {
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row {
              display: block; } }
          .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .image {
            display: flex;
            position: relative;
            flex: 21%;
            border: 1px #E2E2E2 solid;
            border-radius: 10px;
            min-height: 198px;
            max-height: 198px; }
            @media (max-width: 767px) {
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .image {
                min-height: 70vw;
                max-height: 70vw;
                justify-content: center; } }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .image .tag {
              position: absolute;
              background-color: #0084F4;
              padding: 0 15px;
              border-top-right-radius: 55px;
              border-bottom-right-radius: 55px;
              margin-top: 20px;
              left: -1px;
              font-weight: 500;
              font-size: 11px;
              letter-spacing: 0.03em;
              line-height: 30px;
              text-align: left;
              color: #fff; }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .image-product {
              display: flex;
              align-items: center; }
              @media (max-width: 767px) {
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .image-product img {
                  max-height: 50vw; } }
          .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info {
            flex: 79%;
            padding: 10px 20px 0px 40px;
            display: flex;
            flex-direction: column; }
            @media (max-width: 767px) {
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info {
                padding: 10px 0; } }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info a {
              height: 100%;
              display: flex;
              flex-direction: column;
              justify-content: center; }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-title {
              font-weight: bold;
              font-size: 22px;
              line-height: 23px;
              color: #3f4858; }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr {
              display: flex;
              margin-top: 10px;
              font-weight: normal;
              font-size: 16px;
              letter-spacing: -0.02em;
              line-height: 27px;
              text-align: left;
              color: #716c80; }
              @media (max-width: 767px) {
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr {
                  display: block; } }
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-text {
                margin: 1em 2em 0 0; }
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price {
                display: flex;
                flex-direction: column;
                margin-left: auto;
                align-items: end;
                flex-shrink: 0; }
                @media (max-width: 767px) {
                  .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price {
                    display: block;
                    margin-top: 1em; } }
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price-novat {
                  font-weight: bold;
                  font-size: 20px;
                  line-height: 24px;
                  text-align: right;
                  color: #3f4858; }
                  @media (max-width: 767px) {
                    .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price-novat {
                      text-align: center; } }
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price-vat {
                  font-size: 12px;
                  text-align: right;
                  color: #333;
                  font-weight: 400; }
                  @media (max-width: 767px) {
                    .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-descr-price-vat {
                      text-align: center; } }
            .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control {
              display: flex;
              flex-direction: row-reverse;
              align-items: baseline; }
              @media (max-width: 767px) {
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control {
                  display: block;
                  margin: 0 auto; } }
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-more {
                font-weight: normal;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                display: flex;
                align-items: center; }
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-more a {
                  color: #0db02b; }
                @media (max-width: 767px) {
                  .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-more {
                    justify-content: center; } }
              .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-button {
                margin-top: 1.6em;
                margin-bottom: 1.6em;
                margin-left: auto; }
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-button .dot-button {
                  padding: 12px 30px; }
                .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .row .info-control-button .active {
                  background-color: #0DB02B;
                  color: #fff; }
        .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .separator {
          margin: 20px 0px;
          border-top: 1px #F6F7FA solid;
          border-bottom: none; }
        .bundle-collector-widget .bundle-collector_container .bundle-hardware .table .separator:last-of-type {
          display: none; }
    .bundle-collector-widget .bundle-collector_container .prices {
      margin: 50px 0; }
      .bundle-collector-widget .bundle-collector_container .prices-row {
        display: flex;
        justify-content: space-between;
        font-size: 1.2em;
        font-weight: 500;
        color: #716C80;
        margin: 1em; }
        @media (max-width: 450px) {
          .bundle-collector-widget .bundle-collector_container .prices-row {
            font-size: 0.9em; } }
      .bundle-collector-widget .bundle-collector_container .prices-value {
        min-width: 100px;
        text-align: right; }
        @media (max-width: 450px) {
          .bundle-collector-widget .bundle-collector_container .prices-value {
            min-width: 75px; } }
      .bundle-collector-widget .bundle-collector_container .prices-total {
        margin-top: 1.4em; }
        .bundle-collector-widget .bundle-collector_container .prices-total .prices-value {
          color: #0DB02B; }
      .bundle-collector-widget .bundle-collector_container .prices-info {
        font-weight: 300; }
      .bundle-collector-widget .bundle-collector_container .prices .separator {
        margin: 20px 0px;
        border-top: 2px #DFDFDF solid;
        border-bottom: none; }
    .bundle-collector-widget .bundle-collector_container .add-to-cart_container {
      margin: 2em auto;
      text-align: center; }
      .bundle-collector-widget .bundle-collector_container .add-to-cart_container .add-to-cart-error {
        color: #F32841;
        font-weight: 300;
        margin-top: 2em; }
        .bundle-collector-widget .bundle-collector_container .add-to-cart_container .add-to-cart-error div {
          margin-top: 6px; }

button.wacv-get-email-btn.wacv-add-to-cart-btn.wacv-btn-first {
  border-radius: 30px;
  border: 1px solid green; }

input.wacv-popup-input-email {
  display: block;
  max-width: 95%;
  border-radius: 5px; }

.wacv-modal-content {
  padding: 50px 30px; }

.woolab-ic-dic-tip {
  display: none; }

.ico_error {
  color: #E94555 !important; }

#select2-billing_country-container {
  margin-top: 0; }

#billing_country .select2-selection__arrow {
  margin-top: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8px !important; }

/* added by RiP 20.3.2025 */
.onbackorder {
  color: orange!important;
}


/*** SKRYT CHATBOX SMART SUPP NA STRANCE KARIERA ***/
body.page-id-2567 .smartsupp-widget-container {
	display: none!important;
}