@charset "UTF-8";
/*------------- #THEME STYLES --------------*/ /*------------- #TABLE OF CONTENTS --------------*/
/*------------------------------------------------------------------

1. Blocks / Styles for Blocks
	1.1 Acordion
	1.2 Alerts
	1.3 Blogs
	1.4 Buttons
	1.5 Choose
	1.6 Clients
	1.7 Comments
	1.8 Conference Details
	1.9 Counters
	1.10 Counting Down
	1.11 Course Details
	1.12 Course Features
	1.13 Double Images
	1.14 Curriculum Event
	1.15 Curriculum List
	1.16 Dotted Map
	1.17 Events
	1.18 Forms
	1.19 Heading
	1.20 Info Box
	1.21 Jquery Typehead
	1.22 Module Image
	1.23 Navigation
	1.24 Nice Select
	1.25 Our Video
	1.26 Pagination
	1.27 Pagination Arrow
	1.28 Popup Search
	1.29 Pricing Tables
	1.30 Product Case
	1.31 Raiting Details
	1.32 Reviews
	1.33 Screenshots
	1.34 Send Message Popup
	1.35 Skew Rows
	1.36 Skills
	1.37 Sliders
	1.38 Smartphone Video
	1.39 Socials
	1.40 Sorting
	1.41 Subscribe Form
	1.42 Switcher
	1.43 Teammembers
	1.44 Testimonials
	1.45 Tripple Images
	1.46 Zoom Images
2. Theme Styles / Main Theme Styles
	2.1 Fonts / Styles for fonts
	2.2 Footer
	2.3 Global
	2.4 Grid / Styles for modular grid
	2.5 Header
	2.6 Helper / Additional classes
	2.7 Magnific Popup
	2.8 Mixins
	2.9 Normalize / Makes browsers render all elements more consistently and in line with modern standards
	2.10 Page 404
	2.11 Primary Menu
	2.12 Stunning Header
	2.13 Top Bar
	2.14 Typography / Typography Rules
	2.15 Variables / Variables for styles
3. Widgets / Styles for all Widgets
	3.1 Widget About
	3.2 Widget Author
	3.3 Widget Category
	3.4 Widget Contacts
	3.5 Widget Events
	3.6 Widget Follow
	3.7 Widget Info
	3.8 Widget Latest Members
	3.9 Widget Latest News
	3.10 Widget List
	3.11 Widget Popular Products
	3.12 Widget Search
	3.13 Widget Tags



-------------------------------------------------------------------*/
/*    DBeaver-Color Fixtures */
.db--ginger {
  background-color: #b24324;
}

.db--brown {
  background-color: #9b442a;
}

.db--dark-primary {
  background-color: #7e7265;
}

.db--dark {
  background-color: #382923;
}

.db--red {
  background-color: #d03e16;
}

.db--orange {
  background-color: #b4401e;
}

.db--default {
  background-color: #a8958a;
}

/* DBeaver Font sizes */
/*------------- #VARIABLES --------------*/ /*------------- #GLOBAL STYLES --------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #fff;
  color: #4b5d73;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table, th, td {
  border: 1px solid #ddd;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table table {
  background-color: #fff;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

a {
  text-decoration: none;
  color: #d03e16;
  transition: all 0.15s linear;
}

p {
  font-size: 16px;
}
@media (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

figure {
  margin: 0;
  max-width: 100%;
}

select {
  width: 100%;
  border: 1px solid #4b5d73;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

textarea {
  height: auto;
  min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #6987ab;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #6987ab;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #6987ab;
}

input, textarea {
  -moz-box-shadow: none;
  box-shadow: none;
}
input:not(:placeholder-shown):invalid, textarea:not(:placeholder-shown):invalid {
  border: 2px solid rgba(255, 0, 0, 0.4901960784);
}
input:-moz-submit-invalid, textarea:-moz-submit-invalid {
  box-shadow: none;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  width: 100%;
}

/*------------- #Styles for list --------------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul {
  margin: 10px 0 10px 10px;
}
ul ol {
  margin: 10px 0 10px 10px;
}

.list, .crumina-module-list {
  color: #516e90;
  overflow: hidden;
  margin-left: 30px;
}
.list ul, .crumina-module-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li, .crumina-module-list li {
  margin-bottom: 0.35em;
  font-size: 1em;
  overflow: hidden;
  clear: both;
  transition: all 0.3s ease;
  font-weight: 700;
}
@media (max-width: 640px) {
  .list li, .crumina-module-list li {
    font-size: 0.8em;
  }
}
.list li a, .list li li, .crumina-module-list li a, .crumina-module-list li li {
  color: inherit;
  display: inline;
  overflow: hidden;
}
.list li i, .list li .utouch-icon, .crumina-module-list li i, .crumina-module-list li .utouch-icon {
  margin-right: 20px;
  margin-top: 7px;
  font-size: 12px;
  float: left;
  height: 1em;
  width: 1em;
}
.list.with-padding, .crumina-module-list.with-padding {
  padding-left: 60px;
}
.list ol li, .crumina-module-list ol li {
  overflow: visible;
}

.list--standard i, .list--standard .utouch-icon {
  color: #01a23c;
  fill: #01a23c;
}
.list--standard a:hover {
  color: #01a23c;
  fill: #01a23c;
}

.list--breez li i, .list--breez li .utouch-icon {
  color: #00ffff;
  fill: #00ffff;
  height: 32px;
  width: 32px;
  margin-top: 0;
}
.list--breez li a {
  color: #00ffff;
}

ol {
  padding-left: 20px;
}
ol ol {
  margin: 10px 0 10px 0;
}
ol li {
  overflow: visible;
}

.crumina-module.crumina-module-list li .utouch-icon {
  /*margin-top : 0;*/
  line-height: 1;
}

.crumina-module.crumina-module-list li svg {
  fill: currentColor;
}

.crumina-module.crumina-module-list li .ovh {
  margin-top: 2px;
}

.kc_text_block ul {
  list-style: inside;
  margin-left: 30px;
}
.kc_text_block li {
  margin-bottom: 0.35em;
  font-size: 1em;
  overflow: hidden;
  clear: both;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .kc_text_block li {
    font-size: 0.8em;
  }
}

blockquote p {
  margin: 0;
}

p {
  margin: 0 0 1.5em 0;
}

table {
  margin: 1.5em 0;
}

/*
ol {
  counter-reset: list1;
  padding-left: 20px;
  margin: 0;

  li {
    list-style: none;
    margin-bottom: 18px;
    font-size: 18px;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px;

    a {
      display: inline-block;
    }
  }

  &.list {
    margin-left: 0;
  }

} !* Init counter *!


ol li:before {
  position:absolute;
  counter-increment: list1; !* Add "1" *!
  content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  color: $heading-color;
  display: inline-block;
  left: 0;
}

ol ol {
  counter-reset: list2;
  margin: 10px 0;
  padding-left: 0;
}

ol ol li {
  padding-left: 40px;
}

ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ".";
}

ol ol ol {
  counter-reset: list3;
}

ol ol ol li {
  padding-left: 55px;
}

ol ol ol li::before {
  counter-increment: list3;
  content: counter(list1) "." counter(list1) "." counter(list3) ".";
}

ol ul ol {
  counter-reset: list1;

  li:before {
    counter-increment: list1; !* Add "1" *!
    content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  }

}


ul ol li::before {
  position: absolute;
  counter-increment: list1;
  content: counter(list1, decimal-leading-zero) " ";
  color: #2f2c2c;
  display: inline-block;
  font-size: 18px;
  left: 0;
}

ul ol ul li::before {
  content: "\f0da";
  position: absolute;
  left: 0;
  transition: all .3s ease;
  font-family: "FontAwesome";
  counter-increment: none;
  font-size: 12px;
}

ol ul ol li:before {
  counter-increment: list1; !* Add "1" *!
  content: counter(list1, decimal-leading-zero) " "; !* Show count *!
  color: $heading-color;
  display: inline-block;
  position:absolute;
  list-style: none;
  font-size: 18px;
  left: 0;
}

ul ol li {
  padding-left: 30px;
}
*/
blockquote {
  margin: 3em 0;
  padding: 15px 15px 15px 40px;
  position: relative;
}
@media (max-width: 640px) {
  blockquote {
    padding-left: 50px;
    margin: 1em 0;
  }
}
blockquote h6 {
  font-size: 14px;
  font-weight: 400;
  color: #6a87a9;
}
blockquote h6 span {
  font-weight: 700;
  display: block;
}
blockquote cite {
  display: block;
  color: #4b5d73;
  font-size: 0.7em;
}
blockquote cite:before {
  content: "— ";
  color: #4b5d73;
}
blockquote:before {
  content: "";
  width: 100px;
  height: 70px;
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  background: url("../svg/quotes.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 640px) {
  blockquote:before {
    top: 0;
  }
}
blockquote p {
  margin: 0 0 20px !important;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 16px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (max-width: 860px) {
  .list, .crumina-module-list {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  ol li {
    font-size: 13px;
    padding-left: 20px;
  }
  ol ol li {
    padding-left: 30px;
  }
  ol ol ol li {
    padding-left: 40px;
  }
}
/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
  font-size: 48px;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0.5em 0;
  line-height: 1em;
  letter-spacing: 0.02em;
}
h1 a, .h1 a {
  color: inherit;
}
@media (max-width: 800px) {
  h1, .h1 {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  h1, .h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 360px) {
  h1, .h1 {
    font-size: 1.5em;
  }
}

h2, .h2 {
  margin: 0.5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
h2 a, .h2 a {
  color: inherit;
}
@media (max-width: 800px) {
  h2, .h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 640px) {
  h2, .h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 360px) {
  h2, .h2 {
    font-size: 1.3em;
  }
}

h3, .h3 {
  margin: 0.5em 0;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
h3 a, .h3 a {
  color: inherit;
}
@media (max-width: 800px) {
  h3, .h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 640px) {
  h3, .h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 360px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}

h4, .h4 {
  margin: 0.5em 0;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
h4 a, .h4 a {
  color: inherit;
}
@media (max-width: 800px) {
  h4, .h4 {
    font-size: 1.7em;
  }
}
@media (max-width: 640px) {
  h4, .h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  h4, .h4 {
    font-size: 1.3em;
  }
}
@media (max-width: 360px) {
  h4, .h4 {
    font-size: 1.1em;
  }
}

h5, .h5 {
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
h5 a, .h5 a {
  color: inherit;
}
@media (max-width: 800px) {
  h5, .h5 {
    font-size: 1.6em;
  }
}
@media (max-width: 640px) {
  h5, .h5 {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  h5, .h5 {
    font-size: 1.2em;
  }
}
@media (max-width: 360px) {
  h5, .h5 {
    font-size: 1em;
  }
}

h6, .h6 {
  margin: 0.5em 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: #516e90;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
h6 a, .h6 a {
  color: inherit;
}
@media (max-width: 800px) {
  h6, .h6 {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  h6, .h6 {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  h6, .h6 {
    font-size: 1em;
  }
}
@media (max-width: 360px) {
  h6, .h6 {
    font-size: 0.9em;
  }
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #d03e16;
}

/*------------- #Styles for First-Letter --------------*/
.first-letter--dark-round span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2f2c2c;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.first-letter--squared span:first-of-type {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.first-letter--dark span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #516e90;
  float: left;
}

.first-letter--primary span:first-of-type {
  margin-right: 20px;
  font-size: 48px;
  line-height: 48px;
  float: left;
}

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
  background: #516e90;
  color: #4b5d73;
}

.selection--dark::selection {
  background: #516e90;
  color: #4b5d73;
}

/*Selection primary*/
.selection--primary::-moz-selection {
  color: #fff;
}

.selection--primary::selection {
  color: #fff;
}

/*Selection gray*/
.selection--gray::-moz-selection {
  background: #e1e1e1;
  color: #516e90;
}

.selection--gray::selection {
  background: #e1e1e1;
  color: #516e90;
}

dl {
  margin-bottom: 24px;
}

dl dt {
  margin-bottom: 5px;
  color: #777;
  font-weight: bold;
}

dl dd {
  margin-bottom: 5px;
  margin-left: 20px;
}

abbr {
  border-bottom: 1px dotted;
  cursor: help;
  border-color: #4b5d73;
}

/*------------- #VARIABLES --------------*/
@media (max-width: 799px) {
  body.crumina-grid .col-sm-1, body.crumina-grid .col-sm-2, body.crumina-grid .col-sm-3, body.crumina-grid .col-sm-4, body.crumina-grid .col-sm-5, body.crumina-grid .col-sm-6, body.crumina-grid .col-sm-7, body.crumina-grid .col-sm-8, body.crumina-grid .col-sm-9, body.crumina-grid .col-sm-10, body.crumina-grid .col-sm-11, body.crumina-grid .col-sm-12 {
    float: left;
  }
  body.crumina-grid .col-sm-12 {
    width: 100%;
  }
  body.crumina-grid .col-sm-11 {
    width: 91.66666667%;
  }
  body.crumina-grid .col-sm-10 {
    width: 83.33333333%;
  }
  body.crumina-grid .col-sm-9 {
    width: 75%;
  }
  body.crumina-grid .col-sm-8 {
    width: 66.66666667%;
  }
  body.crumina-grid .col-sm-7 {
    width: 58.33333333%;
  }
  body.crumina-grid .col-sm-6 {
    width: 50%;
  }
  body.crumina-grid .col-sm-5 {
    width: 41.66666667%;
  }
  body.crumina-grid .col-sm-4 {
    width: 33.33333333%;
  }
  body.crumina-grid .col-sm-3 {
    width: 25%;
  }
  body.crumina-grid .col-sm-2 {
    width: 16.66666667%;
  }
  body.crumina-grid .col-sm-1 {
    width: 8.33333333%;
  }
  body.crumina-grid .col-sm-pull-12 {
    right: 100%;
  }
  body.crumina-grid .col-sm-pull-11 {
    right: 91.66666667%;
  }
  body.crumina-grid .col-sm-pull-10 {
    right: 83.33333333%;
  }
  body.crumina-grid .col-sm-pull-9 {
    right: 75%;
  }
  body.crumina-grid .col-sm-pull-8 {
    right: 66.66666667%;
  }
  body.crumina-grid .col-sm-pull-7 {
    right: 58.33333333%;
  }
  body.crumina-grid .col-sm-pull-6 {
    right: 50%;
  }
  body.crumina-grid .col-sm-pull-5 {
    right: 41.66666667%;
  }
  body.crumina-grid .col-sm-pull-4 {
    right: 33.33333333%;
  }
  body.crumina-grid .col-sm-pull-3 {
    right: 25%;
  }
  body.crumina-grid .col-sm-pull-2 {
    right: 16.66666667%;
  }
  body.crumina-grid .col-sm-pull-1 {
    right: 8.33333333%;
  }
  body.crumina-grid .col-sm-pull-0 {
    right: auto;
  }
  body.crumina-grid .col-sm-push-12 {
    left: 100%;
  }
  body.crumina-grid .col-sm-push-11 {
    left: 91.66666667%;
  }
  body.crumina-grid .col-sm-push-10 {
    left: 83.33333333%;
  }
  body.crumina-grid .col-sm-push-9 {
    left: 75%;
  }
  body.crumina-grid .col-sm-push-8 {
    left: 66.66666667%;
  }
  body.crumina-grid .col-sm-push-7 {
    left: 58.33333333%;
  }
  body.crumina-grid .col-sm-push-6 {
    left: 50%;
  }
  body.crumina-grid .col-sm-push-5 {
    left: 41.66666667%;
  }
  body.crumina-grid .col-sm-push-4 {
    left: 33.33333333%;
  }
  body.crumina-grid .col-sm-push-3 {
    left: 25%;
  }
  body.crumina-grid .col-sm-push-2 {
    left: 16.66666667%;
  }
  body.crumina-grid .col-sm-push-1 {
    left: 8.33333333%;
  }
  body.crumina-grid .col-sm-push-0 {
    left: auto;
  }
  body.crumina-grid .col-sm-offset-12 {
    margin-left: 100%;
  }
  body.crumina-grid .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  body.crumina-grid .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  body.crumina-grid .col-sm-offset-9 {
    margin-left: 75%;
  }
  body.crumina-grid .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  body.crumina-grid .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  body.crumina-grid .col-sm-offset-6 {
    margin-left: 50%;
  }
  body.crumina-grid .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  body.crumina-grid .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  body.crumina-grid .col-sm-offset-3 {
    margin-left: 25%;
  }
  body.crumina-grid .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  body.crumina-grid .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  body.crumina-grid .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 570px) {
  body.crumina-grid .col-xs-1, body.crumina-grid .col-xs-2, body.crumina-grid .col-xs-3, body.crumina-grid .col-xs-4, body.crumina-grid .col-xs-5, body.crumina-grid .col-xs-6, body.crumina-grid .col-xs-7, body.crumina-grid .col-xs-8, body.crumina-grid .col-xs-9, body.crumina-grid .col-xs-10, body.crumina-grid .col-xs-11, body.crumina-grid .col-xs-12 {
    float: left;
  }
  body.crumina-grid .col-xs-12 {
    width: 100%;
  }
  body.crumina-grid .col-xs-11 {
    width: 91.66666667%;
  }
  body.crumina-grid .col-xs-10 {
    width: 83.33333333%;
  }
  body.crumina-grid .col-xs-9 {
    width: 75%;
  }
  body.crumina-grid .col-xs-8 {
    width: 66.66666667%;
  }
  body.crumina-grid .col-xs-7 {
    width: 58.33333333%;
  }
  body.crumina-grid .col-xs-6 {
    width: 50%;
  }
  body.crumina-grid .col-xs-5 {
    width: 41.66666667%;
  }
  body.crumina-grid .col-xs-4 {
    width: 33.33333333%;
  }
  body.crumina-grid .col-xs-3 {
    width: 25%;
  }
  body.crumina-grid .col-xs-2 {
    width: 16.66666667%;
  }
  body.crumina-grid .col-xs-1 {
    width: 8.33333333%;
  }
  body.crumina-grid .col-xs-pull-12 {
    right: 100%;
  }
  body.crumina-grid .col-xs-pull-11 {
    right: 91.66666667%;
  }
  body.crumina-grid .col-xs-pull-10 {
    right: 83.33333333%;
  }
  body.crumina-grid .col-xs-pull-9 {
    right: 75%;
  }
  body.crumina-grid .col-xs-pull-8 {
    right: 66.66666667%;
  }
  body.crumina-grid .col-xs-pull-7 {
    right: 58.33333333%;
  }
  body.crumina-grid .col-xs-pull-6 {
    right: 50%;
  }
  body.crumina-grid .col-xs-pull-5 {
    right: 41.66666667%;
  }
  body.crumina-grid .col-xs-pull-4 {
    right: 33.33333333%;
  }
  body.crumina-grid .col-xs-pull-3 {
    right: 25%;
  }
  body.crumina-grid .col-xs-pull-2 {
    right: 16.66666667%;
  }
  body.crumina-grid .col-xs-pull-1 {
    right: 8.33333333%;
  }
  body.crumina-grid .col-xs-pull-0 {
    right: auto;
  }
  body.crumina-grid .col-xs-push-12 {
    left: 100%;
  }
  body.crumina-grid .col-xs-push-11 {
    left: 91.66666667%;
  }
  body.crumina-grid .col-xs-push-10 {
    left: 83.33333333%;
  }
  body.crumina-grid .col-xs-push-9 {
    left: 75%;
  }
  body.crumina-grid .col-xs-push-8 {
    left: 66.66666667%;
  }
  body.crumina-grid .col-xs-push-7 {
    left: 58.33333333%;
  }
  body.crumina-grid .col-xs-push-6 {
    left: 50%;
  }
  body.crumina-grid .col-xs-push-5 {
    left: 41.66666667%;
  }
  body.crumina-grid .col-xs-push-4 {
    left: 33.33333333%;
  }
  body.crumina-grid .col-xs-push-3 {
    left: 25%;
  }
  body.crumina-grid .col-xs-push-2 {
    left: 16.66666667%;
  }
  body.crumina-grid .col-xs-push-1 {
    left: 8.33333333%;
  }
  body.crumina-grid .col-xs-push-0 {
    left: auto;
  }
  body.crumina-grid .col-xs-offset-12 {
    margin-left: 100%;
  }
  body.crumina-grid .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  body.crumina-grid .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  body.crumina-grid .col-xs-offset-9 {
    margin-left: 75%;
  }
  body.crumina-grid .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  body.crumina-grid .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  body.crumina-grid .col-xs-offset-6 {
    margin-left: 50%;
  }
  body.crumina-grid .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  body.crumina-grid .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  body.crumina-grid .col-xs-offset-3 {
    margin-left: 25%;
  }
  body.crumina-grid .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  body.crumina-grid .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  body.crumina-grid .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body.crumina-grid .kc_column_inner + .kc_column_inner {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  body.crumina-grid .kc_column + .kc_column {
    margin-top: 30px;
  }
}
body.crumina-grid .kc_col-of-5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 800px) {
  body.crumina-grid .kc_col-of-5 {
    width: 50%;
  }
}
@media (max-width: 570px) {
  body.crumina-grid .kc_col-of-5 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  body.crumina-grid * > .kc_col-of-5:last-child {
    width: 100%;
  }
}
@media (max-width: 799px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
    width: 33.3333%;
  }
}
@media (max-width: 600px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
    margin-top: 30px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
  width: 100%;
}

.container {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 280px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 965px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container#primary {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

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

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
.kc-elm.small-section {
  max-width: 750px;
  margin: 0 auto;
  float: none;
}

.kc-elm.small-section-f-left {
  max-width: 750px;
  float: left;
}

.kc-elm.medium-section {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.kc-container {
  position: relative;
  z-index: 1;
}

.kc_row:not(.kc_row_inner) {
  padding: 120px 0;
}
@media (max-width: 800px) {
  .kc_row:not(.kc_row_inner) {
    padding: 60px 0;
  }
}
@media (max-width: 360px) {
  .kc_row:not(.kc_row_inner) {
    padding: 30px 0;
  }
}

.kc_row_inner + .kc_row_inner {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .kc_row_inner + .kc_row_inner {
    margin-top: 0;
  }
}

.kc-col-inner-container > .kc-elm {
  margin-bottom: 30px;
}
.kc-col-inner-container > .kc-elm:last-child {
  margin-bottom: 0;
}
.kc-col-inner-container > .kc-elm p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kc-col-inner-container > .kc-elm.product-description-solution {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.kc-col-container > .kc-elm + .kc-elm {
  margin-top: 30px;
}

.kc-col-container > .kc-elm {
  margin-bottom: 0;
}

@media (max-width: 799px) {
  body.kc-css-system .kc_column.col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 570px) {
  body.kc-css-system .kc_column.col-xs-12 {
    width: 100%;
  }
}

@media (max-width: 570px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 20px;
  }
}
.content-wrapper {
  min-height: calc(100vh - 278px);
}

/*------------- #HELPERS --------------*/
.align-center,
.aligncenter {
  text-align: center;
}

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

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

.visual-hidden,
.hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.half-width {
  width: 50%;
  float: left;
}

.ovh {
  overflow: hidden;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

.shadow-image {
  box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 640px) {
  .table-cell {
    display: block;
    float: left;
  }
}

.text-t-none {
  text-transform: none;
}

@media (max-width: 480px) {
  .centered-on-mobile {
    text-align: center;
  }
}

.overlay--light {
  background: rgba(0, 0, 0, 0.2);
}

.no-padding {
  padding: 0 !important;
}
@media (max-width: 640px) {
  .no-padding {
    padding: 0 15px !important;
  }
}

.no-margin {
  margin: 0;
}

.item-fully-transparent {
  opacity: 0;
}

.full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.display-flex {
  display: flex;
  align-items: center;
}
.display-flex.content-center {
  justify-content: center;
}

.inline-block, .kc-elm.inline-block {
  display: inline-block;
  width: auto;
  float: none;
}

.inline-items > * {
  display: inline-block;
  vertical-align: middle;
}
.inline-items > .inline-items + .inline-items {
  margin-left: 70px;
}
.inline-items:empty {
  margin: 0;
}

.block-rounded-shadow {
  border-radius: 10px;
  padding: 60px;
  box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
}

.overlay-standard {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 25, 33, 0.4);
  transition: all 0.4s ease;
}

.full-bloc-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.medium-padding80 {
  padding: 80px 0;
}
@media (max-width: 800px) {
  .medium-padding80 {
    padding: 35px 0;
  }
}

.medium-padding30 {
  padding: 30px 0;
}

.medium-padding100 {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .medium-padding100 {
    padding: 35px 0;
  }
}

.medium-padding120 {
  padding: 120px 0;
}
@media (max-width: 800px) {
  .medium-padding120 {
    padding: 35px 0;
  }
}

.medium-padding180 {
  padding: 180px 0;
}
@media (max-width: 800px) {
  .medium-padding180 {
    padding: 90px 0;
  }
}

.medium-padding270 {
  padding: 270px 0;
}
@media (max-width: 800px) {
  .medium-padding270 {
    padding: 100px 0;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .pb100 {
    padding-bottom: 35px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media (max-width: 800px) {
  .pt80 {
    padding-top: 35px;
  }
}

.pt180 {
  padding-top: 180px;
}

.pt100 {
  padding-top: 100px;
}
@media (max-width: 800px) {
  .pt100 {
    padding-top: 35px;
  }
}

.pt400 {
  padding-top: 400px;
}
@media (max-width: 1024px) {
  .pt400 {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .pt400 {
    padding-top: 100px;
  }
}

.pb360 {
  padding-bottom: 360px;
}

.pb120 {
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  .pb120 {
    padding-bottom: 35px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media (max-width: 800px) {
  .pt120 {
    padding-top: 35px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .pb80 {
    padding-bottom: 35px;
  }
}

.pb30 {
  padding-bottom: 30px;
}

.mt60 {
  margin-top: 60px;
}
@media (max-width: 800px) {
  .mt60 {
    margin-top: 35px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .mb60 {
    margin-bottom: 35px;
  }
}

.padding-left60-desktop {
  padding-left: 60px;
}
@media (max-width: 980px) {
  .padding-left60-desktop {
    padding-left: 0;
  }
}

.color-icon {
  color: #6987ab;
}

.font-color-custom * {
  color: inherit;
}

.custom-color .category-link {
  color: inherit;
}

.c-yellow-light {
  color: #ffff00;
}

.weight-bold {
  font-weight: 700;
}

.weight-normal {
  font-weight: 400;
}

.half-height-bg {
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
}

.d-flex--content-inline {
  float: none;
  display: flex;
  align-items: center;
}
.d-flex--content-inline .btn {
  margin-left: auto;
}

.negative-margin-top80 {
  margin-top: -80px;
}

.negative-margin-bottom80 {
  margin-bottom: -80px;
}

.box-shadow--black {
  box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
}

.pos-relative {
  position: relative;
}

.fill-white {
  fill: #fff;
}

.display-block {
  display: block;
}

.page-builder-wrap {
  overflow: hidden;
}

/*------------- #Styles for preloader --------------*/
#hellopreloader {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background: url(../svg/preload.svg) center center no-repeat;
  background-color: #66b5ff;
  background-size: 41px;
  opacity: 1;
}

/*------------- #Effect-tilt --------------*/
.tilt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tilt__back, .tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

pre {
  white-space: pre;
  background: #eee;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the.utouch-icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*------------- #HEADER --------------*/
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 20;
  left: 0;
  color: #839dbc;
  transition: all 0.3s ease;
  box-shadow: 15px 0 25px 0 rgba(200, 219, 239, 0.3);
  padding-top: 14px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .header > .container {
    width: 100%;
  }
}
.header.header-absolute {
  position: absolute;
  top: 30px;
  left: 0;
}
.header.header-color-inherit .nav-add li .utouch-icon {
  fill: inherit;
}
.header .primary-menu-menu > li::before,
.header .primary-menu-menu > li::after {
  border-color: inherit;
}
.header .nav-add li.search i:hover {
  color: inherit;
}
.header .nav-add li a {
  opacity: 0.7;
}
.header .nav-add li a:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .header .nav-add li a {
    opacity: 1;
  }
}
.header .nav-add li .cart_header > a {
  position: relative;
  top: 2px;
  display: block;
  background: url("../svg/cart.svg") 4px 10px no-repeat;
  background-size: auto;
  width: 44px;
  height: 44px;
  opacity: 0.7;
  transition: none;
}
.header .nav-add li .cart_header > a:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .header .nav-add li .cart_header > a {
    opacity: 1;
  }
}
.header .nav-add li .cart_header > a .quantity {
  display: block;
  position: absolute;
  right: 4px;
  top: 8px;
  font-size: 8px;
  background-color: #893B23;
  border-radius: 8px;
  border: none;
  color: #fff;
  text-align: center;
  padding: 0px 0px 0px 1px;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.header .nav-add li .cart_header > a .cart-animated {
  display: none;
}
.header .nav-add li .cart_header.animating a {
  background: none;
}
.header .nav-add li .cart_header.animating a .quantity {
  display: none;
}
.header .nav-add li .cart_header.empty a {
  opacity: 0.7;
}
.header .nav-add li .cart_header.empty a:hover {
  opacity: 0.7;
}
.header .nav-add li .cart_header.empty a .quantity {
  display: none;
}
.header .nav-add li .cart_header .header_cart_dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 446px;
  right: 0;
  transition: all 0.4s ease-out;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .header .nav-add li .cart_header .header_cart_dropdown {
    right: -105px;
    max-width: 375px;
  }
}
@media (max-width: 375px) {
  .header .nav-add li .cart_header .header_cart_dropdown {
    max-width: 320px;
    right: -116px;
  }
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart {
  display: block;
  margin-top: 8px;
  border-top: 4px solid #b4401e;
  border-radius: 4px 4px 10px 10px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 27px 16px 30px 22px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table {
  padding: 0;
  margin: 0;
  border: none;
  color: #382923;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td {
  border: none;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td a.edd_cart_remove_item_btn {
  background: none;
  color: #382923;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td a.edd_cart_remove_item_btn i {
  width: 20px;
  height: 20px;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td.cart_item_title {
  font-size: 18px;
  width: 300px;
  color: #837364;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td.cart_item_quantity {
  font-size: 14px;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td.cart_item_quantity .quntity_number {
  font-size: 18px;
}
.header .nav-add li .cart_header .header_cart_dropdown .edd-cart table tr td.cart_item_option {
  padding-left: 20px;
}
.header .nav-add li .cart_header .header_cart_dropdown a.btn {
  opacity: 1;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  width: calc(100% - 25px);
  margin: 12px 12px 0;
}
.header .nav-add li .cart_header:hover .header_cart_dropdown {
  display: block;
}
.header.header-has-topbar {
  padding: 0;
}
.header.header-has-topbar .header-lines-decoration {
  position: relative;
  top: auto;
}
.header.header-has-topbar + .header-spacer {
  height: 188px;
}
.header.headroom--not-top {
  box-shadow: 40px 0 25px 0 rgba(200, 219, 239, 0.7);
}
.header.headroom--not-top .top-bar, .header.headroom--not-top .top-bar-link {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}
.header.headroom--not-top.header--small-lines .primary-menu-menu > li::before {
  bottom: 0;
}
.header.headroom--not-top .primary-menu-menu ul.sub-menu,
.header.headroom--not-top .primary-menu-menu > li > .megamenu {
  top: calc(100% - 4px);
}
.header.headroom--not-top.header--menu-rounded .primary-menu-menu > li {
  padding: 20px 0;
}
.header.headroom--not-top.header--menu-rounded .primary-menu-menu ul.sub-menu, .header.headroom--not-top.header--menu-rounded .primary-menu-menu > li > .megamenu {
  top: 100%;
}
.header.headroom--not-top .primary-menu-menu ul.sub-menu li ul.sub-menu {
  top: -20px;
}
.header.headroom--not-top .primary-menu-menu > li {
  padding: 20px 9px;
}
.header .site-logo {
  display: flex;
  align-items: center;
}
.header .site-logo img {
  height: 62px;
}
.header .site-logo .logo_mobile {
  display: none;
  height: 48px;
  width: auto;
}
.header .site-logo .logo_desktop {
  display: block;
  object-fit: contain;
}

.header-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-add {
  margin: -12px 0 0 12px;
  position: inherit;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (min-width: 1550px) {
  .nav-add {
    position: absolute;
    right: -170px;
    padding-top: 8px;
    top: 0;
    margin: 0;
  }
}
.nav-add li {
  display: inline-block;
}
.nav-add li .utouch-icon {
  transition: all 0.3s ease;
  height: 28px;
  width: 28px;
  padding: 2px;
  fill: #6987ab;
}
.nav-add li .utouch-icon-search {
  top: -4px;
  left: 9px;
  width: 25px;
  height: 25px;
  padding: 0;
  position: relative;
}

.header-spacer {
  position: relative;
  width: 100%;
  height: 140px;
  background: transparent;
}

.header-spacer--small {
  height: 105px;
}

.site-logo {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.site-logo img {
  float: left;
  margin-right: 12px;
}

.logo-text {
  float: left;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.logo-title {
  font-size: 30px;
  color: #516e90;
  font-family: "Baloo Paaji", cursive;
  line-height: 0.7;
}

.logo-sub-title {
  font-size: 14px;
  font-weight: 700;
}

.header-lines-decoration {
  width: 100%;
  position: absolute;
  top: 0;
  height: 6px;
}
.header-lines-decoration span {
  height: 100%;
  width: 14%;
  float: left;
}
.header-lines-decoration span:first-child, .header-lines-decoration span:last-child {
  width: 15%;
}

.header--dark {
  background-color: #121921;
}
.header--dark .logo-title {
  color: #fff;
}
.header--dark .mob-menu--title {
  color: #fff;
}

.header--blue-lighteen {
  background-color: #d6cdc8;
}

.header--menu-rounded .primary-menu-menu > li > a {
  padding: 10px 13px;
  border-radius: 30px;
  background-color: transparent;
}
.header--menu-rounded .primary-menu-menu > li {
  padding: 50px 0;
}
.header--menu-rounded .primary-menu-menu > li::before {
  display: none;
}
.header--menu-rounded .primary-menu-menu > li > a:hover,
.header--menu-rounded .primary-menu-menu > li.current-menu-item > a {
  background-color: #ecf4fc;
}
.header--menu-rounded.header--dark .primary-menu-menu > li > a:hover,
.header--menu-rounded.header--dark .primary-menu-menu > li.current-menu-item > a {
  background-color: rgba(0, 131, 255, 0.2);
}
.header--menu-rounded.header--blue-lighteen .primary-menu-menu > li > a:hover,
.header--menu-rounded.header--blue-lighteen .primary-menu-menu > li.current-menu-item > a {
  background-color: #fff;
}
.header--menu-rounded .primary-menu-menu > li > .megamenu,
.header--menu-rounded .primary-menu-menu ul.sub-menu {
  border-top: none;
  top: calc(100% - 18px);
}
.header--menu-rounded .primary-menu-menu ul.sub-menu li ul.sub-menu {
  border-top: none;
}
.header--menu-rounded .primary-menu-menu > li > .megamenu {
  top: calc(100% - 20px);
}

.header--small-lines .primary-menu-menu > li::before {
  border-top: 3px solid;
  bottom: 30px;
}
.header--small-lines .primary-menu-menu > li > .megamenu {
  top: calc(100% - 34px);
}
.header--small-lines .primary-menu-menu ul.sub-menu {
  top: calc(100% - 34px);
}
.header--small-lines .primary-menu-menu > li {
  padding: 40px 9px;
}
.header--small-lines + .header-spacer {
  height: 105px;
}
.header--small-lines.header-has-topbar + .header-spacer {
  height: 158px;
}

.admin-bar #site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #site-header {
    top: 32px;
  }
}

.utouch.admin-bar #site-header {
  /*top: 0;*/
}

/*================= Styles for sticky-Header =========*/
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@media (max-width: 480px) {
  .animated {
    animation-fill-mode: none;
    will-change: unset;
  }
}

.buy .animated {
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  will-change: unset;
  animation-duration: unset;
  -webkit-animation-duration: unset;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}
@media (max-width: 480px) {
  .animated.swingInX {
    animation-name: none;
    transform-origin: unset;
  }
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}
@media (max-width: 480px) {
  .animated.swingOutX {
    animation-name: none;
    transform-origin: unset;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@media (max-width: 480px) {
  .animated.slideDown {
    animation-name: none;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-200%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-200%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
@media (max-width: 480px) {
  .animated.slideUp {
    animation-name: none;
  }
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@media (max-width: 480px) {
  .animated.flipInX {
    animation-name: none;
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@media (max-width: 480px) {
  .animated.flipOutX {
    animation-name: none;
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@media (max-width: 480px) {
  .animated.bounceInDown {
    animation-name: none;
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@media (max-width: 480px) {
  .animated.bounceOutUp {
    animation-name: none;
    transform-origin: unset;
  }
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .header.header-has-topbar + .header-spacer {
    height: 137px;
  }
  .header.header--small-lines + .header-spacer {
    height: 117px;
  }
  .header.header-has-topbar .top-bar-link {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header > .container {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .header .header-content-wrapper {
    flex-direction: column;
  }
  .header.header-has-topbar .header-content-wrapper {
    padding-top: 40px;
  }
  .header .site-logo {
    margin-right: 0;
  }
  .primary-menu {
    margin-left: 0;
  }
  .primary-menu-menu > li {
    padding: 40px 9px;
  }
  .nav-add {
    /*margin: 15px 0;*/
  }
  .primary-menu-menu > li > .megamenu {
    background-image: none !important;
  }
  .header-spacer {
    height: 206px;
  }
  .header--small-lines + .header-spacer {
    height: 177px;
  }
  .header-spacer--small {
    height: 220px;
  }
  .header.header-has-topbar + .header-spacer {
    height: 256px;
  }
  .header.header--small-lines + .header-spacer {
    height: 187px;
  }
}
@media (max-width: 790px) {
  .nav-add {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .header-spacer {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .header .header-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    min-height: 95px;
  }
  .header.header-has-topbar .header-content-wrapper {
    padding: 30px 0;
  }
  .header .site-logo {
    margin-right: 25px;
    order: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .header .site-logo .logo_mobile {
    display: block;
  }
  .header .site-logo .logo_desktop {
    display: none;
  }
  .logo-text {
    margin-top: 0;
  }
  .primary-menu {
    order: 0;
    margin-left: auto;
    display: flex;
  }
  .logo-title {
    font-size: 22px;
  }
  .primary-menu-menu > li {
    padding: 30px 9px;
  }
  .header {
    position: relative;
    animation: none !important;
    padding: 0;
  }
  .header-spacer {
    display: none;
  }
  .header > .container {
    padding: 0 15px;
  }
  .header--menu-rounded .primary-menu-responsive .primary-menu-menu > li > a {
    border-radius: 0;
  }
  .header.headroom--not-top .primary-menu-menu > li {
    padding: 0;
  }
  .admin-bar #site-header {
    margin-bottom: 34px;
  }
  .nav-add {
    padding: 0;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  #primary-menu ul.nav-add {
    margin-left: 0;
    padding-left: 0;
    min-width: 90px;
  }
  #primary-menu ul.nav-add li.cart {
    margin-right: 0;
  }
  #primary-menu ul.nav-add li.cart .cart_header .header_cart_dropdown {
    right: 0;
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .header .header-content-wrapper {
    display: block;
    float: left;
  }
  .header .site-logo {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.primary-menu-menu li .indicator {
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 6px;
}
.primary-menu-menu li .sub-menu li .indicator {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
}

#primary-menu .primary-menu-menu > .menu-item {
  padding: 24px 15px 34px;
}
#primary-menu .primary-menu-menu > .menu-item > a {
  text-transform: uppercase;
}
#primary-menu .primary-menu-menu > .menu-item.menu-item-last {
  padding-left: 25px;
  padding-right: 0;
}
#primary-menu .primary-menu-menu .menu-item > a {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #837364;
  letter-spacing: normal;
  font-stretch: condensed;
  line-height: 1.17;
  font-style: normal;
}
#primary-menu .primary-menu-menu .menu-item > .sub-menu {
  border-top-color: #b4401e;
}
#primary-menu .primary-menu-menu .menu-item > .sub-menu a {
  font-weight: normal;
}
#primary-menu .primary-menu-menu .menu-item > .sub-menu .sub-menu {
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1), inset 0px 0 50px rgba(18, 25, 33, 0.03);
}
#primary-menu .primary-menu-menu .current-menu-item > a, #primary-menu .primary-menu-menu .current-menu-ancestor > a, #primary-menu .primary-menu-menu .current-page-ancestor > a {
  color: #382923;
}
#primary-menu .primary-menu-menu .current-menu-item > a .indicator, #primary-menu .primary-menu-menu .current-menu-ancestor > a .indicator, #primary-menu .primary-menu-menu .current-page-ancestor > a .indicator {
  color: #382923;
}
#primary-menu .primary-menu-menu li.menu-item-last #uwp-login-button {
  color: white;
  fill: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  white-space: nowrap;
  border-radius: 50px;
  padding: 15px 32px;
}
#primary-menu .primary-menu-menu li.menu-item-last #uwp-login-button .indicator {
  color: white;
}
#primary-menu .nav-add svg {
  fill: #837364;
}
#primary-menu .scrollable-fix {
  padding: 20px 0;
}

/* 4 - DROPDOWN
======================================*/
.primary-menu-menu ul.sub-menu,
.primary-menu-menu ul.sub-menu li ul.sub-menu {
  position: absolute;
  z-index: 9999;
  left: -29px;
  margin-top: 0;
  min-width: 300px;
  top: calc(100% - 4px);
  background-color: #ffffff;
  padding: 20px 0 30px;
  border-radius: 4px 4px 10px 10px;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  list-style: none;
  display: none;
  border-top: 4px solid;
  margin: 0;
}

@media (max-width: 767px) {
  .primary-menu > ul {
    /*display: none;*/
    display: flex;
    align-items: baseline;
    width: 120px;
  }
  .primary-menu > ul .cart {
    order: 1;
    margin: 0;
  }
  .primary-menu > ul .search {
    order: 2;
    margin: 0;
  }
  .menu-icon-trigger {
    display: inline-block;
  }
  .primary-menu-menu ul.sub-menu,
.primary-menu-menu ul.sub-menu li ul.sub-menu {
    box-shadow: none;
    padding: 0;
  }
}
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li,
.primary-menu-menu ul.sub-menu li {
  position: relative;
}

.primary-menu-menu ul.sub-menu li:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background-color: #d6dfeb;
  left: 40px;
  top: 0;
  position: absolute;
  transition: background-color 0.3s ease;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu > ul > li:before {
  display: none;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:before {
  left: 0;
}

.primary-menu-menu ul.sub-menu li:first-child:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:first-child:before {
  border-radius: 3px 3px 0 0;
}

.primary-menu-menu ul.sub-menu li:last-child:before,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:last-child:before {
  border-radius: 0 0 3px 3px;
}

.primary-menu-menu ul.sub-menu a i {
  margin-left: 10px;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 12px;
  color: #e1e1e1;
  text-align: center;
  margin-right: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a i {
  font-size: 24px;
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
  vertical-align: middle;
}

.primary-menu-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: -20px;
}

/* Dropdown items */
.primary-menu-menu ul.sub-menu li {
  clear: both;
  width: 100%;
  border: 0 none;
  position: relative;
}

.primary-menu-menu ul.sub-menu li a {
  padding: 11px 40px 11px 73px;
  position: relative;
  transition: all 0.4s ease-out;
  display: block;
  color: #4b5d73;
  line-height: 1;
}

@media (max-width: 640px) {
  .primary-menu-menu ul.sub-menu li a {
    padding: 10px;
  }
}
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu {
  border-top: none;
}
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu a {
  padding-left: 40px;
}
.primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu li:before {
  display: none;
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li i {
  font-size: 24px;
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
  vertical-align: middle;
  position: relative;
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li.menu-item-has-children > a > i {
  opacity: 1;
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:hover:before {
  opacity: 1;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
  padding: 11px 0 11px 35px;
  position: relative;
  transition: all 0.4s ease-out;
  display: block;
  line-height: 1;
}

.primary-menu-menu ul.sub-menu li.menu-item-has-children > a > i {
  opacity: 0;
}

/* Hover state (sub-menu items) */
.primary-menu-menu ul.sub-menu li:hover > a,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover a {
  transition: all 0.3s ease;
}

#primary-menu .primary-menu-menu .menu-item ul.sub-menu li:hover > a {
  color: #382923;
  text-shadow: 0 0 #382923;
}

/* Dropdown left alignment */
.primary-menu-menu ul.sub-menu.sub-menu-left {
  left: auto;
}

.primary-menu-menu ul.sub-menu li ul.sub-menu.sub-menu-left {
  left: -100%;
}

#site-header .header-lines-decoration {
  display: none;
}
@media (min-width: 768px) {
  #site-header {
    /*min-height: 99px;*/
  }
  #site-header .header-content-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #site-header .header-content-wrapper .primary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
  #site-header .header-content-wrapper .primary-menu .menu-icon-trigger {
    display: none;
  }
  #site-header .header-content-wrapper .primary-menu .primary-menu-menu {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
  #site-header .header-content-wrapper .primary-menu .primary-menu-menu > .menu-item {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #site-header .header-content-wrapper .primary-menu .primary-menu-menu > .menu-item {
    transform: scale(0.8);
    padding: 0px 2px 20px;
  }
}

.admin-bar #site-header {
  top: 32px !important;
}

#site-header {
  top: 0 !important;
}

@media (max-width: 767px) {
  .menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: 0.1s;
    overflow: hidden;
  }
  .menu-icon-wrapper.scaled {
    transform: scale(0.5);
  }
  .menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
  }
  .menu-icon-wrapper svg path {
    stroke: #6987ab;
    stroke-width: 30px;
    stroke-linecap: round;
    fill: transparent;
  }
  .menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  .menu-icon-wrapper svg {
    transform: scale(0.1);
    transform-origin: 0 0;
  }
  .showhide .mob-menu--title {
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
    font-weight: bold;
  }
  .primary-menu .showhide > span {
    display: inline-block;
    vertical-align: middle;
  }
  .primary-menu .showhide > span.mob-menu--title {
    display: none;
  }
  .primary-menu .showhide {
    height: 46px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    display: none;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  #primary-menu #menu-icon-trigger svg path {
    stroke: #817970;
  }
  #primary-menu #primary-menu-menu {
    background-color: white;
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
    border-top: none;
    border-bottom: 5px solid;
    border-bottom-color: #b4401e;
    border-radius: 0px 0px 4px 4px;
    display: none;
    top: 95px;
    padding-bottom: 24px;
  }
  #primary-menu #primary-menu-menu .menu-item {
    border-bottom: 1px solid #837364;
    position: relative;
    padding: 12px 0px;
    margin: 0 24px;
    width: auto;
  }
  #primary-menu #primary-menu-menu .menu-item > a {
    font-weight: normal;
  }
  #primary-menu #primary-menu-menu .menu-item > a .indicator {
    font-weight: normal;
    float: right;
    font-size: 26px;
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: white;
    box-shadow: unset;
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu > .menu-item {
    border-bottom: none;
    padding-bottom: 0;
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu > .menu-item > a {
    padding: 0;
    /*text-transform: uppercase;*/
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 0;
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu li:last-child {
    border-bottom: none;
  }
  #primary-menu #primary-menu-menu .menu-item > .sub-menu li::before {
    display: none;
  }
  #primary-menu #primary-menu-menu .current-menu-item > a, #primary-menu #primary-menu-menu .current-menu-ancestor > a, #primary-menu #primary-menu-menu .current-page-ancestor > a {
    font-weight: bold;
  }
  #primary-menu #primary-menu-menu .menu-item.menu-item-last {
    /*border-bottom: none;
    padding-left: 20px !important;*/
  }
  #primary-menu #primary-menu-menu .menu-item.menu-item-last #uwp-login-button#uwp-login-button#uwp-login-button#uwp-login-button {
    font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #837364;
    letter-spacing: normal;
    font-stretch: condensed;
    line-height: 1.17;
    font-style: normal;
    background-color: white;
    padding: 0;
  }
  #primary-menu #primary-menu-menu .menu-item.menu-item-last .indicator {
    /*position: absolute;
    top: 15px;
    right: 15px;*/
    color: #837364 !important;
  }
  #primary-menu #primary-menu-menu .scrollable-fix {
    display: none;
  }
  #site-header .header-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #site-header .header-content-wrapper .primary-menu #menu-icon-trigger {
    align-self: flex-end;
    order: 3;
  }
  #site-header .header-content-wrapper .primary-menu .primary-menu-menu {
    width: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: calc(100% + 30px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  #site-header .header-content-wrapper .primary-menu .primary-menu-menu > .menu-item {
    position: relative;
    width: 100%;
  }
  .menu-icon-trigger {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #header-spacer {
    height: 206px;
  }
}
@media (min-width: 769px) and (max-width: 947px) {
  #header-spacer {
    height: 161px;
  }
}
@media (min-width: 948px) and (max-width: 1179px) {
  #header-spacer {
    height: 136px;
  }
}
@media (min-width: 1180px) {
  #header-spacer {
    height: 94px;
  }
}

/*------------- #TOP-BAR --------------*/
.top-bar {
  background-color: #fff;
  padding: 13px 0;
  font-size: 13px;
  color: #516e90;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 30;
  transition: all 0.3s ease;
}
.top-bar.open {
  transform: translate(-50%, -3%);
  z-index: 9999;
}
.top-bar .top-bar-contact {
  float: left;
}
.top-bar .world {
  width: 30px;
}
.top-bar .nice-select {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
  background-color: transparent;
  font-size: 13px;
  margin-bottom: 0;
  width: auto;
  min-width: 110px;
  box-shadow: none;
  position: unset;
}
.top-bar .nice-select .option {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.top-bar .nice-select:after {
  height: 6px;
  width: 6px;
  margin-top: -4px;
}
.top-bar .nice-select:focus {
  box-shadow: none;
  background-color: transparent;
}
.top-bar .contact-item {
  padding: 0 30px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}
.top-bar .contact-item .utouch-icon {
  height: 15px;
  width: 15px;
  fill: #6987ab;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.top-bar .contact-item .world {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 25px;
  top: auto;
}
.top-bar .contact-item.language-switcher {
  padding-left: 0;
  padding-right: 10px;
  margin-right: 50px;
}
.top-bar .contact-item.language-switcher:after {
  display: none;
}
.top-bar .contact-item:last-child {
  padding-right: 0;
}
.top-bar .contact-item:last-child:after {
  display: none;
}
.top-bar .contact-item:after {
  content: ".";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 50px;
  line-height: 1;
  color: #4b5d73;
}
.top-bar span {
  color: #6987ab;
}
.top-bar .follow_us {
  float: right;
  top: 4px;
  position: relative;
}
.top-bar .socials {
  display: inline-block;
  margin: 0 0 0 10px;
}
.top-bar .socials img {
  width: 16px;
  height: auto;
}
.top-bar .socials a {
  border: none;
}
.top-bar .socials .social__item {
  margin-left: 10px;
}

.top-bar .contact-item:first-of-type {
  padding-left: 0;
}

.top-bar-close {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
  border: none;
}
.top-bar-close .utouch-icon {
  fill: #6987ab;
  width: 15px;
  height: 15px;
}

.top-bar-dark {
  background-color: #151414;
  color: #5f7288;
}
.top-bar-dark a {
  color: #5f7288;
}
.top-bar-dark .contact-item .utouch-icon {
  fill: #5f7288;
}
.top-bar-dark .nice-select .list {
  background-color: #151414;
  border: none;
  box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
  color: #5f7288;
}
.top-bar-dark .nice-select .option.selected.focus {
  background-color: transparent;
}
.top-bar-dark .nice-select .option.selected.focus:hover {
  background-color: #424444;
}
.top-bar-dark .nice-select::after {
  border-bottom: 2px solid #5f7288;
  border-right: 2px solid #5f7288;
}
.top-bar-dark .nice-select .option:hover {
  background-color: #424444;
}

.top-bar-link {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  background-color: #d6cdc8;
  text-align: center;
  padding: 0 16px;
  z-index: 50;
  box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
  border: 1px solid #dbe3ec;
}
.top-bar-link .utouch-icon {
  height: 15px;
  width: 15px;
  fill: #6987ab;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
  .top-bar > .container {
    min-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-bar .contact-item:first-child {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .top-bar {
    width: 320px;
    transform: translate(-50%, -103%);
    position: absolute;
    left: 50%;
    border-radius: 0 0 10px 10px;
    padding: 40px 0 30px;
    text-align: center;
    box-shadow: 10px 0 30px 0 rgba(0, 131, 255, 0.4);
  }
  .top-bar > .container {
    min-width: unset;
    width: auto;
  }
  .top-bar .top-bar-contact {
    float: none;
  }
  .top-bar .nice-select {
    float: none;
    min-width: 160px;
  }
  .top-bar .contact-item {
    padding: 0;
    margin-bottom: 15px;
    float: none;
    display: block;
  }
  .top-bar .contact-item:first-child {
    padding: 0;
  }
  .top-bar .contact-item:after {
    display: none;
  }
  .top-bar .follow_us {
    float: none;
  }
  .top-bar-close {
    display: block;
  }
}
/*------------- #DBEAVER FOOTER --------------*/
#site-footer {
  width: 100%;
  padding: 60px 0 12px 0;
  background-color: #a8958a;
}
#site-footer > .container :before, #site-footer > .container :after {
  content: "";
  display: none;
}
#site-footer > .container > .row {
  display: flex;
}
#site-footer .footer-links {
  width: 100%;
  height: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#site-footer .footer-links a {
  flex-grow: 1;
  text-align: left;
}
#site-footer .footer-links .footer-site-logo {
  flex-grow: 5;
  text-align: left;
}
#site-footer .wp-block-social-links {
  margin: 0;
  width: 174px;
}
#site-footer .wp-block-social-links .wp-social-link {
  margin: 4px 20px 10px 0;
}
#site-footer .wp-block-social-links .wp-social-link a {
  width: 30px;
  height: 30px;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-facebook a {
  background: url("/wp-content/themes/utouch/svg/socials/facebook.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-facebook a svg {
  display: none;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-linkedin a {
  background: url("/wp-content/themes/utouch/svg/socials/linkedin.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-linkedin a svg {
  display: none;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-twitter a {
  background: url("/wp-content/themes/utouch/svg/socials/twitter.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-twitter a svg {
  display: none;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-reddit a {
  background: url("/wp-content/themes/utouch/svg/socials/reddit.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-reddit a svg {
  display: none;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-telegram a {
  background: url("/wp-content/themes/utouch/svg/socials/telegram.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-telegram a svg {
  display: none;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-youtube a {
  background: url("/wp-content/themes/utouch/svg/socials/youtube.svg") top center no-repeat;
}
#site-footer .wp-block-social-links .wp-social-link.wp-social-link-youtube a svg {
  display: none;
}
@media (max-width: 799px) {
  #site-footer .wp-block-social-links .wp-social-link {
    margin: 8px 12px;
  }
}
#site-footer .wp-block-social-links svg {
  fill: #382923;
  width: 30px;
  height: 30px;
}
#site-footer .left-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#site-footer .right-sidebar {
  padding-left: 40px;
  padding-right: 0;
}
#site-footer #footer-logo {
  flex-grow: 1;
}
#site-footer #footer-widget {
  align-self: flex-start;
}
#site-footer #primary-menu-footer {
  display: flex;
  font-size: 14px;
  justify-content: space-around;
}
#site-footer #primary-menu-footer > li {
  padding: 0 22px 0 0;
  flex-basis: 20%;
}
#site-footer #primary-menu-footer > li > a {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#site-footer #primary-menu-footer > li > ul {
  margin: 10px 0 0;
}
#site-footer #primary-menu-footer > li > ul > li > ul {
  margin: 0 0 0 10px;
}
#site-footer #primary-menu-footer li {
  padding-bottom: 10px;
  line-height: 1;
}
#site-footer #primary-menu-footer li:last-child {
  padding-bottom: 0;
}
@media (max-width: 799px) {
  #site-footer .right-sidebar {
    display: none;
  }
}

/*------------- #PAGE404 --------------*/
.page404 {
  display: flex;
  min-height: 100vh;
  background: #D6CDC9;
}
.page404 .col-8 {
  width: 12.5%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page404 .error {
  font-size: 50px;
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.page404 .number {
  font-size: 300px;
  color: #fff;
  margin: 0 0 0 -50px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
.page404 .sub-footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: transparent;
  padding: 0;
  width: 95%;
}
.page404 .sub-footer span {
  color: #fff;
}
.page404 .sub-footer .sub-footer__link {
  color: #fff;
}
.page404 .sub-footer a {
  color: #fff;
}
.page404 .site-logo {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, 0);
}

.logo--center {
  text-align: center;
  color: #fff;
}
.logo--center img {
  float: none;
  margin-right: 0;
}
.logo--center .logo-title {
  color: inherit;
}
.logo--center .logo-text {
  float: none;
}

.page404-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
}
.page404-content > * {
  line-height: 1;
}
.page404-content .title {
  font-size: 42px;
  margin-bottom: 20px;
}
.page404-content .sub-title {
  font-size: 22px;
}
.page404-content a {
  text-decoration: underline;
}
.page404-content .page404-searchform {
  max-width: 600px;
  margin: 35px auto 0 auto;
}
.page404-content .page404-searchform .w-search .utouch-icon {
  top: 10px;
}
.page404-content .page404-text {
  display: flex;
  max-width: 600px;
  margin: auto;
}
.page404-content .page404-text #dialog_404 {
  background: #FFFFFF;
  border-radius: 80px;
  width: 310px;
  height: 190px;
  position: relative;
}
.page404-content .page404-text #dialog_404 p {
  margin: 0px 40px 15px;
}
.page404-content .page404-text #programmer {
  width: 232px;
  margin-top: 30px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .page404 .number {
    font-size: 150px;
    margin-left: -20px;
  }
  .page404 .error {
    font-size: 40px;
  }
  .page404-content .title {
    display: none;
  }
  .page404 .sub-footer {
    bottom: 10px;
  }
}
@media (max-height: 800px) {
  .page404 .site-logo {
    top: 80px;
  }
}
@media (max-height: 640px) {
  .page404 .site-logo {
    top: 40px;
  }
}
@media (max-height: 560px) {
  .page404 .site-logo {
    top: 10px;
  }
}
@media (max-width: 640px) {
  .page404 .number {
    font-size: 100px;
    margin-left: -10px;
  }
  .page404 .error {
    font-size: 20px;
  }
  .page404 .site-logo {
    top: 40px;
  }
  .page404 .page404-searchform {
    margin-top: 10px;
  }
  .page404-content {
    top: 60%;
  }
  .page404-content .page404-text {
    flex-direction: column;
  }
  .page404-content .page404-text #dialog_404 {
    padding-top: 16px;
  }
  .page404-content .page404-text #programmer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .page404 .number {
    font-size: 80px;
  }
}
/*------------- #MAGNIFIC-POPUP --------------*/
:focus {
  outline: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Product page customisation */
.db-base-version, .db--ee-version, .db--ce-version {
  padding: 40px 23px 20px;
  border-radius: 50px;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
  width: calc(100% - 38.2px) !important;
  margin-left: 19.1px;
  margin-right: 19.1px;
}
.db-base-version .btn, .db--ee-version .btn, .db--ce-version .btn {
  padding-left: 40px;
  padding-right: 40px;
}
.db-base-version .kc_text_block .dbeaver-icon, .db--ee-version .kc_text_block .dbeaver-icon, .db--ce-version .kc_text_block .dbeaver-icon {
  float: left;
}
.db-base-version .kc_text_block img, .db--ee-version .kc_text_block img, .db--ce-version .kc_text_block img {
  display: inline;
}
.db-base-version .kc_text_block img.alignleft, .db--ee-version .kc_text_block img.alignleft, .db--ce-version .kc_text_block img.alignleft {
  margin: 5px 10px 5px 0;
}
.db-base-version .kc_text_block img.alignright, .db--ee-version .kc_text_block img.alignright, .db--ce-version .kc_text_block img.alignright {
  margin: 5px 0 5px 10px;
}
.db-base-version .crumina-module.crum-button, .db--ee-version .crumina-module.crum-button, .db--ce-version .crumina-module.crum-button {
  align-self: flex-end;
}

#dbeaver-products-page {
  padding-top: 80px;
}
#dbeaver-products-page .kc-wrap-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.db--ce-version {
  border: solid 3px #817970;
}
.db--ce-version header {
  display: flex;
  border-radius: 50px;
  text-align: center;
  min-height: 74.7px;
  background-color: white;
  justify-content: center;
  align-content: space-between;
  border: solid 3px #817970;
  position: absolute;
  top: -28px;
  width: 300px;
}
@media (max-width: 799px) {
  .db--ce-version header {
    width: calc(100% - 38.2px);
    top: 0;
  }
}
@media (min-width: 800px) and (max-width: 638.2px) {
  .db--ce-version header {
    top: 0;
    width: calc(100% - 38.2px);
  }
}
.db--ce-version header h2 {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-top: auto !important;
  margin-bottom: auto !important;
  color: #817970;
}

.db--ee-version {
  border: solid 3px #b24324;
}
.db--ee-version header {
  display: flex;
  border-radius: 50px;
  text-align: center;
  min-height: 74.7px;
  background-color: white;
  justify-content: center;
  align-content: space-between;
  border: solid 3px #b24324;
  position: absolute;
  top: -28px;
  width: 300px;
}
@media (max-width: 799px) {
  .db--ee-version header {
    width: calc(100% - 38.2px);
    top: 0;
  }
}
@media (min-width: 800px) and (max-width: 638.2px) {
  .db--ee-version header {
    top: 0;
    width: calc(100% - 38.2px);
  }
}
.db--ee-version header h2 {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-top: auto !important;
  margin-bottom: auto !important;
  color: #b24324;
}

#edd_payment_mode_submit {
  display: none;
}

#edd-discount-code-wrap {
  display: none;
}

/* Profile page */
.select2.select2-container.select2-container--dbeaver-small {
  margin: 0;
  padding: 0 20px 0 12px;
  border: 0;
  border-radius: 12px;
  background-color: #fff;
}
.select2.select2-container.select2-container--dbeaver-small .select2-selection {
  border: 0;
  color: #382923;
  font-size: 14px;
}
.select2.select2-container.select2-container--dbeaver-small .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2.select2-container.select2-container--dbeaver-small .select2-selection.select2-selection--single .select2-selection__arrow b {
  border: solid #b2b098;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -7px;
  margin-left: -8px;
}

.select2.select2-container.select2-container--focus.select2-container--dbeaver-small .select2-selection {
  border: 0;
  box-shadow: none;
}

.select2-container.select2-container--dbeaver-small .select2-results > .select2-results__options {
  max-height: 20em;
}

.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown {
  border: none;
  border-radius: 8px;
  font-size: 14px;
  margin-top: -30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option {
  padding: 4px 10px 4px 32px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: rgba(56, 41, 35, 0.3);
  white-space: pre;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option li.select2-results__option {
  background: transparent;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected=true], .select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected-tmp=true] {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected=true] li.select2-results__option, .select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected-tmp=true] li.select2-results__option {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected=true]::before, .select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option[aria-selected-tmp=true]::before {
  content: "";
  border: solid #b2b098;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 13px;
  width: 8px;
  margin-left: -20px;
  margin-right: 11px;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option--highlighted {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option--highlighted.select2-results__option[aria-selected-tmp=true],
.select2-container.select2-container--open.select2-container--dbeaver-small .select2-dropdown .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-small ::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  -moz-animation: hideByCss 0s ease-in 0.1s forwards;
  -webkit-animation: hideByCss 0s ease-in 0.1s forwards;
  -o-animation: hideByCss 0s ease-in 0.1s forwards;
  animation: hideByCss 0s ease-in 0.1s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hideByCss {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hideByCss {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

#user_profile .uwp-profile-side {
  width: 100%;
  clear: both;
}
#user_profile .uwp-profile-side .uwp-profile-name > .uwp-user-title {
  float: none;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #382923;
  margin-top: 20px;
  margin-bottom: 35px;
}
#user_profile .uwp-profile-side .btn.fs-tooltip-element {
  display: none;
}
#user_profile .uwp-profile-side .uwp-profile-social {
  display: none;
}
#user_profile .uwp-profile-content {
  float: none;
  margin: 0;
  width: 100%;
}
#user_profile .uwp-profile-content .uwp-profile-nav ul.item-list-tabs-ul li {
  color: #8a7363;
  margin-right: 59px;
  margin-bottom: 0;
}
#user_profile .uwp-profile-content .uwp-profile-nav ul.item-list-tabs-ul li.active {
  color: #d03e16;
  border-bottom: 4px solid #d03e16;
}
#user_profile .uwp-profile-content .uwp-profile-nav ul.item-list-tabs-ul li > a {
  color: inherit;
}
#user_profile .uwp-profile-content .uwp-profile-nav ul.item-list-tabs-ul li > a > span {
  font-size: 20px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: inherit;
}
#user_profile .uwp-profile-content .uwp-profile-entries .wpas-ticket-list {
  /*        display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;*/
}
#user_profile .uwp-profile-content .uwp-profile-entries .wpas-ticket-list #wpas_ticketlist {
  order: 1;
}
#user_profile .uwp-profile-content .uwp-profile-entries .wpas-ticket-list .wpas-ticket-buttons-top {
  margin-top: 40px;
  order: 2;
}
#user_profile .uwp-profile-content .uwp-profile-entries .wpas-ticket-list .wpas-ticket-buttons-top .wpas-link-ticketnew {
  display: inline-block;
  background-color: #372d29;
  color: white;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  padding: 18px 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
}
#user_profile .uwp-profile-content .uwp-profile-entries .wpas-ticket-list .wpas-ticket-buttons-top .wpas-link-ticketnew:hover {
  background-color: #943519;
  text-decoration: none;
}
#user_profile .uwp-profile-content .uwp-profile-entries table {
  border: none;
  border-collapse: separate;
  margin-top: 30px;
  -webkit-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  border-radius: 10px 10px 10px 10px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr {
  border: none;
  height: 75px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr th {
  background-color: #b2b098;
  color: white;
  border: none;
  text-align: left;
  vertical-align: middle;
  padding-left: 16px;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.19;
  letter-spacing: normal;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr.with-filters {
  height: auto;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr.with-filters th {
  padding-top: 24px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr.filters {
  height: auto;
  line-height: 1;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
#user_profile .uwp-profile-content .uwp-profile-entries table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  padding-right: 30px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody {
  border: none;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody .highlite {
  background-color: #eee;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr {
  height: 75px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr td {
  border: none;
  border-bottom: 2px solid #b2b098;
  background-color: inherit;
  text-align: left;
  vertical-align: middle;
  padding-left: 16px;
  color: #372d29;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr td .license-handle {
  cursor: pointer;
  background-color: transparent;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr td:last-child {
  padding-right: 30px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr:last-child {
  border-bottom: none;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#user_profile .uwp-profile-content .uwp-profile-entries table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile {
  max-width: 1152px;
  /* Grid */
  /* Styles */
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile h2:first-child {
  margin-top: 37px;
  margin-bottom: 33px;
  width: calc(100% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile h2:first-child {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #email_row {
  order: 1;
  width: calc(100% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #email_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #last_name_row {
  order: 3;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #last_name_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #first_name_row {
  order: 2;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #first_name_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #company_row {
  order: 4;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #company_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #vat_row {
  order: 5;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #vat_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form h3.uwp_input_fieldset {
  order: 6;
  margin-right: 45px;
  margin-bottom: 33px;
  width: calc(100% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form h3.uwp_input_fieldset {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #uwp_country_row {
  order: 7;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #uwp_country_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #zip_row {
  order: 8;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #zip_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #city_row {
  order: 9;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #city_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #state_row {
  order: 10;
  width: calc(50% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #state_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #address1_row {
  order: 11;
  width: calc(100% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #address1_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #address2_row {
  order: 12;
  width: calc(100% - 45px);
}
@media (max-width: 799px) {
  #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form #address2_row {
    width: calc(100% - 10px);
  }
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp-account-form input[name=uwp_account_submit] {
  order: 999;
  width: 260px;
  height: 51px;
  margin-top: 77px;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile h2, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile h3 {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #382923;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_email_row, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_row, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_text_row, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile #uwp_country_row {
  margin-right: 45px !important;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_email_row label, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_row label, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_text_row label, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile #uwp_country_row label {
  display: block;
  width: 100% !important;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #b2b098;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_email_row input, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_row input, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile .uwp_form_text_row input, #user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile #uwp_country_row input {
  display: block;
  width: 100% !important;
  box-shadow: none;
  border: solid 1px rgba(56, 41, 35, 0.3);
  height: 51px;
  color: #382923;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile input[name=uwp_account_submit] {
  background-color: #372d29;
  color: white;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
}
#user_profile .uwp-profile-content .uwp-profile-entries #uwp-account-profile input[name=uwp_account_submit]:hover {
  /*@include m-box-shadow(0 0 30px 8px #ccc);*/
  transition: all 0.3s ease;
  background-color: #943519;
}
#user_profile .uwp-profile-content .level2_tabs {
  margin-top: 10px;
}
#user_profile a, #user_profile .license-handle {
  color: #817970;
}
#user_profile a:hover, #user_profile .license-handle:hover {
  color: #5b534b;
}
#user_profile .btn-profile-small {
  padding: 0.1rem 1rem;
  background-color: #372d29;
  color: #fff;
  border-radius: 0.9rem;
  width: auto;
  word-break: keep-all;
}
#user_profile .btn-profile-small.disabled {
  opacity: 0.3;
}
#user_profile .btn-profile-small:hover {
  color: #fff;
}
#user_profile .btn-profile-small.btn-green {
  background-color: #1E8449;
}
#user_profile .btn-profile-small.btn-green:hover {
  background-color: #372d29 !important;
}

#edd_purchase_receipt .btn-profile-small {
  padding: 0.1rem 1rem;
  background-color: #372d29;
  color: #fff;
  border-radius: 0.9rem;
  width: 220px;
  word-break: keep-all;
}
#edd_purchase_receipt .btn-profile-small:hover {
  color: #fff;
}
#edd_purchase_receipt tr td:last-child {
  width: 500px;
}

#edd_license_keys .btn-profile-small, #edd_group_license_users .btn-profile-small, #license_usage_wrapper .btn-profile-small {
  padding: 0.1rem 1rem;
  background-color: #372d29;
  color: #fff;
  border-radius: 0.9rem;
  width: 220px;
  margin-top: 20px;
  word-break: keep-all;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}
#edd_license_keys .btn-profile-small:hover, #edd_group_license_users .btn-profile-small:hover, #license_usage_wrapper .btn-profile-small:hover {
  color: #fff;
}
#edd_license_keys .btn-profile-small.btn-download, #edd_group_license_users .btn-profile-small.btn-download, #license_usage_wrapper .btn-profile-small.btn-download {
  margin-right: 20px;
  background-color: #817970;
}
#edd_license_keys tr td:last-child, #edd_group_license_users tr td:last-child, #license_usage_wrapper tr td:last-child {
  width: 240px;
}
#edd_license_keys .copy_to_clipboard, #edd_group_license_users .copy_to_clipboard, #license_usage_wrapper .copy_to_clipboard {
  border-top: none;
}
#edd_license_keys .copy_to_clipboard td, #edd_group_license_users .copy_to_clipboard td, #license_usage_wrapper .copy_to_clipboard td {
  padding-top: 0;
  border-top: none;
}
#edd_license_keys .copy_to_clipboard a, #edd_group_license_users .copy_to_clipboard a, #license_usage_wrapper .copy_to_clipboard a {
  margin-top: 0;
}
#edd_license_keys #download_license, #edd_group_license_users #download_license, #license_usage_wrapper #download_license {
  background-color: #817970;
}
#edd_license_keys #save_group_license_users, #edd_group_license_users #save_group_license_users, #license_usage_wrapper #save_group_license_users {
  margin-top: 0;
}

.copy_to_clipboard_div {
  max-width: 610px;
}
.copy_to_clipboard_div a {
  float: right;
}

.download_license_checks {
  display: none;
}

.wpas-ticket-buttons-top .wpas-btn {
  padding: 18px 50px;
  background-color: #594945;
  color: #fff;
  border-radius: 2rem;
  width: auto;
  border: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
}

.wpas-ticket-buttons-top .wpas-btn.wpas-link-ticketlist {
  background-color: #817970;
}

.wpas-ticket-buttons-top .wpas-btn:hover {
  transition: all 0.3s ease;
  background-color: #943519;
}

.wpas-ticket-buttons-top .wpas-link-ticketnew {
  display: none;
}

.wpas-form button[type=submit], a.wpas-btn {
  display: inline-block;
  background-color: #372d29;
  color: white;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  padding: 18px 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
  border-color: transparent;
  border-width: 0;
  margin-top: 0px;
}

a.wpas-btn:hover, a.wpas-btn:focus {
  color: #fff;
  transition: all 0.3s ease;
  background-color: #943519;
}

a.btn-prev-wrap {
  margin-top: 40px;
}

.wpas-submission-form-inside-after-subject.container {
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.wpas-submission-form-inside-after-subject.container #wpas_ticket_type_wrapper {
  order: 1;
}
.wpas-submission-form-inside-after-subject.container #wpas_license_id_wrapper {
  order: 2;
}
.wpas-submission-form-inside-after-subject.container #wpas_title_wrapper {
  order: 3;
}
.wpas-submission-form-inside-after-subject.container #wpas_ticket_priority_wrapper {
  order: 4;
}
.wpas-submission-form-inside-after-subject.container #wpas_message_wrapper {
  order: 5;
}

@media (max-width: 767px) {
  #user_profile .uwp-profile-content .uwp-profile-nav ul.item-list-tabs-ul li {
    margin-right: 13px;
  }
  .wpas-label {
    white-space: nowrap;
  }
  .container#primary {
    padding: 0 12px;
  }
}
table#user_licenses_table, div#sortable_user_licenses_table table, div#sortable_user_purchase_table table,
div#sortable_assign_licenses_table table, div#user_purchase_table table, div#sortable_licenses_table table {
  border: none;
  clear: both;
  border-collapse: separate;
  -webkit-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  border-radius: 10px 10px 10px 10px;
}
table#user_licenses_table thead tr, div#sortable_user_licenses_table table thead tr, div#sortable_user_purchase_table table thead tr,
div#sortable_assign_licenses_table table thead tr, div#user_purchase_table table thead tr, div#sortable_licenses_table table thead tr {
  border: none;
  height: 75px;
}
table#user_licenses_table thead tr th, div#sortable_user_licenses_table table thead tr th, div#sortable_user_purchase_table table thead tr th,
div#sortable_assign_licenses_table table thead tr th, div#user_purchase_table table thead tr th, div#sortable_licenses_table table thead tr th {
  background-color: #b2b098;
  color: white;
  border: none;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.19;
  letter-spacing: normal;
}
table#user_licenses_table thead tr th span.gs-button, div#sortable_user_licenses_table table thead tr th span.gs-button, div#sortable_user_purchase_table table thead tr th span.gs-button,
div#sortable_assign_licenses_table table thead tr th span.gs-button, div#user_purchase_table table thead tr th span.gs-button, div#sortable_licenses_table table thead tr th span.gs-button {
  cursor: pointer;
}
table#user_licenses_table thead tr th span.gs-button > span, div#sortable_user_licenses_table table thead tr th span.gs-button > span, div#sortable_user_purchase_table table thead tr th span.gs-button > span,
div#sortable_assign_licenses_table table thead tr th span.gs-button > span, div#user_purchase_table table thead tr th span.gs-button > span, div#sortable_licenses_table table thead tr th span.gs-button > span {
  margin-left: 5px;
  font-size: 12px;
}
table#user_licenses_table thead tr th span.gs-button > span.asc, div#sortable_user_licenses_table table thead tr th span.gs-button > span.asc, div#sortable_user_purchase_table table thead tr th span.gs-button > span.asc,
div#sortable_assign_licenses_table table thead tr th span.gs-button > span.asc, div#user_purchase_table table thead tr th span.gs-button > span.asc, div#sortable_licenses_table table thead tr th span.gs-button > span.asc {
  position: relative;
  top: -7px;
}
table#user_licenses_table thead tr th span.gs-button > span.nosorting, div#sortable_user_licenses_table table thead tr th span.gs-button > span.nosorting, div#sortable_user_purchase_table table thead tr th span.gs-button > span.nosorting,
div#sortable_assign_licenses_table table thead tr th span.gs-button > span.nosorting, div#user_purchase_table table thead tr th span.gs-button > span.nosorting, div#sortable_licenses_table table thead tr th span.gs-button > span.nosorting {
  font-size: 8px;
  position: relative;
  top: -7px;
}
table#user_licenses_table thead tr th span.gs-button > span.nosorting > span, div#sortable_user_licenses_table table thead tr th span.gs-button > span.nosorting > span, div#sortable_user_purchase_table table thead tr th span.gs-button > span.nosorting > span,
div#sortable_assign_licenses_table table thead tr th span.gs-button > span.nosorting > span, div#user_purchase_table table thead tr th span.gs-button > span.nosorting > span, div#sortable_licenses_table table thead tr th span.gs-button > span.nosorting > span {
  position: absolute;
  margin-top: 16px;
  margin-left: -8px;
}
table#user_licenses_table thead tr th span.gs-button:hover, div#sortable_user_licenses_table table thead tr th span.gs-button:hover, div#sortable_user_purchase_table table thead tr th span.gs-button:hover,
div#sortable_assign_licenses_table table thead tr th span.gs-button:hover, div#user_purchase_table table thead tr th span.gs-button:hover, div#sortable_licenses_table table thead tr th span.gs-button:hover {
  /* text-decoration:underline; */
}
table#user_licenses_table thead tr th span.gs-button:hover span, div#sortable_user_licenses_table table thead tr th span.gs-button:hover span, div#sortable_user_purchase_table table thead tr th span.gs-button:hover span,
div#sortable_assign_licenses_table table thead tr th span.gs-button:hover span, div#user_purchase_table table thead tr th span.gs-button:hover span, div#sortable_licenses_table table thead tr th span.gs-button:hover span {
  text-decoration: none;
}
table#user_licenses_table thead tr th .gs-button span:not(:last-child), div#sortable_user_licenses_table table thead tr th .gs-button span:not(:last-child), div#sortable_user_purchase_table table thead tr th .gs-button span:not(:last-child),
div#sortable_assign_licenses_table table thead tr th .gs-button span:not(:last-child), div#user_purchase_table table thead tr th .gs-button span:not(:last-child), div#sortable_licenses_table table thead tr th .gs-button span:not(:last-child) {
  display: none;
}
table#user_licenses_table thead tr th .viewBtns, div#sortable_user_licenses_table table thead tr th .viewBtns, div#sortable_user_purchase_table table thead tr th .viewBtns,
div#sortable_assign_licenses_table table thead tr th .viewBtns, div#user_purchase_table table thead tr th .viewBtns, div#sortable_licenses_table table thead tr th .viewBtns {
  width: 72px;
  display: block;
}
table#user_licenses_table thead tr th .extendBtns, div#sortable_user_licenses_table table thead tr th .extendBtns, div#sortable_user_purchase_table table thead tr th .extendBtns,
div#sortable_assign_licenses_table table thead tr th .extendBtns, div#user_purchase_table table thead tr th .extendBtns, div#sortable_licenses_table table thead tr th .extendBtns {
  width: 94px;
  display: block;
}
table#user_licenses_table thead tr:first-child th:first-child, div#sortable_user_licenses_table table thead tr:first-child th:first-child, div#sortable_user_purchase_table table thead tr:first-child th:first-child,
div#sortable_assign_licenses_table table thead tr:first-child th:first-child, div#user_purchase_table table thead tr:first-child th:first-child, div#sortable_licenses_table table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
table#user_licenses_table thead tr:first-child th:last-child, div#sortable_user_licenses_table table thead tr:first-child th:last-child, div#sortable_user_purchase_table table thead tr:first-child th:last-child,
div#sortable_assign_licenses_table table thead tr:first-child th:last-child, div#user_purchase_table table thead tr:first-child th:last-child, div#sortable_licenses_table table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  padding-right: 30px;
}
table#user_licenses_table tbody, div#sortable_user_licenses_table table tbody, div#sortable_user_purchase_table table tbody,
div#sortable_assign_licenses_table table tbody, div#user_purchase_table table tbody, div#sortable_licenses_table table tbody {
  border: none;
}
table#user_licenses_table tbody .highlite, div#sortable_user_licenses_table table tbody .highlite, div#sortable_user_purchase_table table tbody .highlite,
div#sortable_assign_licenses_table table tbody .highlite, div#user_purchase_table table tbody .highlite, div#sortable_licenses_table table tbody .highlite {
  background-color: #eee;
}
table#user_licenses_table tbody tr, div#sortable_user_licenses_table table tbody tr, div#sortable_user_purchase_table table tbody tr,
div#sortable_assign_licenses_table table tbody tr, div#user_purchase_table table tbody tr, div#sortable_licenses_table table tbody tr {
  height: 75px;
}
table#user_licenses_table tbody tr td, div#sortable_user_licenses_table table tbody tr td, div#sortable_user_purchase_table table tbody tr td,
div#sortable_assign_licenses_table table tbody tr td, div#user_purchase_table table tbody tr td, div#sortable_licenses_table table tbody tr td {
  border: none;
  border-bottom: 2px solid #b2b098;
  background-color: inherit;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  color: #372d29;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  word-break: break-word;
}
table#user_licenses_table tbody tr td .license-handle, div#sortable_user_licenses_table table tbody tr td .license-handle, div#sortable_user_purchase_table table tbody tr td .license-handle,
div#sortable_assign_licenses_table table tbody tr td .license-handle, div#user_purchase_table table tbody tr td .license-handle, div#sortable_licenses_table table tbody tr td .license-handle {
  cursor: pointer;
  background-color: transparent;
}
table#user_licenses_table tbody tr td .btn-profile-small, div#sortable_user_licenses_table table tbody tr td .btn-profile-small, div#sortable_user_purchase_table table tbody tr td .btn-profile-small,
div#sortable_assign_licenses_table table tbody tr td .btn-profile-small, div#user_purchase_table table tbody tr td .btn-profile-small, div#sortable_licenses_table table tbody tr td .btn-profile-small {
  max-width: 94px;
}
table#user_licenses_table tbody tr td span.amount::before, div#sortable_user_licenses_table table tbody tr td span.amount::before, div#sortable_user_purchase_table table tbody tr td span.amount::before,
div#sortable_assign_licenses_table table tbody tr td span.amount::before, div#user_purchase_table table tbody tr td span.amount::before, div#sortable_licenses_table table tbody tr td span.amount::before {
  content: "$";
}
table#user_licenses_table tbody tr td:last-child, div#sortable_user_licenses_table table tbody tr td:last-child, div#sortable_user_purchase_table table tbody tr td:last-child,
div#sortable_assign_licenses_table table tbody tr td:last-child, div#user_purchase_table table tbody tr td:last-child, div#sortable_licenses_table table tbody tr td:last-child {
  padding-right: 30px;
}
table#user_licenses_table tbody tr:last-child, div#sortable_user_licenses_table table tbody tr:last-child, div#sortable_user_purchase_table table tbody tr:last-child,
div#sortable_assign_licenses_table table tbody tr:last-child, div#user_purchase_table table tbody tr:last-child, div#sortable_licenses_table table tbody tr:last-child {
  border-bottom: none;
}
table#user_licenses_table tbody tr:last-child td:first-child, div#sortable_user_licenses_table table tbody tr:last-child td:first-child, div#sortable_user_purchase_table table tbody tr:last-child td:first-child,
div#sortable_assign_licenses_table table tbody tr:last-child td:first-child, div#user_purchase_table table tbody tr:last-child td:first-child, div#sortable_licenses_table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table#user_licenses_table tbody tr:last-child td:last-child, div#sortable_user_licenses_table table tbody tr:last-child td:last-child, div#sortable_user_purchase_table table tbody tr:last-child td:last-child,
div#sortable_assign_licenses_table table tbody tr:last-child td:last-child, div#user_purchase_table table tbody tr:last-child td:last-child, div#sortable_licenses_table table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
table#user_licenses_table a, div#sortable_user_licenses_table table a, div#sortable_user_purchase_table table a,
div#sortable_assign_licenses_table table a, div#user_purchase_table table a, div#sortable_licenses_table table a {
  color: #817970;
}
table#user_licenses_table a:hover, div#sortable_user_licenses_table table a:hover, div#sortable_user_purchase_table table a:hover,
div#sortable_assign_licenses_table table a:hover, div#user_purchase_table table a:hover, div#sortable_licenses_table table a:hover {
  color: #5b534b;
  text-decoration: underline;
}
table#user_licenses_table .btn-profile-small, div#sortable_user_licenses_table table .btn-profile-small, div#sortable_user_purchase_table table .btn-profile-small,
div#sortable_assign_licenses_table table .btn-profile-small, div#user_purchase_table table .btn-profile-small, div#sortable_licenses_table table .btn-profile-small {
  padding: 0.1rem 1rem;
  line-height: 1.6;
  background-color: #372d29;
  color: #fff;
  border-radius: 0.9rem;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
}
table#user_licenses_table .btn-profile-small:hover, div#sortable_user_licenses_table table .btn-profile-small:hover, div#sortable_user_purchase_table table .btn-profile-small:hover,
div#sortable_assign_licenses_table table .btn-profile-small:hover, div#user_purchase_table table .btn-profile-small:hover, div#sortable_licenses_table table .btn-profile-small:hover {
  color: #fff;
  text-decoration: none;
}
table#user_licenses_table .btn-profile-small.btn-green, div#sortable_user_licenses_table table .btn-profile-small.btn-green, div#sortable_user_purchase_table table .btn-profile-small.btn-green,
div#sortable_assign_licenses_table table .btn-profile-small.btn-green, div#user_purchase_table table .btn-profile-small.btn-green, div#sortable_licenses_table table .btn-profile-small.btn-green {
  background-color: #1E8449;
}
table#user_licenses_table .btn-profile-small.btn-green:hover, div#sortable_user_licenses_table table .btn-profile-small.btn-green:hover, div#sortable_user_purchase_table table .btn-profile-small.btn-green:hover,
div#sortable_assign_licenses_table table .btn-profile-small.btn-green:hover, div#user_purchase_table table .btn-profile-small.btn-green:hover, div#sortable_licenses_table table .btn-profile-small.btn-green:hover {
  background-color: #372d29 !important;
}
table#user_licenses_table input.btn-profile-small[type=submit], div#sortable_user_licenses_table table input.btn-profile-small[type=submit], div#sortable_user_purchase_table table input.btn-profile-small[type=submit],
div#sortable_assign_licenses_table table input.btn-profile-small[type=submit], div#user_purchase_table table input.btn-profile-small[type=submit], div#sortable_licenses_table table input.btn-profile-small[type=submit] {
  position: absolute;
}

div#user_purchase_table, div#sortable_licenses_table, div#sortable_assign_licenses_table, div#reseller_payment_info_table,
div#edd_purchase_receipt_wrapper, div#edd_license_keys_wrapper, div#edd_group_license_users_wrapper, div#license_usage_table,
div#wpas_ticketlist_wrapper {
  overflow: auto;
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 0 30px 40px;
}
div#user_purchase_table table, div#sortable_licenses_table table, div#sortable_assign_licenses_table table, div#reseller_payment_info_table table,
div#edd_purchase_receipt_wrapper table, div#edd_license_keys_wrapper table, div#edd_group_license_users_wrapper table, div#license_usage_table table,
div#wpas_ticketlist_wrapper table {
  margin-top: 30px;
  min-width: 640px;
}
div#user_purchase_table #export_licenses_info, div#sortable_licenses_table #export_licenses_info, div#sortable_assign_licenses_table #export_licenses_info, div#reseller_payment_info_table #export_licenses_info,
div#edd_purchase_receipt_wrapper #export_licenses_info, div#edd_license_keys_wrapper #export_licenses_info, div#edd_group_license_users_wrapper #export_licenses_info, div#license_usage_table #export_licenses_info,
div#wpas_ticketlist_wrapper #export_licenses_info {
  margin-bottom: 0;
}
div#user_purchase_table .hint, div#sortable_licenses_table .hint, div#sortable_assign_licenses_table .hint, div#reseller_payment_info_table .hint,
div#edd_purchase_receipt_wrapper .hint, div#edd_license_keys_wrapper .hint, div#edd_group_license_users_wrapper .hint, div#license_usage_table .hint,
div#wpas_ticketlist_wrapper .hint {
  font-size: 12px;
  font-style: italic;
}

.gs-pagination, .bsui .gs-pagination {
  /* margin-top:-16px; */
}
.gs-pagination .row, .bsui .gs-pagination .row {
  display: block;
  margin: 0;
}
.gs-pagination .row .col-md-6:first-child, .bsui .gs-pagination .row .col-md-6:first-child {
  float: right;
  text-align: right;
}
.gs-pagination .row .col-md-6:last-child, .bsui .gs-pagination .row .col-md-6:last-child {
  clear: both;
  max-width: 100%;
}
.gs-pagination .btn-group, .bsui .gs-pagination .btn-group {
  width: fit-content;
  margin: 40px auto;
}
.gs-pagination .btn-group .btn, .bsui .gs-pagination .btn-group .btn {
  padding: 18px 22px;
  margin: 0 12px 0 0;
  background: transparent;
  text-transform: none;
  color: #817970;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
}
.gs-pagination .btn-group .btn:hover, .bsui .gs-pagination .btn-group .btn:hover {
  color: #fff;
  background-color: #372d29;
}
.gs-pagination .btn-group .btn.prev:hover, .gs-pagination .btn-group .btn.next:hover, .bsui .gs-pagination .btn-group .btn.prev:hover, .bsui .gs-pagination .btn-group .btn.next:hover {
  /*background:none;*/
}
.gs-pagination .btn-group .btn.active, .gs-pagination .btn-group .btn.active:hover, .bsui .gs-pagination .btn-group .btn.active, .bsui .gs-pagination .btn-group .btn.active:hover {
  background-color: #b2b098;
  color: #fff;
}
.gs-pagination .btn-group .btn[disabled=disabled], .bsui .gs-pagination .btn-group .btn[disabled=disabled] {
  display: none;
}
.gs-pagination .btn-group .btn:focus, .bsui .gs-pagination .btn-group .btn:focus {
  box-shadow: none;
}
.gs-pagination .btn-group > .btn, .bsui .gs-pagination .btn-group > .btn {
  border-radius: 50px;
  line-height: 1;
  border: none;
}

#sortable_user_licenses_table table thead th:nth-child(1) {
  width: 205px;
}
#sortable_user_licenses_table table thead th:nth-child(2) {
  width: auto;
}
#sortable_user_licenses_table table thead th:nth-child(3) {
  width: 128px;
}
#sortable_user_licenses_table table thead th:nth-child(4) {
  width: 136px;
}
#sortable_user_licenses_table table thead th:nth-child(5) {
  width: 111px;
}
#sortable_user_licenses_table table thead th:nth-child(6) {
  width: 186px;
}
#sortable_user_licenses_table table thead th:nth-child(7) {
  width: 132px;
}

.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(1) {
  width: 43px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(2) {
  width: 191px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(3) {
  width: auto;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(4) {
  width: 114px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(5) {
  width: 122px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(6) {
  width: 97px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(7) {
  width: 172px;
}
.uwp-profile-entries #sortable_user_licenses_table table thead th:nth-child(8) {
  width: 118px;
}

#user_profile #sortable_user_purchase_table table thead th:first-child {
  padding-left: 48px;
  width: 155px;
}
#user_profile #sortable_user_purchase_table table thead th:nth-child(2) {
  width: 150px;
}
#user_profile #sortable_user_purchase_table table thead th:nth-child(3) {
  width: 20%;
}
#user_profile #sortable_user_purchase_table table thead th:nth-child(4) {
  width: 20%;
}
#user_profile #sortable_user_purchase_table table thead th:last-child {
  width: 140px;
}
#user_profile #sortable_user_purchase_table table tbody td:first-child {
  padding-left: 48px;
}

#user_profile #sortable_assign_licenses_table table thead th {
  width: 240px;
}
#user_profile #sortable_assign_licenses_table table thead th:last-child {
  width: 110px;
}
#user_profile #sortable_assign_licenses_table table thead th:first-child {
  padding-left: 30px;
}
#user_profile #sortable_assign_licenses_table table tbody td {
  width: 240px;
  vertical-align: top;
  padding-top: 28px;
}
#user_profile #sortable_assign_licenses_table table tbody td:last-child {
  width: 110px;
  vertical-align: middle;
  padding-top: 20px;
}
#user_profile #sortable_assign_licenses_table table tbody td:first-child {
  padding-left: 30px;
  padding-top: 28px;
}

@media (min-width: 980px) {
  #user_profile #user_purchase_table table tbody tr:hover td {
    background-color: #e1e1e1;
    color: #b2aead;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #user_profile #user_purchase_table table tbody tr:hover td:first-child:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    margin-top: -20px;
    color: #4f4743;
  }
  #user_profile #user_purchase_table .details {
    display: none;
  }
}
@media (max-width: 979px) {
  #user_profile #sortable_user_purchase_table table thead th:first-child {
    min-width: 130px;
    padding-left: 20px;
  }
  #user_profile #sortable_user_purchase_table table tbody td:first-child {
    min-width: 130px;
    padding-left: 20px;
  }
}
.bsui .btn-primary:not(:disabled):not(.disabled):active:focus, .bsui .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bsui .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.bsui .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .bsui .btn-group > .btn-group:not(:last-child) > .btn {
  border-radius: 50px;
}

@media (min-width: 800px) {
  .searchField, .bsui .searchField {
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.uwp-profile-content #searchField {
  margin: 20px 0 0;
}

.rowsPerPage {
  line-height: 2;
  padding: 13px 0;
}
.rowsPerPage a.changeRows {
  border-right: 1px solid;
  padding-right: 7px;
  margin-left: 5px;
}
.rowsPerPage a.changeRows:last-child {
  border-right: none;
}
.rowsPerPage a.changeRows.selected {
  font-weight: bold;
}

@media (min-width: 800px) {
  .rowsPerPage {
    width: 50%;
    margin-top: 10px;
    float: right;
    text-align: right;
  }
  .rowsPerPage select {
    max-width: 140px;
    appearance: auto;
  }
  .user-search-result {
    position: absolute;
    top: 1px;
    left: 2px;
    margin-left: 1.2rem;
    font-size: 1rem;
    background: #fff;
    font-weight: 300;
    width: calc(100% - 2.6rem);
    padding: 0.45rem 1.2rem;
    border-radius: 5px;
  }
}
/* DBeaver grid */
@media (min-width: 800px) {
  body {
    min-height: 100vh;
  }
  body.admin-bar {
    min-height: calc(100vh - 32px);
  }
}
@media (max-width: 799px) {
  body {
    min-height: 100vh;
  }
  body.admin-bar {
    min-height: calc(100vh - 46px);
  }
}
/* Receipt page */
.edd_table_base, #edd_group_license_users, #edd_reseller_payment_info, #edd_purchase_receipt_products, #edd_license_keys, #edd_purchase_receipt {
  border: none;
  -webkit-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  box-shadow: 0px 2px 30px rgba(102, 102, 102, 0.75);
  border-radius: 15px;
  border-collapse: separate;
}

.edd_table_first_row, #edd_group_license_users thead tr:first-child, #edd_reseller_payment_info thead tr:first-child, #edd_purchase_receipt_products thead tr, #edd_license_keys tr:first-child, #edd_purchase_receipt thead tr {
  border-radius: 15px 15px 0 0;
  border: none;
}
.edd_table_first_row th, #edd_group_license_users thead tr:first-child th, #edd_reseller_payment_info thead tr:first-child th, #edd_purchase_receipt_products thead tr th, #edd_license_keys tr:first-child th, #edd_purchase_receipt thead tr th, .edd_table_first_row td, #edd_group_license_users thead tr:first-child td, #edd_reseller_payment_info thead tr:first-child td, #edd_purchase_receipt_products thead tr td, #edd_license_keys tr:first-child td, #edd_purchase_receipt thead tr td {
  border: none;
  padding: 15px 20px;
  background-color: #b2b098;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: white;
}
.edd_table_first_row th:first-child, #edd_group_license_users thead tr:first-child th:first-child, #edd_reseller_payment_info thead tr:first-child th:first-child, #edd_purchase_receipt_products thead tr th:first-child, #edd_license_keys tr:first-child th:first-child, #edd_purchase_receipt thead tr th:first-child, .edd_table_first_row td:first-child, #edd_group_license_users thead tr:first-child td:first-child, #edd_reseller_payment_info thead tr:first-child td:first-child, #edd_purchase_receipt_products thead tr td:first-child, #edd_license_keys tr:first-child td:first-child, #edd_purchase_receipt thead tr td:first-child {
  border-top-left-radius: 15px;
}
.edd_table_first_row th:last-child, #edd_group_license_users thead tr:first-child th:last-child, #edd_reseller_payment_info thead tr:first-child th:last-child, #edd_purchase_receipt_products thead tr th:last-child, #edd_license_keys tr:first-child th:last-child, #edd_purchase_receipt thead tr th:last-child, .edd_table_first_row td:first-child, #edd_group_license_users thead tr:first-child td:first-child, #edd_reseller_payment_info thead tr:first-child td:first-child, #edd_purchase_receipt_products thead tr td:first-child, #edd_license_keys tr:first-child td:first-child, #edd_purchase_receipt thead tr td:first-child {
  border-top-right-radius: 15px;
}

.edd_table_row td, #edd_group_license_users tr td, #edd_reseller_payment_info tr td, #edd_purchase_receipt_products tr td, #edd_license_keys tr td, #edd_purchase_receipt tbody tr td {
  padding: 15px 20px;
  border: none;
  font-size: 14px;
  color: #382923;
  border-top: 1px solid #ddd;
}
.edd_table_row td:first-child, #edd_group_license_users tr td:first-child, #edd_reseller_payment_info tr td:first-child, #edd_purchase_receipt_products tr td:first-child, #edd_license_keys tr td:first-child, #edd_purchase_receipt tbody tr td:first-child {
  width: 250px;
}

#edd_purchase_receipt thead tr th {
  padding-left: 30px;
}
#edd_purchase_receipt tbody tr td {
  padding-left: 30px;
}
#edd_purchase_receipt tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
  background-color: #b2b098;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: white;
}
#edd_purchase_receipt tbody tr:last-child td:last-child {
  background-color: #b2b098;
  border-radius: 0 0 15px 0;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: white;
}
#edd_purchase_receipt .edd_purchase_receipt_product_notes p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

#edd_license_keys tr .edd_sl_license_key {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
}
#edd_license_keys tr .edd_sl_license_key.hide-license {
  height: 70px;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
  position: relative;
}
#edd_license_keys tr .edd_sl_license_key.hide-license:after {
  content: " ";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
}
#edd_license_keys tr .edd_sl_license_title {
  font-weight: bold;
}

#edd_purchase_receipt_products tr .edd_purchase_receipt_files {
  display: none;
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  font-weight: bold;
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_notes p {
  font-size: 14px;
}

#edd_reseller_payment_info {
  margin-bottom: 0;
}
#edd_reseller_payment_info thead tr:first-child th {
  padding-left: 30px;
}
#edd_reseller_payment_info tr th {
  padding-left: 30px;
}
#edd_reseller_payment_info tr td {
  padding-left: 30px;
}

#edd_group_license_users thead tr:first-child th {
  padding-left: 30px;
}
#edd_group_license_users tr th {
  padding-left: 30px;
}
#edd_group_license_users tr td {
  padding-left: 30px;
}

/* Checkout form */
.db_checkout_heading_text, .dbeaver-form form fieldset legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select legend, #edd_checkout_wrap h3 {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #382923;
  border-bottom: 2px solid #382923;
  margin-bottom: 28px;
  padding-bottom: 6px;
}

.db_checkout_text_input, .dbeaver-form form fieldset .form-row input, .dbeaver-form form fieldset .form-row select, .dbeaver-form form fieldset .form-row textarea, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap #edd-discount, #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input, .db_text_input_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap .edd-input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap .edd-input, .db_text_input_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap .edd-select, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap .edd-select, .db_text_input_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap .jconfirm input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap .jconfirm input {
  border: solid 1px rgba(56, 41, 35, 0.3);
  box-shadow: none;
}

.db_checkout_label, .dbeaver-form form fieldset .form-row label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_terms_agreement #edd_show_terms_override #edd_terms_links_override, .db_text_input_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap label {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.14;
  letter-spacing: normal;
  color: #b2b098;
}

.db_checkout_submit, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit .edd-submit, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-submit input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
  background-color: #594945;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.db_checkout_submit:hover, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit .edd-submit:hover, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-submit input:hover, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount:hover {
  background-color: #943519;
}
.db_checkout_submit:disabled, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit .edd-submit:disabled, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-submit input:disabled, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount:disabled {
  color: #382923;
  background-color: #594945;
  cursor: default;
}

.db_text_input_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 95px;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  margin: 0;
}
.db_text_input_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap label {
  display: block;
  margin-left: 14px;
  margin-bottom: 8px;
}
.db_text_input_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields p .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-pass-wrap .edd-description, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-wrap .edd-description {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #372d29;
}
@media (max-width: 799px) {
  .db_text_input_short, .dbeaver-form form fieldset .form-row, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .db_text_input_short, .dbeaver-form form fieldset .form-row, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap {
    width: calc(50% - 25px);
    padding-top: 3px;
  }
}

@media (max-width: 799px) {
  .db_text_input_tiny, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .db_text_input_tiny, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap {
    width: calc(25% - 25px);
    padding-top: 3px;
  }
}

.db_edd_personal_info_container, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap {
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  overflow: hidden;
}

@media (min-width: 800px) {
  .db_checkout_left_column {
    z-index: 5;
    padding-right: calc(50% + 25px);
  }
}

@media (min-width: 800px) {
  .db_checkout_right_column {
    padding-left: calc(50% - 25px);
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
  }
}

.select2.select2-container.select2-container--dbeaver-options {
  margin: 0;
  padding: 0 0px 0 0;
  border: 0;
  border-radius: 0;
  background-color: unset;
}
.select2.select2-container.select2-container--dbeaver-options .select2-selection {
  border: 0;
  color: #382923;
  background-color: unset;
  font-size: 14px;
}
.select2.select2-container.select2-container--dbeaver-options .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2.select2-container.select2-container--dbeaver-options .select2-selection.select2-selection--single .select2-selection__arrow {
  right: -40px;
}
.select2.select2-container.select2-container--dbeaver-options .select2-selection.select2-selection--single .select2-selection__arrow b {
  border: solid #b2b098;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -7px;
  margin-left: -8px;
  left: -20px;
}

.select2.select2-container.select2-container--focus.select2-container--dbeaver-options .select2-selection {
  border: 0;
  box-shadow: none;
}

.select2.select2-container.select2-container--dbeaver-options.select2-container--disabled .select2-selection {
  background: unset;
}

.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown {
  border: none;
  border-radius: 8px;
  background-color: #e2e2e2;
  font-size: 14px;
  margin-top: -30px;
  width: fit-content !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option {
  padding: 4px 10px 4px 32px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: rgba(56, 41, 35, 0.3);
  white-space: pre;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option li.select2-results__option {
  background: transparent;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected=true], .select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected-tmp=true] {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected=true] li.select2-results__option, .select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected-tmp=true] li.select2-results__option {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected=true]::before, .select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option[aria-selected-tmp=true]::before {
  content: "";
  border: solid #b2b098;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 13px;
  width: 8px;
  margin-left: -20px;
  margin-right: 11px;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option--highlighted {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option--highlighted.select2-results__option[aria-selected-tmp=true],
.select2-container.select2-container--open.select2-container--dbeaver-options .select2-dropdown .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background: transparent;
  color: #382923;
}
.select2-container.select2-container--open.select2-container--dbeaver-options ::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  -moz-animation: hideByCss 0s ease-in 0.1s forwards;
  -webkit-animation: hideByCss 0s ease-in 0.1s forwards;
  -o-animation: hideByCss 0s ease-in 0.1s forwards;
  animation: hideByCss 0s ease-in 0.1s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hideByCss {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hideByCss {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

#edd_checkout_wrap {
  display: none;
}
@media (min-width: 800px) {
  #edd_checkout_wrap {
    margin-top: 50px;
    position: relative;
  }
}
@media (max-width: 799px) {
  #edd_checkout_wrap #edd_checkout_cart_form {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_cart_form {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: calc(50% - 24px);
    z-index: 10;
  }
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table {
  border: none;
  -webkit-box-shadow: 0px 2px 40px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0px 2px 40px rgba(102, 102, 102, 0.75);
  box-shadow: 0px 2px 40px rgba(102, 102, 102, 0.75);
  border-radius: 15px;
  margin: 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead {
  /*background-color: $db_font_light_brown;*/
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr {
  border-radius: 15px 15px 0 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th {
  border: none;
  background-color: #b2b098;
  color: white;
  text-align: center;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-transform: uppercase;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th.edd_cart_actions {
  text-align: right;
  padding-right: 12px;
  vertical-align: middle;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th.edd_cart_actions .btn {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th:first-child {
  border-radius: 15px 0 0 0;
  padding: 28px 0 22px 36px;
  text-align: left;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr th:nth-child(n+2) {
  color: #b2b098;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead tr td {
  border: 0;
  padding: 10px 0 0;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td {
  padding: 6px 0 22px 16px;
  border: none;
  text-align: center;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #382923;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input {
  height: 30px;
  max-width: 60px;
  padding: 0;
  margin: auto;
  text-align: center;
  display: block;
  -moz-appearance: textfield;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input.subscription:disabled {
  border: none;
  background: #f7f7f7;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input.edd-item-quantity {
  width: 60px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input[type=number]::-webkit-inner-spin-button, #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td .edd_cart_remove_item_btn {
  display: inline-block;
  text-align: center;
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #382923;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td .edd_cart_remove_item_btn:hover {
  color: #b24324;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td:first-child {
  text-align: left;
  padding-left: 36px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td:last-child {
  padding-right: 14px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td.edd_cart_quantity {
  display: flex;
  /* padding: 3px 0 22px 16px;*/
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) and (max-width: 1199px) {
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td.edd_cart_quantity {
    flex-direction: column;
  }
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td.edd_cart_actions {
  padding-top: 4px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody td .edd_checkout_cart_item_variation {
  display: block;
  font-size: 16px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr:first-child td {
  padding-top: 22px;
  /*
            &.edd_cart_quantity {
              padding-top: 18px;
            }*/
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr:first-child td.edd_cart_actions {
  padding-top: 20px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr:first-child td.edd_team_edition_content {
  text-align: left;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr.row_team_title td {
  padding-bottom: 8px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr.row_team_role td {
  padding: 0 0 10px 42px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr.row_team_role td.edd_cart_item_price {
  padding: 0 0 10px 16px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tfoot tr th {
  text-align: right;
  padding-right: 20px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #382923;
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap {
    overflow: hidden;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead th {
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: left;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead th.edd_cart_item_name {
    width: 100%;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table thead th.edd_cart_actions {
    display: none;
    float: right;
    margin-top: 12px;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr td {
    display: block;
    width: auto;
    float: left;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr td.edd_cart_item_name {
    padding-bottom: 0;
    width: 100%;
    clear: both;
    float: none;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr td.edd_cart_item_name .edd_checkout_cart_item_title {
    margin-right: 16px;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr td.edd_cart_variations {
    width: 100%;
    clear: both;
    float: none;
  }
  #edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart_wrap table tbody tr td.edd_cart_item_price {
    padding-bottom: 44px;
  }
}
@media (min-width: 800px) {
  #edd_checkout_wrap h3 {
    width: calc(50% - 25px);
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form {
  /* display: flex;
     flex-direction: column;
     justify-content: space-between;
  flex-wrap: wrap;*/
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code {
  order: 2;
  border: none;
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code {
    width: calc(50% - 25px);
    float: left;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  padding-bottom: 1px;
  color: #b2b098;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap {
  margin-top: 13px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap input {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap #edd-discount {
    width: 250px;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
  margin-left: 20px;
}
@media (max-width: 799px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
    width: 100%;
  }
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
    width: 150px;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code #edd_show_discount {
  display: block;
  width: 100%;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 150px, rgb(255, 255, 255) 150px);
  padding-bottom: 4px;
  margin-bottom: 0;
  z-index: 5;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_discount_code .edd_discount_link {
  display: block;
  width: fit-content;
  padding: 13px 40px;
  border: 1px solid rgba(56, 41, 35, 0.3);
  margin-top: 15px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form .edd-payment-icons {
  display: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap {
  order: 1;
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap {
    width: calc(50% - 25px);
    min-height: 140px;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select {
  border: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select legend {
  display: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option {
  display: block;
  /*white-space: nowrap;*/
  padding: 0 0 15px 68px;
  cursor: pointer;
  position: relative;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option input {
  display: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option::before {
  content: "";
  width: 47.2px;
  height: 23.6px;
  opacity: 0.3;
  border: solid 1px #382923;
  left: 0;
  position: absolute;
  border-radius: calc(23.6px / 2);
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23.6px;
  height: 23.6px;
  border: solid 1px #382923;
  opacity: 0.3;
  border-radius: calc(23.6px / 2);
  background-color: white;
  transition: 0.2s;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option.edd-gateway-option-selected::before {
  opacity: 1;
  background-color: #382923;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_payment_mode_select_wrap #edd_payment_mode_select .edd-gateway-option.edd-gateway-option-selected::after {
  left: 23.6px;
  transition: 0.2s;
  border-width: 2px;
  position: absolute;
  top: 0;
  opacity: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_form_wrap {
  clear: both;
  width: 100%;
}
@media (max-width: 949px) and (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_form_wrap {
    margin-top: 100px;
  }
}
@media (min-width: 950px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_form_wrap {
    margin-top: 50px;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register {
  margin: 10px auto 40px;
  width: 100%;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields {
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields {
    width: 50%;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-submit {
  text-align: center;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields #edd-user-login-submit input {
  width: 250px;
  display: inline-block;
  margin: 0;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_login_register #edd_login_fields .uwp_social_login_ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_fields {
  border: none;
  width: 100%;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields legend {
  width: 100%;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-login-account-wrap {
  width: 100%;
  margin-bottom: 16px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-login-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-wrap label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_register_account_fields #edd-user-pass-confirm-wrap label {
  font-weight: bold !important;
  color: #b2b098 !important;
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info {
    width: calc(50% - 25px);
    float: left;
  }
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info {
  width: 100%;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info {
  border: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info legend, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info legend {
  width: 100%;
  order: 0;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap .edd_error, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap .edd_error {
  display: inline;
  min-height: 0;
  margin-top: -20px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-first-name-wrap {
  order: 3;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-last-name-wrap {
  order: 4;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-license-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-license-email-wrap {
  order: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-email-wrap {
  order: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd-company-wrap {
  order: 2;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_country_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_country_wrap {
  order: 5;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_checkout_user_info_wrap #edd_vat_id_wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_checkout_user_info_wrap #edd_vat_id_wrap {
  order: 6;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-email-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-email-wrap {
  order: 6;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-first-name-wrap {
  order: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-last-name-wrap {
  order: 2;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-company-wrap, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-company-wrap {
  order: 5;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-reseller-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-reseller-po {
  order: 3;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-customer-po, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-customer-po {
  order: 4;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify {
  order: 7;
  min-height: auto;
  display: block;
  padding-top: 44px;
  line-height: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify input, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify input {
  display: inline;
  width: auto;
  margin: 2px 12px 20px 0;
  float: left;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_checkout_user_info #edd_enduser_info_wrap #edd-enduser-notify label, #edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #dbeaver_enduser_info #edd_enduser_info_wrap #edd-enduser-notify label {
  display: inline;
  margin-left: 0;
  color: #372d29;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info {
  border: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #payment_info #edd_country_wrap {
  order: 1;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit {
  border: none;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit .edd_errors p {
  color: #b24324;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_terms_agreement {
  border: none;
  padding: 0;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_terms_agreement #edd_show_terms_override #edd_terms_links_override {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px dashed;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_terms_agreement .edd-terms-agreement {
  margin-top: 10px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_terms_agreement .edd-terms-agreement #edd_agree_to_terms {
  width: 20px;
}
#edd_checkout_wrap #edd_checkout_form_wrap #edd_purchase_form #edd_purchase_submit #edd_final_total_wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #b2b098;
  color: #382923;
  text-transform: uppercase;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: normal;
}
@media (max-width: 799px) {
  #edd_checkout_wrap #edd_checkout_cart_spacer {
    display: none;
  }
}
@media (min-width: 800px) {
  #edd_checkout_wrap #edd_checkout_cart_spacer {
    width: calc(50% - 25px);
    float: right;
  }
}
#edd_checkout_wrap fieldset {
  padding: 0;
  margin: 0 0 36px;
}
#edd_checkout_wrap .eddr-notice.eddr-terms-notice {
  text-align: left;
}
@media (min-width: 950px) {
  #edd_checkout_wrap .dbeaver_sub_cart {
    margin-top: 3px;
    max-height: 75px;
  }
}
#edd_checkout_wrap .edd_empty_cart {
  display: none;
}
#edd_checkout_wrap .btn-empty-cart {
  width: 100%;
  margin-top: 70px;
}

.uwp-login-form input {
  border: solid 1px rgba(56, 41, 35, 0.3);
  box-shadow: none;
}
.uwp-login-form input:focus {
  border: solid 1px rgba(56, 41, 35, 0.3);
  box-shadow: none;
}

.post-type-archive-download {
  background-image: url("/wp-content/uploads/2018/02/Cloud19-01.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#downloads-loop, .edd_downloads_list, .edd_download {
  margin-top: 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
}
#downloads-loop.edd_download_columns_1, .edd_downloads_list.edd_download_columns_1, .edd_download.edd_download_columns_1 {
  justify-content: flex-start;
}
#downloads-loop.edd_download_columns_3 form:not(:last-child), .edd_downloads_list.edd_download_columns_3 form:not(:last-child), .edd_download.edd_download_columns_3 form:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1099px) {
  #downloads-loop.edd_download_columns_3 form:not(:last-child), .edd_downloads_list.edd_download_columns_3 form:not(:last-child), .edd_download.edd_download_columns_3 form:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 560px) {
  #downloads-loop.edd_download_columns_3 form:not(:last-child), .edd_downloads_list.edd_download_columns_3 form:not(:last-child), .edd_download.edd_download_columns_3 form:not(:last-child) {
    margin-right: 0px;
  }
}
#downloads-loop.download_category_cloudbeaver, .edd_downloads_list.download_category_cloudbeaver, .edd_download.download_category_cloudbeaver {
  justify-content: flex-start;
}
#downloads-loop.download_category_teamedition, .edd_downloads_list.download_category_teamedition, .edd_download.download_category_teamedition {
  justify-content: flex-start;
}
#downloads-loop.download_category_teamedition .edd_download .product-item, .edd_downloads_list.download_category_teamedition .edd_download .product-item, .edd_download.download_category_teamedition .edd_download .product-item {
  justify-content: flex-start;
}
#downloads-loop.download_category_teamedition .edd_download .product-item > .price, .edd_downloads_list.download_category_teamedition .edd_download .product-item > .price, .edd_download.download_category_teamedition .edd_download .product-item > .price {
  font-size: 75px;
}
#downloads-loop.download_category_teamedition .edd_download .product-item input[type=submit], .edd_downloads_list.download_category_teamedition .edd_download .product-item input[type=submit], .edd_download.download_category_teamedition .edd_download .product-item input[type=submit] {
  margin-top: auto;
}
#downloads-loop.download_category_teamedition form .edd_download_variable_pricing_selector, .edd_downloads_list.download_category_teamedition form .edd_download_variable_pricing_selector, .edd_download.download_category_teamedition form .edd_download_variable_pricing_selector {
  display: flex;
  flex-direction: column;
}
#downloads-loop.download_category_teamedition form .edd_download_variable_pricing_selector .team_ext_submit_btn, .edd_downloads_list.download_category_teamedition form .edd_download_variable_pricing_selector .team_ext_submit_btn, .edd_download.download_category_teamedition form .edd_download_variable_pricing_selector .team_ext_submit_btn {
  margin-top: auto;
}
#downloads-loop.download_category_teamedition form .edd_download_variable_pricing_selector .btn, .edd_downloads_list.download_category_teamedition form .edd_download_variable_pricing_selector .btn, .edd_download.download_category_teamedition form .edd_download_variable_pricing_selector .btn {
  width: fit-content;
  margin-bottom: 0;
}
#downloads-loop.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices, .edd_downloads_list.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices, .edd_download.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices {
  display: flex;
  flex-direction: column;
}
#downloads-loop.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices, .edd_downloads_list.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices, .edd_download.download_category_teamedition .edd_download .product-item > .product-item-content.has-variable-prices {
  margin-bottom: 15px;
}
#downloads-loop form, .edd_downloads_list form, .edd_download form {
  display: flex;
}
#downloads-loop form .edd_download_variable_pricing_selector, .edd_downloads_list form .edd_download_variable_pricing_selector, .edd_download form .edd_download_variable_pricing_selector {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 25px;
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 25px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price:last-child, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license:last-child, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price:last-child, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license:last-child, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price:last-child, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license:last-child {
  margin-bottom: 0;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value {
  font-size: 40px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value .edd_currency, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value .edd_currency, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .edd_price_value .edd_currency {
  font-size: 26px;
  margin-right: 3px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fff;
  border-radius: 15px;
  width: 350px;
  margin-left: 25px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name {
  text-transform: uppercase;
  font-size: 24px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name .license_users_num, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name .license_users_num, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name .license_users_num, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name .license_users_num, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name .license_users_num, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .variable_price_inner_wrapper .edd_variable_price_name .license_users_num {
  text-transform: lowercase;
  font-size: 18px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .select_team_license, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .select_team_license, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .select_team_license, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license {
  width: 350px;
  margin-left: 25px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .license_id_title, #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .license_id_title, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .license_id_title, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .license_id_title, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .license_id_title, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .license_id_title {
  font-size: 18px;
  height: 50px;
}
#downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license {
  margin: -25px -25px 18px;
  padding: 25px 25px 0;
  background: #0c6441;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#downloads-loop form .edd_download_variable_pricing_selector .team_ext_submit_btn, .edd_downloads_list form .edd_download_variable_pricing_selector .team_ext_submit_btn, .edd_download form .edd_download_variable_pricing_selector .team_ext_submit_btn {
  position: relative;
  text-align: center;
}
#downloads-loop form .edd_download_variable_pricing_selector .btn, .edd_downloads_list form .edd_download_variable_pricing_selector .btn, .edd_download form .edd_download_variable_pricing_selector .btn {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 17px;
  padding: 16px 36px;
  position: relative;
  z-index: 10;
}
#downloads-loop form .edd_download_variable_pricing_selector .lottie-btn-wrapper, .edd_downloads_list form .edd_download_variable_pricing_selector .lottie-btn-wrapper, .edd_download form .edd_download_variable_pricing_selector .lottie-btn-wrapper {
  top: 0;
}
#downloads-loop form .edd_download_variable_pricing_selector .license_addroles_price, .edd_downloads_list form .edd_download_variable_pricing_selector .license_addroles_price, .edd_download form .edd_download_variable_pricing_selector .license_addroles_price {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
#downloads-loop form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value, .edd_downloads_list form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value, .edd_download form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value {
  margin-left: 12px;
  font-size: 48px;
  margin-bottom: 22px;
}
#downloads-loop form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value .edd_currency, .edd_downloads_list form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value .edd_currency, .edd_download form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_value .edd_currency {
  font-size: 26px;
}
#downloads-loop form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_discount, .edd_downloads_list form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_discount, .edd_download form .edd_download_variable_pricing_selector .license_addroles_price .edd_price_discount {
  display: block;
  text-align: center;
  margin-left: 70px;
  margin-bottom: 22px;
}
@media (max-width: 799px) {
  #downloads-loop form, .edd_downloads_list form, .edd_download form {
    flex-direction: column;
  }
  #downloads-loop form .edd_download_variable_pricing_selector, .edd_downloads_list form .edd_download_variable_pricing_selector, .edd_download form .edd_download_variable_pricing_selector {
    margin-left: 0;
    margin-top: -55px;
    padding-top: 45px;
    max-width: 100%;
  }
  #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value {
    font-size: 24px;
  }
  #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .edd_price_value .edd_currency {
    font-size: 18px;
  }
  #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper {
    width: 100%;
    margin-left: 18px;
  }
  #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price .variable_price_inner_wrapper .edd_variable_price_name {
    font-size: 18px;
    margin-right: 5px;
  }
  #downloads-loop form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license, .edd_downloads_list form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license, .edd_download form .edd_download_variable_pricing_selector .edd_download_variable_price_license .select_team_license {
    width: 200px;
    margin-left: 18px;
  }
}

@media (min-width: 800px) {
  .edd_download.hoverable {
    transition: all 0.3s ease;
  }
  .edd_download.hoverable .product-item {
    transition: all 0.3s ease;
  }
}

@media (min-width: 800px) {
  .edd_downloads_list form:after {
    content: "";
    display: inline-block;
    min-height: 595px;
  }
}

@media (min-width: 1100px) {
  .download-content {
    width: calc(100% - 350px - 4rem);
    float: left;
    margin-right: 4rem;
  }
}

.edd_download {
  margin-top: 0;
  min-height: 565px !important;
  padding: 0;
}
@media (min-width: 390px) and (max-width: 1023px) {
  .edd_download {
    width: 350px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  .edd_download {
    width: 320px !important;
  }
}
@media (min-width: 1100px) {
  .edd_download {
    width: 350px !important;
  }
}
.edd_download .product-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  padding: 25px;
}
.edd_download .product-item .case-item__cat {
  display: none;
}
.edd_download .product-item > .product-item-content.has-variable-prices {
  min-height: 366px !important;
}
.edd_download .product-item > .product-item-content {
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  padding: 30px 25px;
  min-height: 366px !important;
}
.edd_download .product-item > .product-item-content .title {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.edd_download .product-item > .product-item-content .title a {
  display: inline-block;
}
@media (min-width: 980px) {
  .edd_download .product-item > .product-item-content .title::after {
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.edd_download .product-item > .product-item-content .description {
  text-align: center;
  padding-top: 15px;
  width: 100%;
}
.edd_download .product-item > .product-item-content .description p {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0;
}
.edd_download .product-item > .product-item-content .description .min_users_license_err {
  line-height: 1.2;
  text-align: left;
  padding-top: 15px;
}
.edd_download .product-item > .product-item-content .description .role_desc {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edd_download .product-item > .product-item-content .description .role_desc .edd_price_value {
  font-size: 48px;
  margin-right: 12px;
}
.edd_download .product-item > .product-item-content .description .role_desc .edd_price_value .edd_currency {
  font-size: 26px;
}
.edd_download .product-item > .product-item-content .description .role_desc .edd_price_users {
  font-size: 24px;
  line-height: 1;
  width: 140px;
}
.edd_download .product-item > .price {
  color: white;
  font-size: 85px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
  order: 1;
  line-height: 1;
  margin-bottom: 12px;
}
.edd_download .product-item > .price .edd_price > span {
  display: flex;
  flex-direction: column;
}
.edd_download .product-item > .price .edd_price > span .edd_price_discount {
  font-size: 24px;
  text-align: right;
  padding-right: 6px;
  display: block;
  height: 24px;
}
.edd_download .product-item > a, .edd_download .product-item > p {
  order: 3;
  margin-top: -25px;
  margin-bottom: 15px;
}
.edd_download .product-item > .edd_download_excerpt {
  display: none;
}
.edd_download .product-item .buy-btn-animated {
  opacity: 0;
  z-index: 0;
}
.edd_download .product-item .buy-btn-animated:not(.disabled):hover {
  cursor: pointer;
}

.lottie-btn-wrapper {
  position: absolute;
  order: 3;
  z-index: 3;
  width: 100%;
}

#downloads-loop .edd_download:nth-child(6n+1) .product-item {
  background-color: #9b442a;
}
#downloads-loop .edd_download:nth-child(6n+1) .product-item .title {
  color: #9b442a;
}
#downloads-loop .edd_download:nth-child(6n+1) .product-item .title:hover {
  color: #d03e16;
}
#downloads-loop .edd_download:nth-child(6n+1) .product-item .title:hover::after {
  background-color: #d03e16;
}
#downloads-loop .edd_download:nth-child(6n+1) .product-item .title::after {
  background-color: #9b442a;
}
#downloads-loop .edd_download:nth-child(6n+2) .product-item {
  background-color: #b0ae98;
}
#downloads-loop .edd_download:nth-child(6n+2) .product-item .title {
  color: #b0ae98;
}
#downloads-loop .edd_download:nth-child(6n+2) .product-item .title:hover {
  color: #d4d2b8;
}
#downloads-loop .edd_download:nth-child(6n+2) .product-item .title:hover::after {
  background-color: #d4d2b8;
}
#downloads-loop .edd_download:nth-child(6n+2) .product-item .title::after {
  background-color: #b0ae98;
}
#downloads-loop .edd_download:nth-child(6n+3) .product-item {
  background-color: #7e7870;
}
#downloads-loop .edd_download:nth-child(6n+3) .product-item .title {
  color: #7e7870;
}
#downloads-loop .edd_download:nth-child(6n+3) .product-item .title:hover {
  color: #ac9e93;
}
#downloads-loop .edd_download:nth-child(6n+3) .product-item .title:hover::after {
  background-color: #ac9e93;
}
#downloads-loop .edd_download:nth-child(6n+3) .product-item .title::after {
  background-color: #7e7870;
}
#downloads-loop .edd_download:nth-child(6n+4) .product-item {
  background-color: #55514e;
}
#downloads-loop .edd_download:nth-child(6n+4) .product-item .title {
  color: #55514e;
}
#downloads-loop .edd_download:nth-child(6n+4) .product-item .title:hover {
  color: #7e7265;
}
#downloads-loop .edd_download:nth-child(6n+4) .product-item .title:hover::after {
  background-color: #7e7265;
}
#downloads-loop .edd_download:nth-child(6n+4) .product-item .title::after {
  background-color: #55514e;
}
#downloads-loop .edd_download:nth-child(6n+5) .product-item {
  background-color: #787f74;
}
#downloads-loop .edd_download:nth-child(6n+5) .product-item .title {
  color: #787f74;
}
#downloads-loop .edd_download:nth-child(6n+5) .product-item .title:hover {
  color: #b2b098;
}
#downloads-loop .edd_download:nth-child(6n+5) .product-item .title:hover::after {
  background-color: #b2b098;
}
#downloads-loop .edd_download:nth-child(6n+5) .product-item .title::after {
  background-color: #787f74;
}
#downloads-loop .edd_download:nth-child(6n+6) .product-item {
  background-color: #bfb182;
}
#downloads-loop .edd_download:nth-child(6n+6) .product-item .title {
  color: #bfb182;
}
#downloads-loop .edd_download:nth-child(6n+6) .product-item .title:hover {
  color: #e8daa5;
}
#downloads-loop .edd_download:nth-child(6n+6) .product-item .title:hover::after {
  background-color: #e8daa5;
}
#downloads-loop .edd_download:nth-child(6n+6) .product-item .title::after {
  background-color: #bfb182;
}

#dbeaver-download-page .dbeaver-dowloads-wrap {
  display: grid;
  justify-items: center;
}
@media (min-width: 800px) {
  #dbeaver-download-page .dbeaver-dowloads-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-your-system-label {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads.dbeaver-downloads--active {
    grid-row: 2;
    grid-column: 1;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-promt {
    grid-row: 2;
    grid-column: 2/end;
    align-self: center;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-other-label {
    grid-row: 3;
    grid-column: 1;
    justify-self: start;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads {
    grid-row: 4;
  }
}
@media (max-width: 799px) {
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-promt {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-your-system-label {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads.dbeaver-downloads--active {
    grid-row: 3;
    grid-column: 1;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads-other-label {
    grid-row: 4;
    grid-column: 1;
    justify-self: start;
  }
  #dbeaver-download-page .dbeaver-dowloads-wrap .dbeaver-downloads {
    grid-column: 1;
  }
}

.dbeaver-downloads .dbeaver-downloads-name {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.dbeaver-downloads .dbeaver-downloads-name .os-name {
  display: none;
}
.dbeaver-downloads .dbeaver-downloads-name img {
  width: 191px;
  height: auto;
}
.dbeaver-downloads .dbeaver-downloads-targets {
  list-style-type: none;
  text-transform: uppercase;
}
.dbeaver-downloads .dbeaver-downloads-targets li a {
  color: #d03e16;
}
.dbeaver-downloads .dbeaver-downloads-targets li a:hover {
  color: #372d29;
  border-bottom: 1px solid;
}

.dbeaver-downloads-other-label {
  display: none;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #382923;
}

.dbeaver-downloads-promt {
  display: none;
}

.dbeaver-downloads-promt-getit {
  background-color: #372d29;
  border-radius: 25px;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  color: white;
  fill: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dbeaver-downloads-promt-getit:hover {
  background-color: #943519;
}

.dbeaver-downloads-name img {
  width: 248.3px;
  height: auto;
}

.dbeaver-downloads-your-system-label {
  display: none;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #382923;
}

.dbeaver-downloads-promt--active,
.dbeaver-downloads--active,
.dbeaver-downloads-your-system-label--active,
.dbeaver-downloads-other-label--active {
  display: block;
}

.dbeaver-downloads-section-header {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #382923;
}

.version_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.version_list .version_column {
  text-align: center;
  float: none;
  width: auto;
}
.version_list .version_column a {
  display: block;
}

.edd_dbeaver_price_options {
  width: calc(100% + 50px);
  margin: auto -25px -30px;
  padding: 0 25px 35px;
  background: #eaeaea;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid rgba(56, 41, 35, 0.1882352941);
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  grid-column-gap: 10px;
  padding-top: 10px;
}
.edd_dbeaver_price_options .tooltip-box {
  margin-left: 4px;
  margin-top: 0;
}
.edd_dbeaver_price_options .select_cloud_license {
  margin: 15px 0 0 0;
}
.edd_dbeaver_price_options .select_cloud_license .license_id_title {
  font-size: 10px;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 7px;
  display: block;
}
.edd_dbeaver_price_options .select_cloud_license select {
  padding: 4px 19px;
}

.edd_dbeaver_price_options .edd_download_variable_pricing_wrapper {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.edd_dbeaver_price_options .edd_download_variable_pricing_wrapper .total_item_price {
  margin-top: 25px;
}

.edd_dbeaver_price_options .edd_download_quantity_wrapper {
  text-align: center;
  width: 80px;
  padding-top: 15px;
}
.edd_dbeaver_price_options .edd_download_quantity_wrapper input {
  padding: 4px 11px;
  text-indent: 24px;
}
.edd_dbeaver_price_options .edd_download_quantity_wrapper input[data-nice-number-initialized=true] {
  text-indent: 0;
}
.edd_dbeaver_price_options .edd_download_quantity_wrapper .nice-number {
  margin-bottom: 16px;
}

.edd_dbeaver_price_options .group_license_downloads {
  font-size: 12px;
}
.edd_dbeaver_price_options .group_license_downloads input {
  margin-right: 5px;
}

#dbeaver-download-page.dbeaver-download-page-le .dbeaver-dowloads-wrap .dbeaver-downloads.dbeaver-downloads--active {
  grid-row: 4;
}

#dbeaver-download-page.dbeaver-download-page-le .dbeaver-dowloads-wrap .dbeaver-downloads-promt {
  grid-column: 1/end;
  margin-top: 20px;
  text-align: center;
}

#dbeaver-download-page.dbeaver-download-page-ue .dbeaver-dowloads-wrap .dbeaver-downloads.dbeaver-downloads--active {
  grid-row: 4;
}

#dbeaver-download-page.dbeaver-download-page-ue .dbeaver-dowloads-wrap .dbeaver-downloads-promt {
  grid-column: 1/end;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 800px) {
  body.buy {
    background: url("../img/buy-bg.png") top 440px center no-repeat, url("../img/buy-bg.png") top 1130px center no-repeat, url("../img/buy-bg.png") top 1828px center no-repeat;
  }
}
body.buy .row {
  margin: 0;
  padding: 0;
  width: 100%;
}
body.buy .kc_column {
  padding: 0;
  margin: 0;
}
body.buy h4 {
  margin-bottom: 30px;
  font-weight: normal;
}
body.buy h4::after {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #2f2c2c;
}

#dbeaver-download-page {
  width: 100%;
}
#dbeaver-download-page .download-add-to-card {
  margin-bottom: 3em;
}
#dbeaver-download-page .download-add-to-card > .edd_download {
  width: fit-content !important;
  margin: 0;
}
#dbeaver-download-page .download-add-to-card .edd_download {
  margin-top: 0;
}
#dbeaver-download-page.dbeaver-ee .edd_download .product-item {
  background-color: #9b442a;
}
#dbeaver-download-page.dbeaver-ee .edd_download .product-item .title {
  color: #9b442a;
}
#dbeaver-download-page.dbeaver-ee .edd_download .product-item .title::after {
  background-color: #9b442a;
}

.edd_download_purchase_form {
  display: none;
}

.dbeaver-form {
  clear: both;
}
.dbeaver-form form {
  border: none;
}
.dbeaver-form form fieldset {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.dbeaver-form form fieldset legend {
  width: 100%;
}
.dbeaver-form form fieldset .form-row.comment {
  width: 100%;
}
.dbeaver-form form div[id$=submit_button_wrap] {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dbeaver-form form div[id$=submit_button_wrap] br {
  display: none;
}
.dbeaver-form form div[id$=submit_button_wrap] input[type=submit], .dbeaver-form form div[id$=submit_button_wrap] input[type=button], .dbeaver-form form div[id$=submit_button_wrap] button {
  margin: 0 auto;
}
@media (max-width: 799px) {
  .dbeaver-form form div[id$=submit_button_wrap] input[type=submit], .dbeaver-form form div[id$=submit_button_wrap] input[type=button], .dbeaver-form form div[id$=submit_button_wrap] button {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .dbeaver-form form div[id$=submit_button_wrap] input[type=submit], .dbeaver-form form div[id$=submit_button_wrap] input[type=button], .dbeaver-form form div[id$=submit_button_wrap] button {
    width: 30%;
  }
}
.dbeaver-form form div[id$=submit_button_wrap] input[type=submit]:focus, .dbeaver-form form div[id$=submit_button_wrap] input[type=button]:focus, .dbeaver-form form div[id$=submit_button_wrap] button:focus {
  color: white;
}
.dbeaver-form form div[id$=submit_button_wrap] input[type=submit]:hover, .dbeaver-form form div[id$=submit_button_wrap] input[type=button]:hover, .dbeaver-form form div[id$=submit_button_wrap] button:hover {
  -webkit-box-shadow: 0 0 30px 8px #ccc;
  -moz-box-shadow: 0 0 30px 8px #ccc;
  box-shadow: 0 0 30px 8px #ccc;
}
.dbeaver-form.has-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.dbeaver-form.has-error .error-title {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #382923;
  margin: 0 0 15px 0;
}
.dbeaver-form.has-error .error-title .email {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.dbeaver-form.has-error .error {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: 321px;
  background-color: white;
  border-radius: 15px;
}
.dbeaver-form.has-error .error p {
  margin: 0;
}
.dbeaver-form.has-error .error p.error-text {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.19;
  letter-spacing: normal;
  color: #b2b098;
}
.dbeaver-form.has-error .error p.error-button .btn-sign-in {
  background-color: #594945;
}
.dbeaver-form.has-error .error p.error-button .btn-sign-up {
  background-color: #b2b098;
}
.dbeaver-form.has-error .error p.error-button .btn:hover {
  -webkit-box-shadow: 0 0 30px 3px #ccc;
  -moz-box-shadow: 0 0 30px 3px #ccc;
  box-shadow: 0 0 30px 3px #ccc;
}
.dbeaver-form.has-error .error.must-login {
  -webkit-box-shadow: 0 0 40px 5px #ccc;
  -moz-box-shadow: 0 0 40px 5px #ccc;
  box-shadow: 0 0 40px 5px #ccc;
  padding: 47px;
}

#tl_personal_data {
  display: block;
}

#tl_submit_button_wrap {
  width: calc(50% - 25px);
}

#tl_submit_button {
  width: auto;
}

#tl_create_account {
  display: block;
}

.dbeaver-homepage-title .heading-sup-title {
  color: #b4401e;
  text-align: center;
  font-size: 18px;
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.dbeaver-show-all-database {
  margin-bottom: 80px;
}

#dbeaver-testimonials .crumina-testimonial-item .author-info-wrap .testimonial-img-author {
  display: none;
}
#dbeaver-testimonials .crumina-testimonial-item .author-info-wrap .author-info .author-name {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #b4401e;
}
#dbeaver-testimonials .crumina-testimonial-item .author-info-wrap .author-info .author-company {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #37312d;
}
#dbeaver-testimonials .crumina-testimonial-item .testimonial-text {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #37312d;
}

.homepage_logos .kc-col-container {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  #dbeaver-resellers-boxes .kc-col-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }
  #dbeaver-resellers-boxes .kc-col-container .kc-elm + .kc-elm {
    margin-top: 0;
  }
}
input[type=checkbox] {
  width: auto;
}

.post .post__comments {
  display: none;
}

#stunning-section + #primary .entry-content > .kc_row:first-of-type {
  padding-top: 20px;
}

.home .kc-css-33856 {
  padding-top: 0 !important;
}

.entry-content > .kc_row:first-of-type {
  padding-top: 20px;
}

.single-download .kc_row:first-of-type {
  padding-top: 0 !important;
}

.uwp-resend-email {
  text-align: center;
  float: none;
}

.btn {
  transition: all 0.3s ease;
}
.btn.btn--primary:hover {
  background-color: #943519 !important;
  box-shadow: none !important;
}
.btn.db--dark:hover {
  background-color: #943519 !important;
  box-shadow: none !important;
}
.btn.db--ginger:hover {
  background-color: #402019 !important;
  box-shadow: none !important;
}
.btn.btn--secondary:hover {
  background-color: #594945 !important;
  box-shadow: none !important;
}
.btn.btn--black:hover {
  background-color: #792e16 !important;
  box-shadow: none !important;
}
.btn.btn--red:hover {
  background-color: #d03e16 !important;
  box-shadow: none !important;
}

.uwp_page .uwp-login-form input[type=submit], .uwp_page .uwp-registration-form input[type=submit], .uwp_page .uwp-forgot-form input[type=submit], .uwp_page .uwp-change-form input[type=submit], .uwp_page .uwp-account-form input[type=submit], .uwp_widgets .uwp-login-form input[type=submit], .uwp_widgets .uwp-registration-form input[type=submit], .uwp_widgets .uwp-forgot-form input[type=submit], .uwp_widgets .uwp-change-form input[type=submit], .uwp_widgets .uwp-account-form input[type=submit], .uwp_adv_search_form .uwp-login-form input[type=submit], .uwp_adv_search_form .uwp-registration-form input[type=submit], .uwp_adv_search_form .uwp-forgot-form input[type=submit], .uwp_adv_search_form .uwp-change-form input[type=submit], .uwp_adv_search_form .uwp-account-form input[type=submit], .wpas-form button[type=submit] {
  background-color: #372d29;
}

.uwp_page input[type=submit]:hover, .wpas-form button[type=submit]:hover {
  transition: all 0.3s ease;
  background-color: #943519;
}

.btn--primary.btn--with-shadow:after {
  display: none;
  box-shadow: none;
}

.wpas-ticket-details h3 {
  font-size: 20px;
}
.wpas-reply-content, .wpas-main-ticket-message {
  white-space: pre-wrap;
}

.wpas-ticket-replies > tbody > tr > td:first-child {
  padding-left: 8px;
}

.wpas-ticket-list #wpas_ticketlist_filters #wpas_filter_wrap .wpas-clear-filter {
  margin-top: -17px;
  right: 26px;
}

.wpas-ticket-title {
  margin-top: 40px;
}
.wpas-ticket-title h4 {
  font-weight: normal;
}

#stunning-section {
  background-color: white !important;
}
#stunning-section .stunning-header-content .stunning-header-title {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #382923;
}

body.post-type-archive #stunning-section {
  display: none;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*# sourceMappingURL=theme-styles.css.map */
