html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 12px;
  margin: 0; }

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0; }

li {
  display: block; }

h1, h2, h3, h4 {
  font-size: inherit; }

a {
  text-decoration: none;
  color: inherit; }

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

.cf:after {
  clear: both; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

main {
  display: block; }

@media (max-width: 1023px) {
  .m-hidden {
    display: none; } }

@media (min-width: 1024px) {
  .m-only {
    display: none; } }

.container {
  padding: 0;
  width: auto !important;
  max-width: 95%; }

@media (max-width: 1023px) {
  .container {
    max-width: 95%; } }

@media (max-width: 767px) {
  .container {
    max-width: 90%; } }

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

.icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 1.4em;
  width: 1.4em;
  display: inline-block; }

.icon--home {
  background-image: url("../image/icon--home.svg");
  background-size: auto 100%;
  vertical-align: text-bottom;
  margin-right: -5px; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex--cols {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.flex__item {
  -ms-flex: 1;
  flex: 1; }

.flex__item--align-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex__item--span30pct {
  -ms-flex: 30%;
  flex: 30%; }

.flex__item--span40pct {
  -ms-flex: 40%;
  flex: 40%; }

.flex__item--span50pct {
  -ms-flex: 50%;
  flex: 50%; }

.flex__item--span60pct {
  -ms-flex: 50%;
  flex: 50%; }

.flex__item--span70pct {
  -ms-flex: 70%;
  flex: 70%; }

.owl-pagination {
  text-align: right !important;
  margin: 0;
  top: -1px !important; }

.owl-controls .owl-page {
  background: #FFCA05;
  padding: 10px;
  margin: 0 !important; }

.owl-controls .owl-page span {
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 50% !important; }

.owl-controls .owl-page.active span {
  background: #034EA2 !important; }

.button {
  background-color: #034EA2;
  border: 2px solid #034EA2;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 0.5em 0.9em;
  margin: 0.6em 0 0;
  outline: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715); }

.button:hover {
  transition: all 0.4s;
  background-color: #035abb; }

.button--icon {
  padding-right: 3em; }

.button--icon:after {
  background-color: inherit;
  border-left: 1px dotted currentColor;
  font-family: FontAwesome;
  font-size: 2em;
  content: "\f105";
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.1;
  height: 100%;
  padding: 0 0.3em 0 0.4em; }

.button--icon-cart:after {
  content: "\f07a";
  font-size: 1.4em;
  padding: 0.25em 0.35em; }

.button--fullsize {
  width: 100%; }

.button--white {
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
  color: #034EA2 !important; }

.button--white:hover {
  background-color: #f2f2f2;
  color: #035abb !important; }

button.button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.tag:visited, .tag {
  background: #FFCA05;
  border-radius: 0 2px 2px 0;
  color: #034EA2;
  box-shadow: 1px 1px #ebb900;
  display: inline-block;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 5px;
  padding: 0 10px 0 12px;
  position: relative;
  text-decoration: none;
  top: 0; }

.tag:before {
  border-bottom: 10px transparent solid;
  border-right: 8px #FFCA05 solid;
  border-top: 10px transparent solid;
  content: '';
  height: 0;
  left: -8px;
  position: absolute;
  top: 0;
  width: 0; }

.tag:after {
  background: #fff;
  border: 1px #d1a500 solid;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px; }

input[type='text'], input[type='password'], textarea, select {
  border: 1px solid #cecece;
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 0.6em;
  position: relative; }

.input-lg {
  height: 40px; }

.styled-select {
  display: inline-block;
  position: relative; }

.styled-select select, .styled-select__select {
  padding-right: 1.8em; }

.styled-select:after {
  background: #034EA2 url("../image/select.svg") center center no-repeat;
  background-size: 80%;
  content: '';
  height: 100%;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.8em; }

body {
  background-color: #fff;
  color: #4d4d4d;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: normal; }

h1 {
  color: #636e75;
  font-family: "myriad-pro", sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); }

h2 {
  color: #034EA2;
  font-family: "myriad-pro", sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); }

h3 {
  color: #034EA2;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); }

p {
  margin-bottom: 1.6em; }

a, a:visited {
  color: #034EA2;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

.header {
  position: relative;
  margin-bottom: 1em; }

.header:before {
  content: ' ';
  position: absolute;
  top: 0;
  height: 45px;
  right: 0;
  background-color: #FFCA05;
  left: 0;
  z-index: -1; }

.header__top {
  display: -ms-flexbox;
  display: flex; }

.header__top .links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 0;
  height: 45px;
  line-height: 1.4;
  font-size: 1.2em; }

.header__top .links a {
  color: inherit; }

.header__top .links--blue {
  position: relative;
  color: #fff;
  background-color: #034EA2;
  padding-right: 1em; }

@media (min-width: 1024px) {
  .header__top .links--blue > li {
    margin: 0 1.5em 0 0; } }

.header__top .links--blue:before {
  content: ' ';
  position: absolute;
  background-color: #034EA2;
  height: 45px;
  top: 0;
  left: -100vw;
  width: 100vw;
  z-index: -1; }

.header__top .links--yellow {
  background-color: #FFCA05;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #034EA2;
  -ms-flex: 1;
  flex: 1; }

.header__top .links--yellow > li {
  margin: 0 0 0 1.3em; }

.header__top .links--yellow > li:first-child {
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

.header__top .links--yellow::before {
  content: '';
  width: 0;
  height: 0;
  margin-top: -0.75em;
  border-width: 45px 45px 0 0;
  border-style: solid;
  border-color: #034EA2 #FFCA05; }

.header__bottom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 2px solid #ccc; }

@media (max-width: 1023px) {
  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.header__link-icon {
  max-height: 1.4em;
  margin: -0.4em 0.2em 0; }

.header .search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-flex: 1;
  flex: 1; }

@media (min-width: 1024px) {
  .header .search {
    position: absolute;
    right: 0;
    width: 35px;
    overflow: hidden; }
  .header .search.open {
    width: 59%; }
  .header .search.open .search__text {
    opacity: 1; } }

.header .search__text {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  outline: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  border-radius: 0; }

@media (max-width: 1023px) {
  .header .search__text {
    border-right: none; } }

@media (min-width: 1024px) {
  .header .search__text {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1); } }

.header .search__button {
  outline: none;
  border: none;
  background: none;
  width: 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px; }

.header .search__button img {
  height: 35px; }

@media (max-width: 1023px) {
  .header .search__button {
    border: 1px solid #ccc;
    border-left: none; }
  .header .search__button img {
    height: 33px; } }

@media (max-width: 1023px) {
  .header__logo {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 1.5em; }
  .header__logo img {
    width: 100%; } }

@media (min-width: 1024px) {
  .header__logo {
    max-width: 40%; } }

.burger-menu {
  cursor: pointer; }

.close-menu {
  z-index: 1000;
  position: fixed;
  top: 3vh;
  right: 5vw;
  cursor: pointer; }

.close-menu img {
  height: 25px; }

.close-submenu {
  z-index: 1001;
  position: absolute;
  top: 3vh;
  left: 5vw;
  cursor: pointer; }

.close-submenu img {
  height: 25px; }

.main-navigation {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 1.5em; }

@media (min-width: 1024px) {
  .main-navigation {
    -ms-flex: 1;
    flex: 1;
    margin-left: 2em;
    -ms-flex-order: 0;
    order: 0; } }

.main-navigation .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (max-width: 1023px) {
  .main-navigation .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 6vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .main-navigation .menu.open {
    transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1; } }

.main-navigation .menu__item {
  padding: 1em 0.4em;
  font-size: 1.25em; }

@media (max-width: 1023px) {
  .main-navigation .menu__item {
    font-size: 3vh;
    position: relative; } }

.main-navigation .menu__item--has-children:after {
  content: '';
  background-image: url(../image/submenu.svg);
  width: 9px;
  height: 7px;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 1px;
  margin-left: 5px; }

@media (max-width: 1023px) {
  .main-navigation .menu__item--has-children:after {
    display: none; } }

@media (min-width: 1024px) {
  .main-navigation .menu__item--has-children > a {
    cursor: default;
    position: relative; }
  .main-navigation .menu__item--has-children:hover > a:before {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    margin-top: 37px;
    border: 2px solid #ccc;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 101; }
  .main-navigation .menu__item--has-children:hover .sub-menu {
    display: block; } }

.main-navigation .sub-menu {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #fff; }

@media (max-width: 1023px) {
  .main-navigation .sub-menu, .main-navigation .sub-menu ul {
    width: 98vw !important;
    height: 100vh;
    max-width: none;
    left: auto;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #ededed;
    z-index: 1000;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 6vh;
    right: -200vw;
    transition: right 0.3s; }
  .main-navigation .sub-menu.open, .main-navigation .sub-menu ul.open {
    transition: right 0.3s;
    right: 0; }
  .main-navigation .sub-menu ul {
    background-color: #dcdcdc;
    z-index: 1001;
    width: 95vw !important; }
  .main-navigation .sub-menu__item {
    margin: 1em;
    font-size: 3vh; } }

@media (min-width: 1024px) {
  .main-navigation .sub-menu {
    position: absolute;
    margin-top: 25px;
    border: 2px solid #ccc;
    font-size: 0.9em;
    padding: 30px; }
  .main-navigation .sub-menu--others li {
    margin-left: 66%; }
  .main-navigation .sub-menu:before {
    content: '';
    position: absolute;
    height: 25px;
    top: -25px;
    left: 0;
    width: 100%; }
  .main-navigation .sub-menu--issues > li > a {
    font-size: 1.6em; }
  .main-navigation .sub-menu li {
    padding: 0.52em 0;
    max-width: 22em; }
  .main-navigation .sub-menu li ul li {
    border-bottom: 1px solid #ccc; }
  .main-navigation .sub-menu--issues {
    columns: 3;
    column-gap: 50px; }
  .main-navigation .sub-menu--issues ul {
    margin-bottom: 2em; } }

.currency-converter {
  position: relative; }

.currency-converter__toggle {
  cursor: pointer; }

.currency-converter__content {
  position: absolute;
  display: none;
  z-index: 200;
  padding: 10px;
  margin-top: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
  -ms-transform: translateX(-35%);
  transform: translateX(-35%);
  text-align: right;
  width: 220px; }

@media (max-width: 767px) {
  .currency-converter__content {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    -ms-transform: none;
    transform: none;
    margin-top: 10px; } }

.currency-converter__content:before {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  width: 15px;
  height: 15px;
  margin-top: -18px;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  border-right-color: transparent;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 201; }

@media (max-width: 767px) {
  .currency-converter__content:before {
    right: 7.9em;
    left: auto; } }

.currency-converter__select {
  font-family: "open-sans", sans-serif;
  padding: 0;
  width: 100%;
  height: 2em;
  border: none;
  outline: none;
  background: transparent;
  color: #034EA2;
  line-height: 30px;
  font-size: 0.9em; }

.currency-converter__select option {
  font-family: "open-sans", sans-serif;
  font-size: 12px;
  background: #fff;
  color: #4d4d4d; }

.currency-converter .currency-converter__input {
  background-color: #fff;
  box-shadow: none;
  border: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  width: 100%; }

.currency-converter .currency-converter__input--to {
  background-color: #eee; }

.currency-converter__button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 30px;
  outline: none;
  padding: 0;
  width: 30px; }

.currency-converter hr {
  margin: 5px 0;
  border-bottom: 1px solid #ccc; }

.currency-converter.open .currency-converter__content {
  display: block; }

.basket {
  position: relative;
  z-index: 201; }

.basket__content {
  position: absolute;
  display: none;
  z-index: 1000;
  padding: 10px;
  margin-top: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
  -ms-transform: translateX(-35%);
  transform: translateX(-35%);
  min-width: 300px;
  font-size: 0.9em;
  color: #034EA2; }

@media (max-width: 767px) {
  .basket__content {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    -ms-transform: none;
    transform: none;
    margin-top: 10px; } }

.basket__content:before {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  width: 15px;
  height: 15px;
  margin-top: -18px;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  border-right-color: transparent;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 201; }

@media (max-width: 767px) {
  .basket__content:before {
    right: 2.3em;
    left: auto; } }

.basket__empty {
  text-align: center; }

.basket__items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.basket__thumb {
  border: 1px solid #ccc;
  margin-right: 15px; }

.basket__thumb img {
  max-width: 47px;
  object-fit: cover; }

.basket__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.24; }

.basket__detail--name {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-right: 15px;
  margin-bottom: 0.2em; }

.basket__detail--price {
  -ms-flex: 1;
  flex: 1; }

.basket__remove {
  position: absolute;
  right: 0;
  top: 0; }

.basket__total {
  text-align: right; }

.basket__total span {
  margin-left: 1.5em; }

.basket__button {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  display: block;
  position: relative; }

.basket__button i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #ccc;
  padding: 0.7em 1em; }

.basket.open .basket__content {
  display: block; }

.account-menu {
  position: relative;
  z-index: 201; }

.account-menu__content {
  position: absolute;
  display: none;
  z-index: 200;
  padding: 10px;
  margin-top: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
  right: 0;
  min-width: 150px;
  color: #034EA2; }

.account-menu__content:before {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  width: 15px;
  height: 15px;
  margin-top: -18px;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  border-right-color: transparent;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 201; }

.account-menu__content a {
  display: block;
  padding: 5px 0; }

.account-menu__content a:not(:first-of-type) {
  padding-top: 10px; }

.account-menu__content a:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.account-menu.open .account-menu__content {
  display: block; }

.product-info__image {
  background-position: center;
  background-size: cover; }

.product-info__image--product {
  position: relative; }

.product-info__image img {
  min-width: 100%;
  height: auto !important; }

.product-info__image-additional {
  margin-left: -10px;
  clear: both;
  overflow: hidden; }

.product-info__image-additional img {
  border: 1px solid #e7e7e7; }

.product-info__image-additional a {
  float: left;
  display: block;
  margin-left: 10px; }

.category-info__image {
  margin: 0 -15px 10px; }

.category-info__image img {
  width: 100%; }

.category-info__image-additional {
  margin-left: -10px;
  clear: both;
  overflow: hidden; }

.category-info__image-additional img {
  border: 1px solid #e7e7e7; }

.category-info__image-additional a {
  float: left;
  display: block;
  margin-left: 10px; }

.content-bottom {
  background-color: #e7e7e7;
  padding: 2em 0; }

.content-bottom .button {
  background-color: #fff;
  border-color: #fff;
  color: #034EA2 !important; }

.content-bottom .button:hover {
  color: #0466d4 !important; }

.footer {
  padding: 2em 0;
  background-color: #034EA2;
  color: #fff; }

.footer .container {
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.footer__section {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 1em; }

@media (max-width: 767px) {
  .footer__section {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  .footer__section--break {
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer__section--break > div {
    -ms-flex: 1;
    flex: 1; } }

.footer__section--larger {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media (max-width: 767px) {
  .footer__section--larger {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; } }

.footer__heading {
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  margin: 1em 0 0.6em 0; }

.footer__logo img {
  margin-bottom: 1em; }

.footer__social {
  margin-right: 10px; }

.footer__social img {
  height: 24px; }

.footer a {
  color: #fff; }

.footer p {
  margin: 0 0 0.75em; }

.footer .newsletter {
  width: 100%;
  max-width: 360px; }

.footer .newsletter__field-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1em; }

.footer .newsletter__field {
  -ms-flex: 1;
  flex: 1;
  max-width: 180px;
  margin-right: 2px;
  margin-bottom: 0; }

.footer .newsletter__field--email {
  -ms-flex: 2;
  flex: 2;
  max-width: 350px; }

.footer .newsletter__field input {
  font-weight: 400;
  outline: none;
  background-color: #fff;
  border: 2px solid #fff;
  color: #4d4d4d;
  height: 2.8em;
  width: 100%; }

.footer .newsletter__field--error input {
  background-color: #fce1e2; }

.footer .newsletter__error {
  font-size: 12px;
  font-weight: 600;
  color: #EB1C24;
  margin-bottom: 0; }

.footer .newsletter__button {
  border: 2px solid #fff;
  border-left: 1px dotted #ccc;
  background-color: #fff;
  color: #034EA2;
  outline: none;
  height: 2.8em;
  width: 2.8em; }

.footer .newsletter__button i {
  font-size: 1.8em;
  vertical-align: middle; }

.fa {
  font-size: 14px; }

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #034EA2;
  background-repeat: repeat-x; }

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF; }

#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none; }

#cart.open > .btn:hover {
  color: #444; }

#cart .dropdown-menu {
  background: #eee;
  z-index: 2001; }

#cart .dropdown-menu {
  min-width: 100%; }

#cart .dropdown-menu table {
  margin-bottom: 10px; }

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px; }

#cart .dropdown-menu li p {
  margin: 20px 0; }

#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px; }

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent; }

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1); }

#menu .dropdown-menu {
  padding-bottom: 0; }

#menu .dropdown-inner {
  display: table; }

#menu .dropdown-inner ul {
  display: table-cell; }

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px; }

#menu .dropdown-inner li a:hover {
  color: #FFFFFF; }

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  font-size: 12px; }

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a; }

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }

@media (max-width: 767px) {
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }
  #menu .dropdown-inner {
    display: block; }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }
  #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }

#content {
  margin-bottom: 2em; }

.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 0; }

.breadcrumb {
  background: #fff;
  margin: 0 -10px 15px;
  padding: 0;
  border-radius: 0; }

.breadcrumb i {
  font-size: 14px; }

.breadcrumb > li {
  text-shadow: 0 1px 0 #eee;
  padding: 0 15px;
  position: relative;
  white-space: nowrap; }

.breadcrumb > li + li:before {
  content: '';
  padding: 0; }

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.breadcrumb > li:last-child:after {
  display: none; }

.pagination {
  margin: 0; }

.buttons {
  margin: 1em 0; }

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  text-decoration: none; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-default {
  color: #777;
  background-color: #e7e7e7; }

.btn-primary {
  background-color: #034EA2;
  color: #fff; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:visited {
  background-color: #035abb;
  color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #faa732; }

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:visited {
  background-color: #fbb24b;
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  color: #fff; }

.btn-danger, .btn-danger:visited {
  color: #fff;
  background-color: #c31118; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:visited {
  background-color: #EB1C24;
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5bb75b; }

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-success:visited {
  background-color: #6dbf6d;
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  color: #fff; }

.btn-info {
  background-color: #E11B22;
  color: #fff; }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-info:visited {
  background-color: #E11B22;
  color: #fff; }

.btn-link {
  cursor: pointer;
  color: #034EA2; }

.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:visited {
  background-color: rgba(0, 0, 0, 0);
  background-image: none; }

.btn-inverse {
  color: #ffffff;
  background-color: #363636; }

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:visited {
  background-color: #2f2f2f; }

.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF; }

.img-responsive {
  width: 100%; }

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto; }

.product-thumb .image {
  text-align: center; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto; }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px; } }

.product-thumb h4 {
  font-weight: bold; }

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px; }

.product-list .product-thumb .caption {
  margin-left: 230px; }

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px; } }

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }
  .product-grid .product-thumb .caption {
    min-height: 0; } }

.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #FC0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none; } }

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer; }

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }

@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

.thumbnail {
  padding: 0;
  margin-bottom: 1em; }

.flexslider .slides img {
  width: inherit; }

.flexslider.carousel .slides img {
  width: auto; }

.slides {
  padding: 0;
  margin: 0;
  list-style: none; }

.slides li {
  text-align: center; }

.slides li img {
  text-align: center; }

.flex-direction-nav a:before {
  line-height: 40px; }

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }

.article-info {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 20px 12px;
  margin-bottom: 10px; }

.article-sub-title {
  font-size: 12px; }

.article-date {
  font-size: 12pt; }

.article-description {
  font-size: 12px; }

.article-description + div {
  font-size: 12px; }

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
  font-family: FontAwesome;
  color: #1E91CF;
  content: "\f059";
  margin-left: 4px; }

.card-wrap {
  position: relative; }

.card-wrap.supported input {
  padding-left: 60px; }

.card-type {
  position: absolute;
  width: 53px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url("../image/cards_small.png") no-repeat scroll 53px 0px;
  top: 2px;
  left: 18px; }

.card-type--visa {
  background-position: 0px 0px; }

.card-type--mastercard {
  background-position: -53px 0px; }

.card-type--maestro {
  background-position: -106px 0px; }

.card-type--american-express {
  background-position: -159px 0px; }

.card-type--discover {
  background-position: -212px 0px; }

.card-type--jcb {
  background-position: -265px 0px; }

.card-type--diners-club {
  background-position: -318px 0px; }

.form-control {
  border-radius: 0; }

.tag, .tag:visited {
  background: #ffca05;
  border-radius: 0 2px 2px 0;
  color: #034ea2;
  box-shadow: 1px 1px #ebb900;
  display: inline-block;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 5px;
  padding: 0 10px 0 12px;
  position: relative;
  text-decoration: none;
  top: 0; }

.category-title {
  margin-bottom: 30px;
  text-align: center; }
@media (min-width: 700px) {
  .category-title {
    margin-bottom: 40px; } }
.category-title__title-1 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2ch;
  text-transform: uppercase; }
.category-title__title-2 {
  color: #959595;
  font-size: 40px;
  font-weight: 200; }

.sub-categories {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr; }

.sub-categories__item {
  display: block;
  padding: 20px;
  background-color: #024ea2;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.2s linear; }

.sub-categories__item:link, .sub-categories__item:visited {
  color: #fff; }

.sub-categories__item:hover {
  color: #fff;
  background-color: #043673; }

@media (min-width: 1024px) {
  .sub-menu {
    left: unset !important;
    right: unset !important; }
  .sub-menu--issues {
    column-count: 2 !important; }
  .sub-menu--issues > li {
    break-inside: avoid; }
  .sub-menu--others {
    right: 163px !important;
    width: 400px !important;
    columns: 160px 2 !important; }
  .sub-menu--others > li {
    margin-left: 0 !important; } }

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .grid__item {
    display: block;
    width: 31%; }
  .grid__item img {
    height: auto !important; } }

.collectables-hero {
  margin-bottom: 40px; }

.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 30px;
  /*display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;*/
  /*@media (min-device-width: 480px) {
   margin-right: -20px;
   }
   @media (min-width: 1024px) {
   margin-right: -30px
   }*/ }
@media (min-width: 850px) {
  .grid {
    grid-template-columns: repeat(4, 1fr); }
    .grid--three {
      grid-template-columns: repeat(3, 1fr); }
    .grid--twelve {
      grid-template-columns: repeat(12, 1fr); }
      .grid--twelve > article {
        grid-column: span 4; }
        .grid--twelve > article:nth-child(1n+4) {
          grid-column: span 3; } }
.grid__item {
  /*max-width: 100%;
   -ms-flex: 1 0 100%;
   flex: 1 0 100%;
   @media (min-device-width: 480px) {
   margin-right: 20px;
   max-width: calc(50% - 20px);
   -ms-flex: 1 0 calc(50% - 20px);
   flex: 1 0 calc(50% - 20px)
   }
   @media (min-width: 1024px) {
   margin-right: 30px;
   max-width: calc(33.33333% - 30px);
   -ms-flex: 1 0 calc(33.33333% - 30px);
   flex: 1 0 calc(33.33333% - 30px)
   }*/ }

/*
 @media (min-width: 1200px) {
 .grid:not(.grid--three) {
 margin-right: -40px
 }
 }
 @media (min-width: 1200px) {
 .grid:not(.grid--three) .grid__item {
 margin-right: 40px;
 max-width: calc(25% - 40px);
 -ms-flex: 1 0 calc(25% - 40px);
 flex: 1 0 calc(25% - 40px)
 }
 }*/
@media (max-width: 1023px) {
  .header__logo img {
    max-width: 400px; } }
@media (max-width: 1023px) {
  .header .search {
    width: 150px; } }

.home-news__image {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #fff;
  text-align: center; }
  .home-news__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03); }
.home-news__title {
  margin-bottom: 10px; }
.home-news__title a {
  display: block;
  width: 100%;
  color: #1D1D1E;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none; }
.home-news__description {
  margin-bottom: 10px; }

.menu__item > a {
  white-space: nowrap; }

@media (max-width: 1023px) {
  .mobile-nav-toggle {
    display: block;
    padding: 6px 10px;
    background-color: #034EA2;
    color: #fff; }
    .mobile-nav-toggle img {
      margin-left: 10px; } }

.owl-carousel {
  position: relative;
  margin-bottom: 40px !important; }
@media (min-width: 700px) {
  .owl-carousel {
    margin-bottom: 80px !important; } }

.owl-carousel:hover .owl-buttons div {
  opacity: 1 !important; }

.owl-nav {
  position: absolute;
  bottom: 30px !important;
  width: 100%;
  height: 43px; }

.owl-nav .owl-prev {
  position: absolute;
  left: 40px !important; }
.owl-nav .owl-next {
  position: absolute;
  right: 40px !important; }
@media (max-width: 860px) {
  .owl-nav {
    display: none; } }

#product {
  max-width: 360px; }

.product {
  margin-top: 20px; }
  .product__image {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    border: none; }
  @media (min-width: 768px) {
    .product__image {
      min-height: 400px; } }
@media (min-width: 1100px) {
  .product__image {
    min-height: 600px; } }
.product__image img {
  flex: none;
  align-self: center; }
.product__image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03); }
.product__title {
  margin-top: 15px;
  margin-bottom: 17px;
  color: #1D1D1E;
  font-size: 34px;
  letter-spacing: -0.02ch; }
.product__price {
  margin-bottom: 3px;
  font-size: 28px; }
.product__stock {
  margin-top: 20px; }
.product__quantity {
  margin-bottom: 17px; }
.product__add-buttons {
  display: flex;
  width: 100%; }
.product__add-to-cart {
  width: 100%; }
.product__favourite {
  margin-left: 12px; }

.product-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr max-content;
  background-color: #fff; }
  .product-box:hover {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    /*box-sizing: border-box;
     margin-bottom: 3em;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: column;
     flex-flow: column;
     -ms-flex-pack: justify;
     justify-content: space-between;
     overflow: hidden;*/
    /*
     &--four {
     -ms-flex: 0 0 24.9%;
     flex: 0 0 24.9%
     }
     &--three {
     -ms-flex: 0 0 33.3%;
     flex: 0 0 33.3%
     }*/ }
  .product-box__image {
    position: relative;
    box-sizing: border-box;
    height: 250px; }
    .product-box__image--small {
      width: 40%;
      padding-right: 0.5em; }
      .product-box__image--small img {
        margin-bottom: 0; }
    .product-box__image::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.03); }
    .product-box__image img {
      width: 100%;
      height: 100%;
      margin-bottom: 1em;
      display: block;
      object-fit: contain;
      object-position: center; }
  .product-box__title {
    padding: 8px 14px; }
    .product-box__title a {
      display: block;
      width: 100%;
      color: #1D1D1E;
      font-size: 20px;
      line-height: 1.5;
      text-decoration: none; }
  .product-box__details {
    padding: 8px 14px 12px; }
  .product-box__description {
    color: #4d4d4d;
    display: block;
    /*	-ms-flex: 2;
     flex: 2;*/ }
    .product-box__description--two-thirds {
      width: 66.666666%; }
  .product-box__buttons {
    /*	-ms-flex: 1;
     flex: 1;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     @media (max-width: 767px) {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     }*/ }
  .product-box__button {
    /*-ms-flex: 1 0;
     flex: 1 0;
     font-size: 1.05em;
     @media (max-width: 767px) {
     -ms-flex: 1 0 100%;
     flex: 1 0 100%
     }
     &--full {
     -ms-flex: 100%;
     flex: 100%;
     }*/ }
  .product-box__quantity, .product-box__stock, .product-box__price {
    font-size: 1.5em;
    color: #707070;
    margin: 0 0 0.3em; }
    .product-box__price--old {
      color: #940d12;
      font-weight: bold;
      font-size: 0.9em;
      text-decoration: line-through; }
    .product-box__price--new {
      color: #4d4d4d;
      font-weight: bold; }
  .product-box__stock--instock {
    color: #034EA2; }
  .product-box__stock--nostock {
    color: #EB1C24; }
  .product-box > div {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

/*
 @media (min-width: 768px) {
 .product-box__button + .product-box__button {
 margin-left: .5em
 }
 }
 @media (min-width: 1024px) {
 .product-box:last-of-type, .product-box--three:nth-of-type(3n+3), .product-box--four:nth-of-type(4n+4) {
 border: none
 }
 }
 @media (min-width: 768px) and (max-width: 1023px) {
 .product-box:last-of-type, .product-box:nth-of-type(2n+2) {
 border: none
 }
 }*/
.product-series-title {
  margin-top: 30px;
  margin-bottom: 30px; }
@media (min-width: 700px) {
  .product-series-title {
    margin-top: 50px;
    margin-bottom: 40px; } }
.product-series-title__title-1 {
  margin-bottom: 5px;
  color: #024EA2;
  font-size: 38px;
  font-weight: lighter;
  letter-spacing: -0.02ch; }
@media (min-width: 460px) {
  .product-series-title__title-1 {
    font-size: 9vw; } }
@media (min-width: 700px) {
  .product-series-title__title-1 {
    font-size: 62px; } }
.product-series-title__title-2 {
  color: #959595;
  font-size: 24px;
  font-weight: 200; }

@media (min-width: 1024px) {
  .sub-menu {
    left: unset !important;
    right: unset !important; }
    .sub-menu--issues {
      columns: 2 !important; }
      .sub-menu--issues > li {
        break-inside: avoid; }
    .sub-menu--others {
      /*right: 0 !important;
       width: 400px !important;
       columns: 2 !important;
       column-width: 160px !important;*/
      right: 163px !important;
      width: 400px !important;
      columns: 160px 2 !important; }
      .sub-menu--others > li {
        margin-left: 0 !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .grid__item {
      display: block;
      width: 31%; }
      .grid__item img {
        height: auto !important; } }

.toggle-password.field-icon {
  float: right;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 7px;
  background-color: #fff;
  cursor: pointer;
}