/******** Config *******************************************************************************/
@font-face {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/barlow-condensed-400.woff2") format("woff2"), url("fonts/barlow-condensed-400.woff") format("woff"), url("fonts/barlow-condensed-400.ttf") format("truetype");
}
@font-face {
  font-family: "barlow-condensed";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/barlow-condensed-600.woff2") format("woff2"), url("fonts/barlow-condensed-600.woff") format("woff"), url("fonts/barlow-condensed-600.ttf") format("truetype");
}
@font-face {
  font-family: "barlow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/barlow-400.woff2") format("woff2"), url("fonts/barlow-400.woff") format("woff"), url("fonts/barlow-400.ttf") format("truetype");
}
@font-face {
  font-family: "barlow";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/barlow-600.woff2") format("woff2"), url("fonts/barlow-600.woff") format("woff"), url("fonts/barlow-600.ttf") format("truetype");
}
@font-face {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype");
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, address, picture, aside, img, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/******** Setup ********************************************************************************/
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #374151;
  background-color: #F3F4F6;
}

img {
  border: 0;
  height: auto;
  width: 100%;
}

/******** Typography ***************************************************************************/
h1, h2, h3, h4 {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
}

h1, h2, p, address {
  margin-bottom: 1.875rem;
}

h3, h4 {
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 1.15rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.2;
}

strong {
  font-family: "barlow", sans-serif;
  font-weight: 600;
}

h1 span {
  display: block;
  font-size: 1.15rem;
}

h1 span:after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 25px;
  margin-bottom: 20px;
}

/******** Lists *******************************************************************************/
.content ul {
  margin-left: 18px;
  margin-bottom: 1.875rem;
}

.content ul li {
  list-style-type: disc;
}

.downloads {
  margin-left: 0 !important;
}

.downloads li {
  list-style-type: none !important;
  border-top: 1px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
  margin-top: -1px;
}

.downloads li .icon {
  display: block;
  padding: 12px 20px 14px 30px;
}

.downloads li .icon:before {
  left: 0;
}

/******** Buttons / Links **********************************************************************/
a {
  color: #003289;
  text-decoration: none;
}

a:hover {
  color: #004C99;
}

.btn {
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 15px 8px 15px;
  font-size: 1rem;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-default {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  background-color: #003289;
  display: inline-block;
}

.btn-default:hover,
.btn-default:focus {
  color: #ffffff;
  background-color: #004C99;
  border: 1px solid transparent;
}

.btn-secondary {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  color: #003289;
  border: 1px solid #003289;
  background-color: #ffffff;
  display: inline-block;
}

.btn-secondary:hover {
  color: #004C99;
  border: 1px solid #004C99;
  background-color: #ffffff;
}

.btn-secondary + .btn-default,
.btn-default + .btn-default {
  margin-left: 5px;
}

.producer-1 .btn-secondary {
  color: #6A947D;
  border: 1px solid #ffffff;
  display: inline-block;
}

.producer-1 .btn-secondary:hover,
.producer-1 .btn-secondary:focus {
  border: 1px solid #ffffff;
  color: #90CAAB;
}

.producer-2 .btn-secondary {
  color: #b78293;
  border: 1px solid #ffffff;
  display: inline-block;
}

.producer-2 .btn-secondary:hover,
.producer-2 .btn-secondary:focus {
  border: 1px solid #ffffff;
  color: #ca90a2;
}

.producer-3 .btn-secondary {
  color: #b02c44;
  border: 1px solid #ffffff;
  display: inline-block;
}

.producer-3 .btn-secondary:hover,
.producer-3 .btn-secondary:focus {
  border: 1px solid #ffffff;
  color: #e83a59;
}

.producer-4 .btn-secondary {
  color: #5A4932;
  border: 1px solid #ffffff;
  display: inline-block;
}

.producer-4 .btn-secondary:hover,
.producer-4 .btn-secondary:focus {
  border: 1px solid #ffffff;
  color: #C4A67D;
}

.btn-primary {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #9CA3AF;
  display: inline-block;
  color: #9CA3AF;
  text-align: left;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #374151;
  background-color: transparent;
  border: 1px solid #374151;
}

.btn-primary span {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  display: block;
  padding-top: 3px;
  color: #374151;
}

.btn-primary:before {
  font-family: "icon", sans-serif;
  font-weight: 400;
  margin-right: 7px;
}

.btn-cart {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  color: #ffffff;
  text-align: left;
  font-size: 1.15rem;
}

.btn-cart:hover {
  color: #ffffff;
}

.btn-inline {
  display: inline-block !important;
}

.icon {
  position: relative;
  line-height: 1;
  padding: 10px 20px 12px 50px;
}

.icon.arrow {
  position: relative;
  line-height: 1;
  padding: 10px 20px 12px 45px;
}

.icon:before {
  font-family: "icon", sans-serif;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.5rem;
  line-height: 1;
}

.arrow:before {
  content: "\e604";
  font-size: 1.15rem;
}

.email:before {
  content: "\e60f";
}

.phone:before {
  content: "\e907";
}

.file:before {
  content: "\e90d";
}

.user:before {
  content: "\e603";
}

.cat:before {
  content: "\e601";
}

.intocart:before {
  content: "\e900";
}

.btn-remove {
  display: block;
  width: 38px;
  height: 38px;
  color: #9CA3AF;
  text-align: center;
  cursor: pointer;
}

.btn-remove:hover {
  color: #6B7280;
}

.btn-remove:before {
  font-family: "icon", sans-serif;
  font-size: 1.5rem;
  content: "\e90e";
}

/******** Header ******************************************************************************/
header {
  width: 100%;
  height: 120px;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(55, 65, 81, 0.2) 0px 20px 25px 0, rgba(55, 65, 81, 0.08) 0px 10px 10px 0;
  z-index: 10;
}

.brand {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -43px;
  width: 86px;
  height: 50px;
  z-index: 10;
  background-size: 86px;
  background-repeat: no-repeat;
  background-image: url(../images/bluemind.png);
}

@media (min-width: 992px) {
  header {
    height: 160px;
  }

  .brand {
    width: 137px;
    height: 80px;
    margin-left: -68.5px;
    background-size: 137px;
  }
}
/******** Search *******************************************************************************/
#search {
  display: none;
}

@media (min-width: 992px) {
  #search {
    display: block;
    position: absolute;
    top: 100px;
    height: 60px;
    left: calc(16.6666666667% + 20px);
    right: calc(34.1085271318% + 15px);
    z-index: 100;
  }

  #search .btn-addon {
    width: 60px;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
  }

  #search .input-group > .form-input,
#search .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-bottom: 0;
    font-size: 1.25rem;
    background-color: #ffffff;
  }

  #search .btn-addon.search:before {
    left: 18px;
    top: 13px;
    font-size: 1.25rem;
  }

  #search .input-group > .form-input:focus,
#search .input-group > .form-input:active {
    color: #374151;
    background-color: #ffffff;
    border-color: #D1D5DB;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.search-item {
  display: block;
  margin-top: -1px;
  border-top: 1px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-item .product-price-section {
  font-size: 1rem;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.search-item h3,
.search-item p {
  margin-bottom: 0;
}

.search-item .category {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #6B7280;
}

.search-item p {
  font-size: 1rem;
  color: #374151;
}

/******** Panel ********************************************************************************/
.panel {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  padding: 20px 15px 30px 15px;
  background-color: #ffffff;
  border-top: 1px solid #D1D5DB;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 20px 25px -10px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 1.2s;
  z-index: 100;
}

.panel.active {
  opacity: 1;
  visibility: visible;
}

.panel-title {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

.panel-title span {
  display: block;
  font-weight: 400;
}

.panel-section {
  max-width: 500px;
  margin: 30px auto 0 auto;
}

.panel-section.border {
  padding-top: 30px;
  border-top: 1px solid #D1D5DB;
}

.panel-list,
.panel-nav {
  width: 100%;
  border-top: 1px solid #D1D5DB;
}

.panel-list li,
.panel-nav li {
  list-style-type: none;
  display: flex;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #D1D5DB;
}

.panel-nav a {
  display: block;
  width: 100%;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  padding: 10px 0 10px 0;
}

.panel-list-thumb {
  position: absolute;
  left: 0;
  width: 50px;
  padding: 10px 0 10px 0;
}

.panel-list-product {
  float: left;
  padding: 10px 30px 10px 65px;
}

.panel-list .product-title {
  font-size: 1rem;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
}

.panel-list .product-price {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0;
}

.panel .product-price-section {
  font-size: 1rem;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.panel-list .btn-remove {
  position: absolute;
  right: -8px;
  top: 10px;
}

.panel-price-txt {
  display: block;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.panel-price {
  display: block;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .panel {
    top: 160px;
    width: calc(34.1085271318% - 1px);
    right: 16px;
    left: auto;
    border-radius: 0 0 3px 3px;
  }

  #panel-search {
    display: none;
  }
}
/******** Menu  ****************************************************************************/
/******** Toggles **************************************************************************/
#toggles {
  display: flex;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}

#toggles li {
  display: block;
  height: 50px;
  width: 25%;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  border-top: 1px solid #D1D5DB;
  border-left: 1px solid #D1D5DB;
}

#toggles li:first-child {
  border-left: 0;
}

.toggle a {
  padding-top: 25px;
  font-size: 0.813rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #6B7280;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.toggle a:hover,
.toggle a:hover:before,
.toggle.active a,
.toggle.active a:before {
  color: #003289;
}

.toggle a:before {
  position: absolute;
  top: 0;
  font-size: 1.25rem;
  left: 50%;
  margin-left: -10px;
  display: block;
  color: #9CA3AF;
  font-family: "icon", sans-serif;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.toggle.search a:before {
  content: "\e610";
}

.toggle.login a:before {
  content: "\e603";
}

.toggle.cart a:before {
  content: "\e900";
}

.toggle.menu a:before {
  content: "\e601";
}

.toggle .num {
  position: absolute;
  left: 50%;
  margin-left: 5px;
  top: 2px;
  display: block;
  font-size: 0.813rem;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  background-color: #003289;
}

@media (min-width: 992px) {
  #toggles {
    position: absolute;
    top: 100px;
    left: auto;
    right: 15px;
    width: 34.1085271318%;
  }

  #toggles li {
    height: 60px;
    width: 50%;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 0;
    border-top: 1px solid #D1D5DB;
    border-left: 0;
    border-right: 1px solid #D1D5DB;
  }

  .toggle.menu,
.toggle.search {
    display: none !important;
  }

  .toggle a {
    padding-top: 0;
    padding-left: 50px;
    font-size: 1.25rem;
    color: #6B7280;
    line-height: 57px;
  }

  .toggle.cart,
.toggle.cart a {
    border-radius: 0 3px 0 0;
  }

  .toggle a:before {
    position: absolute;
    top: 0;
    font-size: 1.25rem;
    left: 30px;
    margin-left: -10px;
    display: block;
    font-family: "icon", sans-serif;
  }

  .toggle .num {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    margin-left: 0;
    top: -3px;
    border: 2px solid transparent;
  }
}
#menu-main {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 40px 15px 40px 15px;
  background-color: #ffffff;
  border-top: 1px solid #D1D5DB;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 20px 25px -10px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
  transition: opacity 0.2s, visibility 0.2s, box-shadow 1.2s;
}

#menu-main.active {
  opacity: 1;
  visibility: visible;
}

#menu-main li {
  list-style-type: none;
  display: block;
  text-align: left;
}

@media (min-width: 992px) {
  #menu-main {
    opacity: 1;
    visibility: visible;
    top: 100px;
    left: 15px;
    right: 15px;
    padding: 0;
    background-color: transparent;
    border-top: 0;
    box-shadow: none;
  }
}
/******** Menu Level **************************************************************************/
#menu-main [class^=level],
#menu-main [class*=level] {
  position: relative;
}

#menu-main .level2 > div {
  display: none;
}

#menu-main .level1 > ul.active,
#menu-main .level2 > .menu-expand.active {
  display: block;
}

#menu-main .level1 {
  border-top: 1px solid #D1D5DB;
}

#menu-main .level2 {
  margin-top: -1px;
  border-top: 1px solid #D1D5DB;
  border-bottom: 1px solid #D1D5DB;
}

#menu-main .level2 .menu-expand-content {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 30px;
}

#menu-main .level2 .menu-expand-content > ul {
  width: 50%;
  padding: 0 15px;
}

@media (min-width: 992px) {
  #menu-main .level1 {
    position: static;
    width: calc(16.6666666667% + 10px);
    height: 60px;
    border-left: 1px solid #D1D5DB;
    border-radius: 3px 0 0 0;
    background-color: transparent;
  }

  #menu-main .level2 {
    margin-top: 0;
    position: static;
    border-top: 0;
    width: calc(16.6666666667% + 10px);
    height: 60px;
  }

  #menu-main .level2 .menu-expand-content {
    padding: 15px 15px 30px 15px;
  }

  #menu-main .level2 .menu-expand-content > ul {
    width: 25%;
    padding: 0 15px;
    margin-top: 7.5px;
  }

  #menu-main .level1 > ul,
#menu-main .level1:hover > ul.active,
#menu-main .level2 > .menu-expand,
#menu-main .level2:hover > .menu-expand.active {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  #menu-main .level1 > ul {
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 480px;
    border-top: 1px solid #D1D5DB;
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 20px 25px -10px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
    box-shadow: rgba(55, 65, 81, 0.3) 0px 20px 25px -10px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-box-shadow 1.2s;
    transition: opacity 0.2s, visibility 0.2s, box-shadow 1.2s;
  }

  #menu-main .level1 > ul:before {
    content: "";
    position: absolute;
    left: calc(16.6666666667% + 10px);
    height: 100%;
    display: block;
    width: 1px;
    background-color: #D1D5DB;
  }

  #menu-main .level2 > .menu-expand {
    top: 0;
    left: calc(16.6666666667% + 10px);
    right: 0;
    min-height: 100%;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
  }

  #menu-main .level1:hover > ul,
#menu-main .level1:hover > ul.active,
#menu-main .level2:hover > .menu-expand,
#menu-main .level2:hover > .menu-expand.active {
    opacity: 1;
    visibility: visible;
  }
}
/******** Menu Links ************************************************************************/
#menu-main a {
  font-family: "barlow-condensed", sans-serif;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-main [class^=level]:hover,
#menu-main [class*=level]:hover > a,
#menu-main [class^=level].active,
#menu-main [class*=level].active > a {
  color: #374151;
}

#menu-main .level1 > a {
  font-weight: 600;
  color: #6B7280;
  font-size: 1rem;
  padding: 7.5px 15px;
}

#menu-main .level2 > a {
  font-weight: 600;
  color: #6B7280;
  font-size: 1rem;
  padding: 7.5px 15px;
}

#menu-main .level3 > a {
  font-weight: 600;
  color: #6B7280;
  font-size: 0.875rem;
  padding: 7.5px 0;
  border-bottom: 1px solid #D1D5DB;
}

#menu-main .level4 > a {
  font-weight: 400;
  color: #6B7280;
  font-size: 0.875rem;
  padding: 7.5px 0px;
}

@media (min-width: 992px) {
  #menu-main .level1 > a {
    font-size: 1.25rem;
    height: 100%;
    line-height: 57px;
    padding: 0 0 0 30px;
    border-radius: 3px 0 0 0;
  }

  #menu-main .level2 > a {
    font-size: 1.25rem;
    height: 100%;
    line-height: 57px;
    padding: 0 0 0 30px;
  }

  #menu-main .level3 > a {
    font-size: 1rem;
    padding: 7.5px 0;
  }

  #menu-main .level4 > a {
    font-size: 1rem;
    padding: 5px 0px;
  }

  #menu-main .level1:hover > a,
#menu-main .level1.active > a,
#menu-main .level2:hover > a,
#menu-main .level2.active > a {
    background-color: #F3F4F6;
  }
}
/******** Menu Toggle **********************************************************************/
#menu-main .toggle-level {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

#menu-main .level1 > .toggle-level,
#menu-main .level2 > .toggle-level {
  height: 37px;
}

#menu-main .toggle-level:before {
  font-family: "icon", sans-serif;
  color: #9CA3AF;
  content: "\e606";
}

#menu-main .toggle-level.active {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media (min-width: 992px) {
  #menu-main .toggle-level {
    display: none;
  }
}
/******** Main ********************************************************************************/
main {
  padding-bottom: 90px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(55, 65, 81, 0.1) 0px 15px 20px 0, rgba(55, 65, 81, 0.04) 0px 10px 10px -10px;
}

/******** Messages ***************************************************************************/
/******** System Message ***********************************************************************/
/***********************************************************************************************/
#system-message-container {
  width: 100%;
}

#system-message {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
}

.alert {
  font-family: "SourceSansPro", sans-serif !important;
  width: 100%;
  position: relative;
  padding: 15px;
  margin-top: 15px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #643501;
}

.alert .close {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  cursor: pointer;
}

.alert-heading {
  font-family: "SourceSansPro", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.alert p {
  margin-top: 0;
}

.alert-success {
  background-color: #33691E;
}

.alert-warning {
  background-color: #F9A825;
}

.alert-error {
  background-color: #b80505;
}

.alert-notice {
  background-color: #643501;
}

/******** Themes ******************************************************************************/
.producer-1 {
  background-color: rgba(144, 202, 171, 0.5);
}

.producer-1-theme .hero:before {
  background-color: rgba(144, 202, 171, 0.3);
}

.producer-1-theme .box-hero h2,
.producer-1-theme .title-content {
  color: #90CAAB;
}

.producer-1-theme .box-hero h2:after {
  border-bottom: 1px solid #90CAAB;
}

.producer-1-theme .btn-cart {
  background-color: #90CAAB;
}

.producer-1-theme .btn-cart:hover {
  background-color: #6A947D;
}

.box-badge.producer-1 {
  background-image: url(../images/producer-moosmed.png);
}

.producer-2 {
  background-color: rgba(202, 144, 162, 0.5);
}

.producer-2-theme .hero:before {
  background-color: rgba(202, 144, 162, 0.3);
}

.producer-2-theme .box-hero h2,
.producer-2-theme .title-content {
  color: #ca90a2;
}

.producer-2-theme .box-hero h2:after {
  border-bottom: 1px solid #ca90a2;
}

.producer-2-theme .btn-cart {
  background-color: #ca90a2;
}

.producer-2-theme .btn-cart:hover {
  background-color: #b78293;
}

.box-badge.producer-2 {
  background-image: url(../images/producer-artalacard.png);
}

.producer-3 {
  background-color: rgba(232, 58, 89, 0.5);
}

.producer-3-theme .hero:before {
  background-color: rgba(232, 58, 89, 0.3);
}

.producer-3-theme .box-hero h2,
.producer-3-theme .title-content {
  color: #e83a59;
}

.producer-3-theme .box-hero h2:after {
  border-bottom: 1px solid #e83a59;
}

.producer-3-theme .btn-cart {
  background-color: #e83a59;
}

.producer-3-theme .btn-cart:hover {
  background-color: #b02c44;
}

.box-badge.producer-3 {
  background-image: url(../images/producer-skiwater.png);
}

.producer-4 {
  background-color: rgba(90, 73, 50, 0.5);
}

.producer-4-theme .hero:before {
  background-color: rgba(90, 73, 50, 0.3);
}

.producer-4-theme .box-hero h2,
.producer-4-theme .title-content {
  color: #C4A67D;
}

.producer-4-theme .box-hero h2:after {
  border-bottom: 1px solid #C4A67D;
}

.producer-4-theme .btn-cart {
  background-color: #C4A67D;
}

.producer-4-theme .btn-cart:hover {
  background-color: #5A4932;
}

.box-badge.producer-4 {
  background-image: url(../images/producer-organoid.png);
}

/******** Hero ********************************************************************************/
.hero {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero h1 {
  margin-bottom: 0 !important;
  text-align: center;
  color: #ffffff;
}

.hero {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow-y: hidden;
}

.hero:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.hero.sys {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: hidden;
  background-color: #004C99;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 90px;
  }

  .hero.sys {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/******** Teaser ******************************************************************************/
.teaser {
  color: #ffffff;
  position: relative;
  padding: 30px;
  border-radius: 0 0 3px 3px;
}

.teaser-btn {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  text-align: center;
}

.teaser h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .teaser h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  .teaser h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
}

.teaser h2:after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 25px;
  margin-bottom: 30px;
}

.teaser p {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .teaser p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .teaser {
    padding: 60px;
  }
}
/******** Box *********************************************************************************/
.box {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
}

/******** Box Badge **************************************************************************/
.box-badge {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 60px;
  background-size: 90px;
  background-position: center center;
  background-repeat: no-repeat;
}

/******** Content Img *************************************************************************/
.content-img {
  padding-top: 10px;
  padding-bottom: 30px;
}

.content-img .box-img {
  padding-bottom: 65.04%;
}

.content-img-caption {
  font-size: 0.875rem;
  padding-top: 10px;
}

.content-img-copyright {
  font-size: 0.75rem;
  color: #9CA3AF;
}

/******** Box Img ****************************************************************************/
.box-img {
  height: 0;
  background-color: #ffffff;
  background-image: url(../images/loader.gif);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.box-category .box-img {
  padding-bottom: 52.63%;
  margin-bottom: 15px;
}

.box-product .box-img {
  padding-bottom: 100%;
  margin-bottom: 15px;
}

.box-hero .box-img {
  padding-bottom: 65.04%;
}

.box-product-dtl .box-img {
  padding-bottom: 100%;
}

/******** Box Category ***********************************************************************/
.box-category {
  position: relative;
  display: block;
  padding: 15px;
  height: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.box-category:hover {
  box-shadow: rgba(55, 65, 81, 0.5) 0px 15px 20px -15px, rgba(55, 65, 81, 0.2) 0px 10px 10px -10px;
}

.box-category h3 {
  color: #374151;
  font-size: 1.15rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .box-category h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.producer {
  display: block;
  font-size: 0.875rem;
  color: #6B7280;
}

/******** Box Product ***********************************************************************/
.box-product {
  display: block;
  padding: 15px;
  height: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.box-product:hover {
  box-shadow: rgba(55, 65, 81, 0.5) 0px 15px 20px -15px, rgba(55, 65, 81, 0.2) 0px 10px 10px -10px;
}

.box-product h3 {
  color: #374151;
  font-size: 1.15rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .box-product h3 {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.box-product .product-price-section {
  border-top: 1px solid #D1D5DB;
}

/******** Box Product Detail ****************************************************************/
.box-product-dtl {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
}

.box-product-images {
  padding-top: 15px;
  padding-bottom: 15px;
}

.box-product-section {
  padding: 30px 0 30px 0;
  border-top: 1px solid #E5E7EB;
}

.box-product-section:first-child {
  border-top: 0;
  padding: 15px 0 30px 0;
}

@media (min-width: 768px) {
  .box-product-section {
    padding: 30px 0 30px 0;
  }

  .box-product-details {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .box-product-images {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .box-product-section:first-child {
    padding: 20px 0 30px 0;
  }
}
.price-section div {
  display: inline-block;
  margin: 0 2px 0 2px;
}

.product-dtl-price {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #374151;
}

.product-dtl-price.instead {
  text-decoration: line-through;
}

.product-dtl-price.adjusted {
  color: #e83a59;
}

.product-dtl-price-adjustment {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  padding: 2px 5px 2px 5px;
  background-color: #e83a59;
  border-radius: 2px;
}

.info-tax,
.info-shipping,
.info-delivery,
.info-packaging-title,
.info-packaging-amount {
  font-family: "barlow-condensed", sans-serif;
  display: block !important;
  font-size: 1.15rem;
  color: #374151;
}

.info-packaging-amount {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
}

/******** Product ***************************************************************************/
.product-title,
.product-category,
.product-variant,
.product-price,
.product-delivery,
.product-amount,
.product-descr,
.product-num,
.product-quantity {
  display: block;
}

.product-category,
.product-variant,
.product-delivery,
.product-amount,
.product-descr,
.product-num,
.product-quantity {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.product-title,
.product-price {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
}

.product-price {
  font-size: 1.25rem;
  color: #374151;
}

.product-price-section {
  padding-top: 15px;
  text-align: center;
}

.product-price-section div {
  display: inline-block;
  margin: 0 2px 0 2px;
}

.product-price.instead {
  text-decoration: line-through;
}

.product-price.adjusted {
  color: #e83a59;
}

.product-price-adjustment {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 2px 5px 2px 5px;
  background-color: #e83a59;
  border-radius: 2px;
}

/******** Box Sys ******************************************************************************/
.box-sys {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 3px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}

.costs {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
}

.sum {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
}

/******** Box Hero *****************************************************************************/
.box-hero {
  padding: 15px 0 15px 0;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(55, 65, 81, 0.3) 0px 15px 20px -15px, rgba(55, 65, 81, 0.1) 0px 10px 10px -10px;
}

.box-hero h2 {
  margin-top: 30px;
  text-align: center;
}

.box-hero h2:after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #D1D5DB;
  margin-top: 25px;
  margin-bottom: 30px;
}

.box-hero p {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .box-hero p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .box-hero p {
    padding: 0 30px;
  }
}
/******** Box Teaser ***************************************************************************/
.box-teaser {
  padding-bottom: 120px;
  border-radius: 3px;
}

/******** Footer ******************************************************************************/
footer {
  padding: 30px 0;
}

footer li {
  padding: 3px 0;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
}

footer a {
  color: #6B7280;
}

footer a:hover {
  color: #374151;
}

footer h3 {
  margin-bottom: 7px;
}

.copyright {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
}

.legal {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #D1D5DB;
}

.legal li {
  display: inline-block;
  padding: 0 3px;
}

.contacts a {
  display: block;
}

.contacts a + a {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .contacts {
    text-align: center;
  }

  .contacts a {
    display: inline-block;
    margin: 0 5px;
  }

  .contacts a + a {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .contacts {
    text-align: left;
  }

  .contacts a {
    display: block;
    margin: 0;
  }

  .contacts a + a {
    margin-top: 15px;
  }
}
/******** Breadcrumb ************************************************************************/
.breadcrumb {
  display: none;
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.breadcrumbs {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li,
.breadcrumbs a {
  color: #ffffff;
}

.pos .breadcrumbs li,
.pos .breadcrumbs a {
  color: #6B7280;
}

.breadcrumbs a:hover {
  color: #E5E7EB;
}

.pos .breadcrumbs a:hover {
  color: #374151;
}

.breadcrumbs li:not(:first-child) > a:before,
.breadcrumbs li:not(:first-child) > span:before {
  content: " / ";
  padding-left: 0 5px;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
/******** Categories ************************************************************************/
.categories {
  display: none;
  padding: 30px 0;
  background-color: #F3F4F6;
  box-shadow: inset 0px 15px 20px -15px rgba(55, 65, 81, 0.2);
}

.categories li {
  padding: 5px 0;
}

.categories li a {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  color: #6B7280;
  font-size: 1.15rem;
}

.categories li a:hover {
  color: #374151;
}

/******** List *******************************************************************************/
.list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  border-top: 1px solid #D1D5DB;
}

.list-item .product-img {
  max-width: 100px;
  height: auto;
}

.list-item .product-price-section {
  font-size: 1rem !important;
  padding-top: 0;
  border-top: 0;
}

.list-item .product-price-section div {
  font-size: 1rem !important;
}

.list-item .quantity {
  display: flex;
}

.list-heading {
  padding-top: 15px;
  text-align: center;
  border-bottom: 1px solid #D1D5DB;
}

.list-item-heading {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  color: #9CA3AF;
  font-size: 0.875rem;
  display: block;
}

.list-item-content {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  display: block;
}

.list-item-date {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  display: block;
}

.list-item-status {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  display: block;
}

.list-item-status-content {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  display: block;
}

.list-btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

/******** Steps ******************************************************************************/
.steps {
  display: flex;
  width: 210px;
  margin: 0 auto;
}

.steps-4 {
  width: 280px;
}

.steps-5 {
  width: 350px;
}

.steps li {
  list-style-type: none;
  display: block;
  text-align: center;
  width: 70px;
  position: relative;
}

.steps li:after {
  content: "";
  position: absolute;
  width: 20px;
  top: 20px;
  right: -10px;
  border-bottom: 2px solid #9CA3AF;
}

.steps li.done:after {
  border-bottom: 2px solid #ffffff;
}

.steps li:last-child:after {
  border-bottom: 0;
}

.step-num {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  color: #6B7280;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.15rem;
  text-align: center;
  line-height: 38px;
  background-color: #9CA3AF;
  text-align: center;
}

.step {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  display: block;
  color: #9CA3AF;
  padding-top: 5px;
  text-align: center;
}

.done .step, .active .step {
  color: #ffffff;
}

.done .step-num, .active .step-num {
  background-color: #ffffff;
  color: #004C99;
}

.steps li a:hover .step {
  color: rgba(255, 255, 255, 0.5);
}

.steps li a:hover .step-num {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .steps {
    width: 360px;
  }

  .steps-4 {
    width: 480px;
  }

  .steps-5 {
    width: 600px;
  }

  .steps li {
    width: 120px;
  }

  .step {
    font-size: 0.875rem;
  }

  .steps li:after {
    width: 60px;
    right: -30px;
  }
}
/******** Components ***************************************************************************/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  position: relative;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1290px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
/******** Helpers ******************************************************************************/
/***********************************************************************************************/
.center {
  text-align: center !important;
}

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

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

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-start {
  align-self: flex-start !important;
}

/******** Spacing / Margin **********************************************************************/
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt--1 {
  margin-top: -10px !important;
}

.mt--2 {
  margin-top: -20px !important;
}

.mt--3 {
  margin-top: -30px !important;
}

.mt--4 {
  margin-top: -40px !important;
}

.mt--5 {
  margin-top: -50px !important;
}

.mt--6 {
  margin-top: -60px !important;
}

.mt--9 {
  margin-top: -90px !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 10px !important;
  }

  .mt-sm-2 {
    margin-top: 20px !important;
  }

  .mt-sm-3 {
    margin-top: 30px !important;
  }

  .mt-sm-4 {
    margin-top: 40px !important;
  }

  .mt-sm-5 {
    margin-top: 50px !important;
  }

  .mt-sm-6 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 10px !important;
  }

  .mt-md-2 {
    margin-top: 20px !important;
  }

  .mt-md-3 {
    margin-top: 30px !important;
  }

  .mt-md-4 {
    margin-top: 40px !important;
  }

  .mt-md-5 {
    margin-top: 50px !important;
  }

  .mt-md-6 {
    margin-top: 60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 10px !important;
  }

  .mt-lg-2 {
    margin-top: 20px !important;
  }

  .mt-lg-3 {
    margin-top: 30px !important;
  }

  .mt-lg-4 {
    margin-top: 40px !important;
  }

  .mt-lg-5 {
    margin-top: 50px !important;
  }

  .mt-lg-6 {
    margin-top: 60px !important;
  }
}
/******** Spacing / Padding *******************************************************************/
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 10px !important;
  }

  .pb-sm-1 {
    padding-bottom: 10px !important;
  }

  .pt-sm-2 {
    padding-top: 20px !important;
  }

  .pb-sm-2 {
    padding-bottom: 20px !important;
  }

  .pt-sm-3 {
    padding-top: 30px !important;
  }

  .pb-sm-3 {
    padding-bottom: 30px !important;
  }

  .pt-sm-4 {
    padding-top: 40px !important;
  }

  .pb-sm-4 {
    padding-bottom: 40px !important;
  }

  .pt-sm-5 {
    padding-top: 50px !important;
  }

  .pb-sm-5 {
    padding-bottom: 50px !important;
  }

  .pt-sm-6 {
    padding-top: 60px !important;
  }

  .pb-sm-6 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 10px !important;
  }

  .pb-md-1 {
    padding-bottom: 10px !important;
  }

  .pt-md-2 {
    padding-top: 20px !important;
  }

  .pb-md-2 {
    padding-bottom: 20px !important;
  }

  .pt-md-3 {
    padding-top: 30px !important;
  }

  .pb-md-3 {
    padding-bottom: 30px !important;
  }

  .pt-md-4 {
    padding-top: 40px !important;
  }

  .pb-md-4 {
    padding-bottom: 40px !important;
  }

  .pt-md-5 {
    padding-top: 50px !important;
  }

  .pb-md-5 {
    padding-bottom: 50px !important;
  }

  .pt-md-6 {
    padding-top: 60px !important;
  }

  .pb-md-6 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 10px !important;
  }

  .pb-lg-1 {
    padding-bottom: 10px !important;
  }

  .pt-lg-2 {
    padding-top: 20px !important;
  }

  .pb-lg-2 {
    padding-bottom: 20px !important;
  }

  .pt-lg-3 {
    padding-top: 30px !important;
  }

  .pb-lg-3 {
    padding-bottom: 30px !important;
  }

  .pt-lg-4 {
    padding-top: 40px !important;
  }

  .pb-lg-4 {
    padding-bottom: 40px !important;
  }

  .pt-lg-5 {
    padding-top: 75px !important;
  }

  .pb-lg-5 {
    padding-bottom: 75px !important;
  }

  .pt-lg-6 {
    padding-top: 60px !important;
  }

  .pb-lg-6 {
    padding-bottom: 60px !important;
  }
}
/******** Order *******************************************************************************/
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }
}
/******** Modal Basic ***************************************************************************/
/************************************************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background-color: rgba(55, 65, 81, 0.8);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-container {
  padding: 40px 8px;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}

.mfp-preloader {
  color: white;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
}

.mfp-preloader a {
  color: white;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -44px;
  text-decoration: none;
  text-align: center;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, monospace;
}

.mfp-arrow {
  cursor: pointer;
  border: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: transparent;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: right;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  color: #ffffff;
}

.mfp-counter {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.mfp-arrow-left,
.mfp-arrow-right {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.mfp-arrow-left {
  left: 25px;
}

.mfp-arrow-right {
  right: 25px;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  font-family: "icon";
  font-size: 24px;
}

.mfp-arrow-right:before {
  content: "\e604";
}

.mfp-arrow-left:before {
  content: "\e615";
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  margin: 0 auto;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #ffffff;
  padding-bottom: 10px;
  width: 80%;
}

.mfp-figure small {
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.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) {
  .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-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .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: 15px;
    padding-right: 15px;
  }
}
/******** Modal ********************************************************************************/
/***********************************************************************************************/
#modal {
  max-width: 600px;
  position: relative;
  margin: 40px auto;
  background-color: #ffffff;
  padding: 0 15px 30px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 5px 10px 0px rgba(60, 60, 60, 0.3);
}

#modal .product-price-section {
  font-size: 1rem;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.modal-title {
  margin-top: 0;
  font-weight: 400;
}

.modal-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-header {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D5DB;
}

.modal-footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #D1D5DB;
}

/******** Forms *********************************************************************************/
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn-addon {
  margin-left: -1px;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #374151;
  width: 38px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  padding: 0;
  font-size: 1rem;
  border-radius: 0;
}

.btn-addon.search:before {
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: "icon", sans-serif;
  font-size: 1rem;
  content: "\e610";
}

.form-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #374151;
  background-color: #F3F4F6;
  background-clip: padding-box;
  border: 1px solid #D1D5DB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input:disabled, .form-input[readonly] {
  color: #9CA3AF;
  background-color: #D1D5DB;
  opacity: 1;
}

.form-input:focus {
  color: #374151;
  background-color: #ffffff;
  border-color: #9CA3AF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.form-input.invalid,
.custom-select.invalid {
  color: #004C99;
  border: 1px solid #004C99;
  background-color: rgba(0, 76, 153, 0.1);
}

.form-input.invalid:focus,
.custom-select.invalid:focus {
  color: #004C99;
  border: 1px solid #004C99;
  box-shadow: 0 0 0 0.25rem rgba(0, 76, 153, 0.25);
}

.form-input::placeholder {
  color: #9CA3AF;
  font-weight: 600;
  opacity: 1;
}

.form-input.invalid::placeholder {
  color: #004C99;
  font-weight: 400;
  opacity: 1;
}

.form-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.checkbox-row {
  padding-bottom: 10px;
}

.input-row {
  padding-bottom: 10px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-input,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group .btn {
  margin-left: -1px;
  position: relative;
  z-index: 2;
}

.hint {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  color: #374151;
  font-size: 0.875rem;
  display: block;
  padding-top: 5px;
}

label {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  color: #6B7280;
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}

label strong {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

textarea.form-input {
  height: auto;
  min-height: 100px;
}

textarea.noresize {
  resize: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #003289;
  background-color: #003289;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9CA3AF;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #E5E7EB;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #E5E7EB;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E5E7EB;
}

.custom-control-label {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  color: #374151;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #E5E7EB solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #E5E7EB;
  background-color: #E5E7EB;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #E5E7EB;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c2cdd0'/%3e%3c/svg%3e");
}

.custom-select {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.42857;
  color: #374151;
  vertical-align: middle;
  background: #F3F4F6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23365865' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #D1D5DB;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  color: #374151;
  background-color: #ffffff;
  border-color: #9CA3AF;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-select:focus::-ms-value {
  color: #374151;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #E5E7EB;
  border: 1px solid #E5E7EB;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23c2cdd0' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
}

.handle-counter {
  width: 130px;
  overflow: hidden;
  position: relative;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus,
.handle-counter .form-input {
  float: left;
  text-align: center;
  padding: 0;
}

.handle-counter .counter-minus:before,
.handle-counter .counter-plus:before {
  font-size: 0.875rem;
  font-family: "icon", sans-serif;
}

.handle-counter .counter-minus:before {
  content: "\ea0b";
}

.handle-counter .counter-plus:before {
  content: "\ea0a";
}

.handle-counter .form-input {
  width: 50px;
  height: 38px;
  border-radius: 0;
  border-width: 1px;
  border-left: none;
  border-right: none;
}

.handle-counter .form-input:focus {
  border: 1px solid #9CA3AF;
  background-color: #ffffff;
  border-left: none;
  border-right: none;
  outline: 0 none;
}

.handle-counter .counter {
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  color: #9CA3AF;
  border: 1px solid #D1D5DB;
  background-color: #F3F4F6;
  cursor: pointer;
}

.handle-counter .counter:hover {
  color: #6B7280;
}

.handle-counter .counter-minus {
  border-radius: 2px 0 0 2px;
}

.handle-counter .counter-plus {
  border-radius: 0 2px 2px 0;
}

.handle-counter .counter-minus:disabled,
.handle-counter .counter-plus:disabled {
  pointer-events: none;
  opacity: 0.7;
}

/******** Slider ******************************************************************************/
/**********************************************************************************************/
/******** Basic *******************************************************************************/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 45px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  background-color: #D1D5DB;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background-color: #D1D5DB;
}

.flickity-prev-next-button {
  display: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .flickity-prev-next-button {
    display: block;
  }
}
.flickity-prev-next-button:before {
  font-family: "icon", sans-serif;
  font-size: 40px;
  color: #004C99;
  opacity: 0.8;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.previous:before {
  content: "\e900";
}

.flickity-prev-next-button.next:before {
  content: "\e901";
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  display: none;
}

.is-dragging {
  pointer-events: none;
}

/******** Slider *******************************************************************************/
.slider,
.img-slider {
  width: 100%;
}

.slide-item {
  margin: 0 auto;
  width: 100%;
}

.slider .slide-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
}

@media (min-width: 992px) {
  .slider .slide-item {
    height: 600px;
  }
}
.slider .flickity-page-dots {
  bottom: 100px;
}

#jTrader-loading {
  background-image: url(../images/loader.gif);
  height: 200px;
  width: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

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